/* Rotary Page Specific Styles */

/* Page wrapper & background */
.rotary-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);
}

.rotary-shell {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 2.5rem 1.5rem 3.5rem;
}

@media (min-width: 1024px) {
    .rotary-shell {
        padding: 3rem 2rem 4rem;
    }
}

/* Shared layout helpers */
.rotary-grid-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: center;
}

@media (max-width: 900px) {
    .rotary-grid-two-column {
        grid-template-columns: minmax(0, 1fr);
    }
}

.rotary-section-header {
    text-align: center;
    margin: 0 auto 2.5rem;
    max-width: 46rem;
}

.rotary-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.85rem;
    border-radius: 999px;
    background-color: rgba(0, 82, 204, 0.08);
    border: 1px solid rgba(0, 82, 204, 0.18);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--color-primary);
}

.rotary-eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 999px;
    background-color: rgba(250, 204, 21, 0.14);
    color: #facc15;
}

.rotary-title-main {
    margin-top: 1.25rem;
    font-family: var(--font-display);
    font-size: 2.5rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: var(--color-text-primary);
}

@media (min-width: 1024px) {
    .rotary-title-main {
        font-size: 3rem;
    }
}

.rotary-title-highlight {
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rotary-subtitle {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.8;
    color: var(--color-text-secondary);
}

/* Hero Section */
.rotary-hero {
    position: relative;
    margin-bottom: 4rem;
}

.rotary-hero-inner {
    position: relative;
    padding-top: 2.5rem;
}

.rotary-hero-bg {
    position: absolute;
    inset: 0;
    border-radius: 2rem;
    background:
        radial-gradient(circle at 0% 0%, rgba(191, 219, 254, 0.6), transparent 60%),
        radial-gradient(circle at 100% 0%, rgba(221, 214, 254, 0.6), transparent 65%),
        linear-gradient(135deg, #0f172a, #1d2837);
    overflow: hidden;
}

.rotary-hero-bg::before,
.rotary-hero-bg::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
}

.rotary-hero-bg::before {
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, #3b82f6 0%, transparent 65%);
    top: -10%;
    left: -10%;
}

.rotary-hero-bg::after {
    width: 460px;
    height: 460px;
    background: radial-gradient(circle, #7b3ccd 0%, transparent 70%);
    bottom: -20%;
    right: -5%;
}

.rotary-hero-noise {
    position: absolute;
    inset: 0;
    background-image: url('https://grainy-gradients.vercel.app/noise.svg');
    opacity: 0.18;
    mix-blend-mode: soft-light;
}

.rotary-hero-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
    gap: 2.75rem;
    align-items: center;
    padding: 2.5rem 2.25rem 2.75rem;
    color: #e5e7eb;
}

@media (max-width: 900px) {
    .rotary-hero-grid {
        grid-template-columns: minmax(0, 1fr);
        padding: 2rem 1.5rem 2.25rem;
    }
}

.rotary-hero-copy {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.rotary-hero-title {
    font-family: var(--font-display);
    font-size: 2.4rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
    font-weight: 700;
    color: #ffffff;
}

@media (min-width: 768px) {
    .rotary-hero-title {
        font-size: 3rem;
    }
}

.rotary-hero-title span {
    display: block;
}

.rotary-hero-title-strong {
    font-weight: 800;
}

.rotary-hero-title-gradient {
    background: linear-gradient(135deg, #bfdbfe, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rotary-hero-text {
    max-width: 34rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #e5e7eb;
}

.rotary-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 0.75rem;
}

.rotary-hero-actions .btn-primary {
    background: linear-gradient(135deg, var(--color-primary), #1d4ed8);
    box-shadow: 0 18px 30px -16px rgba(37, 99, 235, 0.7);
}

.rotary-hero-actions .btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 24px 40px -18px rgba(37, 99, 235, 0.8);
}

.rotary-hero-actions .btn-secondary {
    background-color: transparent;
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.6);
    backdrop-filter: blur(16px);
}

.rotary-hero-actions .btn-secondary:hover {
    background-color: rgba(15, 23, 42, 0.7);
}

.rotary-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.25rem;
    font-size: 0.85rem;
    color: #cbd5f5;
}

.rotary-hero-meta-item strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 600;
    color: #ffffff;
}

/* Hero image */
.rotary-hero-media {
    display: flex;
    justify-content: center;
}

