/* Base */
:root {
    --ra-red: #b3131b;
    --ra-red-soft: #e5484d;
    --ra-black: #090909;
    --ra-dark: #121212;
    --ra-dark-soft: #1b1b1b;
    --ra-white: #ffffff;
    --ra-muted: #a8a8a8;
    --ra-gold: #c9a34a;
    --ra-gold-soft: #f0d28a;
    --ra-border: rgba(255, 255, 255, 0.08);
    --ra-card: rgba(18, 18, 18, 0.82);
    --ra-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    --ra-radius: 24px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    margin: 0;
    font-family: 'Manrope', sans-serif;
    background:
        radial-gradient(circle at top left, rgba(229, 72, 77, 0.18), transparent 28%),
        radial-gradient(circle at 80% 20%, rgba(201, 163, 74, 0.14), transparent 22%),
        linear-gradient(160deg, #090909 0%, #121212 48%, #1b1b1b 100%);
    color: var(--ra-white);
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6, .display-font {
    font-family: 'Sora', sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

main,
section {
    width: 100%;
}

/* Background */
.site-particles {
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.06) 1px, transparent 1px),
        radial-gradient(circle at 60% 50%, rgba(255,255,255,0.04) 1px, transparent 1px),
        radial-gradient(circle at 80% 20%, rgba(201,163,74,0.09) 1px, transparent 1px);
    background-size: 180px 180px, 220px 220px, 260px 260px;
    opacity: 0.45;
}

/* Header And Navigation */
.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    backdrop-filter: blur(16px);
    background: rgba(9, 9, 9, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.site-header .navbar {
    position: relative;
}

.site-header.scrolled {
    background: rgba(9, 9, 9, 0.92);
}

.brand-logo {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 18px;
    background: rgba(255,255,255,0.08);
    padding: 6px;
    box-shadow: var(--ra-shadow);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-text strong {
    font-size: 1rem;
}

.brand-text small {
    color: var(--ra-muted);
}

.nav-link {
    color: rgba(255,255,255,0.84);
    font-weight: 600;
    border-radius: 12px;
    transition: color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--ra-gold-soft);
    background: rgba(179, 19, 27, 0.16);
    box-shadow: inset 0 0 0 1px rgba(201, 163, 74, 0.16);
    outline: none;
}

.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link:focus-visible {
    color: var(--ra-gold-soft);
    background: rgba(179, 19, 27, 0.18);
    box-shadow: inset 0 0 0 1px rgba(201, 163, 74, 0.22);
    outline: none;
}

.navbar-toggler:focus,
.navbar-toggler:focus-visible,
.navbar-dark .navbar-nav .dropdown-toggle:focus,
.navbar-dark .navbar-nav .dropdown-toggle:focus-visible {
    box-shadow: none;
    outline: none;
}

/* Dropdown */
.ra-dropdown-menu {
    min-width: 250px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    padding: 0.75rem;
    background: rgba(14, 14, 14, 0.98);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.ra-dropdown-menu .dropdown-item {
    color: rgba(255,255,255,0.86);
    border-radius: 12px;
    padding: 0.8rem 0.95rem;
    font-weight: 600;
}

.ra-dropdown-menu .dropdown-item:hover,
.ra-dropdown-menu .dropdown-item:focus {
    color: var(--ra-white);
    background: rgba(179, 19, 27, 0.16);
}

.btn-cta,
.btn-outline-gold {
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    font-weight: 700;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn-cta {
    color: var(--ra-white);
    background: linear-gradient(135deg, var(--ra-red) 0%, #d92f37 100%);
    border: none;
    box-shadow: 0 14px 30px rgba(179, 19, 27, 0.35);
}

.btn-cta:hover,
.btn-outline-gold:hover,
.btn-ghost:hover {
    transform: translateY(-2px);
}

.btn-cta-sm {
    padding: 0.8rem 1.2rem;
    font-size: 0.95rem;
}

.btn-outline-gold {
    color: var(--ra-white);
    border: 1px solid rgba(201, 163, 74, 0.5);
    background: rgba(255,255,255,0.03);
}

.btn-ghost {
    color: var(--ra-white);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 999px;
    padding: 0.95rem 1.5rem;
    font-weight: 700;
    transition: all 0.25s ease;
}

/* Hero */
.hero-section {
    position: relative;
    padding: 8rem 0 5rem;
    overflow: hidden;
}

.hero-section::before,
.hero-section::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    filter: blur(60px);
}

.hero-section::before {
    width: 320px;
    height: 320px;
    background: rgba(229, 72, 77, 0.28);
    top: 5%;
    left: -8%;
}

.hero-section::after {
    width: 260px;
    height: 260px;
    background: rgba(201, 163, 74, 0.18);
    bottom: 10%;
    right: -4%;
}

.hero-badge,
.section-kicker {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding: 0.55rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(201, 163, 74, 0.25);
    background: rgba(201, 163, 74, 0.08);
    color: var(--ra-gold-soft);
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    max-width: 100%;
}

.hero-title {
    font-size: clamp(2.4rem, 5vw, 4.8rem);
    line-height: 1.08;
    margin: 1.2rem 0 1rem;
}

.hero-description {
    color: rgba(255,255,255,0.82);
    font-size: 1.05rem;
    max-width: 740px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}

.hero-card,
.glass-card,
.content-card,
.footer-card,
.metric-card,
.course-card,
.service-card,
.faq-card,
.contact-card,
.team-card,
.testimonial-card,
.gallery-card,
.partner-card {
    background: var(--ra-card);
    border: 1px solid var(--ra-border);
    border-radius: var(--ra-radius);
    box-shadow: var(--ra-shadow);
}

.hero-card {
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
}

.hero-card::before {
    content: '';
    position: absolute;
    inset: auto -20% -30% auto;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(179,19,27,0.35), transparent 70%);
}

.hero-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hero-card .stat-number,
.metric-card strong {
    font-size: 2rem;
    font-family: 'Sora', sans-serif;
}

.hero-visual {
    position: relative;
    min-height: 100%;
}

.hero-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(201,163,74,0.18), transparent 22%),
        radial-gradient(circle at 80% 75%, rgba(179,19,27,0.28), transparent 28%),
        linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.56)),
        linear-gradient(135deg, rgba(179,19,27,0.22), rgba(18,18,18,0.3) 45%, rgba(201,163,74,0.12));
    opacity: 0.88;
    border-radius: var(--ra-radius);
}

