/* Awards Page Specific Styles */

.awards-page {
    padding-top: 0;
    padding-bottom: 4.5rem;
    background:
        radial-gradient(ellipse 90% 60% at 0% 0%, rgba(191, 219, 254, 0.45), transparent 60%),
        radial-gradient(ellipse 70% 50% at 100% 100%, rgba(221, 214, 254, 0.5), transparent 60%),
        linear-gradient(to bottom, #ffffff, #f8fafc 65%, #ffffff);
}

.awards-shell {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0; /* hero should touch left/right edges */
}

@media (min-width: 1024px) {
    .awards-shell {
        padding: 3rem 2rem 4rem;
    }
}

/* =============================
   Hero
   ============================= */
.awards-hero {
    position: relative;
    margin: 0 -1.5rem 4rem -1.5rem; /* full-bleed horizontally inside awards-shell */
    overflow: hidden;
    border-radius: 0;
}

@media (min-width: 1024px) {
    .awards-hero {
        margin: 0 -2rem 4rem -2rem;
    }
}

.awards-hero-background {
    position: absolute;
    inset: 0;
    /* Light, soft background similar to the Tailwind section (bg-white + primary/5) */
    background:
        radial-gradient(circle at 0% 0%, rgba(19, 91, 236, 0.06), transparent 55%),
        radial-gradient(circle at 100% 0%, rgba(19, 91, 236, 0.04), transparent 55%),
        linear-gradient(to bottom, #ffffff, #f6f6f8);
}

.awards-hero-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.65;
    animation: awards-float 26s ease-in-out infinite;
}

.awards-hero-blob-1 {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 65%);
    top: -10%;
    left: -10%;
}

.awards-hero-blob-2 {
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, #7b3ccd 0%, transparent 70%);
    bottom: -20%;
    right: -5%;
}

.awards-hero-blob-3 {
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.8) 0%, transparent 70%);
    bottom: 10%;
    left: 35%;
}

.awards-hero-noise {
    position: absolute;
    inset: 0;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.12;
    mix-blend-mode: soft-light;
}

@keyframes awards-float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(10px, -10px) scale(1.05); }
    50% { transform: translate(-12px, 8px) scale(0.97); }
    75% { transform: translate(6px, 4px) scale(1.02); }
}

.awards-hero-inner {
    position: relative;
    z-index: 1;
    padding: 6rem 1.5rem 2.5rem;
    color: var(--color-text-primary);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 640px) {
    .awards-hero-inner {
        padding: 6.5rem 2rem 3rem;
    }
}

@media (min-width: 768px) {
    .awards-hero-inner {
        padding: 7rem 3rem 3.5rem;
    }
}

.awards-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.3rem 0.85rem;
    border-radius: 999px;
    background-color: rgba(19, 91, 236, 0.08);
    color: var(--color-primary);
    border: none;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.awards-hero-badge .material-symbols-outlined {
    font-size: 1.1rem;
}

.awards-hero-title {
    font-family: var(--font-display);
    font-size: 2.25rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 900;
    color: var(--color-text-primary);
    margin-bottom: 1rem;
}

@media (min-width: 640px) {
    .awards-hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .awards-hero-title {
        font-size: 3.5rem;
    }
}

@media (min-width: 1024px) {
    .awards-hero-title {
        font-size: 4.5rem;
    }
}

.awards-hero-title-accent {
    display: inline-block;
    /* Primary gradient for strong visibility & consistency */
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.awards-hero-text {
    max-width: 40rem;
    font-size: 0.9rem;
    line-height: 1.7;
    color: var(--color-gray-600);
    margin-bottom: 1.75rem;
}

@media (min-width: 640px) {
    .awards-hero-text {
        font-size: 0.95rem;
        line-height: 1.8;
    }
}

@media (min-width: 768px) {
    .awards-hero-text {
        font-size: 1rem;
        line-height: 1.9;
    }
}

.awards-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

@media (min-width: 640px) {
    .awards-hero-meta {
        gap: 1.5rem;
    }
}

.awards-hero-meta-item {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.awards-hero-meta-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-gray-600);
}

