/* suggestions.css */

/* Variables adicionales específicas de esta página */
:root {
    --color-mint-dark: #A7E8D8;
    --color-mint-deep: #1A7A5A;
}

body {
    background-color: var(--color-petal);
    font-family: var(--font-body);
    color: var(--color-text-primary);
    -webkit-tap-highlight-color: transparent;
}

.suggestions-page {
    padding-top: var(--header-height, 80px);
}


.suggestions-hero {
    background: linear-gradient(135deg, #FFF0F3 0%, #F3EAFF 50%, #FFEEF5 100%);
    padding: 80px 0 40px;
    text-align: center;
    border-bottom: 1.5px solid var(--color-border-light);
    position: relative;
    overflow: hidden;
}

.suggestions-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(255, 182, 193, 0.2) 0%, var(--color-rose) 50%, rgba(255, 182, 193, 0.2) 100%);
}

.hero-sparkle {
    font-family: var(--font-accent);
    font-size: 2rem;
    color: var(--color-rose-deep);
    display: block;
    margin-bottom: 10px;
}

.suggestions-hero h1 {
    font-family: var(--font-display);
    font-size: 2.8rem;
    color: var(--color-text-primary);
    margin-bottom: 15px;
    font-weight: 700;
}

.suggestions-hero p {
    font-size: 1.15rem;
    color: var(--color-text-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Container & Columns Layout */
.suggestions-container {
    max-width: 1200px;
    margin: 40px auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.suggestions-container > * {
    min-width: 0; /* Evita que los hijos del grid desborden */
}

@media (min-width: 1024px) {
    .suggestions-container {
        grid-template-columns: 1.4fr 0.9fr;
        align-items: start;
    }
}

/* Form Section Stylings */
.suggestion-form-card {
    background: #ffffff;
    border: 1.5px solid var(--color-border-light);
    border-radius: 24px;
    padding: 30px;
    box-shadow: 0 8px 32px rgba(255, 133, 161, 0.08);
    position: sticky;
    top: 100px;
    overflow: hidden;
    min-width: 0;
}

.form-title {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: var(--color-text-primary);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--color-text-secondary);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    max-width: 100%;
    padding: 12px 18px;
    background: #FFF8FA;
    border: 1.5px solid var(--color-border-light);
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 15px;
    color: var(--color-text-primary);
    outline: none;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
    box-sizing: border-box;
}

.form-textarea {
    border-radius: 18px;
    min-height: 120px;
    resize: vertical;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
    border-color: var(--color-rose-dark);
    box-shadow: 0 0 0 4px rgba(255, 133, 161, 0.2);
    background: #ffffff;
}

/* Grid Filter and Sorter Navigation */
.suggestions-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    background: #ffffff;
    border: 1.5px solid var(--color-border-light);
    border-radius: 20px;
    padding: 15px 20px;
    box-shadow: 0 4px 16px rgba(255, 133, 161, 0.04);
}

.filter-pills {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    /* Máscara de desvanecimiento premium en el borde derecho */
    mask-image: linear-gradient(to right, black calc(100% - 45px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black calc(100% - 45px), transparent 100%);
    padding-bottom: 4px;
}

/* Espacio al final del scroll horizontal para evitar cortes abruptos */
.filter-pills::after {
    content: '';
    flex-shrink: 0;
    width: 16px;
}

@media (min-width: 768px) {
    .filter-pills {
        width: auto;
        max-width: 100%;
        mask-image: none;
        -webkit-mask-image: none;
        overflow: visible;
        flex-wrap: nowrap;
    }
    .filter-pills::after {
        display: none;
    }
}

/* Scrollbar sutil en hover para navegadores de escritorio */
.filter-pills::-webkit-scrollbar {
    height: 4px;
}

.filter-pills::-webkit-scrollbar-track {
    background: transparent;
}

.filter-pills::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.filter-pills:hover::-webkit-scrollbar-thumb {
    background: var(--color-border-medium, rgba(255, 133, 161, 0.3));
}

.pill-btn {
    background: #FFF0F3;
    border: 1.5px solid var(--color-border-light);
    color: var(--color-text-secondary);
    padding: 6px 15px;
    border-radius: 50px;
    font-family: var(--font-body);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.25s var(--ease-spring);
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0; /* Asegura que los botones mantengan sus proporciones en cualquier resolución */
}

.pill-btn:hover {
    background: var(--color-rose-light);
    color: var(--color-rose-deep);
    border-color: var(--color-border-medium);
}

.pill-btn.active {
    background: var(--color-rose-dark);
    color: #ffffff;
    border-color: var(--color-rose-dark);
    box-shadow: 0 4px 12px rgba(255, 133, 161, 0.3);
}

.sort-select-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--color-text-secondary);
    font-weight: 600;
}