.rotary-hero-frame {
    position: relative;
    width: 100%;
    max-width: 420px;
    aspect-ratio: 4 / 5;
    border-radius: 1.6rem;
    overflow: hidden;
    box-shadow: var(--shadow-2xl);
    background: radial-gradient(circle at 10% 0%, rgba(96, 165, 250, 0.18), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(129, 140, 248, 0.2), transparent 60%);
}

.rotary-hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.03);
    transition: transform 800ms ease;
}

.rotary-hero-frame:hover .rotary-hero-image {
    transform: scale(1.06);
}

.rotary-hero-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent 55%);
}

.rotary-hero-label {
    position: absolute;
    left: 1.5rem;
    bottom: 1.5rem;
    color: #f9fafb;
}

.rotary-hero-label-heading {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
}

.rotary-hero-label-sub {
    font-size: 0.85rem;
    opacity: 0.9;
}

/* Journey Section */
.rotary-journey {
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.rotary-journey-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5rem;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .rotary-journey-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.rotary-journey-text {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.rotary-journey-heading {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.rotary-journey-divider {
    width: 3rem;
    height: 0.25rem;
    border-radius: 999px;
    background: var(--gradient-primary);
}

.rotary-journey-body {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-secondary);
}

.rotary-journey-highlights {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.rotary-highlight-card {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid var(--color-gray-100);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base), transform var(--transition-fast), border-color var(--transition-base);
}

.rotary-highlight-card:hover {
    border-color: rgba(0, 82, 204, 0.35);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.rotary-highlight-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 82, 204, 0.08);
    color: var(--color-primary);
}

.rotary-highlight-title {
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.25rem;
}

.rotary-highlight-text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

/* Journey imagery using provided Rotary images */
.rotary-journey-media {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}

.rotary-journey-image-frame {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background-color: var(--color-gray-100);
}

.rotary-journey-image {
    width: 100%;
    height: 100%;
    max-height: 260px;
    object-fit: cover;
    transition: transform 700ms ease;
}

.rotary-journey-image-frame:hover .rotary-journey-image {
    transform: scale(1.05);
}

.rotary-journey-quote-card {
    margin-top: 0.25rem;
    padding: 1.2rem 1.3rem;
    border-radius: 1.1rem;
    background:
        radial-gradient(circle at 0% 0%, rgba(191, 219, 254, 0.4), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(221, 214, 254, 0.45), transparent 60%),
        #0f172a;
    color: #e5e7eb;
}

.rotary-journey-quote-card strong {
    color: #ffffff;
}

/* Honors & Recognitions */
.rotary-honors {
    margin-bottom: 4.5rem;
}

.rotary-honors-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.25rem 0.9rem;
    border-radius: 999px;
    background-color: rgba(0, 82, 204, 0.08);
    color: var(--color-primary);
    font-size: 0.75rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.rotary-honors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
}

.rotary-honor-card {
    position: relative;
    background-color: #ffffff;
    border-radius: 1.1rem;
    padding: 1.75rem 1.5rem;
    border: 1px solid var(--color-gray-100);
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    transition: box-shadow var(--transition-base), transform var(--transition-fast), border-color var(--transition-base);
}

.rotary-honor-card::before {
    content: "";
    position: absolute;
    right: -2rem;
    top: -2rem;
    width: 6rem;
    height: 6rem;
    border-radius: 999px;
    background: radial-gradient(circle, rgba(0, 82, 204, 0.12), transparent 70%);
}

.rotary-honor-card:hover {
    border-color: rgba(0, 82, 204, 0.3);
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.rotary-honor-icon {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.rotary-honor-icon-yellow {
    background-color: rgba(250, 204, 21, 0.1);
    color: #facc15;
}

.rotary-honor-icon-blue {
    background-color: rgba(0, 82, 204, 0.1);
    color: var(--color-primary);
}

.rotary-honor-icon-green {
    background-color: rgba(34, 197, 94, 0.1);
    color: #22c55e;
}

.rotary-honor-icon-purple {
    background-color: rgba(139, 92, 246, 0.1);
    color: #8b5cf6;
}

.rotary-honor-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.rotary-honor-text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.rotary-honor-cta {
    margin-top: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--color-primary);
    cursor: pointer;
}

/* Leadership Timeline */
.rotary-timeline-section-page {
    position: relative;
    margin-bottom: 4.5rem;
}

.rotary-timeline-shell {
    position: relative;
    padding: 2.5rem 2rem;
    border-radius: 1.75rem;
    background:
        radial-gradient(circle at 0% 0%, rgba(191, 219, 254, 0.6), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(221, 214, 254, 0.65), transparent 65%),
        #0f172a;
    color: #e5e7eb;
    overflow: hidden;
}

@media (max-width: 768px) {
    .rotary-timeline-shell {
        padding: 2rem 1.5rem;
    }
}

.rotary-timeline-shell::before,
.rotary-timeline-shell::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.45;
}

