:root {
    --brand: #3b82f6;
    --brand-deep: #2563eb;
    --accent: #8b5cf6;
    --accent-deep: #7c3aed;
    --surface: #ffffff;
    --surface-soft: #f5f7fb;
    --surface-muted: #eef4ff;
    --surface-elevated: rgba(255, 255, 255, 0.82);
    --ink: #111827;
    --muted: #6b7280;
    --line: #d1d5db;
    --line-soft: rgba(209, 213, 219, 0.62);
    --panel-border: rgba(255, 255, 255, 0.34);
    --shadow-soft: 0 20px 40px rgba(15, 23, 42, 0.08);
    --shadow-strong: 0 26px 52px rgba(37, 99, 235, 0.18);
    --shadow-panel: 0 28px 70px rgba(37, 99, 235, 0.14);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --radius-md: 18px;
    --radius-sm: 14px;
    --admin-primary: #3b82f6;
    --admin-primary-strong: #2563eb;
    --admin-ink: #0f172a;
    --admin-line: rgba(148, 163, 184, 0.28);
    --admin-radius-md: 24px;
    --admin-radius-sm: 16px;
    --admin-shadow: 0 24px 56px rgba(15, 23, 42, 0.16);
    --admin-shadow-soft: 0 18px 36px rgba(15, 23, 42, 0.1);
}

:root {
    --font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html {
    scroll-behavior: smooth;
}

body {
    position: relative;
    font-family: var(--font-body);
    color: var(--ink);
    background:
        radial-gradient(circle at top left, rgba(59, 130, 246, 0.16), transparent 24%),
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.16), transparent 22%),
        linear-gradient(180deg, #f7faff 0%, #eef4ff 46%, #f8fbff 100%);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

    img {
        max-width: 100%;
        height: auto;
    }

body::before,
body::after {
    content: '';
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -1;
    border-radius: 999px;
    filter: blur(6px);
    opacity: 0.5;
}

body::before {
    width: 420px;
    height: 420px;
    top: 90px;
    right: -140px;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.22), transparent 68%);
}

body::after {
    width: 360px;
    height: 360px;
    left: -120px;
    bottom: 120px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.2), transparent 70%);
}

.section {
    position: relative;
    padding: 4.8rem 0;
}

.deferred-section {
    content-visibility: auto;
    contain-intrinsic-size: 1px 1100px;
}

.visually-hidden,
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.shadow-soft {
    box-shadow: var(--shadow-soft) !important;
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

.object-cover {
    object-fit: cover;
}

.z-index-2 {
    position: relative;
    z-index: 2;
}

.border-bottom-light {
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
    padding-bottom: 1.1rem;
}

.section-title {
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3.2vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

[class^='ti-']::before,
[class*=' ti-']::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

[class^='ti-'],
[class*=' ti-'] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    min-width: 1em;
    line-height: 1;
}

.text-color,
.font-secondary {
    color: var(--muted);
}

.banner {
    position: sticky;
    top: 0;
    z-index: 30;
    padding-top: 0;
    background: linear-gradient(180deg, rgba(247, 250, 255, 0.96), rgba(247, 250, 255, 0.82)) !important;
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(209, 213, 219, 0.4);
}

.banner,
.banner .navbar,
.banner .container-lg {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.navbar {
    padding: 0.8rem 0;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    padding-right: 0.65rem;
}

.logo {
    max-height: 42px;
    width: auto;
}

.navbar-nav {
    gap: 0.5rem;
}

.navbar-collapse {
    gap: 1rem;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
}

.nav-link,
.nav-submenu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    min-height: 48px;
    padding: 0.78rem 1.15rem !important;
    border-radius: 16px;
    font-weight: 700;
    color: var(--ink) !important;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.nav-link:hover,
.nav-submenu-toggle:hover,
.nav-link.active,
.nav-submenu-toggle.active,
.nav-item-has-submenu.is-open > .nav-submenu-toggle {
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.13), rgba(139, 92, 246, 0.08));
    color: var(--brand-deep) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.nav-item-has-submenu {
    position: relative;
}

.nav-submenu-toggle {
    border: 0;
    background: transparent;
}

.nav-submenu {
    min-width: 260px;
    margin-top: 0.85rem;
    padding: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 22px 52px rgba(15, 23, 42, 0.12);
    backdrop-filter: blur(18px);
}

.dropdown-item {
    border-radius: 12px;
    padding: 0.75rem 0.9rem;
    font-weight: 600;
    color: var(--ink);
}

.dropdown-item:hover,
.dropdown-item.active {
    background: rgba(59, 130, 246, 0.1);
    color: var(--brand-deep);
}

.nav-item-cta {
    margin-left: 0.35rem;
}

.nav-cta-link {
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.16);
    border-radius: 18px;
}

