/* ===================================
   L'AMOUR - Design Identity Based
   Valentine's Event 2026
   =================================== */

/* Reset */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* CSS Variables */
:root {
    --color-cream: #FFF5F5;
    --color-rose: #FFE4E6;
    --color-pink: #FF69B4;
    --color-red: #DC143C;
    --color-dark-red: #8B0000;
    --color-black: #000000;
    --color-dark-gray: #1a1a1a;
    
    --font-display: 'Bebas Neue', 'Playfair Display', serif;
    --font-bold: 'Montserrat', sans-serif;
    --font-serif: 'Playfair Display', serif;
    --font-sans: 'Inter', sans-serif;
    
    --gradient-bg: linear-gradient(135deg, #FFF5F5 0%, #FFE4E6 25%, #FFC0CB 50%, #FFB6C1 75%, #FFA0C9 100%);
}

/* Base Styles */
html {
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-sans);
    background: var(--gradient-bg);
    color: var(--color-black);
    line-height: 1.6;
    min-height: 100vh;
    overflow-x: hidden;
}

/* Container */
.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 2rem;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* Header */
.header {
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-partners {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.partner-logo {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.logo-x {
    font-family: var(--font-bold);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-black);
    opacity: 0.7;
}

.logo {
    font-family: var(--font-display);
    font-size: 1.75rem;
    font-weight: 900;
    color: var(--color-black);
    letter-spacing: 0.05em;
}

.register-btn {
    background: var(--color-black);
    color: var(--color-cream);
    border: none;
    padding: 0.75rem 2rem;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.register-btn:hover {
    background: var(--color-dark-gray);
    transform: translateY(-2px);
}

/* Main Content */
.main-content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    padding: 4rem 0;
}

/* Left Content */
.content-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.event-label {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-black);
}

.event-title {
    font-family: var(--font-serif);
    font-size: clamp(4rem, 8vw, 8rem);
    font-weight: 900;
    line-height: 0.9;
    color: var(--color-black);
    margin: 0;
    letter-spacing: -0.02em;
}

.event-date {
    display: block;
    font-size: clamp(3rem, 6vw, 6rem);
    font-weight: 700;
    color: var(--color-black);
}

.event-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.detail-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.detail-icon {
    font-size: 1.5rem;
    color: var(--color-red);
    line-height: 1;
}

.detail-content {
    flex: 1;
}

.detail-label {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-black);
    margin-bottom: 0.25rem;
}

.detail-value {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 400;
    color: var(--color-black);
}

/* Right Content */
.content-right {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    align-items: flex-end;
}

.countdown-container {
    text-align: right;
}

.countdown-labels {
    display: flex;
    gap: 2rem;
    justify-content: flex-end;
    margin-bottom: 0.5rem;
    font-family: var(--font-sans);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--color-black);
}

.countdown-labels span {
    min-width: 3.5rem;
    text-align: center;
}

.countdown-timer {
    font-family: var(--font-bold);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--color-red);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: -0.01em;
}

.countdown-timer span {
    min-width: 3.5rem;
    text-align: center;
}

.countdown-timer .separator {
    min-width: auto;
    padding: 0 0.25rem;
}

.event-info {
    max-width: 400px;
    text-align: right;
}

.info-text {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 1.5rem;
}

.organizers {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.organizers span {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
}

.organizers .playlist-container {
    margin-top: 2rem;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.8);
}

.playlist-title {
    font-family: var(--font-bold);
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: var(--color-black);
}

.playlist-description {
    font-size: 0.95rem;
    color: var(--color-black);
    opacity: 0.7;
    margin-bottom: 1.5rem;
    line-height: 1.5;
}

.playlist-link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    text-decoration: none;
    padding: 1.25rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.playlist-link:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.playlist-cover {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.playlist-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.playlist-label {
    font-size: 0.75rem;
    color: var(--color-black);
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.playlist-service {
    font-family: var(--font-bold);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--color-black);
}

.playlist-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.playlist-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    transition: all 0.3s ease;
}

.playlist-feature:hover {
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-2px);
}

.feature-icon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.feature-text {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-black);
}

/* Playlist Section */
.playlist-container {
    max-width: 300px;
}

.playlist-title {
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-black);
    margin-bottom: 1rem;
}