.rotary-timeline-shell::before {
    width: 14rem;
    height: 14rem;
    background: rgba(59, 130, 246, 0.5);
    top: -5rem;
    right: -4rem;
}

.rotary-timeline-shell::after {
    width: 14rem;
    height: 14rem;
    background: rgba(56, 189, 248, 0.35);
    bottom: -5rem;
    left: -4rem;
}

.rotary-timeline-header-page {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    margin-bottom: 1.75rem;
}

@media (max-width: 640px) {
    .rotary-timeline-header-page {
        flex-direction: column;
        align-items: flex-start;
    }
}

.rotary-timeline-heading {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
}

.rotary-timeline-tag {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #bfdbfe;
}

.rotary-timeline-wrapper {
    position: relative;
    margin-top: 1rem;
}

.rotary-timeline-line-page {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: rgba(148, 163, 184, 0.45);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .rotary-timeline-line-page {
        left: 1rem;
        transform: none;
    }
}

.rotary-timeline-items-page {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.rotary-timeline-item-page {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
    gap: 2rem;
}

@media (max-width: 768px) {
    .rotary-timeline-item-page {
        grid-template-columns: minmax(0, 1fr);
        padding-left: 2.5rem;
    }
}

.rotary-timeline-dot {
    position: absolute;
    left: 50%;
    top: 0.75rem;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 999px;
    border: 3px solid #0f172a;
    background-color: #facc15;
    box-shadow: 0 0 0 3px rgba(250, 204, 21, 0.35);
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .rotary-timeline-dot {
        left: 1rem;
        transform: none;
    }
}

.rotary-timeline-card {
    padding: 1.25rem 1.3rem;
    border-radius: 1rem;
    background-color: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.45);
    box-shadow: 0 10px 25px -15px rgba(15, 23, 42, 0.9);
}

.rotary-timeline-year {
    font-size: 0.8rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #93c5fd;
    margin-bottom: 0.25rem;
}

.rotary-timeline-title-page {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.rotary-timeline-text-page {
    font-size: 0.9rem;
    color: #cbd5f5;
}

/* CTA Section */
.rotary-cta-page {
    margin-top: 1rem;
}

.rotary-cta-card-page {
    position: relative;
    border-radius: 1.75rem;
    padding: 2.5rem 2rem;
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    color: #f9fafb;
    overflow: hidden;
    text-align: center;
}

.rotary-cta-card-page::before,
.rotary-cta-card-page::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.08);
}

.rotary-cta-card-page::before {
    width: 14rem;
    height: 14rem;
    top: -4rem;
    left: -4rem;
}

.rotary-cta-card-page::after {
    width: 18rem;
    height: 18rem;
    bottom: -6rem;
    right: -4rem;
}

.rotary-cta-heading {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.rotary-cta-text {
    position: relative;
    z-index: 1;
    max-width: 36rem;
    margin: 0 auto 1.5rem;
    font-size: 1rem;
    line-height: 1.8;
    color: rgba(239, 246, 255, 0.9);
}

.rotary-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.rotary-cta-button-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 2.2rem;
    border-radius: 9999px;
    background-color: #ffffff;
    color: var(--color-primary);
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 12px 25px -12px rgba(15, 23, 42, 0.5);
    transition: transform var(--transition-fast), box-shadow var(--transition-fast), background-color var(--transition-fast);
}

.rotary-cta-button-page:hover {
    background-color: #f9fafb;
    transform: translateY(-1px);
    box-shadow: 0 18px 35px -18px rgba(15, 23, 42, 0.8);
}