@media (min-width: 640px) {
    .awards-hero-meta-label {
        font-size: 0.8rem;
    }
}

.awards-hero-meta-value {
    font-size: 0.85rem;
    font-weight: 600;
}

@media (min-width: 640px) {
    .awards-hero-meta-value {
        font-size: 0.95rem;
    }
}

/* =============================
   Timeline Layout
   ============================= */
.awards-timeline {
    position: relative;
    margin-top: 1rem;
    padding: 1.5rem 1rem 0 1rem;
}

@media (min-width: 640px) {
    .awards-timeline {
        padding: 2rem 1.5rem 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .awards-timeline {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.awards-timeline-line {
    display: block;
    position: absolute;
    left: 1.75rem;
    top: 2.5rem;
    bottom: 2.5rem;
    width: 2px;
    background: linear-gradient(to bottom, rgba(148, 163, 184, 0.4), rgba(148, 163, 184, 0.1));
}

.awards-timeline-line::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--timeline-line-height, 0%);
    background: var(--color-primary);
    transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 1024px) {
    .awards-timeline-line {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Timeline start marker */
.awards-timeline-start {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-bottom: 2.5rem;
}

@media (min-width: 900px) {
    .awards-timeline-start {
        justify-content: center;
    }
}

.awards-timeline-start-dot {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background-color: #0052cc;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px -8px rgba(15, 23, 42, 0.4);
    z-index: 2;
    position: relative;
}

@media (max-width: 899px) {
    .awards-timeline-start-dot {
        display: none;
    }
}

.awards-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.25rem;
    padding-bottom: 2rem;
    padding-left: 0.5rem;
}

.awards-timeline-item:last-of-type {
    padding-bottom: 1.5rem;
}

@media (min-width: 640px) {
    .awards-timeline-item {
        padding-bottom: 2.75rem;
    }

    .awards-timeline-item:last-of-type {
        padding-bottom: 2.25rem;
    }
}

@media (min-width: 900px) {
    .awards-timeline-item {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        grid-template-rows: auto;
        column-gap: 3rem;
        padding-bottom: 3.5rem;
        padding-left: 0;
    }

    .awards-timeline-item:last-of-type {
        padding-bottom: 3.5rem;
    }

    .awards-timeline-item .awards-timeline-year {
        grid-column: 1 / 2;
        grid-row: 1;
        text-align: right;
    }

    .awards-timeline-item .awards-card-wrapper,
    .awards-timeline-item .awards-card {
        grid-column: 2 / 3;
        grid-row: 1;
    }

    .awards-timeline-item-alt .awards-timeline-year {
        grid-column: 2 / 3;
        grid-row: 1;
        text-align: left;
    }

    .awards-timeline-item-alt .awards-card-wrapper,
    .awards-timeline-item-alt .awards-card {
        grid-column: 1 / 2;
        grid-row: 1;
    }
}

.awards-timeline-year {
    grid-column: 2 / 3;
    grid-row: 1;
    align-self: start;
    padding-top: 0.1rem;
    font-family: var(--font-display);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-gray-400);
    white-space: nowrap;
    z-index: 1;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 640px) {
    .awards-timeline-year {
        font-size: 1.5rem;
    }
}

@media (min-width: 900px) {
    .awards-timeline-year {
        grid-column: 1 / 2;
        grid-row: 1;
        font-size: 3.5rem;
        text-align: right;
        padding-top: 0;
        color: var(--color-gray-400);
    }
}

/* Active state for year when scrolled into view */
.awards-timeline-item.active .awards-timeline-year {
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.awards-timeline-dot {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    align-self: start;
    justify-self: center;
    margin-top: 0.35rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background-color: rgba(148, 163, 184, 0.3);
    border: 3px solid #ffffff;
    box-shadow: 0 4px 8px -4px rgba(15, 23, 42, 0.2);
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active state for dot when scrolled into view */
.awards-timeline-item.active .awards-timeline-dot {
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    box-shadow: 0 10px 20px -8px rgba(0, 82, 204, 0.6), 0 0 0 4px rgba(0, 82, 204, 0.1);
    transform: scale(1.1);
}

@media (min-width: 900px) {
    .awards-timeline-dot {
        position: absolute;
        left: 50%;
        top: 1.25rem;
        margin-top: 0;
        margin-left: -0.45rem;
        grid-column: auto;
        grid-row: auto;
        align-self: auto;
        justify-self: auto;
        transform: none;
    }
    
    .awards-timeline-item.active .awards-timeline-dot {
        transform: scale(1.1);
        margin-left: -0.45rem;
    }
}

/* =============================
   Award Card
   ============================= */
.awards-card {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    position: relative;
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 1rem;
    padding: 1.25rem 1.25rem 1rem;
    border: 1px solid var(--color-gray-100);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transform-origin: center;
    opacity: 0;
    transform: translateX(30px) translateY(10px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Active state for card when scrolled into view */
.awards-timeline-item.active .awards-card {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

@media (min-width: 640px) {
    .awards-card {
        border-radius: 1.25rem;
        padding: 1.5rem 1.5rem 1.25rem;
        gap: 0.7rem;
    }
}

@media (min-width: 768px) {
    .awards-card {
        padding: 1.75rem 1.75rem 1.5rem;
        gap: 0.75rem;
    }
}

@media (min-width: 900px) {
    .awards-card {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        transform: translateX(40px) translateY(10px);
    }

    .awards-timeline-item-alt .awards-card {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
        transform: translateX(-40px) translateY(10px);
    }
    
    .awards-timeline-item.active .awards-card,
    .awards-timeline-item-alt.active .awards-card {
        transform: translateX(0) translateY(0);
    }
}



.awards-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px) scale(1.01);
}

.awards-card-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    width: fit-content;
}

@media (min-width: 640px) {
    .awards-card-chip {
        gap: 0.4rem;
        padding: 0.3rem 0.85rem;
        font-size: 0.75rem;
        letter-spacing: 0.12em;
    }
}

.awards-card-chip .material-symbols-outlined {
    font-size: 0.9rem;
}

@media (min-width: 640px) {
    .awards-card-chip .material-symbols-outlined {
        font-size: 1rem;
    }
}

.awards-card-chip-leadership {
    background-color: rgba(0, 82, 204, 0.08);
    color: var(--color-primary);
}

.awards-card-chip-excellence {
    background-color: rgba(139, 92, 246, 0.08);
    color: #8b5cf6;
}

.awards-card-chip-global {
    background-color: rgba(14, 165, 233, 0.08);
    color: #0ea5e9;
}

.awards-card-chip-service {
    background-color: rgba(34, 197, 94, 0.08);
    color: #22c55e;
}

.awards-card-chip-state {
    background-color: rgba(249, 115, 22, 0.08);
    color: #f97316;
}

.awards-card-chip-academic {
    background-color: rgba(37, 99, 235, 0.08);
    color: var(--color-primary);
}

.awards-card-chip-community {
    background-color: rgba(16, 185, 129, 0.08);
    color: #10b981;
}

.awards-card-chip-professional {
    background-color: rgba(147, 51, 234, 0.08);
    color: #9333ea;
}

.awards-card-chip-speaker {
    background-color: rgba(59, 130, 246, 0.08);
    color: #3b82f6;
}

.awards-card-chip-alumni {
    background-color: rgba(234, 179, 8, 0.1);
    color: #ca8a04;
}

.awards-card-chip-lifetime {
    background: linear-gradient(135deg, #facc15, #eab308);
    color: #1f2937;
}

.awards-card-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text-primary);
    line-height: 1.3;
}

@media (min-width: 640px) {
    .awards-card-title {
        font-size: 1.15rem;
    }
}

@media (min-width: 768px) {
    .awards-card-title {
        font-size: 1.25rem;
        line-height: 1.4;
    }
}

.awards-card-body {
    font-size: 0.85rem;
    line-height: 1.6;
    color: var(--color-text-secondary);
}

@media (min-width: 640px) {
    .awards-card-body {
        font-size: 0.9rem;
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    .awards-card-body {
        font-size: 0.95rem;
        line-height: 1.8;
    }
}

.awards-card-footer {
    margin-top: 0.5rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--color-gray-200);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.awards-card-issuer {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--color-gray-500);
}

/* Card with image */
.awards-card-with-image {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
}

@media (min-width: 640px) {
    .awards-card-with-image {
        gap: 1.25rem;
        padding: 1.25rem;
    }
}

@media (min-width: 768px) {
    .awards-card-with-image {
        grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.4fr);
    }
}

.awards-card-media {
    border-radius: 1rem;
    overflow: hidden;
    position: relative;
}

.awards-card-media img {
    width: 100%;
    height: 100%;
    max-height: 180px;
    object-fit: cover;
    transition: transform 650ms ease;
}

@media (min-width: 640px) {
    .awards-card-media img {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .awards-card-media img {
        max-height: 230px;
    }
}

.awards-card-with-image:hover .awards-card-media img {
    transform: scale(1.05);
}

.awards-card-content {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.awards-card-highlight {
    /* keep premium shadow but do not override border color */
    box-shadow: 0 20px 40px -18px rgba(250, 204, 21, 0.75);
}

/* Timeline end marker */
.awards-timeline-end {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    text-align: center;
    padding-top: 0.5rem;
}

@media (max-width: 899px) {
    .awards-timeline-end {
        align-items: flex-start;
        padding-left: 1.3rem;
    }
}

.awards-timeline-end-dot {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    background-color: #0052cc;
    border: 3px solid #ffffff;
    box-shadow: 0 10px 20px -8px rgba(15, 23, 42, 0.4);
    z-index: 2;
}

@media (max-width: 899px) {
    .awards-timeline-end {
        padding-left: 1.75rem;
    }
    
    .awards-timeline-end-dot {
        display: none;
    }
}

.awards-timeline-end-text {
    font-size: 0.85rem;
    font-style: italic;
    color: var(--color-gray-600);
    max-width: 32rem;
}

/* =============================
   CTA
   ============================= */
.awards-cta {
    margin-top: 2.5rem;
    padding: 1.5rem 1rem;
    display: flex;
    justify-content: center;
}

@media (min-width: 640px) {
    .awards-cta {
        margin-top: 3.5rem;
        padding: 2rem 1.5rem;
    }
}

@media (min-width: 768px) {
    .awards-cta {
        margin-top: 4.5rem;
        padding: 3rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .awards-cta {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.awards-cta-inner {
    position: relative;
    border-radius: 1.5rem;
    padding: 2.5rem 2rem;
    /* Reuse pioneer-card gradient styling */
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    color: #f9fafb;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr);
    gap: 2.5rem;
    overflow: hidden;
    box-shadow: 0 18px 40px -18px rgba(15, 23, 42, 0.7);
    /* Constrain width for better proportions */
    max-width: 1100px;
    width: 100%;
}

/* Soft radial blobs - visible decorative elements */
.awards-cta-inner::before,
.awards-cta-inner::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.awards-cta-inner::before {
    width: 18rem;
    height: 18rem;
    top: -6rem;
    left: -5rem;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    filter: blur(50px);
}

.awards-cta-inner::after {
    width: 22rem;
    height: 22rem;
    bottom: -8rem;
    right: -6rem;
    background: radial-gradient(circle, rgba(123, 60, 205, 0.4) 0%, transparent 65%);
    filter: blur(60px);
}

/* Ensure inner content stays above decorative shapes */
.awards-cta-content,
.awards-cta-action {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .awards-cta-inner {
        grid-template-columns: minmax(0, 1fr);
        padding: 2.25rem 1.75rem;
        gap: 2rem;
    }
    
    .awards-cta-inner::before {
        width: 14rem;
        height: 14rem;
        top: -4rem;
        left: -4rem;
    }
    
    .awards-cta-inner::after {
        width: 16rem;
        height: 16rem;
        bottom: -5rem;
        right: -4rem;
    }
}

@media (max-width: 640px) {
    .awards-cta-inner {
        padding: 2rem 1.5rem;
    }
}

.awards-cta-title {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

@media (min-width: 640px) {
    .awards-cta-title {
        font-size: 1.75rem;
    }
}

@media (min-width: 768px) {
    .awards-cta-title {
        font-size: 2rem;
        line-height: 1.4;
    }
}

.awards-cta-text {
    font-size: 0.875rem;
    line-height: 1.6;
    color: rgba(241, 245, 249, 0.9);
    margin-bottom: 1.25rem;
}

@media (min-width: 640px) {
    .awards-cta-text {
        font-size: 0.95rem;
        line-height: 1.7;
    }
}

@media (min-width: 768px) {
    .awards-cta-text {
        font-size: 1rem;
        line-height: 1.8;
        margin-bottom: 1.5rem;
    }
}

.awards-cta-highlights {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

@media (min-width: 640px) {
    .awards-cta-highlights {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 0.75rem;
    }
}

.awards-cta-highlights li {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.8rem;
}

@media (min-width: 640px) {
    .awards-cta-highlights li {
        gap: 0.5rem;
        font-size: 0.85rem;
    }
}

@media (min-width: 768px) {
    .awards-cta-highlights li {
        font-size: 0.9rem;
    }
}

.awards-cta-highlights .material-symbols-outlined {
    font-size: 1.1rem;
    color: #e5f0ff;
}

.awards-cta-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .awards-cta-action {
        justify-content: flex-end;
    }
}

.awards-cta-button {
    background: #ffffff;
    color: var(--color-primary);
    border-radius: 0.75rem;
    padding: 0.75rem 1.5rem;
    border: none;
    box-shadow: 0 18px 30px -16px rgba(15, 23, 42, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    width: 100%;
    justify-content: center;
}

@media (min-width: 640px) {
    .awards-cta-button {
        border-radius: 0.85rem;
        padding: 0.85rem 2rem;
        font-size: 0.95rem;
        width: auto;
    }
}

@media (min-width: 768px) {
    .awards-cta-button {
        border-radius: 0.9rem;
        padding: 0.9rem 2.4rem;
        font-size: 1rem;
    }
}

.awards-cta-button:hover {
    text-decoration: none;
}

.awards-cta-button .material-symbols-outlined {
    font-size: 1.1rem;
}

@media (min-width: 768px) {
    .awards-cta-button .material-symbols-outlined {
        font-size: 1.2rem;
    }
}

/* =============================
   Responsive Tweaks
   ============================= */
@media (max-width: 640px) {
    .awards-shell {
        padding: 1.5rem 1rem 2.5rem;
    }

    .awards-hero-inner {
        padding: 5.5rem 1.25rem 2rem;
    }

    .awards-hero-badge {
        font-size: 0.7rem;
        padding: 0.25rem 0.7rem;
        gap: 0.4rem;
    }

    .awards-hero-badge .material-symbols-outlined {
        font-size: 1rem;
    }

    .awards-card-footer {
        margin-top: 0.4rem;
        padding-top: 0.6rem;
    }

    .awards-card-issuer {
        font-size: 0.7rem;
    }

    .awards-card-media {
        border-radius: 0.75rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .awards-hero-blob {
        animation: none !important;
    }
    
    .awards-card,
    .awards-timeline-dot,
    .awards-timeline-year,
    .awards-timeline-line::after {
        transition: none !important;
        transform: none !important;
    }
    
    .awards-timeline-item .awards-card {
        opacity: 1 !important;
    }
}