.nav-cta-link {
    background: linear-gradient(135deg, var(--brand-deep), var(--brand));
    color: #fff !important;
    box-shadow: 0 16px 30px rgba(37, 99, 235, 0.2);
}

.nav-cta-link:hover {
    color: #fff !important;
}

.download-app-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.8rem 1.15rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff4d4d, #ff7b00);
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 30px rgba(255, 123, 0, 0.22);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.download-app-btn:hover,
.download-app-btn:focus-visible {
    color: #fff;
    opacity: 0.94;
    transform: translateY(-1px) scale(1.03);
    box-shadow: 0 22px 34px rgba(255, 123, 0, 0.26);
}

.hero-stage,
.hero-section {
    position: relative;
    overflow: hidden;
    margin-top: 0.9rem;
    border-radius: 34px;
    background:
        radial-gradient(circle at top center, rgba(255, 255, 255, 0.15), transparent 28%),
        linear-gradient(135deg, #3b82f6 0%, #4f7cf1 34%, #6d5ee7 68%, #8b5cf6 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15), var(--shadow-panel);
}

.hero-stage::before,
.hero-stage::after,
.hero-section::before,
.hero-section::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.hero-stage::before,
.hero-section::before {
    width: 360px;
    height: 360px;
    top: -70px;
    right: -90px;
}

.hero-stage::after,
.hero-section::after {
    width: 300px;
    height: 300px;
    bottom: -120px;
    left: -80px;
}

.form-section {
    position: relative;
    padding: 2.4rem 0 1.6rem;
}

.header-form-wrapper {
    position: relative;
    padding-inline: 0.5rem;
}

.header-form-wrapper h1 {
    font-family: var(--font-display);
    font-size: clamp(2.45rem, 5vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.065em;
    margin-bottom: 1rem !important;
    white-space: nowrap;
    text-shadow: 0 10px 28px rgba(37, 99, 235, 0.18);
}

.header-form-wrapper p {
    max-width: 700px;
    margin-inline: auto;
    font-size: clamp(1rem, 1.45vw, 1.1rem);
    line-height: 1.55;
    margin-bottom: 1.35rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.navbar-tabs {
    max-width: 780px;
    margin: 0 auto 1.15rem;
}

.home-form-tabs,
.nav-tabs.home-form-tabs,
.nav.nav-pills.home-form-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.55rem;
    padding: 0.65rem !important;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(22px);
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 24px !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 24px 42px rgba(49, 46, 129, 0.14);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
}

.home-form-tabs::-webkit-scrollbar,
.nav-tabs.home-form-tabs::-webkit-scrollbar,
.nav.nav-pills.home-form-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs-btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 52px;
    min-width: 94px;
    padding: 0.72rem 0.9rem !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.94) !important;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
    letter-spacing: -0.01em;
    transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
    flex: 0 0 auto;
}

.nav-tabs-btns i {
    font-size: 0.88rem;
}

.nav-tabs-btns.active,
.nav-tabs-btns:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.98) !important;
    color: var(--brand-deep) !important;
    box-shadow: 0 18px 34px rgba(29, 78, 216, 0.18);
}

.form-header {
    max-width: 780px;
    margin: 0 auto;
}

.header-form-main,
.download-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 0.72rem;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.96), rgba(241, 245, 255, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 28px;
    box-shadow: 0 28px 54px rgba(29, 78, 216, 0.16);
    position: relative;
}

.download-box input {
    flex: 1 1 auto;
}

.header-form-main > .search-input {
    grid-column: 1 / 2;
    grid-row: 1;
    width: 100%;
}

.header-form-main > .paste-btn {
    grid-column: 1 / 2;
    grid-row: 1;
    justify-self: end;
    align-self: center;
    margin-right: 10px;
    z-index: 2;
}