/* Soft reveal animation */
@keyframes rotary-fade-in-up {
    from {
        opacity: 0;
        transform: translateY(18px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.rotary-reveal {
    opacity: 0;
    animation: rotary-fade-in-up 650ms ease-out forwards;
}

.rotary-reveal-delay-1 {
    animation-delay: 120ms;
}

.rotary-reveal-delay-2 {
    animation-delay: 240ms;
}

.rotary-reveal-delay-3 {
    animation-delay: 360ms;
}

@media (prefers-reduced-motion: reduce) {

    .rotary-reveal,
    .rotary-reveal-delay-1,
    .rotary-reveal-delay-2,
    .rotary-reveal-delay-3,
    .rotary-honors-card {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

@keyframes honors-fade-in {
    from {
        opacity: 0;
        transform: translateY(18px) scale(0.97);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* =====================================================================
   NEW CLASS MAPPINGS FOR UPDATED ROTARY MARKUP (no Tailwind)
   ===================================================================== */

/* Hero section - full-bleed background with overlay */
.rotary-hero-section {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}

.rotary-hero-bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.rotary-hero-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rotary-hero-overlay {
    position: absolute;
    inset: 0;
    /* Keep original dark gradient overlay on top of the hero image */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
    z-index: 1;
}

.rotary-hero-inner {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 5rem 1.5rem;
}

@media (max-width: 767px) {
    .rotary-hero-inner {
        padding-top: 7rem;
    }
}

@media (min-width: 768px) {
    .rotary-hero-inner {
        padding: 6rem 2rem;
    }
}

.rotary-hero-content {
    max-width: 640px;
    color: #e5e7eb;
}

.rotary-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    background-color: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(147, 197, 253, 0.6);
    backdrop-filter: blur(12px);
    margin-bottom: 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-weight: 700;
}

.rotary-hero-heading {
    font-family: var(--font-display);
    font-size: 2.6rem;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 900;
    margin-bottom: 1.5rem;
    /* Primary gradient text for entire heading */
    background: #ffffff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Help gradient text stand out on top of the photo */
    text-shadow: none;
}

@media (min-width: 768px) {
    .rotary-hero-heading {
        font-size: 4.2rem;
    }
}

.rotary-hero-heading-highlight {
    /* No additional styling needed - parent has gradient */
    display: inline;
}

.rotary-hero-text {
    max-width: 36rem;
    font-size: 1rem;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 1.75rem;
}

.rotary-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

/* Make the Download Biography (secondary) button clearly visible on the hero image */
.rotary-hero-actions .btn-primary {
    border: 2px solid #ffffff;
}

.rotary-hero-actions .btn-secondary {
    background-color: transparent;
    background-image: none;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    box-shadow: none;
}

.rotary-hero-actions .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-color: #ffffff;
}

.rotary-hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

/* Journey section layout matching Tailwind two-column grid */
.rotary-journey-section {
    padding: 3rem 0;
    background-color: transparent;
}

@media (min-width: 768px) {
    .rotary-journey-section {
        padding: 4rem 0;
    }
}

@media (min-width: 1024px) {
    .rotary-journey-section {
        padding: 5rem 0;
    }
}

.rotary-journey-layout {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 4rem;
    align-items: center;
}

@media (max-width: 768px) {
    .rotary-journey-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 2rem;
        padding: 0 1rem;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .rotary-journey-layout {
        grid-template-columns: minmax(0, 1fr);
        gap: 3rem;
    }
}

.rotary-journey-left {
    display: flex;
    flex-direction: column;
    gap: 1.75rem;
}

.rotary-journey-header {
    margin-bottom: 0.75rem;
}

.rotary-journey-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
    .rotary-journey-title {
        font-size: 2.5rem;
    }
}

@media (min-width: 1024px) {
    .rotary-journey-title {
        font-size: 3.25rem;
    }
}

.rotary-journey-title .gradient-text {
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rotary-journey-underline {
    width: 5rem;
    height: 0.25rem;
    border-radius: 999px;
    background-color: var(--color-primary);
}

.rotary-journey-paragraph {
    font-size: 1rem;
    line-height: 1.9;
    color: var(--color-text-secondary);
    text-align: justify;
}

.rotary-journey-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
    margin-top: 0.5rem;
}

.rotary-journey-card {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.1rem;
    border-radius: 1rem;
    background-color: #ffffff;
    border: 1px solid var(--color-gray-100);
    box-shadow: var(--shadow-sm);
    transition: box-shadow var(--transition-base), transform var(--transition-fast), border-color var(--transition-base);
}

.rotary-journey-card:hover {
    border-color: rgba(0, 82, 204, 0.35);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
}

.rotary-journey-card-icon {
    width: 4.5rem;
    height: 2.5rem;
    border-radius: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 82, 204, 0.08);
    color: var(--color-primary);
    align-self: flex-start;
}

.rotary-journey-card-icon .material-symbols-outlined {
    font-size: 1.4rem;
}

.rotary-journey-card-title {
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.25rem;
}

.rotary-journey-card-title {
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.25rem;
}

.rotary-journey-card-text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.rotary-journey-right {
    width: 100%;
}

.rotary-journey-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 768px) {
    .rotary-journey-grid {
        grid-template-columns: 1fr;
    }
}

.rotary-journey-column-left,
.rotary-journey-column-right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rotary-journey-column-left {
    margin-top: 2rem;
}

.rotary-journey-image-wrapper {
    position: relative;
    border-radius: 1.25rem;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    background-color: var(--color-gray-100);
}

.rotary-journey-image-wrapper-large {
    min-height: 18rem;
}

@media (min-width: 640px) {
    .rotary-journey-image-wrapper {
        height: 16rem;
    }

    .rotary-journey-image-wrapper-large {
        height: 20rem;
        /* Tailwind h-80 equivalent */
    }
}

.rotary-journey-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 500ms ease;
}

.rotary-journey-image-wrapper:hover .rotary-journey-image {
    transform: scale(1.02);
}

.rotary-journey-quote-box {
    background-color: var(--color-primary);
    color: #ffffff;
    border-radius: 1.25rem;
    padding: 1.25rem 1.5rem;
    box-shadow: var(--shadow-lg);
}

.rotary-journey-quote-icon {
    font-size: 2.25rem;
    margin-bottom: 0.5rem;
}

.rotary-journey-quote-text {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 600;
}

.rotary-journey-award-card {
    background-color: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    border: 1px solid var(--color-gray-100);
    box-shadow: var(--shadow-lg);
}

.rotary-journey-award-icon {
    font-size: 2.25rem;
    color: #eab308;
    margin-bottom: 0.5rem;
}

.rotary-journey-award-title {
    font-weight: 700;
    margin-bottom: 0.25rem;
}

.rotary-journey-award-text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

/* Honors & Recognitions - Tailwind layout converted */
.rotary-honors-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding: 4rem 0 5rem;
    /* Premium gradient background matching other sections */
    background:
        radial-gradient(ellipse 90% 55% at 0% 0%, rgba(123, 59, 204, 0.12), transparent 65%),
        radial-gradient(ellipse 75% 50% at 100% 0%, rgba(0, 82, 204, 0.12), transparent 65%),
        radial-gradient(ellipse 70% 45% at 0% 100%, rgba(60, 205, 123, 0.08), transparent 60%),
        radial-gradient(ellipse 70% 45% at 100% 100%, rgba(19, 91, 236, 0.08), transparent 60%),
        linear-gradient(to bottom, #ffffff, #f8fafc 60%, #f5f6ff);
    overflow: hidden;
}

@media (min-width: 768px) {
    .rotary-honors-section {
        padding: 6rem 0 7rem;
    }
}

@media (min-width: 1024px) {
    .rotary-honors-section {
        padding: 8rem 0 9rem;
    }
}

.rotary-honors-header {
    max-width: 48rem;
    margin: 0 auto 2rem;
    text-align: center;
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    .rotary-honors-header {
        margin-bottom: 3rem;
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .rotary-honors-header {
        padding: 0;
    }
}

.rotary-honors-kicker {
    display: inline-block;
    background-color: rgba(0, 82, 204, 0.1);
    color: var(--color-primary);
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
}

.rotary-honors-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .rotary-honors-title {
        font-size: 2.5rem;
        margin-bottom: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .rotary-honors-title {
        font-size: 3.25rem;
        margin-bottom: 1rem;
    }
}

.rotary-honors-title .gradient-text {
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rotary-honors-subtitle {
    font-size: 0.95rem;
    color: var(--color-text-secondary);
}

.rotary-honors-grid {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.5rem;
}

/* Tablet: 2 cards per row */
@media (min-width: 768px) {
    .rotary-honors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 2rem;
    }
}

/* Desktop: 2 cards per row (keep layout airy and readable) */
@media (min-width: 1024px) {
    .rotary-honors-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 0 4.5rem;
    }
}

.rotary-honors-card {
    position: relative;
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 2rem;
    border: 1px solid var(--color-gray-200);
    box-shadow: 0 4px 12px -2px rgba(15, 23, 42, 0.08), 0 2px 6px -1px rgba(15, 23, 42, 0.04);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow: hidden;
    transform-origin: center;
    opacity: 0;
    transform: translateY(18px) scale(0.97);
    animation: honors-fade-in 600ms ease-out forwards;
}

.rotary-honors-card:nth-child(2) {
    animation-delay: 120ms;
}

.rotary-honors-card:nth-child(3) {
    animation-delay: 240ms;
}

.rotary-honors-card:nth-child(4) {
    animation-delay: 360ms;
}

.rotary-honors-card:hover {
    box-shadow: 0 12px 24px -4px rgba(15, 23, 42, 0.12), 0 6px 12px -2px rgba(15, 23, 42, 0.08);
    transform: translateY(-6px) scale(1.01);
}

.rotary-honors-card-bg-icon {
    position: absolute;
    top: 0.75rem;
    /* add breathing room from top */
    right: 0.75rem;
    /* add breathing room from right */
    width: 5.25rem;
    height: 5.25rem;
    border-radius: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(148, 163, 184, 0.16), transparent 65%);
    opacity: 0.24;
}