.playlist-link {
    display: flex;
    align-items: center;
    gap: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 12px;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.playlist-link:hover {
    background: rgba(255, 255, 255, 0.6);
    border-color: var(--color-red);
    transform: translateY(-2px);
}

.playlist-cover {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.playlist-info {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.playlist-label {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.playlist-service {
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-black);
}

/* Footer */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-left,
.footer-right {
    display: flex;
    align-items: center;
}

.tickets-btn {
    background: var(--color-red);
    color: white;
    border: none;
    padding: 1rem 3rem;
    font-family: var(--font-bold);
    font-size: 1.5rem;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-block;
    letter-spacing: 0.05em;
}

.tickets-btn:hover {
    background: var(--color-dark-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

.social-links {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.social-links a {
    color: var(--color-black);
    text-decoration: none;
    transition: color 0.3s ease;
}

.social-links a:hover {
    color: var(--color-red);
}

/* Scroll Indicator */
.scroll-indicator {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-black);
    color: var(--color-cream);
    border: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

.scroll-indicator:hover {
    background: var(--color-red);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }
    
    .content-right {
        align-items: flex-start;
    }
    
    .countdown-container {
        text-align: left;
    }
    
    .countdown-labels {
        justify-content: flex-start;
    }
    
    .event-info {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 1.5rem;
    }
    
    .header {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-start;
    }
    
    .main-content {
        padding: 2rem 0;
    }
    
    .event-title {
        font-size: clamp(3rem, 12vw, 5rem);
    }
    
    .event-date {
        font-size: clamp(2.5rem, 10vw, 4rem);
    }
    
    .countdown-timer {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    
    .countdown-labels span,
    .countdown-timer span {
        min-width: 2.5rem;
    }
    
    .footer {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    
    .footer-left,
    .footer-right {
        width: 100%;
    }
    
    .playlist-container {
        max-width: 100%;
    }
    
    .partner-logo {
        height: 30px;
    }
    
    .logo-x {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .countdown-labels {
        gap: 1rem;
        font-size: 0.625rem;
    }
    
    .countdown-timer {
        gap: 0.25rem;
    }
    
    .countdown-labels span,
    .countdown-timer span {
        min-width: 2rem;
    }
    
    .tickets-btn {
        width: 100%;
        text-align: center;
    }
}

/* ===================================
   RED FLAGS PAGE SECTION
   =================================== */
.redflags-page-section {
    min-height: 100vh;
    background: var(--gradient-bg);
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redflags-page-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}

.redflags-page-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.redflags-page-subtitle {
    font-family: var(--font-sans);
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-bottom: 3rem;
}

.redflags-page-form {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.redflags-page-textarea {
    width: 100%;
    min-height: 150px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--color-black);
    resize: vertical;
    transition: all 0.3s ease;
}

.redflags-page-textarea:focus {
    outline: none;
    border-color: var(--color-red);
    box-shadow: 0 4px 12px rgba(220, 20, 60, 0.2);
}

.redflags-page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

.char-count {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.5);
}

.btn-submit-page {
    padding: 1rem 2rem;
    background: var(--color-red);
    color: white;
    border: none;
    border-radius: 12px;
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit-page:hover {
    background: var(--color-dark-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

.success-message {
    margin-top: 1rem;
    padding: 1rem;
    background: rgba(76, 175, 80, 0.1);
    border: 2px solid #4CAF50;
    border-radius: 12px;
    color: #2E7D32;
    font-family: var(--font-bold);
    font-weight: 600;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

.success-message.hidden {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .redflags-page-section {
        padding: 3rem 1.5rem;
    }
    
    .redflags-page-form {
        padding: 1.5rem;
    }
    
    .redflags-page-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }
}

/* ===================================
   ID CARD CREATOR SECTION
   =================================== */
.card-creator-section {
    min-height: 100vh;
    background: var(--gradient-bg);
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-creator-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.card-creator-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.card-creator-subtitle {
    font-family: var(--font-sans);
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-bottom: 3rem;
}

.card-creator-layout {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 3rem;
    align-items: start;
}

/* Canvas Preview */
.card-preview {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

/* Card Container - HTML/CSS Overlay Approach */
.card-container {
    position: relative;
    width: 320px;
    height: 480px;
    margin: 0 auto;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.card-template {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.card-photo {
    position: absolute;
    left: 103.75px;
    top: 192.19px;
    width: 112.5px;
    height: 112.5px;
    object-fit: cover;
    border-radius: 2px;
}

.card-name {
    position: absolute;
    left: 96.88px;
    top: 365.63px;
    width: 137.5px;
    font-family: 'Patrick Hand', cursive;
    font-size: 13.13px;
    color: #111111;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 25px;
    line-height: 1.2;
}

#cardCanvas {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* Controls Panel */
.card-controls {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.control-group {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.control-label {
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--color-black);
}

.control-input {
    width: 100%;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--color-black);
    transition: all 0.3s ease;
}

.control-input:focus {
    outline: none;
    border-color: var(--color-red);
    box-shadow: 0 4px 12px rgba(220, 20, 60, 0.2);
}

.control-hint {
    font-family: var(--font-sans);
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.5);
    font-style: italic;
}

.btn-upload {
    width: 100%;
    padding: 1rem;
    background: var(--color-red);
    color: white;
    border: none;
    border-radius: 12px;
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-upload:hover {
    background: var(--color-dark-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

.control-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
}

.btn-reset,
.btn-download {
    padding: 1rem;
    border: none;
    border-radius: 12px;
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-reset {
    background: rgba(0, 0, 0, 0.1);
    color: var(--color-black);
}

.btn-reset:hover {
    background: rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.btn-download {
    background: var(--color-red);
    color: white;
}

.btn-download:hover {
    background: var(--color-dark-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

/* Mobile Responsive */
@media (max-width: 1024px) {
    .card-creator-layout {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .card-preview {
        order: 1;
    }
    
    .card-controls {
        order: 2;
        max-width: 500px;
        margin: 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .card-creator-section {
        padding: 3rem 1.5rem;
    }
    
    .card-creator-title {
        font-size: clamp(2rem, 8vw, 3rem);
    }
    
    .card-preview {
        padding: 1.5rem;
    }
    
    .card-controls {
        padding: 1.5rem;
    }
    
    #cardCanvas {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .card-creator-section {
        padding: 2rem 1rem;
    }
    
    .control-actions {
        grid-template-columns: 1fr;
    }
}

/* ===================================
   RED FLAGS SECTION
   =================================== */
.redflags-section {
    min-height: 100vh;
    background: var(--gradient-bg);
    padding: 4rem 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.redflags-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.redflags-title {
    font-family: var(--font-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
}

.redflags-subtitle {
    font-family: var(--font-sans);
    font-size: 1.125rem;
    color: rgba(0, 0, 0, 0.7);
    text-align: center;
    margin-bottom: 3rem;
}

.redflags-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
}

/* Red Flags Form */
.redflags-form-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.redflags-form {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
}

.redflags-textarea {
    width: 100%;
    min-height: 120px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: var(--font-sans);
    font-size: 1rem;
    color: var(--color-black);
    resize: vertical;
    transition: all 0.3s ease;
}

.redflags-textarea:focus {
    outline: none;
    border-color: var(--color-red);
    box-shadow: 0 4px 12px rgba(220, 20, 60, 0.2);
}

.redflags-form-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}

.char-count {
    font-family: var(--font-sans);
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.5);
}

.btn-submit {
    padding: 1rem 2rem;
    background: var(--color-red);
    color: white;
    border: none;
    border-radius: 12px;
    font-family: var(--font-bold);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: var(--color-dark-red);
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(220, 20, 60, 0.3);
}

/* Quick Picks */
.quick-picks {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
}

.quick-picks-title {
    font-family: var(--font-bold);
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 1rem;
}

.quick-picks-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.quick-pick-btn {
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-family: var(--font-sans);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--color-black);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
}

.quick-pick-btn:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: var(--color-red);
    transform: translateY(-2px);
}

/* Red Flags Display */
.redflags-display {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    padding: 2rem;
    max-height: 600px;
    overflow-y: auto;
}

.redflags-display-title {
    font-family: var(--font-bold);
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--color-black);
    margin-bottom: 1.5rem;
}

.redflags-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.redflag-item {
    background: rgba(255, 255, 255, 0.6);
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.redflag-item:hover {
    transform: translateX(4px);
    border-color: var(--color-red);
}

.redflag-text {
    font-family: var(--font-sans);
    font-size: 1rem;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.5;
    font-style: italic;
}

.redflag-emoji {
    font-size: 1.25rem;
    margin-right: 0.5rem;
}

/* Responsive Red Flags */
@media (max-width: 1024px) {
    .redflags-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media (max-width: 768px) {
    .redflags-section {
        padding: 3rem 1.5rem;
    }
    
    .quick-picks-grid {
        grid-template-columns: 1fr;
    }
    
    .redflags-display {
        max-height: 400px;
    }
}