.header-form-main > .submit {
    grid-column: 2 / 3;
    grid-row: 1;
}

.header-form-main.has-error {
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.18);
}

.header-form-main.is-submitting {
    opacity: 0.92;
}

.search-input.form-control {
    min-height: 60px;
    border: 1px solid rgba(209, 213, 219, 0.64);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--ink);
    font-size: 1rem;
    font-weight: 700;
    padding-left: 1.2rem;
    padding-right: 5rem;
    box-shadow: none;
}

.search-input.form-control:focus {
    background: #fff;
    border-color: rgba(59, 130, 246, 0.4);
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.12);
}

.search-input.form-control::placeholder {
    color: #7b8794;
    font-weight: 700;
}

.btn {
    border: 0;
    border-radius: 18px;
    font-weight: 800;
    padding: 0.9rem 1.1rem;
}

.btn-primary,
.download-btns,
.reload-more {
    background: linear-gradient(135deg, var(--brand-deep), var(--brand));
    color: #fff;
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.22);
}

.btn-primary:hover,
.download-btns:hover,
.reload-more:hover {
    background: linear-gradient(135deg, #1d4ed8, #3b82f6);
    color: #fff;
}

.submit,
.download-box button {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.submit:hover,
.download-box button:hover {
    transform: scale(1.05);
}

.btn-secondary,
.paste-btn {
    background: rgba(233, 238, 251, 0.95);
    color: var(--ink);
}

.paste-btn:hover {
    background: rgba(220, 229, 249, 0.98);
}

.paste-btn svg {
    display: block;
}

.paste-btn,
.submit {
    min-height: 60px;
    border-radius: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}

.paste-btn {
    min-width: 52px;
    min-height: 52px;
    padding-inline: 0.9rem;
    box-shadow: inset 0 0 0 1px rgba(209, 213, 219, 0.68);
}

.submit {
    min-width: 176px;
}

.show-errors {
    margin-top: 0.9rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.92);
    color: #b91c1c;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
}

.app-download-section {
    padding: 1.25rem 0 2.25rem;
}

.app-download-card {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) auto;
    gap: 1.5rem;
    align-items: center;
    padding: 1.8rem 2rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(237, 243, 255, 0.94));
    box-shadow: 0 22px 52px rgba(37, 99, 235, 0.12);
}

.app-download-eyebrow,
.download-popup__eyebrow {
    display: inline-block;
    margin-bottom: 0.55rem;
    color: var(--brand-deep);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.app-download-copy h2 {
    margin-bottom: 0.5rem;
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3vw, 2.3rem);
    color: var(--ink);
}

.app-download-copy p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 1rem;
}

.app-download-actions {
    display: flex;
    justify-content: center;
}

.big-download-btn,
.download-popup__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 1.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2196f3, #6a11cb);
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 20px 38px rgba(106, 17, 203, 0.22);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.big-download-btn:hover,
.big-download-btn:focus-visible,
.download-popup__link:hover,
.download-popup__link:focus-visible {
    color: #fff;
    opacity: 0.95;
    transform: translateY(-1px) scale(1.03);
}

.mobile-download-bar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
    background: rgba(255, 60, 60, 0.96);
    backdrop-filter: blur(14px);
    box-shadow: 0 -14px 32px rgba(239, 68, 68, 0.26);
    z-index: 1040;
}

.mobile-download-bar a {
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
}

.download-popup {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 1035;
    width: min(360px, calc(100vw - 32px));
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.download-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.download-popup__content {
    position: relative;
    padding: 1.4rem 1.4rem 1.5rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    background: rgba(255, 255, 255, 0.98);
}

.download-popup__content h3 {
    margin-bottom: 0.45rem;
    font-family: 'Sora', sans-serif;
    font-size: 1.35rem;
    color: var(--ink);
}

.download-popup__content p {
    margin-bottom: 1rem;
    color: var(--muted);
}

.download-popup__close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: rgba(148, 163, 184, 0.14);
    color: var(--ink);
    font-size: 1.3rem;
    line-height: 1;
}

@media (min-width: 768px) {
    .hero-stage .row {
        justify-content: center;
    }

    .hero-stage .col-lg-8 {
        flex: 0 0 88%;
        max-width: 88%;
    }
}