.rotary-honors-card-bg-icon .material-symbols-outlined {
    font-size: 3rem;
}

.rotary-honors-icon {
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08);
}

.rotary-honors-icon-yellow {
    background-color: rgba(250, 204, 21, 0.18);
    color: #eab308;
}

.rotary-honors-icon-blue {
    background-color: rgba(0, 82, 204, 0.16);
    color: var(--color-primary);
}

.rotary-honors-icon-green {
    background-color: rgba(34, 197, 94, 0.16);
    color: #22c55e;
}

.rotary-honors-icon-purple {
    background-color: rgba(139, 92, 246, 0.16);
    color: #8b5cf6;
}

.rotary-honors-card-title {
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
}

.rotary-honors-card-text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
}

.rotary-honors-progress {
    width: 100%;
    height: 1px;
    /* ultra-thin divider above Certificate */
    border-radius: 999px;
    background-color: var(--color-gray-200);
    margin-top: 0.5rem;
    margin-bottom: 0.6rem;
}

.rotary-honors-progress-fill {
    height: 100%;
    border-radius: 999px;
}

.rotary-honors-progress-full {
    width: 100%;
    background-color: #eab308;
}

.rotary-honors-progress-high {
    width: 90%;
    background-color: var(--color-primary);
}

.rotary-honors-progress-medium {
    width: 75%;
    background-color: #22c55e;
}