.sort-select {
    padding: 6px 12px;
    border-radius: 50px;
    border: 1.5px solid var(--color-border-light);
    background: #fff;
    font-family: var(--font-body);
    color: var(--color-text-primary);
    outline: none;
    cursor: pointer;
    font-weight: 600;
}

/* Suggestion Cards Styling */
.suggestions-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.suggestion-card {
    background: #ffffff;
    border: 1.5px solid var(--color-border-light);
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 16px rgba(255, 133, 161, 0.05);
    display: flex;
    gap: 20px;
    align-items: flex-start;
    transition: transform 0.25s var(--ease-spring), box-shadow 0.25s ease;
    animation: fadeInUp 0.4s var(--ease-smooth) both;
}

.suggestion-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(255, 133, 161, 0.12);
}

/* Upvote Box Column */
.vote-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    min-width: 60px;
}

.btn-vote {
    background: var(--color-petal);
    border: 1.5px solid var(--color-border-light);
    border-radius: 16px;
    width: 50px;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--color-text-secondary);
    transition: all 0.25s var(--ease-spring);
    position: relative;
    user-select: none;
}

.btn-vote:hover {
    background: var(--color-rose-light);
    border-color: var(--color-border-medium);
    color: var(--color-rose-deep);
    transform: translateY(-2px);
}

.btn-vote.voted {
    background: var(--color-rose-dark);
    border-color: var(--color-rose-dark);
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(255, 133, 161, 0.35);
}

.btn-vote svg {
    width: 20px;
    height: 20px;
    stroke-width: 2.5;
    fill: none;
    stroke: currentColor;
    transition: transform 0.2s ease;
}

.btn-vote:hover svg {
    transform: translateY(-2px);
}

.btn-vote.voted svg {
    fill: currentColor;
    transform: scale(1.1);
}

.vote-count {
    font-weight: 700;
    font-size: 16px;
    color: var(--color-text-primary);
}

.btn-vote.voted + .vote-count {
    color: var(--color-rose-deep);
}

/* Card Content Column */
.card-content {
    flex: 1;
}

.card-top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.sissy-author {
    font-weight: 700;
    color: var(--color-text-primary);
    font-size: 14px;
}