@media (max-width: 767.98px) {
    body {
        padding-bottom: 76px;
    }

    .navbar-collapse {
        padding: 0.75rem 0 0.2rem;
    }

    .navbar-nav {
        width: 100%;
    }

    .nav-right {
        width: 100%;
        margin: 0.5rem 0 0;
    }

    .download-app-btn {
        width: 100%;
        padding: 0.72rem 1rem;
        font-size: 0.92rem;
    }

    .hero-stage::before {
        width: 180px;
        height: 180px;
        top: -40px;
        right: -40px;
    }

    .hero-stage::after {
        width: 150px;
        height: 150px;
        bottom: -70px;
        left: -35px;
    }

    .form-section {
        padding-top: 1.2rem;
        padding-bottom: 0.6rem;
    }

    .navbar-tabs {
        max-width: 100%;
        margin-bottom: 0.8rem;
    }

    .header-form-wrapper h1 {
        white-space: normal;
        max-width: none;
        font-size: clamp(1.8rem, 9vw, 2.6rem);
        margin-bottom: 0.65rem !important;
    }

    .header-form-wrapper p {
        max-width: 100%;
        font-size: 0.92rem;
        line-height: 1.35;
        margin-bottom: 0.9rem !important;
    }

    .app-download-section {
        padding: 1rem 0 1.6rem;
    }

    .app-download-card {
        grid-template-columns: 1fr;
        padding: 1.4rem 1.1rem;
        text-align: center;
    }

    .app-download-copy h2 {
        font-size: 1.55rem;
    }

    .big-download-btn {
        width: 100%;
        padding: 0.9rem 1.15rem;
        font-size: 0.95rem;
    }

    .mobile-download-bar {
        display: block;
    }

    .download-popup {
        display: none;
    }
}

.video-loader {
    position: fixed;
    inset: 0;
    z-index: 1055;
    background: rgba(15, 23, 42, 0.3);
    backdrop-filter: blur(6px);
}

.loader-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
}

.loader-card {
    width: min(100%, 420px);
    padding: 2rem 1.5rem;
    text-align: center;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 30px 60px rgba(15, 23, 42, 0.2);
    border-top: 4px solid var(--brand);
}

.loader-logo {
    max-height: 56px;
    width: auto;
    margin-bottom: 1rem;
}

.loader-title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    margin-bottom: 0.45rem;
}

.loader-sub {
    margin-bottom: 1rem;
    color: var(--muted);
}

.loader-progress {
    height: 8px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(226, 232, 240, 0.8);
}

.loader-progress .bar {
    display: block;
    width: 45%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--brand), var(--accent));
    animation: loader-progress 1.3s ease-in-out infinite;
}

.ad-shell {
    padding: 1rem 0;
}

.ad-slot-card {
    display: grid;
    gap: 0.8rem;
    padding: 1.25rem 1.35rem;
    border-radius: 22px;
    background: linear-gradient(135deg, rgba(219, 234, 254, 0.92), rgba(255, 255, 255, 0.96));
    border: 1px solid rgba(147, 197, 253, 0.55);
    box-shadow: 0 20px 42px rgba(37, 99, 235, 0.12);
}

.ad-slot-card.compact {
    background: linear-gradient(135deg, rgba(224, 242, 254, 0.95), rgba(255, 255, 255, 0.98));
}

.ad-slot-card--google {
    gap: 1rem;
    min-height: 148px;
}

.ad-shell-top {
    padding-top: 1.1rem;
}

.ad-slot-card--google .adsbygoogle {
    width: 100%;
    min-height: 96px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.8);
}

.ad-slot-label {
    font-family: var(--font-display);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--brand-deep);
}

.ad-slot-copy {
    color: var(--muted);
    margin: 0;
}

.ad-promo-links {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.ad-promo-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(147, 197, 253, 0.45);
    color: var(--brand-deep) !important;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ad-promo-link:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 14px 28px rgba(37, 99, 235, 0.14);
}

.result-data {
    min-height: 1px;
}

.result-feedback {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    margin: 1.25rem auto 0;
    max-width: 780px;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(241, 245, 255, 0.96));
    border: 1px solid rgba(209, 213, 219, 0.44);
    box-shadow: 0 18px 36px rgba(37, 99, 235, 0.12);
    color: var(--brand-deep);
    font-weight: 800;
}

