.hero {
    padding: 72px 0 56px;
}

.hero-launch {
    padding-top: 84px;
    background:
        radial-gradient(circle at right top, rgba(17, 63, 103, 0.14), transparent 30%),
        radial-gradient(circle at left center, rgba(204, 139, 60, 0.12), transparent 24%);
}

.hero-grid-launch {
    align-items: center;
}

.hero-copy h1 {
    font-size: clamp(2.5rem, 5vw, 4.8rem);
    max-width: 760px;
    margin-bottom: 16px;
}

.hero-copy p {
    max-width: 640px;
    font-size: 1.08rem;
    color: var(--muted);
}

.hero-search {
    margin-top: 24px;
}

.hero-trust-line {
    margin-top: 18px;
    color: var(--muted);
    font-size: 0.96rem;
}

.hero-trust-line strong {
    color: var(--ink);
    margin-right: 8px;
}

.trust-strip {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 20px;
}

.trust-strip span {
    background: rgba(17, 63, 103, 0.06);
    color: var(--brand);
    padding: 10px 12px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 600;
}

.hero-preview {
    display: grid;
}

.hero-preview__card {
    background: linear-gradient(160deg, #0f2741, #103857 58%, #1a496d 100%);
    color: #fff;
    border-radius: 28px;
    padding: 24px;
    box-shadow: 0 24px 56px rgba(9, 24, 38, 0.24);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-preview__top,
.hero-preview__question,
.hero-preview__legend,
.hero-chip-row,
.critical-update-card__meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hero-preview__top {
    justify-content: space-between;
}

.hero-preview__top .eyebrow {
    color: rgba(255, 255, 255, 0.68);
    margin-bottom: 8px;
}

.hero-preview__timer {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 10px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    font-family: "Manrope", sans-serif;
    font-weight: 700;
}

.hero-preview__question {
    justify-content: space-between;
    padding: 18px 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 16px;
}

.hero-preview__question small {
    color: rgba(255, 255, 255, 0.68);
}

.hero-preview__palette {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 16px;
}

.hero-preview__cell {
    display: grid;
    place-items: center;
    min-height: 38px;
    border-radius: 12px;
    font-size: 0.82rem;
    font-weight: 700;
}

.hero-preview__cell--not_visited {
    background: rgba(132, 149, 167, 0.18);
    color: #d8e3ef;
}

.hero-preview__cell--visited {
    background: rgba(208, 68, 68, 0.72);
    color: #fff;
}

.hero-preview__cell--answered {
    background: rgba(31, 122, 77, 0.82);
    color: #fff;
}

.hero-preview__cell--marked {
    background: rgba(132, 83, 191, 0.78);
    color: #fff;
}

.hero-preview__cell--current {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    box-shadow: inset 0 0 0 2px rgba(109, 183, 255, 0.92);
}

.hero-preview__legend {
    flex-wrap: wrap;
    margin-bottom: 18px;
    font-size: 0.83rem;
    color: rgba(255, 255, 255, 0.74);
}

.hero-preview__swatch {
    display: inline-flex;
    width: 12px;
    height: 12px;
    border-radius: 999px;
    margin-right: 6px;
}

.hero-preview__swatch.is-not-visited {
    background: rgba(132, 149, 167, 0.88);
}

.hero-preview__swatch.is-visited {
    background: #d04444;
}

.hero-preview__swatch.is-answered {
    background: #1f7a4d;
}

.hero-preview__swatch.is-marked {
    background: #8553bf;
}

.hero-preview__swatch.is-current {
    border: 2px solid #6db7ff;
    background: transparent;
}

.exam-card-rich,
.product-card-rich,
.conversion-card,
.resource-article-card,
.critical-update-card,
.official-link-card,
.status-highlight-card,
.action-box {
    display: grid;
    gap: 14px;
}

.exam-card-premium,
.product-card {
    position: relative;
    overflow: hidden;
}

.exam-card-premium::before,
.product-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, rgba(17, 63, 103, 0.9), rgba(204, 139, 60, 0.9));
}

.exam-card__badge-row,
.product-card__badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.exam-card__title-stack {
    display: grid;
    gap: 6px;
}

.exam-card__title-stack h3 {
    font-size: 1.55rem;
    margin: 0;
}

.exam-card__subtitle,
.exam-hero__official-name {
    color: rgba(13, 27, 42, 0.72);
    font-size: 0.98rem;
    margin: 0;
}

.exam-card__actions {
    display: grid;
    gap: 10px;
}

.exam-card__actions .btn {
    width: 100%;
    justify-content: center;
}

.exam-card__meta,
.critical-update-card__meta {
    color: var(--muted);
    flex-wrap: wrap;
    font-size: 0.88rem;
}

.exam-card__product-link {
    margin-top: -2px;
}