.card-category-badge {
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.cat-courses { background: var(--color-lavender); color: var(--color-lavender-deep); }
.cat-platform { background: var(--color-rose-light); color: var(--color-rose-deep); }
.cat-resources { background: var(--color-mint); color: var(--color-mint-deep); }
.cat-community { background: var(--color-sky); color: #1a5a8a; }
.cat-other { background: #fff3c4; color: #8a6a00; }

.status-badge {
    padding: 3px 10px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-left: auto;
}

.status-pending { background: #e2e8f0; color: #475569; }
.status-reviewing { background: #fef3c7; color: #d97706; }
.status-planned { background: #dbeafe; color: #2563eb; }
.status-developing { background: #fae8ff; color: #c026d3; }
.status-completed { background: var(--color-mint); color: var(--color-mint-deep); }
.status-declined { background: #fee2e2; color: #dc2626; }

.card-title {
    font-family: var(--font-display);
    font-size: 1.35rem;
    color: var(--color-text-primary);
    margin-bottom: 10px;
    font-weight: 700;
}

.card-description {
    font-size: 14.5px;
    color: var(--color-text-secondary);
    line-height: 1.6;
    margin-bottom: 15px;
}

.card-footer {
    font-size: 12px;
    color: var(--color-text-muted);
    font-weight: 500;
}

/* Pagination Row */
.suggestions-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.page-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1.5px solid var(--color-border-light);
    background: #ffffff;
    color: var(--color-text-primary);
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.page-btn:hover:not(:disabled), .page-btn.active {
    background: var(--color-rose-dark);
    color: #ffffff;
    border-color: var(--color-rose-dark);
    box-shadow: 0 4px 10px rgba(255, 133, 161, 0.25);
}

.page-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Loader Styles */
.suggestions-loader {
    text-align: center;
    padding: 60px 0;
}

.loader-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid var(--color-rose-light);
    border-top: 4px solid var(--color-rose-dark);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

.loader-text {
    font-weight: 600;
    color: var(--color-text-secondary);
}

.empty-state {
    text-align: center;
    padding: 60px 20px;
    background: #fff;
    border-radius: 24px;
    border: 1.5px dashed var(--color-border-light);
}

.empty-heart {
    font-size: 3rem;
    color: var(--color-rose-light);
    margin-bottom: 15px;
    display: inline-block;
}

.empty-state h3 {
    font-family: var(--font-display);
    font-size: 1.5rem;
    color: var(--color-text-primary);
    margin-bottom: 8px;
}

.empty-state p {
    color: var(--color-text-secondary);
    font-size: 14px;
}

/* Toast and Submit styles */
.toast-popup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #ffffff;
    border: 1.5px solid var(--color-border-medium);
    border-left: 6px solid var(--color-rose-dark);
    padding: 15px 25px;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(128, 0, 32, 0.1);
    z-index: 10000;
    transform: translateY(120px) scale(0.9);
    opacity: 0;
    transition: all 0.4s var(--ease-spring);
    pointer-events: none;
    font-weight: 700;
    color: var(--color-text-primary);
    display: flex;
    align-items: center;
    gap: 10px;
}

.toast-popup.show {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.toast-error {
    border-left-color: #dc2626;
}

.toast-success {
    border-left-color: var(--color-mint-deep);
}

.btn-primary {
    background: linear-gradient(135deg, var(--color-rose-dark), #FF6B9D);
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 28px;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s var(--ease-spring);
    box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3);
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-primary:hover:not(:disabled) {
    background: linear-gradient(135deg, #FF007F, #D4006A);
    box-shadow: 0 8px 25px rgba(255, 0, 127, 0.35), 0 0 0 4px rgba(255, 133, 161, 0.15);
    transform: translateY(-3px);
}

.btn-primary:active:not(:disabled) {
    transform: translateY(0) scale(0.97);
}

.btn-primary:disabled {
    background: #cccccc;
    box-shadow: none;
    cursor: not-allowed;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(16px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ═══════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 767px)
   ═══════════════════════════════════════ */
@media (max-width: 767px) {

    /* Hero: reducir tamaño del título para que no se rompa en 3 líneas */
    .suggestions-hero {
        padding: 48px 16px 28px;
    }

    .hero-sparkle {
        font-size: 1.4rem;
    }

    .suggestions-hero h1 {
        font-size: 1.65rem;
        line-height: 1.2;
        margin-bottom: 12px;
    }

    .suggestions-hero p {
        font-size: 0.93rem;
        padding: 0;
    }

    /* Container: reducir margen */
    .suggestions-container {
        margin: 20px auto;
        gap: 20px;
    }

    /* Nav: apilar pills y sort en columna */
    .suggestions-nav {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 12px;
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .filter-pills {
        width: 100%;
        padding-bottom: 2px;
    }

    .pill-btn {
        font-size: 12px;
        padding: 6px 12px;
        min-height: 34px;
        flex-shrink: 0;
    }

    .sort-select-wrapper {
        width: 100%;
        font-size: 13px;
    }

    .sort-select {
        flex: 1;
        font-size: 13px;
    }

    /* Cards */
    .suggestion-card {
        padding: 14px;
        gap: 10px;
        border-radius: 14px;
    }

    .vote-section {
        min-width: 44px;
        flex-shrink: 0;
    }

    .btn-vote {
        width: 40px;
        height: 42px;
        border-radius: 10px;
    }

    .btn-vote svg {
        width: 17px;
        height: 17px;
    }

    .vote-count {
        font-size: 13px;
    }

    .card-content {
        min-width: 0; /* evita que flex child desborde */
        overflow: hidden;
    }

    .card-title {
        font-size: 1.05rem;
        word-break: break-word;
    }

    .card-description {
        font-size: 13px;
        word-break: break-word;
    }

    .sissy-author {
        font-size: 13px;
    }

    /* Form card */
    .suggestion-form-card {
        position: static;
        padding: 18px 14px;
        border-radius: 16px;
    }

    .form-title {
        font-size: 1.4rem;
    }

    .form-group {
        margin-bottom: 16px;
    }

    .form-input,
    .form-select,
    .form-textarea {
        font-size: 16px; /* 16px evita zoom automático en iOS */
        padding: 10px 14px;
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    .form-textarea {
        min-height: 90px;
        resize: none; /* sin resize en mobile para evitar desbordamiento */
    }

    .btn-primary {
        font-size: 15px;
        padding: 13px 20px;
    }

    /* Toast */
    .toast-popup {
        bottom: 16px;
        right: 12px;
        left: 12px;
        padding: 12px 16px;
        font-size: 13px;
        max-width: calc(100vw - 24px);
    }
}


/* ═══════════════════════════════════════
   BETA ACCESS CTA BANNER
   ═══════════════════════════════════════ */
.beta-cta-banner {
    padding: 60px 0;
    margin-top: 20px;
}

.beta-cta-inner {
    position: relative;
    background: linear-gradient(135deg, #1a0011 0%, #3d0028 40%, #5c0038 70%, #2a0018 100%);
    border-radius: 28px;
    padding: 50px 45px;
    display: flex;
    align-items: center;
    gap: 40px;
    overflow: hidden;
    border: 1.5px solid rgba(255, 133, 161, 0.25);
    box-shadow:
        0 20px 60px rgba(128, 0, 64, 0.3),
        0 0 80px rgba(255, 107, 157, 0.08) inset;
}

.beta-cta-glow {
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 107, 157, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
    0%, 100% { opacity: 0.6; transform: scale(1); }
    50% { opacity: 1; transform: scale(1.1); }
}

/* Floating particles */
.beta-cta-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}

.particle {
    position: absolute;
    font-size: 1rem;
    opacity: 0.3;
    animation: floatParticle 6s ease-in-out infinite;
}

.p1 { top: 15%; left: 8%; animation-delay: 0s; color: #ff85a1; }
.p2 { top: 70%; left: 15%; animation-delay: 1.2s; color: #ffb6c8; }
.p3 { top: 25%; right: 12%; animation-delay: 2.4s; color: #ff6b9d; }
.p4 { bottom: 20%; right: 25%; animation-delay: 0.8s; color: #ffccd5; }
.p5 { top: 50%; left: 45%; animation-delay: 3s; color: #ff85a1; }

@keyframes floatParticle {
    0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; }
    50% { transform: translateY(-12px) rotate(10deg); opacity: 0.6; }
}

/* Content side */
.beta-cta-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.beta-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.2), rgba(255, 182, 193, 0.15));
    border: 1px solid rgba(255, 133, 161, 0.4);
    color: #ffb6c8;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
    backdrop-filter: blur(4px);
}

.beta-cta-title {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.25;
    text-shadow: 0 2px 20px rgba(255, 107, 157, 0.2);
}

.beta-cta-text {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
    margin-bottom: 12px;
    max-width: 520px;
}

.beta-cta-whisper {
    font-family: var(--font-display);
    font-size: 1.8rem;
    color: #ffb6c8;
    margin-bottom: 28px;
    font-style: italic;
    line-height: 1.4;
    font-weight: 600;
}

.beta-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--color-rose-dark), #FF6B9D);
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s var(--ease-spring);
    box-shadow:
        0 4px 20px rgba(255, 107, 157, 0.4),
        0 0 0 0 rgba(255, 107, 157, 0);
    position: relative;
    overflow: hidden;
}

.beta-cta-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.beta-cta-btn:hover::before {
    left: 100%;
}

.beta-cta-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 8px 30px rgba(255, 107, 157, 0.5),
        0 0 0 4px rgba(255, 133, 161, 0.15);
}

.beta-cta-btn:active {
    transform: translateY(0) scale(0.98);
}

.beta-cta-btn svg {
    transition: transform 0.3s ease;
}

.beta-cta-btn:hover svg {
    transform: translateX(4px);
}

/* Visual side (lock + counter) */
.beta-cta-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
    min-width: 160px;
}

.beta-lock-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.12), rgba(255, 182, 193, 0.08));
    border: 1.5px solid rgba(255, 133, 161, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff85a1;
    animation: lockBreath 3s ease-in-out infinite;
}

@keyframes lockBreath {
    0%, 100% { transform: scale(1); box-shadow: 0 0 30px rgba(255, 107, 157, 0.15); }
    50% { transform: scale(1.05); box-shadow: 0 0 50px rgba(255, 107, 157, 0.25); }
}

.beta-counter {
    text-align: center;
}

.counter-number {
    display: block;
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 4px;
    text-shadow: 0 0 20px rgba(255, 107, 157, 0.4);
}

.counter-label {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.55);
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 600;
}

/* ═══════════════════════════════════════
   BETA CTA — RESPONSIVE
   ═══════════════════════════════════════ */
@media (max-width: 767px) {
    .beta-cta-banner {
        padding: 30px 0;
        margin-top: 10px;
    }

    .beta-cta-inner {
        flex-direction: column;
        padding: 32px 22px;
        gap: 28px;
        border-radius: 20px;
        text-align: center;
    }

    .beta-cta-title {
        font-size: 1.5rem;
    }

    .beta-cta-text {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .beta-cta-whisper {
        font-size: 1.35rem;
        margin-bottom: 20px;
    }

    .beta-cta-btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
    }

    .beta-cta-visual {
        flex-direction: row;
        gap: 16px;
        min-width: 0;
    }

    .beta-lock-icon {
        width: 64px;
        height: 64px;
    }

    .beta-lock-icon svg {
        width: 32px;
        height: 32px;
    }

    .counter-number {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .beta-cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 40px 30px;
    }

    .beta-cta-visual {
        flex-direction: row;
        gap: 20px;
    }
}