.rotary-honors-button {
    margin-top: auto;
    align-self: flex-start;
    /* keep button aligned left in each card */
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    border: none;
    background-image: linear-gradient(135deg, var(--color-primary), #1d4ed8);
    color: #ffffff;
    cursor: pointer;
    box-shadow: 0 10px 18px -10px rgba(37, 99, 235, 0.6);
    transition: background-image var(--transition-base), box-shadow var(--transition-base), transform var(--transition-fast);
}

.rotary-honors-button:hover {
    background-image: linear-gradient(135deg, #1d4ed8, #2563eb);
    box-shadow: 0 14px 22px -12px rgba(37, 99, 235, 0.7);
    transform: translateY(-1px);
}


/* Leadership Timeline – matches Tailwind structure visually */
.rotary-leadership-timeline {
    position: relative;
    padding: 3rem 0;
    /* py-20 */
    /*background-color: var(--color-bg-light);*/
    overflow: hidden;
}

@media (min-width: 768px) {
    .rotary-leadership-timeline {
        padding: 6rem 0;
        /* md:py-32 */
    }
}

@media (min-width: 1024px) {
    .rotary-leadership-timeline {
        padding: 8rem 0;
        /* lg:py-32 */
    }
}

/* Gradient fade at top (from white to transparent) */
.rotary-leadership-timeline-gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    /* h-32 */
    background: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
    opacity: 0.5;
    pointer-events: none;
}

.rotary-leadership-timeline-container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1120px;
    /* ~max-w-7xl */
    margin: 0 auto;
    padding: 0 1.5rem;
}