.hero-visual > * {
    position: relative;
    z-index: 1;
}

/* Sections And Cards */
section {
    padding: 5rem 0;
}

.section-heading {
    max-width: 720px;
    margin-bottom: 2.2rem;
}

.section-heading h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin: 0.8rem 0;
}

.section-heading p,
.muted-text {
    color: rgba(255,255,255,0.72);
}

.metric-card {
    padding: 1.75rem;
    text-align: center;
}

.metric-card strong,
.metric-card small {
    display: block;
}

.metric-card small {
    color: var(--ra-muted);
}

.course-summary-card {
    padding: 1.35rem;
}

.course-summary-thumb {
    min-height: 220px;
}

.course-stat-card {
    min-height: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.course-stat-card strong {
    line-height: 1.1;
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    overflow-wrap: anywhere;
}

.course-stat-card small {
    font-size: 0.98rem;
    line-height: 1.45;
}

.course-outline-list {
    display: grid;
    gap: 1rem;
}

.course-outline-item {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}

.course-outline-index {
    min-width: 46px;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(179,19,27,0.22), rgba(201,163,74,0.16));
    border: 1px solid rgba(201,163,74,0.18);
    color: var(--ra-gold-soft);
    font-family: 'Sora', sans-serif;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
}

.course-outline-item h3 {
    margin: 0 0 0.45rem;
    font-size: 1rem;
}

.course-card,
.service-card,
.testimonial-card,
.team-card,
.contact-card,
.partner-card,
.gallery-card,
.faq-card {
    padding: 1.35rem;
    height: 100%;
}

.team-card {
    display: flex;
    flex-direction: column;
}

.course-thumb,
.gallery-thumb,
.team-thumb {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 1rem;
    aspect-ratio: 16 / 10;
    background: linear-gradient(135deg, rgba(179,19,27,0.22), rgba(201,163,74,0.1));
}

.team-thumb {
    aspect-ratio: 3 / 4;
    width: min(100%, 220px);
    margin: 0 auto 1.15rem;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
}

.course-thumb img,
.gallery-thumb img,
.team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-thumb img {
    object-position: center top;
}

/* Gallery */
.gallery-media-frame {
    position: relative;
    isolation: isolate;
}

.gallery-frame-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: 2;
}

.gallery-filter-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    justify-content: flex-start;
}

.gallery-filter-btn {
    border: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.04);
    color: var(--ra-white);
    border-radius: 999px;
    padding: 0.8rem 1.1rem;
    font-weight: 700;
    transition: all 0.25s ease;
    max-width: 100%;
    white-space: normal;
}

.gallery-filter-btn:hover,
.gallery-filter-btn.is-active {
    background: linear-gradient(135deg, rgba(179,19,27,0.92), rgba(217,47,55,0.92));
    border-color: rgba(217,47,55,0.6);
    transform: translateY(-1px);
}

