.page-content {
    max-width: 900px;
    margin: 0 auto;
}

.builder-page-content {
    max-width: 1180px;
    margin: 0 auto;
}

.page-featured-media {
    max-width: 900px;
    margin: 0 auto 2rem;
}

.block-wrap {
    margin-bottom: 2rem;
}

.block-width-narrow {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.block-width-normal {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.block-width-wide {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.block-width-full {
    max-width: 100%;
}

.block-wrap img {
    max-width: 100%;
    height: auto;
}

.block-heading h1,
.block-heading h2,
.block-heading h3,
.block-heading h4 {
    color: var(--fec-primary, #1e3a8a);
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.block-heading h1 {
    font-size: 2.4rem;
}

.block-heading h2 {
    font-size: 1.8rem;
}

.block-heading h3 {
    font-size: 1.4rem;
}

.block-heading h4 {
    font-size: 1.2rem;
}

.block-hero {
    position: relative;
    padding: 0;
    border-radius: 24px;
    background: transparent;
    color: #fff;
    overflow: hidden;
}

.block-hero .hero-shell {
    position: relative;
    padding: 2rem;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: inherit;
    overflow: hidden;
    background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 58%, #2563eb 100%);
    box-shadow: 0 10px 28px rgba(30, 58, 138, 0.1);
}

.block-hero.has-hero-media {
    background: transparent;
}

.block-hero.has-hero-media .hero-shell {
    background-image: linear-gradient(100deg, rgba(15, 23, 42, 0.84) 0%, rgba(30, 58, 138, 0.48) 58%, rgba(37, 99, 235, 0.18) 100%), var(--hero-image);
    background-size: cover;
    background-position: center;
}

.block-hero .hero-shell > * {
    position: relative;
    z-index: 1;
}

.block-hero .hero-kicker,
.block-cta-banner .cta-kicker,
.block-timeline .timeline-date {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.72;
    margin-bottom: 0.65rem;
}

.block-hero .hero-title {
    color: #fff;
    font-size: clamp(2rem, 5vw, 3.6rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.block-hero .hero-subtitle {
    font-size: 1.08rem;
    line-height: 1.75;
    opacity: 0.92;
    max-width: 760px;
}

.block-hero .hero-actions {
    display: flex;
    gap: 0.85rem;
    flex-wrap: wrap;
    margin-top: 1.4rem;
}

.block-quote {
    margin: 0;
    padding: 1.4rem 1.5rem;
    border-left: 4px solid #f59e0b;
    background: #fffdf5;
    border-radius: 14px;
}

.block-quote .quote-text {
    margin: 0 0 0.8rem;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #0f172a;
    font-weight: 700;
}

.block-quote .quote-meta {
    color: #64748b;
    font-size: 0.92rem;
}

.block-callout {
    border-radius: 18px;
    padding: 1.5rem;
    border: 1px solid #e5e7eb;
}

.callout-info {
    background: #eff6ff;
    border-color: #bfdbfe;
}

.callout-success {
    background: #ecfdf5;
    border-color: #a7f3d0;
}

.callout-warning {
    background: #fffbeb;
    border-color: #fde68a;
}

.block-callout .callout-title {
    color: #1e3a8a;
    margin-bottom: 0.6rem;
}

.block-callout .callout-text {
    color: #475569;
    line-height: 1.75;
}

.btn-block-primary {
    background: var(--fec-primary, #1e3a8a);
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
    transition: 0.2s;
}

.btn-block-primary:hover {
    background: #15307a;
    color: #fff;
    transform: translateY(-1px);
}

.btn-block-secondary {
    background: #64748b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.btn-block-hero-primary {
    background: #f59e0b;
    color: #111827;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    transition: 0.2s;
}

.btn-block-hero-primary:hover {
    background: #fbbf24;
    color: #111827;
    transform: translateY(-1px);
}

.btn-block-hero-secondary {
    background: rgba(37, 99, 235, 0.22);
    color: #fff;
    padding: 12px 28px;
    border-radius: 999px;
    text-decoration: none;
    display: inline-block;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: 0.2s;
}

.btn-block-hero-secondary:hover {
    background: rgba(37, 99, 235, 0.32);
    color: #fff;
    transform: translateY(-1px);
}

.btn-block-outline {
    background: transparent;
    color: var(--fec-primary, #1e3a8a);
    padding: 11px 27px;
    border: 2px solid var(--fec-primary, #1e3a8a);
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    font-weight: 600;
}

.block-image {
    text-align: center;
}

.block-image img {
    display: block;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.block-image img {
    margin: 0 auto;
}

.block-image .caption {
    font-size: 0.9rem;
    color: #64748b;
    margin-top: 0.5rem;
}

.block-image.img-size-small img {
    width: 100%;
    max-width: 240px;
}

.block-image.img-size-medium img {
    width: 100%;
    max-width: 420px;
}

.block-image.img-size-large img {
    width: 100%;
    max-width: 640px;
}

.block-image.img-size-full img {
    width: 100%;
    max-width: 100%;
}

.block-youtube .ratio,
.block-presentation iframe,
.block-map iframe {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.block-document a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    text-decoration: none;
    color: #334155;
    font-weight: 600;
    transition: 0.2s;
}

.block-document a:hover {
    background: #e2e8f0;
}

.block-downloads {
    padding: 1.5rem;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
}

.block-downloads .downloads-title,
.block-cards .cards-title,
.block-related-pages .cards-title,
.block-stats .stats-title,
.block-timeline .timeline-title,
.block-event-info .event-info-title,
.block-logo-strip .logo-strip-title {
    color: #1e3a8a;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.block-downloads .downloads-intro,
.block-cards .cards-intro,
.block-related-pages .cards-intro,
.block-event-info .event-info-intro,
.block-logo-strip .logo-strip-intro {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.7;
}

.downloads-list {
    display: grid;
    gap: 0.75rem;
}

.downloads-item {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: #fff;
    border: 1px solid #e5e7eb;
    text-decoration: none;
    color: #1e293b;
    transition: 0.2s;
}

.downloads-item:hover {
    border-color: #cbd5e1;
    transform: translateY(-1px);
}

.downloads-name {
    font-weight: 600;
}

.downloads-meta {
    font-size: 0.76rem;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.block-image-text .image-text-layout {
    display: grid;
    align-items: stretch;
    gap: 2rem;
}

.block-image-text .image-text-layout.img-size-small {
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
}

.block-image-text .image-text-layout.img-size-medium {
    grid-template-columns: minmax(0, 0.46fr) minmax(0, 0.54fr);
}

.block-image-text .image-text-layout.img-size-large {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.block-image-text .image-text-layout.img-size-full {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
}

.block-image-text .image-text-layout--right .image-text-media-col {
    order: 2;
}

.block-image-text .image-text-layout--right .image-text-copy-col {
    order: 1;
}

.block-image-text .image-text-media-col,
.block-image-text .image-text-copy-col {
    min-width: 0;
}

.block-image-text .image-text-media-col {
    position: relative;
    min-height: 100%;
    height: 100%;
    align-self: stretch;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.block-image-text .image-text-media-col img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
    border-radius: 0;
    box-shadow: none;
}

.block-image-text.img-size-large .image-text-copy-col .text-muted {
    font-size: 1.02rem;
    line-height: 1.85;
}

.block-image-text.img-size-large .image-text-copy-col h3 {
    font-size: clamp(2rem, 3.1vw, 3rem);
    line-height: 1.12;
}


.block-image-text .text-muted p {
    margin-bottom: 0.8rem;
}

.block-image-text .text-muted p:last-child {
    margin-bottom: 0;
}

.block-gallery img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.block-gallery img:hover {
    transform: scale(1.02);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.block-gallery-groups .gallery-groups-title {
    color: #1e3a8a;
    margin-bottom: 0.35rem;
    font-size: clamp(2rem, 3vw, 2.6rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
}

.block-gallery-groups .gallery-groups-title-strong {
    font-weight: 900;
}

.block-gallery-groups .gallery-groups-title-rest {
    font-weight: 500;
    color: #274690;
}

.block-gallery-groups .gallery-groups-intro {
    color: #64748b;
    margin-bottom: 1rem;
    line-height: 1.75;
}

.gallery-groups-placeholder {
    margin: 0.35rem 0 1.35rem;
    padding: 1rem 1.15rem;
    border: 1px solid #dbeafe;
    border-radius: 16px;
    background: linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
    color: #47607f;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
}

.gallery-groups-placeholder::before {
    content: 'Choose a day';
    display: block;
    margin-bottom: 0.25rem;
    color: #1e3a8a;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gallery-groups-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.gallery-groups-tab {
    border: 1px solid #dbeafe;
    background: #eff6ff;
    color: #1e3a8a;
    border-radius: 999px;
    padding: 0.72rem 1.1rem;
    font-weight: 700;
    transition: 0.2s ease;
}

.gallery-groups-tab:hover {
    background: #dbeafe;
}

.gallery-groups-tab.is-active {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    color: #fff;
    border-color: transparent;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.18);
}

.gallery-groups-panel {
    animation: fadeIn 0.18s ease;
}

.gallery-groups-panel.is-loading {
    opacity: 0.72;
    transform: translateY(4px);
}

.gallery-groups-panel.is-ready {
    animation: fadeInUp 0.22s ease;
}

.gallery-groups-item-frame {
    aspect-ratio: 4 / 3;
    border-radius: 12px;
    overflow: hidden;
    background: #f1f5f9;
}

.gallery-groups-panel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    cursor: pointer;
    transition: 0.2s;
    display: block;
}

.gallery-groups-panel img:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.14);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.block-cards .cards-item,
.block-stats .stats-item,
.block-timeline .timeline-item,
.block-event-info .event-info-item,
.block-logo-strip .logo-strip-item {
    height: 100%;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    background: #fff;
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    padding: 1.4rem;
}

.block-related-pages .cards-item {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 20px;
    border: 1px solid #e5e7eb;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
    padding: 1.4rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.block-related-pages .cards-item:hover {
    border-color: #cbd5e1;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.1);
    transform: translateY(-3px);
}

.block-related-pages .cards-item .small {
    color: #64748b !important;
    letter-spacing: 0.04em;
}

.block-related-pages .cards-item .mt-3 {
    margin-top: auto !important;
    padding-top: 1rem;
}

.block-related-pages .btn-block-primary {
    border-radius: 999px;
    padding: 11px 22px;
}

.cards-image {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 1rem;
}

.cards-item-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.65rem;
}

.cards-item-text {
    color: #64748b;
    line-height: 1.7;
}

.stats-item {
    text-align: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.stats-value {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    color: #1e3a8a;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stats-label {
    color: #64748b;
    font-weight: 600;
}

.event-info-grid,
.logo-strip-grid {
    display: grid;
    gap: 1rem;
}

.event-info-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.event-info-item {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.event-info-label,
.edition-spotlight-year {
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #64748b;
    margin-bottom: 0.45rem;
}

.event-info-value {
    color: #0f172a;
    font-size: 1.04rem;
    font-weight: 700;
    line-height: 1.5;
}

.block-edition-spotlight {
    padding: 1.6rem;
    border-radius: 24px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid #e5e7eb;
    box-shadow: 0 8px 28px rgba(15, 23, 42, 0.05);
}

.edition-spotlight-copy {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.edition-spotlight-title {
    color: #1e3a8a;
    font-weight: 800;
    margin-bottom: 0.6rem;
}

.edition-spotlight-subtitle {
    color: #334155;
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.edition-spotlight-summary {
    color: #64748b;
    line-height: 1.8;
}

.edition-spotlight-media .ratio,
.edition-spotlight-image {
    border-radius: 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.edition-spotlight-media .ratio {
    overflow: hidden;
}

.edition-spotlight-media .ratio iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.edition-spotlight-image {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    display: block;
}

.logo-strip-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.logo-strip-item {
    min-height: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.logo-strip-item img {
    max-width: 150px;
    max-height: 68px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: saturate(0.96);
}

.block-cta-banner {
    padding: 1.7rem;
    border-radius: 22px;
    border: 1px solid #e5e7eb;
}

.cta-tone-primary {
    background: linear-gradient(135deg, #0f172a, #1e3a8a 60%, #2563eb);
    color: #fff;
}

.cta-tone-light {
    background: #eff6ff;
}

.cta-tone-gold {
    background: linear-gradient(135deg, #fffbeb, #fef3c7);
}

.block-cta-banner .cta-title {
    font-weight: 800;
    margin-bottom: 0.65rem;
}

.cta-tone-primary .cta-title,
.cta-tone-primary .cta-text,
.cta-tone-primary .cta-kicker {
    color: #fff;
}

.block-cta-banner .cta-text {
    line-height: 1.75;
    opacity: 0.92;
}

.timeline-list {
    display: grid;
    gap: 1rem;
}

.timeline-item {
    position: relative;
    padding-left: 1.6rem;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 0.15rem;
    top: 0.35rem;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #f59e0b;
    box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.14);
}

.timeline-item-title {
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.35rem;
}

.timeline-item-text {
    color: #64748b;
    line-height: 1.7;
}

.block-accordion details {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 0.75rem;
}

.block-accordion summary {
    padding: 16px 20px;
    font-weight: 700;
    cursor: pointer;
    background: #f8fafc;
    color: #1e293b;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block-accordion summary::after {
    content: '\25BC';
    font-size: 0.75rem;
    color: #94a3b8;
    transition: 0.2s;
}

.block-accordion details[open] summary::after {
    transform: rotate(180deg);
}

.block-accordion details[open] summary {
    border-bottom: 1px solid #e2e8f0;
}

.block-accordion .accordion-body {
    padding: 16px 20px;
    color: #475569;
    line-height: 1.7;
}

.block-countdown {
    text-align: center;
    padding: 2rem 0;
}

.countdown-label {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
}

.countdown-grid {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.countdown-unit {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    color: #fff;
    border-radius: 14px;
    padding: 1.2rem 1.5rem;
    min-width: 90px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(30, 58, 138, 0.2);
}

.countdown-number {
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.countdown-text {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-top: 0.3rem;
}

.countdown-finished {
    font-size: 1.4rem;
    font-weight: 700;
    color: #059669;
}

.block-speakers .speaker-card {
    text-align: center;
    padding: 1.5rem;
}

.block-speakers .speaker-photo {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
    border: 4px solid #e5e7eb;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.block-speakers .speaker-placeholder {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
    margin: 0 auto 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    color: #94a3b8;
}

.block-speakers .speaker-name {
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e293b;
}

.block-speakers .speaker-role {
    color: #1e3a8a;
    font-weight: 600;
    font-size: 0.9rem;
}

.block-speakers .speaker-bio {
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    line-height: 1.6;
}

.block-schedule {
    margin-bottom: 2rem;
}

.block-schedule .schedule-day-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #1e3a8a;
}

.block-schedule .schedule-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.block-schedule .schedule-table th {
    background: #f1f5f9;
    padding: 12px 16px;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
    border-bottom: 2px solid #e2e8f0;
}

.block-schedule .schedule-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: top;
}

.block-schedule .schedule-table tr:hover td {
    background: #f8fafc;
}

.block-schedule .schedule-time {
    font-weight: 700;
    color: #1e3a8a;
    white-space: nowrap;
}

.block-schedule .schedule-title {
    font-weight: 600;
    color: #1e293b;
}

.block-schedule .schedule-desc {
    color: #64748b;
    font-size: 0.9rem;
}

.block-schedule .schedule-speaker {
    color: #475569;
    font-size: 0.9rem;
}

.lightbox-overlay {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.82);
    z-index: 9999;
    padding: 2rem;
    overflow: hidden;
    overscroll-behavior: contain;
}

.lightbox-overlay:not([hidden]) {
    display: grid;
    place-items: center;
}

.lightbox-stage {
    position: relative;
    width: min(92vw, 1400px);
    max-height: 92vh;
    margin: 0 auto;
}

.lightbox-image {
    display: block;
    max-width: 100%;
    max-height: 88vh;
    width: auto;
    height: auto;
    margin: 0 auto;
    border-radius: 14px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #0f172a;
    font-size: 2rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.18);
}

.lightbox-prev {
    left: 14px;
}

.lightbox-next {
    right: 14px;
}

.lightbox-close {
    position: absolute;
    top: 14px;
    right: 14px;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #0f172a;
    border-radius: 999px;
    padding: 0.65rem 1rem;
    font-weight: 700;
    z-index: 2;
}

body.lightbox-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .builder-page-content,
    .page-featured-media,
    .block-width-narrow,
    .block-width-normal,
    .block-width-wide,
    .block-width-full {
        max-width: 100%;
    }

    .block-hero {
        border-radius: 20px;
    }

    .block-hero .hero-shell {
        padding: 1.4rem;
        min-height: 0;
    }

    .block-hero .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .block-image-text .image-text-layout,
    .block-image-text .image-text-layout.img-size-small,
    .block-image-text .image-text-layout.img-size-medium,
    .block-image-text .image-text-layout.img-size-large,
    .block-image-text .image-text-layout.img-size-full {
        grid-template-columns: 1fr;
    }

    .block-image-text .image-text-media-col {
        min-height: 260px;
    }

    .block-image-text .image-text-media-col img {
        position: absolute;
    }

    .block-edition-spotlight {
        padding: 1.2rem;
        border-radius: 20px;
    }

    .edition-spotlight-image {
        max-height: 260px;
    }

    .logo-strip-grid,
    .event-info-grid {
        grid-template-columns: 1fr;
    }

    .gallery-groups-tabs {
        gap: 0.5rem;
    }

    .gallery-groups-tab {
        width: 100%;
        text-align: center;
    }

    .block-gallery-groups .gallery-groups-title {
        font-size: clamp(1.75rem, 8vw, 2.15rem);
    }

    .gallery-groups-placeholder {
        padding: 0.9rem 1rem;
    }

    .gallery-groups-item-frame {
        aspect-ratio: 1 / 1;
    }

    .countdown-grid {
        gap: 1rem;
    }

    .countdown-unit {
        min-width: 80px;
        padding: 1rem;
    }

    .downloads-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .lightbox-overlay {
        padding: 1rem;
    }

    .lightbox-stage {
        max-width: calc(100vw - 1rem);
        max-height: calc(100vh - 1rem);
        width: calc(100vw - 1rem);
    }

    .lightbox-image {
        max-width: calc(100vw - 1rem);
        max-height: calc(100vh - 6rem);
    }

    .lightbox-nav {
        width: 44px;
        height: 44px;
        font-size: 1.6rem;
    }

    .lightbox-prev {
        left: 6px;
    }

    .lightbox-next {
        right: 6px;
    }
}