.rotary-leadership-header {
    text-align: center;
    margin-bottom: 3rem;
    /* mb-20 */
    padding: 0 1.5rem;
}

@media (min-width: 768px) {
    .rotary-leadership-header {
        margin-bottom: 5rem;
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .rotary-leadership-header {
        padding: 0;
    }
}

.rotary-leadership-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .rotary-leadership-title {
        font-size: 2.5rem;
        margin-bottom: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .rotary-leadership-title {
        font-size: 3.25rem;
        margin-bottom: 1rem;
    }
}

.rotary-leadership-title .gradient-text {
    background: linear-gradient(135deg, var(--color-primary), #7b3ccd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.rotary-leadership-subtitle {
    font-size: 0.95rem;
    color: var(--color-text-secondary);
}

/* Vertical center line with events around it */
.rotary-leadership-line {
    position: relative;
    max-width: 56rem;
    /* max-w-4xl */
    margin: 0 auto;
    padding: 0.25rem 0;
}

.rotary-leadership-line-fill {
    position: absolute;
    left: 50%;
    top: 0;
    width: 2px;
    height: 0;
    background-color: var(--color-primary);
    /* solid primary fill */
    transform: translateX(-50%);
    transition: height 220ms ease-out;
    z-index: 1;
}

@media (max-width: 768px) {
    .rotary-leadership-line-fill {
        left: 2.125rem;
        /* center of 1.5rem dot at 2rem left */
        transform: none;
    }
}

.rotary-leadership-line::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #e2e8f0;
    /* same as .timeline-line::before in your code */
    transform: translateX(-50%);
}

@media (max-width: 768px) {
    .rotary-leadership-line::before {
        left: 2.125rem;
        /* center of 1.5rem dot at 2rem left */
        transform: none;
    }
}

/* Stack of events */
.rotary-leadership-items {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4rem;
    /* mb-16 between rows */
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

/* Single row (left/right alternating around the line) */
.rotary-leadership-row {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}

@media (min-width: 768px) {
    .rotary-leadership-row {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Columns: spacer + card */
.rotary-leadership-col-spacer,
.rotary-leadership-col-card {
    width: 100%;
}

@media (max-width: 768px) {
    .rotary-leadership-col-spacer {
        display: none;
    }

    .rotary-leadership-col-card {
        padding-left: 3.5rem;
        /* proper spacing from dot line on mobile */
    }
}

@media (min-width: 768px) {

    .rotary-leadership-col-spacer,
    .rotary-leadership-col-card {
        width: 41.6667%;
        /* 5/12 like w-5/12 in Tailwind */
    }
}

/* Cards alignment */
.rotary-leadership-col-card {
    display: flex;
    justify-content: flex-start;
}

.rotary-leadership-col-card-right {
    justify-content: flex-end;
    /* card on the right side */
}

/* Dots on the line */
.rotary-leadership-dot {
    position: absolute;
    top: 0.75rem;
    left: 2rem;
    width: 1.5rem;
    /* w-6 */
    height: 1.5rem;
    /* h-6 */
    border-radius: 999px;
    border: 4px solid #ffffff;
    background-color: var(--color-primary);
    box-shadow: 0 10px 20px -6px rgba(15, 23, 42, 0.45);
    z-index: 2;
    transition: transform 300ms ease;
}

@media (min-width: 768px) {
    .rotary-leadership-dot {
        left: 50%;
        transform: translateX(-50%);
    }

    .rotary-leadership-row:hover .rotary-leadership-dot {
        transform: translateX(-50%) scale(1.05);
    }
}

@media (max-width: 768px) {
    .rotary-leadership-row:hover .rotary-leadership-dot {
        transform: scale(1.05);
    }
}

.rotary-leadership-dot-highlight {
    background-color: #eab308;
    /* yellow-500 */
    box-shadow: 0 10px 25px -8px rgba(234, 179, 8, 0.65);
}

/* Cards themselves */
.rotary-leadership-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 0.75rem;
    /* rounded-xl */
    padding: 1.5rem;
    /* p-6 */
    border: 1px solid var(--color-gray-100);
    box-shadow: var(--shadow-md);
    transition: transform 300ms ease, box-shadow 300ms ease;
}

.rotary-leadership-card-highlight {
    border-left: 4px solid #eab308;
    /* same as border-l-4 border-yellow-500 */
    box-shadow: var(--shadow-lg);
}

.rotary-leadership-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

/* Card typography */
.rotary-leadership-year {
    display: block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--color-primary);
    margin-bottom: 0.25rem;
}

.rotary-leadership-year-highlight {
    color: #eab308;
    /* yellow text for the highlighted decade */
}

.rotary-leadership-card-title {
    font-family: var(--font-display);
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--color-text-primary);
    margin-bottom: 0.35rem;
}

.rotary-leadership-card-text {
    font-size: 0.9rem;
    color: var(--color-text-secondary);
    line-height: 1.6;
}

/* Blog CTA band at bottom of page */
.rotary-blog-cta {
    padding: 2rem 0 0;
}

.rotary-blog-cta-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto 2rem;
    padding: 2rem 1.5rem;
    border-radius: 1.5rem;
    background-color: var(--color-primary);
    color: #ffffff;
    overflow: hidden;
    text-align: center;
}