.result-feedback__spinner {
    width: 20px;
    height: 20px;
    border-radius: 999px;
    border: 2px solid rgba(59, 130, 246, 0.22);
    border-top-color: var(--brand-deep);
    animation: spinner-rotate 0.85s linear infinite;
}

.video-wrapper-data {
    margin: 2.4rem auto 0;
    padding: 1.4rem;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 247, 255, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 28px 60px rgba(37, 99, 235, 0.12);
}

.media-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid rgba(209, 213, 219, 0.4);
    border-radius: 26px;
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.media-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(37, 99, 235, 0.14);
}

.thumbnail {
    position: relative;
    background: #eaf1ff;
}

.thumbnail img,
.thumbnail video {
    display: block;
    width: 100%;
    height: 100%;
}

.media-preview--image {
    object-fit: cover;
}

.media-preview--video {
    object-fit: contain;
    background: #020617;
}

.thumb-scrim {
    position: absolute;
    inset: auto 0 0;
    height: 35%;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0), rgba(15, 23, 42, 0.16));
    pointer-events: none;
}

.media-badge {
    position: absolute;
    top: 0.9rem;
    right: 0.9rem;
    z-index: 2;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--brand-deep);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.03em;
}

.down-content {
    padding: 1.15rem;
}

.download-card-footer {
    display: grid;
    gap: 1rem;
}

.download-card-meta {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.download-card-type,
.download-card-ext {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
}

.download-card-type {
    background: rgba(59, 130, 246, 0.12);
    color: var(--brand-deep);
}

.download-card-ext {
    background: rgba(139, 92, 246, 0.12);
    color: var(--accent-deep);
}

.download-card-actions,
.button-reload {
    display: flex;
    justify-content: flex-start;
}

.action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    min-height: 54px;
    border-radius: 18px;
    padding-inline: 1.1rem;
}

.reload-more {
    margin-inline: auto;
}

.site-footer {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #10203d 0%, #111827 52%, #0f172a 100%);
    color: rgba(255, 255, 255, 0.82);
}

.site-footer .container-lg {
    position: relative;
    z-index: 1;
}

.site-footer::before,
.site-footer::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    background: rgba(96, 165, 250, 0.08);
    pointer-events: none;
}

.site-footer::before {
    width: 280px;
    height: 280px;
    top: -110px;
    right: -60px;
}

.site-footer::after {
    width: 220px;
    height: 220px;
    bottom: -120px;
    left: -40px;
    background: rgba(139, 92, 246, 0.1);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.footer-grid > div {
    position: relative;
    z-index: 1;
    min-width: 0;
    padding: 1.35rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(14px);
}

.footer-brand-block {
    display: grid;
    align-content: start;
    gap: 0.95rem;
}

.footer-brand {
    display: inline-flex;
    margin-bottom: 1rem;
}

.footer-logo {
    max-height: 42px;
    width: auto;
}

.footer-brand-text,
.footer-title {
    font-family: var(--font-display);
    color: #fff;
}

.footer-title {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    font-weight: 700;
}

.footer-copy {
    max-width: 360px;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.footer-links {
    display: grid;
    gap: 0.65rem;
}

.footer-links a {
    display: inline-flex;
    align-items: flex-start;
    min-width: 0;
    overflow-wrap: anywhere;
}

.footer-links a,
.footer-meta,
.footer-meta span {
    color: rgba(255, 255, 255, 0.72);
}

.footer-links a:hover,
.social-link:hover {
    color: #fff;
}

.footer-action-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 2rem;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 0.92rem;
}

.footer-meta span {
    min-width: 0;
    overflow-wrap: anywhere;
}

.howto-card,
.match-height,
.article-card,
.kb-card,
.contact-solo .card,
.blog-list-page .card,
.sidebar-card,
.feat,
.page-solo .article-card,
.post-solo .sidebar-card {
    border: 1px solid rgba(209, 213, 219, 0.42);
    border-radius: 24px !important;
    box-shadow: 0 20px 44px rgba(15, 23, 42, 0.08) !important;
}

.howto-card,
.match-height,
.kb-card,
.feat,
.contact-solo .card,
.blog-list-page .card,
.sidebar-card,
.article-card {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
}

.content-illustration {
    display: block;
    width: min(100%, 470px);
    max-height: 360px;
    margin-inline: auto;
    padding: clamp(0.75rem, 2vw, 1rem);
    border-radius: 28px;
    border: 1px solid rgba(191, 219, 254, 0.72);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(230, 238, 255, 0.92));
    object-fit: contain;
    object-position: center;
    filter: drop-shadow(0 24px 50px rgba(37, 99, 235, 0.16));
}