.exam-card__product-link .text-link {
    font-size: 0.9rem;
    font-weight: 600;
}

.family-pill-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.family-pill-card {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(17, 63, 103, 0.08);
    box-shadow: var(--shadow);
}

.family-pill-card span {
    color: var(--muted);
    font-size: 0.88rem;
}

.exam-hero .page-hero-card,
.exam-hub-hero__card {
    background: linear-gradient(140deg, rgba(17, 63, 103, 0.96), rgba(16, 56, 87, 0.93));
    color: #fff;
}

.exam-hero__title-stack {
    display: grid;
    gap: 10px;
}

.exam-hero__title-stack h1 {
    margin-bottom: 0;
}

.exam-hero__official-name {
    color: rgba(255, 255, 255, 0.76);
}

.exam-hero .eyebrow,
.exam-hero .text-link {
    color: rgba(255, 255, 255, 0.82);
}

.exam-hero .breadcrumbs {
    color: rgba(255, 255, 255, 0.78);
}

.exam-hero .breadcrumbs a {
    color: inherit;
}

.hero-chip-row {
    flex-wrap: wrap;
    margin: 18px 0 8px;
}

.hero-chip-row .pill {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.pulse-inline-card,
.pulse-strip-card {
    display: grid;
    gap: 10px;
    border: 1px solid rgba(17, 63, 103, 0.08);
    background: rgba(17, 63, 103, 0.04);
    border-radius: 18px;
}

.pulse-inline-card {
    padding: 14px 16px;
}

.pulse-inline-card span {
    color: var(--muted);
    font-size: 0.9rem;
}

.pulse-strip-card {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    padding: 22px 24px;
}

.pulse-strip-card--compact {
    grid-template-columns: minmax(0, 1fr) auto;
}

.pulse-strip-card h2 {
    margin-bottom: 8px;
}

.pulse-strip-card__meta {
    display: grid;
    gap: 12px;
    justify-items: end;
}

.pulse-strip-card__meta span {
    display: block;
    color: var(--muted);
    font-size: 0.88rem;
    margin-bottom: 4px;
}

.pulse-strip-card__meta strong {
    font-family: "Manrope", sans-serif;
    font-size: 1.05rem;
}

.exam-cta-strip {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    background: linear-gradient(180deg, rgba(255, 244, 231, 0.96), rgba(255, 255, 255, 0.94));
}

.exam-cta-strip__actions {
    display: grid;
    gap: 12px;
    min-width: 220px;
}

.notice-highlight-box,
.reading-card .stat-list {
    margin-top: 0;
}

@media (max-width: 900px) {
    .pulse-strip-card,
    .pulse-strip-card--compact,
    .exam-cta-strip {
        grid-template-columns: 1fr;
    }

    .pulse-strip-card__meta {
        justify-items: start;
    }
}

.critical-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.critical-strip__item {
    display: grid;
    gap: 8px;
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(17, 63, 103, 0.08);
    box-shadow: var(--shadow);
}

.critical-strip__item span {
    color: var(--muted);
    font-size: 0.88rem;
}

.product-card-inline {
    padding: 22px;
}

.cta-band {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 28px 30px;
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(17, 63, 103, 0.96), rgba(28, 86, 130, 0.92));
    color: #fff;
    box-shadow: var(--shadow);
}

.cta-band .eyebrow,
.cta-band p {
    color: rgba(255, 255, 255, 0.82);
}

.action-box p,
.status-highlight-card p {
    color: var(--muted);
}

.number-list {
    display: grid;
    gap: 12px;
    padding-left: 20px;
    color: var(--ink);
}

.number-list li {
    padding-left: 4px;
}

.official-link-card span,
.resource-article-card p,
.conversion-card p,
.critical-update-card p {
    color: var(--muted);
}

.reading-width {
    width: min(860px, calc(100% - 32px));
}

.reading-card {
    margin-top: 24px;
}

.notice-highlight-box {
    margin: 18px 0;
    padding: 18px 20px;
    border-radius: 18px;
    background: rgba(17, 63, 103, 0.04);
    border: 1px solid rgba(17, 63, 103, 0.08);
}

.notice-highlight-box h2 {
    margin-bottom: 8px;
}

.notification-hero-card .meta-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    color: var(--muted);
}

.resource-grid + .resource-grid {
    margin-top: 16px;
}

@media (max-width: 1100px) {
    .critical-strip,
    .family-pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cta-band {
        flex-direction: column;
        align-items: start;
    }
}

@media (max-width: 860px) {
    .hero-preview__palette {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .critical-strip,
    .family-pill-grid {
        grid-template-columns: 1fr;
    }

    .hero-preview__top,
    .hero-preview__question {
        flex-direction: column;
        align-items: start;
    }
}