.gallery-portfolio-card {
    transition: transform 0.25s ease, opacity 0.25s ease, border-color 0.25s ease;
}

.gallery-portfolio-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201,163,74,0.26);
}

.gallery-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.team-socials {
    display: flex;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 0.25rem;
}

.team-social-btn {
    width: 42px;
    height: 42px;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.team-social-btn:hover,
.team-social-btn:focus {
    transform: translateY(-2px);
    border-color: rgba(201,163,74,0.38);
    background: rgba(201,163,74,0.12);
    color: var(--ra-gold-soft);
}

.js-gallery-item.is-hidden {
    display: none;
}

/* Badges And Lists */
.badge-soft {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border-radius: 999px;
    padding: 0.4rem 0.8rem;
    background: rgba(255,255,255,0.06);
    color: rgba(255,255,255,0.84);
    font-size: 0.82rem;
}

.status-badge {
    border-radius: 999px;
    padding: 0.4rem 0.85rem;
    font-size: 0.8rem;
    font-weight: 700;
}

.status-success { background: rgba(40, 167, 69, 0.15); color: #9be4b0; }
.status-warning { background: rgba(255, 193, 7, 0.18); color: #ffd879; }
.status-secondary { background: rgba(255,255,255,0.08); color: #cfcfcf; }
.status-dark { background: rgba(201,163,74,0.15); color: var(--ra-gold-soft); }

.list-check {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-check li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-bottom: 0.85rem;
    color: rgba(255,255,255,0.8);
}

.list-check i {
    color: var(--ra-gold);
    margin-top: 0.2rem;
}

.cta-band {
    padding: 2rem;
    background: linear-gradient(135deg, rgba(179,19,27,0.16), rgba(201,163,74,0.12));
    border: 1px solid rgba(201,163,74,0.16);
    border-radius: 28px;
}

/* Content Modules */
.accordion-item {
    margin-bottom: 1rem;
    border: 1px solid var(--ra-border);
    border-radius: 18px !important;
    overflow: hidden;
    background: rgba(255,255,255,0.03);
}

.accordion-button,
.accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--ra-white);
    box-shadow: none;
}

.accordion-body {
    color: rgba(255,255,255,0.74);
}

.swiper-pagination-bullet {
    background: rgba(255,255,255,0.4);
}

.swiper-pagination-bullet-active {
    background: var(--ra-gold);
}

.inner-hero {
    padding: 7rem 0 3rem;
}

.inner-hero h1 {
    margin-top: 1rem;
    font-size: clamp(2.2rem, 4vw, 3.7rem);
}

/* Footer */
.site-footer {
    padding: 4rem 0 2rem;
    background: rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255,255,255,0.05);
}

.footer-logo {
    width: 92px;
    padding: 8px;
    border-radius: 18px;
    background: rgba(255,255,255,0.06);
}

.site-footer h3 {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
    color: rgba(255,255,255,0.7);
}

.footer-links a:hover {
    color: var(--ra-gold-soft);
}

.footer-card {
    padding: 1.5rem;
}

.footer-bottom {
    margin-top: 2.2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255,255,255,0.08);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    color: rgba(255,255,255,0.56);
}

.social-btn,
.floating-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.05);
    color: var(--ra-white);
}

.floating-actions {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    z-index: 1040;
}