.features .row.align-items-center .content-illustration {
    aspect-ratio: 3 / 2;
}

.blog-list-page .thumb img,
.post-content img,
.article-body img {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(239, 246, 255, 0.94));
}

.post-content img,
.article-body img {
    width: auto;
    max-width: min(100%, 820px);
    max-height: 520px;
    padding: 0.45rem;
    border-radius: 20px;
    border: 1px solid rgba(209, 213, 219, 0.42);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
    object-fit: contain;
}

@media (max-width: 767.98px) {
    .content-illustration {
        width: min(100%, 380px);
        max-height: 280px;
        border-radius: 22px;
    }

    .post-content img,
    .article-body img {
        max-height: 360px;
        padding: 0.3rem;
        border-radius: 16px;
    }
}

.features {
    position: relative;
}

.features .container-lg {
    position: relative;
    z-index: 1;
}

.features .row.align-items-center {
    position: relative;
    margin-inline: 0;
    padding: 1.8rem 1.4rem;
    border-radius: 32px;
    border: 1px solid rgba(209, 213, 219, 0.34);
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,247,255,.98));
    box-shadow: 0 24px 54px rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.features .row.align-items-center::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.16), transparent 72%);
    transform: translate(-40%, -40%);
    pointer-events: none;
}

.features .row.align-items-center:nth-of-type(even)::before {
    left: auto;
    right: 0;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.16), transparent 72%);
    transform: translate(40%, -40%);
}

.features .row.align-items-center > [class*='col-'] {
    position: relative;
    z-index: 1;
}

.features h3 {
    font-family: var(--font-display);
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
}

.features p {
    color: #3f4a5b;
}

.features ul.list-unstyled li {
    padding: 0.72rem 0.95rem;
    border-radius: 18px;
    background: rgba(59, 130, 246, 0.06);
    border: 1px solid rgba(59, 130, 246, 0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.features .btn.btn-lg {
    min-height: 58px;
    padding-inline: 1.45rem;
    border-radius: 20px;
}

.howto-card {
    position: relative;
    overflow: hidden;
}

.howto-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto auto;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.12), transparent 72%);
    transform: translate(30%, -34%);
    pointer-events: none;
}

.howto-steps {
    counter-reset: howto-step;
    list-style: none;
    padding-left: 0;
    display: grid;
    gap: 1rem;
}

.howto-steps > li {
    position: relative;
    padding: 1.15rem 1.15rem 1.15rem 4.25rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(209, 213, 219, 0.34);
}

.howto-steps > li::before {
    counter-increment: howto-step;
    content: counter(howto-step, decimal-leading-zero);
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: 2.35rem;
    height: 2.35rem;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-family: var(--font-display);
    font-size: 0.76rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-deep), var(--accent));
    box-shadow: 0 12px 24px rgba(37, 99, 235, 0.18);
}

.howto-steps h3 {
    font-family: var(--font-display);
    font-size: 1.02rem;
    margin-bottom: 0.75rem;
}

.note,
.disclaimer,
.help-box {
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(59,130,246,.07), rgba(139,92,246,.07));
    border: 1px solid rgba(59, 130, 246, 0.12);
}

.match-height {
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.match-height:hover {
    transform: translateY(-4px);
    box-shadow: 0 26px 56px rgba(37, 99, 235, 0.14) !important;
}

.feature-icon {
    color: var(--brand-deep);
}

#accordion .card {
    border-radius: 22px !important;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 255, 0.98));
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

#accordion .card-header {
    background: #fff;
    border-bottom: 1px solid rgba(209, 213, 219, 0.5);
}

#accordion .card-link {
    font-size: 1rem;
    font-weight: 700;
}

#accordion .card-link i {
    transition: transform 0.2s ease, color 0.2s ease;
}

#accordion .card-link.is-open i,
#accordion .card-link[aria-expanded='true'] i {
    transform: rotate(45deg);
    color: var(--brand-deep) !important;
}