@media (min-width: 768px) {
    .rotary-blog-cta-inner {
        max-width: 700px;
        padding: 2.25rem 2rem;
        border-radius: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .rotary-blog-cta-inner {
        max-width: 800px;
        padding: 2.5rem 2.5rem;
        border-radius: 2rem;
    }
}

.rotary-blog-cta-circle {
    position: absolute;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.08);
}

.rotary-blog-cta-circle-left {
    width: 14rem;
    height: 14rem;
    top: -4rem;
    left: -4rem;
}

.rotary-blog-cta-circle-right {
    width: 20rem;
    height: 20rem;
    bottom: -6rem;
    right: -4rem;
}

.rotary-blog-cta-title {
    position: relative;
    z-index: 1;
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

@media (min-width: 768px) {
    .rotary-blog-cta-title {
        font-size: 1.75rem;
        margin-bottom: 0.875rem;
    }
}

@media (min-width: 1024px) {
    .rotary-blog-cta-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

.rotary-blog-cta-text {
    position: relative;
    z-index: 1;
    max-width: 36rem;
    margin: 0 auto 1.75rem;
    font-size: 1rem;
    color: rgba(219, 234, 254, 0.9);
}

.rotary-blog-cta-actions {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.rotary-blog-cta-button {
    background-color: #ffffff;
    color: var(--color-primary);
    border-radius: 0.75rem;
    padding: 0.85rem 2.2rem;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0.05em;
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-lg);
    transition: background-color var(--transition-base);
    text-decoration: none;
}

.rotary-blog-cta-button:hover {
    background-color: #f3f4f6;
}

/* =====================================================================
   ROTARY CERTIFICATE LIGHTBOX
   ===================================================================== */
.rotary-certificate-lightbox {
    position: fixed;
    inset: 0;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
}

.rotary-certificate-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.rotary-certificate-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
}

.rotary-certificate-dialog {
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 3rem auto;
    padding: 1.5rem;
    height: calc(100vh - 6rem);
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .rotary-certificate-dialog {
        margin: 1.5rem auto;
        padding: 1rem;
        height: calc(100vh - 3rem);
    }
}

.rotary-certificate-content {
    position: relative;
    width: 100%;
    max-width: 900px;
    background: #ffffff;
    border-radius: 1.25rem;
    padding: 1.5rem;
    box-shadow: 0 25px 60px -30px rgba(15, 23, 42, 0.9);
}

.rotary-certificate-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: none;
    background-color: rgba(15, 23, 42, 0.08);
    color: var(--color-text-primary);
    cursor: pointer;
    transition: background-color 200ms ease, transform 200ms ease;
    z-index: 2;
}

.rotary-certificate-close:hover {
    background-color: rgba(15, 23, 42, 0.15);
    transform: scale(1.1);
}

.rotary-certificate-image-wrapper {
    position: relative;
    width: 100%;
    border-radius: 0.75rem;
    overflow: hidden;
    background-color: var(--color-gray-50);
}

.rotary-certificate-image {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 12rem);
    object-fit: contain;
}

@media (max-width: 768px) {
    .rotary-certificate-image {
        max-height: calc(100vh - 8rem);
    }
}

.rotary-certificate-title {
    margin-top: 1rem;
    font-family: var(--font-display);
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--color-text-primary);
    text-align: center;
}

.rotary-certificate-lightbox-open {
    overflow: hidden;
}