.floating-btn.whatsapp { background: #1fa855; }
.floating-btn.instagram { background: linear-gradient(135deg, #f58529, #dd2a7b); }
.floating-btn.share { background: #1c1c1c; }

/* Feedback */
.copy-toast {
    position: fixed;
    top: 1.25rem;
    right: 1.25rem;
    background: rgba(11, 18, 11, 0.92);
    color: var(--ra-white);
    padding: 0.9rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(40, 167, 69, 0.35);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-8px);
    transition: all 0.25s ease;
    z-index: 1100;
    max-width: calc(100vw - 2rem);
}

.copy-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.custom-alert {
    border-radius: 18px;
    border: none;
}

.form-control,
.form-select,
.form-control:focus,
.form-select:focus {
    border-radius: 16px;
    background: rgba(255,255,255,0.05);
    color: var(--ra-white);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: none;
}

.form-control::placeholder {
    color: rgba(255,255,255,0.4);
}

.form-feedback {
    display: block;
    font-size: 0.9rem;
    margin-top: 0.45rem;
}

.scanner-toolbar {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.scanner-toolbar .btn {
    width: 100%;
    justify-content: center;
}

.scanner-shell {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid rgba(201, 163, 74, 0.24);
    background: #05070c;
    padding: 1rem;
    margin-bottom: 1rem;
}

.qr-reader {
    overflow: hidden;
    border-radius: 20px;
    min-height: 280px;
}

.qr-reader video {
    border-radius: 20px;
}

.scanner-status {
    margin-top: 0.9rem;
    font-size: 0.95rem;
    color: rgba(255,255,255,0.74);
}

.scanner-status.is-error {
    color: #ffb8b8;
}

.scanner-results-stack {
    display: grid;
    gap: 0.85rem;
}

.scanner-result-card {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: rgba(255,255,255,0.03);
}

.scanner-result-card strong {
    font-size: 1rem;
}

.field-error {
    border-color: rgba(255, 99, 99, 0.78) !important;
}

/* Media And Modals */
.contact-map iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: var(--ra-radius);
}

.lightbox-modal .modal-content {
    background: rgba(0,0,0,0.88);
    border: 1px solid rgba(255,255,255,0.08);
}

.gallery-lightbox-stage {
    width: min(100%, 1080px);
    aspect-ratio: 16 / 10;
    border-radius: 28px;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(179,19,27,0.14), rgba(201,163,74,0.08));
    border: 1px solid rgba(255,255,255,0.08);
}

.gallery-lightbox-stage .js-lightbox-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-modal .modal-content {
    background: rgba(13, 13, 13, 0.96);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 24px;
    color: var(--ra-white);
}

.feedback-modal .modal-header,
.feedback-modal .modal-footer {
    border-color: rgba(255,255,255,0.08);
}

.feedback-modal-status {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.3rem;
}

.feedback-modal-status.is-success {
    background: rgba(40, 167, 69, 0.16);
    color: #9be4b0;
}

.feedback-modal-status.is-danger,
.feedback-modal-status.is-warning {
    background: rgba(229, 72, 77, 0.16);
    color: #ff9ea2;
}

.table-premium {
    --bs-table-bg: transparent;
    --bs-table-color: var(--ra-white);
}

/* Responsive */
@media (max-width: 991.98px) {
    .hero-section {
        padding-top: 7rem;
    }

    .navbar-collapse {
        position: absolute;
        top: calc(100% + 0.75rem);
        left: 0;
        right: 0;
        z-index: 1040;
        background: rgba(9,9,9,0.96);
        border: 1px solid rgba(255,255,255,0.06);
        border-radius: 22px;
        padding: 1rem;
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
    }

    .navbar-collapse:not(.show) {
        display: none;
    }

    .ra-dropdown-menu {
        min-width: 100%;
        margin-top: 0.5rem;
        background: rgba(255,255,255,0.02);
        box-shadow: none;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

    .brand-text small {
        display: none;
    }

    .site-header {
        backdrop-filter: none;
    }
}

@media (max-width: 767.98px) {
    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    html {
        scroll-behavior: auto;
    }

    section {
        padding: 4rem 0;
    }

    .site-particles {
        display: none;
    }

    .hero-section::before,
    .hero-section::after,
    .hero-card::before {
        display: none;
    }

    .hero-card,
    .glass-card,
    .content-card,
    .footer-card,
    .metric-card,
    .course-card,
    .service-card,
    .faq-card,
    .contact-card,
    .team-card,
    .testimonial-card,
    .gallery-card,
    .partner-card {
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
    }

    .brand-logo {
        width: 56px;
        height: 56px;
    }

    .brand-text {
        max-width: calc(100vw - 150px);
    }

    .brand-text strong {
        font-size: 0.92rem;
        line-height: 1.25;
        word-break: break-word;
    }

    .hero-title {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .hero-description {
        font-size: 1rem;
    }

    .hero-actions .btn-cta,
    .hero-actions .btn-outline-gold,
    .hero-actions .btn-ghost {
        width: 100%;
        justify-content: center;
        padding-inline: 1rem;
    }

    .course-stat-card {
        min-height: 106px;
        padding: 1.15rem 0.9rem;
    }

    .course-stat-card strong {
        font-size: clamp(1.3rem, 7vw, 2rem);
    }

    .course-stat-card small {
        font-size: 0.92rem;
    }

    .course-outline-item {
        grid-template-columns: 1fr;
    }

    .course-outline-index {
        min-width: 42px;
        width: 42px;
        height: 42px;
    }

    .floating-actions {
        right: 0.85rem;
        bottom: 0.85rem;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .gallery-filter-wrap {
        gap: 0.65rem;
    }

    .gallery-filter-btn {
        width: 100%;
        text-align: center;
    }

    .team-thumb {
        width: 100%;
        max-width: 280px;
    }

    .copy-toast {
        left: 1rem;
        right: 1rem;
        top: auto;
        bottom: 5.5rem;
        max-width: none;
    }

    .scanner-toolbar .btn { justify-content: center; }
}