#accordion .card-body {
    color: var(--muted);
    line-height: 1.8;
}

.breadcrumb {
    margin-bottom: 0;
    padding: 0;
    background: transparent;
    gap: 0.3rem;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #94a3b8;
}

.back-top {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 25;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-top button {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--brand-deep), var(--brand));
    color: #fff;
    box-shadow: 0 18px 30px rgba(37, 99, 235, 0.24);
}

.ad-slot-block {
    margin: 0 auto;
    padding: 0.75rem;
    border-radius: 24px;
    border: 1px solid rgba(209, 213, 219, 0.36);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 255, 0.96));
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.06);
}

.ad-slot-label {
    display: inline-block;
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #64748b;
}

.ti-control-play::before { content: '\f04b'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-image::before { content: '\f03e'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-video-camera::before { content: '\f03d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-time::before { content: '\f017'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-video-clapper::before { content: '\e131'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-star::before { content: '\f005'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-plus::before { content: '\2b'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-import::before { content: '\f56d'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-reload::before { content: '\f2f1'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-arrow-up::before { content: '\f062'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-angle-down::before { content: '\f107'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-email::before { content: '\f0e0'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-user::before { content: '\f007'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-comment::before { content: '\f075'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-arrow-right::before { content: '\f061'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-timer::before { content: '\f017'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-world::before { content: '\f0ac'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-shield::before { content: '\f3ed'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-check-box::before { content: '\f14a'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-facebook::before { content: '\f39e'; font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.ti-twitter::before { content: '\e61b'; font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.ti-github::before { content: '\f09b'; font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.ti-linkedin::before { content: '\f08c'; font-family: 'Font Awesome 6 Brands'; font-weight: 400; }
.ti-bolt::before { content: '\f0e7'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-info-alt::before { content: '\f129'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-medall-alt::before { content: '\f559'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-desktop::before { content: '\f390'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-control-shuffle::before { content: '\f074'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-lock::before { content: '\f023'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }
.ti-control-forward::before { content: '\f051'; font-family: 'Font Awesome 6 Free'; font-weight: 900; }

@keyframes spinner-ring {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loader-progress {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(280%);
    }
}

@keyframes spinner-rotate {
    to {
        transform: rotate(360deg);
    }
}

@media (min-width: 768px) {
    .nav-item-has-submenu:hover > .nav-submenu,
    .nav-item-has-submenu.is-open > .nav-submenu {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 3.2rem 0;
    }

    .section p,
    .section li,
    .card-body,
    .article-body,
    .post-content {
        font-size: 0.98rem;
        line-height: 1.72;
    }

    .navbar {
        padding: 0.75rem 0;
    }

    .navbar-brand {
        max-width: calc(100% - 64px);
    }

    .logo {
        max-height: 32px;
    }

    .navbar-toggler {
        height: 48px;
        width: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 14px;
        background: rgba(239, 246, 255, 0.96);
        font-size: 0.8rem;
    }

    .collapse.navbar-collapse {
        margin-top: 0.9rem;
        padding: 0.8rem;
        border-radius: 20px;
        background: rgba(255, 255, 255, 0.95);
        border: 1px solid rgba(209, 213, 219, 0.62);
        box-shadow: var(--shadow-soft);
    }

    .navbar-nav {
        align-items: stretch !important;
    }

    .nav-link,
    .nav-submenu-toggle,
    .nav-cta-link {
        justify-content: space-between;
        width: 100%;
        border-radius: 16px;
    }

    .dropdown-item,
    .nav-submenu {
        position: static !important;
        transform: none !important;
        width: 100%;
        margin-top: 0.35rem;
        box-shadow: none;
        white-space: normal;
        text-align: left;
    }

    .nav-submenu {
        display: none;
        padding: 0.45rem;
        border-radius: 16px;
        background: rgba(241, 245, 255, 0.9);
        border: 1px solid rgba(209, 213, 219, 0.55);
    }

    .nav-item-has-submenu.is-open > .nav-submenu {
        display: block;
    }

    .nav-submenu-toggle i {
        transition: transform 0.2s ease;
    }

    .nav-item-has-submenu.is-open > .nav-submenu-toggle i {
        transform: rotate(180deg);
    }

    .form-section {
        padding-top: 1.8rem;
    }

    .header-form-wrapper .section {
        padding: 2rem 0.85rem !important;
    }

    .navbar-tabs {
        margin-bottom: 1.15rem;
    }

    .home-form-tabs,
    .nav-tabs.home-form-tabs,
    .nav.nav-pills.home-form-tabs {
        gap: 0.45rem;
        padding: 0.55rem !important;
        border-radius: 22px !important;
        scroll-snap-type: x proximity;
    }

    .nav-tabs-btns {
        min-width: 58px;
        width: 58px;
        min-height: 52px;
        padding: 0.65rem !important;
        font-size: 0.78rem;
        border-radius: 16px !important;
        gap: 0;
        scroll-snap-align: start;
    }

    .nav-tabs-btns i {
        font-size: 0.8rem;
    }

    .nav-tabs-btns .tab-label {
        display: none !important;
    }

    .header-form-wrapper h1 {
        max-width: 8ch;
        font-size: clamp(1.9rem, 8.8vw, 2.65rem);
        line-height: 0.98;
        letter-spacing: -0.05em;
        text-wrap: balance;
    }

    .header-form-wrapper p {
        max-width: 30ch;
        margin-inline: auto;
        font-size: 0.95rem;
        line-height: 1.55;
        text-wrap: balance;
    }

    .form-header {
        max-width: 100%;
    }

    .header-form-main {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        padding: 0.6rem;
        border-radius: 18px;
    }

    .header-form-main > .search-input,
    .header-form-main > .submit {
        grid-column: auto;
        grid-row: auto;
    }

    .header-form-main > .search-input {
        grid-column: 1;
        grid-row: 1;
    }

    .header-form-main > .paste-btn {
        grid-column: 1;
        grid-row: 1;
        justify-self: end;
        align-self: center;
    }

    .search-input.form-control {
        min-height: 58px;
        border-radius: 17px;
        padding-left: 1rem;
        padding-right: 4.3rem;
        font-size: 16px;
    }

    .submit {
        min-height: 56px;
        min-width: 100%;
        border-radius: 18px;
        font-size: 1rem;
        box-shadow: 0 14px 24px rgba(37, 99, 235, 0.18);
    }

    .paste-btn {
        min-height: 46px;
        width: 46px;
        height: 46px;
        min-width: 46px;
        margin-right: 6px;
        padding-inline: 0;
        border-radius: 14px;
    }

    .paste-btn svg {
        width: 18px;
        height: 18px;
    }

    .show-errors {
        margin-top: 0.72rem;
        padding: 0.72rem 0.9rem;
        font-size: 0.92rem;
        line-height: 1.45;
    }

    .section-title {
        font-size: clamp(1.7rem, 8vw, 2.2rem);
        line-height: 1.08;
        letter-spacing: -0.04em;
        text-wrap: balance;
    }

    .features .row.align-items-center {
        padding: 1.25rem 1rem;
        border-radius: 24px;
    }

    .features h3 {
        font-size: 1.2rem;
        line-height: 1.16;
        margin-bottom: 0.75rem;
        text-wrap: balance;
    }

    .features p,
    .features li,
    .howto-card p,
    .howto-card li,
    #accordion .card-body {
        font-size: 0.95rem;
        line-height: 1.68;
    }

    .features ul.list-unstyled {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .features ul.list-unstyled li {
        padding: 0.68rem 0.8rem;
        border-radius: 15px;
    }

    .howto-card {
        border-radius: 24px;
    }

    .howto-steps {
        gap: 0.8rem;
    }

    .howto-steps > li {
        padding: 1rem 0.9rem 1rem 3.65rem;
        border-radius: 20px;
    }

    .howto-steps > li::before {
        left: 0.82rem;
        top: 0.88rem;
        width: 2rem;
        height: 2rem;
        font-size: 0.7rem;
    }

    .howto-steps h3 {
        font-size: 0.97rem;
        line-height: 1.35;
        margin-bottom: 0.6rem;
    }

    .note,
    .disclaimer,
    .help-box {
        padding: 0.82rem 0.9rem;
        border-radius: 16px;
    }

    .video-wrapper-data,
    .howto-card,
    .site-footer {
        padding: 1rem;
    }

    .download-card-meta,
    .download-card-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .action-btn {
        width: 100%;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-action-grid {
        justify-content: flex-start;
    }
}
