* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arial', sans-serif;
    background-color: #0a0a0a;
    min-height: 100vh;
    color: #fff;
    position: relative;
    overflow-x: hidden;
}

/* Realistic 3D Honeycomb Background */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.15;
    background-color: #0a0a0a;
    background-image: url('/assets/honeycomb-3d-realistic.jpg');
    background-size: 400px 300px;
    background-repeat: repeat;
    background-position: center;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Header - Enhanced Logo Prominence */
header {
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(15px);
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(226, 255, 0, 0.1);
}

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

.logo {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #E2FF00;
    text-shadow: 0 0 10px rgba(226, 255, 0, 0.3);
}

.logo-icon {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 0 8px rgba(226, 255, 0, 0.4));
    transition: all 0.3s ease;
}

.tv-icon {
    width: 500px;
    height: 350px;
    display: block;
    object-fit: contain;
    max-width: 100%;
    filter: drop-shadow(0 0 8px rgba(226, 255, 0, 0.4));
    transition: all 0.3s ease;
}

/* Inline badger icon for "Send a Honey Badger" title */
.inline-badger-icon {
    width: 3.2em;
    height: 3.2em;
    vertical-align: middle;
    margin-right: 0.5em;
    filter: drop-shadow(0 0 8px rgba(226, 255, 0, 0.4));
    transition: all 0.3s ease;
}

.title-with-icon {
    display: flex;
    align-items: center;
    color: #E2FF00;
    font-size: 3.5rem;
    margin-bottom: 0.5rem;
}

.logo-icon:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 15px rgba(226, 255, 0, 0.6));
}

.logo-text {
    background: linear-gradient(135deg, #E2FF00 0%, #FFE55C 50%, #E2FF00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: 2px;
}

.nav-buttons {
    display: flex;
    gap: 15px;
    align-items: center;
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #1a1a1a;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(226, 255, 0, 0.4);
    background: linear-gradient(135deg, #FFE55C 0%, #E2FF00 100%);
}

/* Hero Badger Button - Large and Animalistic with Enhanced Fur Texture */
.btn-hero-badger {
    /* Enhanced fur texture using multiple layered gradients */
    background:
        /* Fine hair strands - diagonal patterns */
        repeating-linear-gradient(
            42deg,
            rgba(0, 0, 0, 0.5) 0px,
            rgba(0, 0, 0, 0.4) 0.5px,
            transparent 0.5px,
            transparent 1.5px,
            rgba(0, 0, 0, 0.5) 1.5px,
            rgba(0, 0, 0, 0.4) 2px,
            transparent 2px,
            transparent 3px
        ),
        repeating-linear-gradient(
            -42deg,
            rgba(0, 0, 0, 0.4) 0px,
            rgba(0, 0, 0, 0.3) 0.5px,
            transparent 0.5px,
            transparent 1.5px,
            rgba(0, 0, 0, 0.4) 1.5px,
            rgba(0, 0, 0, 0.3) 2px,
            transparent 2px,
            transparent 3px
        ),
        /* Additional vertical fur strands */
        repeating-linear-gradient(
            90deg,
            rgba(0, 0, 0, 0.25) 0px,
            transparent 0.5px,
            transparent 2px,
            rgba(0, 0, 0, 0.25) 2px,
            transparent 2.5px,
            transparent 4px
        ),
        /* Horizontal fur direction variation */
        repeating-linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.2) 0px,
            transparent 0.5px,
            transparent 3px,
            rgba(0, 0, 0, 0.2) 3px,
            transparent 3.5px,
            transparent 6px
        ),
        /* Fur clumps - larger radial spots */
        radial-gradient(ellipse at 12% 25%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 3px, transparent 6px),
        radial-gradient(ellipse at 25% 15%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 4px, transparent 7px),
        radial-gradient(ellipse at 35% 85%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 3px, transparent 6px),
        radial-gradient(ellipse at 48% 45%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 4px, transparent 7px),
        radial-gradient(ellipse at 58% 75%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 3px, transparent 5px),
        radial-gradient(ellipse at 65% 20%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 4px, transparent 6px),
        radial-gradient(ellipse at 72% 55%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 3px, transparent 6px),
        radial-gradient(ellipse at 78% 90%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 4px, transparent 7px),
        radial-gradient(ellipse at 85% 35%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 3px, transparent 5px),
        radial-gradient(ellipse at 92% 68%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 4px, transparent 6px),
        radial-gradient(ellipse at 5% 60%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 3px, transparent 5px),
        radial-gradient(ellipse at 18% 92%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 4px, transparent 7px),
        radial-gradient(ellipse at 42% 12%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 3px, transparent 6px),
        radial-gradient(ellipse at 55% 95%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 4px, transparent 6px),
        radial-gradient(ellipse at 88% 8%, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.3) 3px, transparent 5px),
        radial-gradient(ellipse at 95% 50%, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.25) 4px, transparent 7px),
        /* Color variations in fur for depth */
        radial-gradient(ellipse at 30% 40%, rgba(60, 60, 60, 0.4) 0%, transparent 25%),
        radial-gradient(ellipse at 70% 60%, rgba(50, 50, 50, 0.35) 0%, transparent 30%),
        radial-gradient(ellipse at 15% 75%, rgba(55, 55, 55, 0.3) 0%, transparent 20%),
        radial-gradient(ellipse at 85% 25%, rgba(45, 45, 45, 0.4) 0%, transparent 25%),
        /* Noise-like texture for individual hairs */
        repeating-linear-gradient(
            37deg,
            transparent 0px,
            transparent 1px,
            rgba(0, 0, 0, 0.15) 1px,
            transparent 1.5px,
            transparent 2.5px
        ),
        repeating-linear-gradient(
            -53deg,
            transparent 0px,
            transparent 1px,
            rgba(0, 0, 0, 0.12) 1px,
            transparent 1.5px,
            transparent 2.5px
        ),
        /* Base honey badger fur colors with more variation */
        linear-gradient(135deg, #3a3a3a 0%, #2a2a2a 15%, #4a4a4a 30%, #353535 45%, #2a2a2a 60%, #4a4a4a 75%, #323232 90%, #3a3a3a 100%),
        /* Yellow honey badger stripe with gradient edges */
        linear-gradient(180deg, transparent 0%, transparent 18%, rgba(226, 255, 0, 0.3) 18%, #E2FF00 22%, #FFD700 50%, #E2FF00 78%, rgba(226, 255, 0, 0.3) 82%, transparent 82%);
    background-size:
        3px 3px,
        3px 3px,
        4px 4px,
        6px 6px,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        2.5px 2.5px,
        2.5px 2.5px,
        100% 100%,
        100% 100%;
    color: #fff;
    border: 4px solid #1a1a1a;
    padding: 24px 48px;
    border-radius: 15px;
    font-weight: 900;
    font-size: 1.8rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.7),
        0 0 30px rgba(226, 255, 0, 0.4),
        inset 0 2px 4px rgba(255, 255, 255, 0.1),
        inset 0 -4px 8px rgba(0, 0, 0, 0.4),
        inset 2px 0 3px rgba(0, 0, 0, 0.3),
        inset -2px 0 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Impact, 'Arial Black', sans-serif;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.8),
        -1px -1px 2px rgba(255, 255, 255, 0.2),
        0 0 20px rgba(226, 255, 0, 0.6),
        1px 1px 0 rgba(0, 0, 0, 0.9);
    position: relative;
    overflow: hidden;
    animation: badgerPulse 2s ease-in-out infinite;
    isolation: isolate;
}

/* Add subtle fur shimmer effect */
.btn-hero-badger::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent 30%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 70%
    );
    animation: furShimmer 3s ease-in-out infinite;
    z-index: -1;
    pointer-events: none;
}

@keyframes furShimmer {
    0%, 100% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    50% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.btn-hero-badger:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow:
        0 12px 35px rgba(0, 0, 0, 0.8),
        0 0 50px rgba(226, 255, 0, 0.9),
        inset 0 2px 6px rgba(255, 255, 255, 0.2),
        inset 0 -6px 12px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1) contrast(1.1);
    border-color: #E2FF00;
    animation: none;
}

.btn-hero-badger:active {
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 6px 20px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(226, 255, 0, 0.6);
}

@keyframes badgerPulse {
    0%, 100% {
        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.5),
            0 0 30px rgba(226, 255, 0, 0.6),
            inset 0 -4px 0 rgba(0, 0, 0, 0.2);
    }
    50% {
        box-shadow:
            0 8px 25px rgba(0, 0, 0, 0.5),
            0 0 50px rgba(226, 255, 0, 0.8),
            inset 0 -4px 0 rgba(0, 0, 0, 0.2);
    }
}

.btn-primary:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 2px 8px rgba(226, 255, 0, 0.1);
}

.btn-secondary {
    background: transparent;
    color: #E2FF00;
    border: 2px solid #E2FF00;
    padding: 10px 20px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-secondary:hover {
    background: #E2FF00;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.3);
}

.btn {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #1a1a1a;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.3);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(226, 255, 0, 0.4);
    background: linear-gradient(135deg, #FFE55C 0%, #E2FF00 100%);
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

/* Form buttons container for multi-step forms */
.form-buttons {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px;
}

.form-buttons .btn-secondary {
    flex: 1;
    max-width: 120px;
}

.form-buttons .btn {
    flex: 2;
}

/* Hero Section */
.hero {
    text-align: center;
    padding: 5rem 0;
    max-width: 800px;
    margin: 0 auto;
}

.hero-logo {
    margin-bottom: 2rem;
}

.hero-logo-image {
    width: 360px;
    height: 360px;
    filter: drop-shadow(0 0 20px rgba(226, 255, 0, 0.4));
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.hero-heading {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.word-carousel {
    display: inline-block;
    position: relative;
    min-width: 180px;
}

.carousel-word {
    display: none;
    background: linear-gradient(135deg, #E2FF00 0%, #FFE55C 50%, #E2FF00 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(226, 255, 0, 0.3);
}

.carousel-word.active {
    display: inline;
    animation: slideIn 0.6s ease;
}

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

.fixed-text {
    color: #fff;
}

.hero p {
    font-size: 1.3rem;
    margin-bottom: 2.5rem;
    color: #ccc;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Features Section */
.features {
    padding: 5rem 0;
    text-align: center;
}

.features h2 {
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: #E2FF00;
    text-shadow: 0 0 10px rgba(226, 255, 0, 0.3);
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.feature-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(226, 255, 0, 0.2);
    border-radius: 20px;
    padding: 2rem;
    transition: all 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(226, 255, 0, 0.4);
    box-shadow: 0 10px 30px rgba(226, 255, 0, 0.1);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-icon .logo-icon,
.feature-icon .gift-icon {
    width: 60px;
    height: 60px;
    filter: drop-shadow(0 0 10px rgba(226, 255, 0, 0.4));
}

.feature-card h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #E2FF00;
}

.feature-card p {
    color: #ccc;
    line-height: 1.6;
}

/* Gift Cards Section */
.gift-cards {
    text-align: center;
    margin: 3rem 0;
}

.gift-cards h3 {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #E2FF00;
}

.gift-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    max-width: 800px;
    margin: 0 auto;
}

.gift-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(226, 255, 0, 0.3);
    border-radius: 10px;
    padding: 1rem;
    font-weight: bold;
    transition: all 0.3s ease;
}

.gift-card:hover {
    background: rgba(226, 255, 0, 0.1);
    transform: scale(1.05);
}

/* Examples Section */
.examples {
    padding: 3rem 0;
}

.examples h3 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #E2FF00;
}

.example-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(226, 255, 0, 0.2);
    border-radius: 15px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.example-card:hover {
    border-color: rgba(226, 255, 0, 0.4);
    transform: translateX(10px);
}

.example-header h4 {
    color: #E2FF00;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.example-card p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.example-card strong {
    color: #E2FF00;
}

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
}

.modal-content {
    /* Fur texture background - lighter version for readability */
    background:
        /* Fine hair strands - diagonal patterns */
        repeating-linear-gradient(
            42deg,
            rgba(0, 0, 0, 0.15) 0px,
            rgba(0, 0, 0, 0.1) 0.5px,
            transparent 0.5px,
            transparent 1.5px,
            rgba(0, 0, 0, 0.15) 1.5px
        ),
        repeating-linear-gradient(
            -42deg,
            rgba(0, 0, 0, 0.12) 0px,
            transparent 0.5px,
            transparent 1.5px,
            rgba(0, 0, 0, 0.12) 1.5px
        ),
        /* Fur clumps - subtle spots */
        radial-gradient(ellipse at 15% 20%, rgba(0, 0, 0, 0.25) 0%, transparent 40px),
        radial-gradient(ellipse at 85% 30%, rgba(0, 0, 0, 0.2) 0%, transparent 50px),
        radial-gradient(ellipse at 30% 80%, rgba(0, 0, 0, 0.22) 0%, transparent 45px),
        radial-gradient(ellipse at 70% 70%, rgba(0, 0, 0, 0.2) 0%, transparent 40px),
        radial-gradient(ellipse at 50% 50%, rgba(0, 0, 0, 0.18) 0%, transparent 60px),
        /* Color variations for depth */
        radial-gradient(ellipse at 20% 60%, rgba(50, 50, 50, 0.3) 0%, transparent 35%),
        radial-gradient(ellipse at 80% 40%, rgba(45, 45, 45, 0.25) 0%, transparent 30%),
        /* Base dark gradient with slight variation */
        linear-gradient(135deg, #2a2a2a 0%, #1a1a1a 25%, #353535 50%, #1a1a1a 75%, #2a2a2a 100%),
        /* Yellow honey badger accent stripe at top */
        linear-gradient(180deg, #E2FF00 0%, rgba(226, 255, 0, 0.3) 8%, transparent 8%);
    background-size:
        3px 3px,
        3px 3px,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%,
        100% 100%;
    margin: 5% auto;
    padding: 2rem;
    border: 3px solid #E2FF00;
    border-radius: 20px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.7),
        0 0 30px rgba(226, 255, 0, 0.3),
        inset 0 2px 4px rgba(255, 255, 255, 0.05),
        inset 0 -3px 6px rgba(0, 0, 0, 0.3);
}

.close {
    color: #E2FF00;
    float: right;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
    position: absolute;
    right: 20px;
    top: 15px;
    text-shadow:
        0 0 10px rgba(226, 255, 0, 0.4),
        2px 2px 3px rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.close:hover {
    color: #fff;
    transform: scale(1.2) rotate(90deg);
    text-shadow:
        0 0 20px rgba(226, 255, 0, 0.8),
        2px 2px 4px rgba(0, 0, 0, 0.9);
}

.modal-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-top: 1rem;
}

.modal-title h2 {
    color: #E2FF00;
    font-size: 2rem;
    margin-bottom: 0.5rem;
    font-family: Impact, 'Arial Black', sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
    text-shadow:
        0 0 15px rgba(226, 255, 0, 0.6),
        2px 2px 4px rgba(0, 0, 0, 0.8),
        -1px -1px 2px rgba(255, 255, 255, 0.1);
}

.modal-subtitle {
    color: #ccc;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Form Styles */
.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #E2FF00;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(226, 255, 0, 0.3);
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #E2FF00;
    box-shadow: 0 0 10px rgba(226, 255, 0, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #999;
}

.form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.form-group small {
    display: block;
    margin-top: 0.5rem;
    color: #aaa;
    font-size: 0.85rem;
}

.form-hint {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: #999;
    font-style: italic;
}

/* Expandable Form Sections */
.form-section {
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.form-section.basic-info {
    padding: 1.5rem;
    background: transparent;
}

.form-section.collapsed {
    border: 1px solid rgba(226, 255, 0, 0.2);
}

.section-header {
    padding: 1.2rem 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(226, 255, 0, 0.05);
    transition: all 0.3s ease;
}

.section-header.expandable {
    cursor: pointer;
}

.section-header.expandable:hover {
    background: rgba(226, 255, 0, 0.1);
}

.section-title {
    color: #E2FF00;
    font-size: 1.2rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.expand-icon {
    display: inline-block;
    transition: transform 0.3s ease;
    font-size: 0.8em;
}

.form-section.expanded .expand-icon {
    transform: rotate(90deg);
}

.section-status {
    color: #999;
    font-size: 0.9rem;
    font-style: italic;
}

.section-content {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.form-section.expanded .section-content {
    padding: 1.5rem;
    max-height: 1000px;
}

.type-details {
    animation: fadeIn 0.3s ease;
}

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

/* Submit Section */
.form-submit-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(226, 255, 0, 0.2);
    text-align: center;
}

.submit-hint {
    color: #999;
    font-size: 0.9rem;
    margin-top: 0.5rem;
    font-style: italic;
}

/* Review Info Styles */
.review-info {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(226, 255, 0, 0.2);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.review-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(226, 255, 0, 0.1);
}

.review-item:last-child {
    border-bottom: none;
}

.review-item strong {
    color: #E2FF00;
}

.review-item span {
    color: #fff;
}

/* Terms Section */
.terms-section {
    margin: 1.5rem 0;
}

.checkbox-container {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.9rem;
    line-height: 1.4;
}

.checkbox-container input[type="checkbox"] {
    width: auto;
    margin: 0;
    transform: scale(1.2);
}

.checkbox-container a {
    color: #E2FF00;
    text-decoration: none;
}

.checkbox-container a:hover {
    text-decoration: underline;
}

/* Dashboard Styles */
.dashboard-container {
    min-height: 100vh;
    padding-top: 2rem;
}

.dashboard-header {
    text-align: center;
    margin-bottom: 3rem;
}

.dashboard-header h1 {
    font-size: 2.5rem;
    color: #E2FF00;
    margin-bottom: 1rem;
    text-shadow: 0 0 10px rgba(226, 255, 0, 0.3);
}

.dashboard-header p {
    font-size: 1.1rem;
    color: #ccc;
}

/* Network Section on Right Side Below TV */
.network-section-right {
    margin-top: 2rem;
}

/* Full Width Network Section */
.network-section-full-width {
    width: 100%;
    margin-top: 2rem;
    padding: 0;
}

.network-section-full-width .activity-section {
    width: 100%;
}

.network-section-full-width .badgers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1.5rem;
}

.dashboard-tv-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    position: sticky;
    top: 120px;
}

/* Top section with activity panels on left and TV on right */
.dashboard-top-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: start;
    margin-bottom: 3rem;
}

.dashboard-sections-left {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

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

.dashboard-left {
    space-y: 2rem;
}

.activity-section {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(226, 255, 0, 0.2);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.activity-section h2 {
    color: #E2FF00;
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

/* Collapsible Send Form Section */
.send-section-collapsible {
    cursor: pointer;
    padding: 0;
}

.collapsible-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.collapsible-header:hover {
    background: rgba(226, 255, 0, 0.05);
}

.title-with-icon-small {
    display: flex;
    align-items: center;
    color: #E2FF00;
    font-size: 1.5rem;
    margin: 0;
}

.inline-badger-icon-small {
    width: 2em;
    height: 2em;
    vertical-align: middle;
    margin-right: 0.5em;
    filter: drop-shadow(0 0 8px rgba(226, 255, 0, 0.4));
    transition: all 0.3s ease;
}

.collapsible-header .expand-icon {
    color: #E2FF00;
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.collapsible-header .expand-icon.expanded {
    transform: rotate(180deg);
}

.collapsible-content {
    padding: 0 2rem 2rem 2rem;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.send-panel-compact {
    padding-top: 1rem;
}

.send-subtitle-compact {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.badgers-list {
    space-y: 1rem;
}

.badger-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(226, 255, 0, 0.1);
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.badger-item:hover {
    border-color: rgba(226, 255, 0, 0.3);
    transform: translateX(5px);
}

.badger-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.badger-header strong {
    color: #E2FF00;
}

.badger-status {
    padding: 0.2rem 0.8rem;
    border-radius: 15px;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
}

.status-active {
    background: rgba(255, 165, 0, 0.2);
    color: #FFA500;
    border: 1px solid #FFA500;
}

.status-completed {
    background: rgba(0, 255, 0, 0.2);
    color: #00FF00;
    border: 1px solid #00FF00;
}

.badger-details p {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
    color: #ccc;
}

.badger-details strong {
    color: #E2FF00;
}

.no-badgers {
    text-align: center;
    color: #999;
    font-style: italic;
    padding: 2rem;
}

/* Send Panel */
.send-panel {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(226, 255, 0, 0.2);
    border-radius: 20px;
    padding: 2rem;
    position: sticky;
    top: 120px;
}

.send-header {
    text-align: center;
    margin-bottom: 2rem;
}

.send-title h2 {
    color: #E2FF00;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 0 10px rgba(226, 255, 0, 0.3);
}

.send-subtitle {
    color: #ccc;
    font-size: 1rem;
}

.send-form .form-group {
    margin-bottom: 1.2rem;
}

.send-btn {
    width: 100%;
    padding: 15px;
    font-size: 1.1rem;
    margin-top: 1rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
    }

    .nav-buttons {
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

    .nav-buttons button {
        width: 100%;
    }

    .btn-hero-badger {
        font-size: 1.5rem;
        padding: 20px 40px;
        letter-spacing: 2.5px;
    }

    .hero-heading {
        font-size: 2.5rem;
    }

    .word-carousel {
        min-width: 120px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .gift-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .dashboard-top-section {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .dashboard-tv-right {
        position: static;
        order: 1; /* Keep TV and network on right side on mobile */
    }

    .network-section-right {
        margin-top: 1.5rem;
    }

    .network-section-full-width .badgers-list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .tv-icon {
        width: 300px;
        height: 200px;
    }

    .title-with-icon-small {
        font-size: 1.2rem;
    }

    .inline-badger-icon-small {
        width: 1.5em;
        height: 1.5em;
    }

    .dashboard-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .send-panel {
        position: static;
    }

    .form-buttons {
        flex-direction: column;
    }

    .form-buttons .btn-secondary,
    .form-buttons .btn {
        flex: none;
        width: 100%;
        max-width: none;
    }

    .modal-content {
        margin: 10% auto;
        width: 95%;
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 3rem 0;
    }

    .hero-heading {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1.1rem;
    }

    .btn-hero-badger {
        font-size: 1.3rem;
        padding: 18px 36px;
        letter-spacing: 2px;
        border-width: 3px;
    }

    .gift-cards-grid {
        grid-template-columns: 1fr;
    }

    .logo {
        font-size: 1.5rem;
    }

    .logo-icon {
        width: 40px;
        height: 40px;
    }

    .tv-icon {
        width: 250px;
        height: 175px;
    }

    .chatbot-preview {
        padding: 2rem;
    }

    .chatbot-avatar {
        width: 80px;
        height: 80px;
    }

    .chatbot-title {
        font-size: 1.2rem;
    }

    .chatbot-inline-container {
        height: 300px;
        padding: 1rem;
    }

    .chatbot-inline-title {
        font-size: 1rem;
    }

    .btn-paw-send {
        width: 45px;
        height: 45px;
    }

    .paw-icon {
        width: 25px;
        height: 25px;
    }
}

/* Chatbot Container Styles (formerly carousel) */
.tv-carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.tv-carousel {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 350px;
}

/* TV in Badgers In the Wild section */
.tv-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1.5rem 0;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    border: 2px solid rgba(226, 255, 0, 0.2);
}

.carousel-slide {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Chatbot Preview in Carousel */
.chatbot-preview {
    background:
        /* Fine hair strands - diagonal patterns */
        repeating-linear-gradient(42deg, rgba(0, 0, 0, 0.5) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.5) 3px),
        repeating-linear-gradient(-42deg, rgba(0, 0, 0, 0.4) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.4) 3px),
        repeating-linear-gradient(84deg, rgba(20, 20, 20, 0.3) 0px, transparent 2px, transparent 4px, rgba(20, 20, 20, 0.3) 6px),
        repeating-linear-gradient(-84deg, rgba(30, 30, 30, 0.3) 0px, transparent 2px, transparent 4px, rgba(30, 30, 30, 0.3) 6px),
        /* Elliptical fur clumps - creating texture depth */
        radial-gradient(ellipse at 12% 25%, rgba(0, 0, 0, 0.6) 0%, transparent 8%),
        radial-gradient(ellipse at 88% 15%, rgba(10, 10, 10, 0.5) 0%, transparent 6%),
        radial-gradient(ellipse at 45% 35%, rgba(15, 15, 15, 0.4) 0%, transparent 7%),
        radial-gradient(ellipse at 72% 45%, rgba(0, 0, 0, 0.5) 0%, transparent 9%),
        radial-gradient(ellipse at 22% 65%, rgba(20, 20, 20, 0.6) 0%, transparent 8%),
        radial-gradient(ellipse at 58% 72%, rgba(5, 5, 5, 0.5) 0%, transparent 7%),
        radial-gradient(ellipse at 85% 80%, rgba(10, 10, 10, 0.4) 0%, transparent 6%),
        radial-gradient(ellipse at 38% 88%, rgba(0, 0, 0, 0.5) 0%, transparent 8%),
        radial-gradient(ellipse at 68% 22%, rgba(15, 15, 15, 0.6) 0%, transparent 7%),
        radial-gradient(ellipse at 15% 52%, rgba(20, 20, 20, 0.4) 0%, transparent 9%),
        /* Base honey badger fur colors - dark black */
        linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 15%, #1a1a1a 30%, #0a0a0a 45%, #1a1a1a 60%, #0a0a0a 75%, #1a1a1a 90%, #0a0a0a 100%),
        #000000;
    border: 4px solid #E2FF00;
    border-radius: 20px;
    padding: 4rem 3rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(226, 255, 0, 0.2);
}

.chatbot-preview:hover {
    border-color: #E2FF00;
    transform: scale(1.05);
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.6),
        0 8px 20px rgba(0, 0, 0, 0.9),
        0 0 30px rgba(226, 255, 0, 0.4);
}

.chatbot-icon {
    margin-bottom: 1.5rem;
}

.chatbot-avatar {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 0 15px rgba(226, 255, 0, 0.4));
    animation: pulse 3s ease-in-out infinite;
}

.chatbot-title {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 900;
    font-family: Impact, 'Arial Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(226, 255, 0, 0.3);
    margin: 0;
}

.chatbot-subtitle {
    color: #ccc;
    font-size: 1rem;
}

/* Inline Chatbot in Carousel */
.chatbot-inline-container {
    background:
        /* Fine hair strands - diagonal patterns */
        repeating-linear-gradient(42deg, rgba(0, 0, 0, 0.5) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.5) 3px),
        repeating-linear-gradient(-42deg, rgba(0, 0, 0, 0.4) 0px, transparent 1px, transparent 2px, rgba(0, 0, 0, 0.4) 3px),
        repeating-linear-gradient(84deg, rgba(20, 20, 20, 0.3) 0px, transparent 2px, transparent 4px, rgba(20, 20, 20, 0.3) 6px),
        repeating-linear-gradient(-84deg, rgba(30, 30, 30, 0.3) 0px, transparent 2px, transparent 4px, rgba(30, 30, 30, 0.3) 6px),
        /* Elliptical fur clumps */
        radial-gradient(ellipse at 12% 25%, rgba(0, 0, 0, 0.6) 0%, transparent 8%),
        radial-gradient(ellipse at 88% 15%, rgba(10, 10, 10, 0.5) 0%, transparent 6%),
        radial-gradient(ellipse at 45% 35%, rgba(15, 15, 15, 0.4) 0%, transparent 7%),
        radial-gradient(ellipse at 72% 45%, rgba(0, 0, 0, 0.5) 0%, transparent 9%),
        radial-gradient(ellipse at 22% 65%, rgba(20, 20, 20, 0.6) 0%, transparent 8%),
        /* Base dark black */
        linear-gradient(135deg, #1a1a1a 0%, #0a0a0a 15%, #1a1a1a 30%, #0a0a0a 45%, #1a1a1a 60%, #0a0a0a 75%, #1a1a1a 90%, #0a0a0a 100%),
        #000000;
    border: 4px solid #E2FF00;
    border-radius: 20px;
    padding: 1.5rem;
    width: 100%;
    max-width: 500px;
    height: 350px;
    display: flex;
    flex-direction: column;
    box-shadow:
        inset 0 2px 8px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.8),
        0 0 20px rgba(226, 255, 0, 0.2);
}

.chatbot-inline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid rgba(226, 255, 0, 0.3);
}

.chatbot-inline-title {
    color: #FFFFFF;
    font-size: 1.3rem;
    font-weight: 900;
    font-family: Impact, 'Arial Black', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow:
        2px 2px 4px rgba(0, 0, 0, 0.8),
        0 0 10px rgba(226, 255, 0, 0.3);
    margin: 0;
}

.expand-chat-btn {
    background: rgba(226, 255, 0, 0.1);
    border: 2px solid rgba(226, 255, 0, 0.4);
    color: #E2FF00;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.expand-chat-btn:hover {
    background: rgba(226, 255, 0, 0.2);
    border-color: #E2FF00;
    transform: scale(1.1);
}

.chatbot-inline-messages {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 1rem;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border: 1px solid rgba(226, 255, 0, 0.2);
}

.chatbot-inline-messages .chat-message {
    margin-bottom: 0.75rem;
    display: flex;
    gap: 0.5rem;
}

.chatbot-inline-messages .bot-message {
    justify-content: flex-start;
}

.chatbot-inline-messages .user-message {
    justify-content: flex-end;
}

.chatbot-inline-messages .message-content {
    background: rgba(226, 255, 0, 0.1);
    border: 1px solid rgba(226, 255, 0, 0.3);
    padding: 0.75rem 1rem;
    border-radius: 12px;
    max-width: 80%;
}

.chatbot-inline-messages .user-message .message-content {
    background: rgba(226, 255, 0, 0.2);
    border-color: rgba(226, 255, 0, 0.5);
}

.chatbot-inline-messages .message-content p {
    margin: 0;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1.4;
}

.chatbot-inline-input-container {
    margin-top: auto;
}

.chat-input-group-inline {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.chat-input-group-inline input {
    flex: 1;
    padding: 0.75rem 1rem;
    background: rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(226, 255, 0, 0.3);
    border-radius: 12px;
    color: #fff;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.chat-input-group-inline input:focus {
    outline: none;
    border-color: #E2FF00;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(226, 255, 0, 0.2);
}

.chat-input-group-inline input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Paw-shaped Send Button */
.btn-paw-send {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #E2FF00 0%, #c9e600 100%);
    border: 3px solid #1a1a1a;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow:
        0 4px 8px rgba(0, 0, 0, 0.5),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.btn-paw-send:hover {
    transform: scale(1.1) rotate(-5deg);
    box-shadow:
        0 6px 12px rgba(0, 0, 0, 0.6),
        0 0 20px rgba(226, 255, 0, 0.4),
        inset 0 1px 2px rgba(255, 255, 255, 0.3);
}

.btn-paw-send:active {
    transform: scale(0.95) rotate(-5deg);
}

.paw-icon {
    width: 30px;
    height: 30px;
    color: #1a1a1a;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

/* Carousel Dots - No longer needed with single slide */
.carousel-dots {
    display: none;
}

/* Chatbot Modal Styles */
.chatbot-modal-content {
    max-width: 700px;
    height: 80vh;
    max-height: 700px;
    display: flex;
    flex-direction: column;
    background:
        /* Subtle fur texture for readability */
        repeating-linear-gradient(
            42deg,
            rgba(0, 0, 0, 0.1) 0px,
            transparent 0.5px,
            transparent 1.5px,
            rgba(0, 0, 0, 0.1) 1.5px
        ),
        repeating-linear-gradient(
            -42deg,
            rgba(0, 0, 0, 0.08) 0px,
            transparent 0.5px,
            transparent 1.5px,
            rgba(0, 0, 0, 0.08) 1.5px
        ),
        /* Pure black base */
        linear-gradient(135deg, #0a0a0a 0%, #000000 50%, #0a0a0a 100%);
    border: 3px solid #E2FF00;
}

.chatbot-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(226, 255, 0, 0.2);
}

.chatbot-header-icon {
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 0 10px rgba(226, 255, 0, 0.4));
}

.chatbot-header-text h2 {
    margin: 0;
    font-size: 1.5rem;
}

.chatbot-header-text .modal-subtitle {
    margin: 0;
    font-size: 0.9rem;
}

/* Chat Messages Container */
.chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
    margin: 1rem 0;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-height: calc(80vh - 250px);
}

.chatbot-messages::-webkit-scrollbar {
    width: 8px;
}

.chatbot-messages::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.chatbot-messages::-webkit-scrollbar-thumb {
    background: rgba(226, 255, 0, 0.3);
    border-radius: 10px;
}

.chatbot-messages::-webkit-scrollbar-thumb:hover {
    background: rgba(226, 255, 0, 0.5);
}

/* Chat Message Styles */
.chat-message {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    animation: messageSlideIn 0.3s ease;
}

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

.message-avatar {
    flex-shrink: 0;
}

.message-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(226, 255, 0, 0.3);
}

.message-content {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid rgba(226, 255, 0, 0.2);
}

.bot-message .message-content {
    background: rgba(226, 255, 0, 0.1);
    border-color: rgba(226, 255, 0, 0.3);
}

.user-message {
    flex-direction: row-reverse;
}

.user-message .message-content {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
}

.message-content p {
    margin: 0;
    color: #fff;
    line-height: 1.5;
}

/* Chat Input Container */
.chatbot-input-container {
    padding: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    border-top: 2px solid rgba(226, 255, 0, 0.2);
}

.chat-input-group {
    display: flex;
    gap: 1rem;
}

.chat-input-group input {
    flex: 1;
    padding: 12px 15px;
    background: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(226, 255, 0, 0.3);
    border-radius: 25px;
    color: #fff;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.chat-input-group input:focus {
    outline: none;
    border-color: #E2FF00;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 15px rgba(226, 255, 0, 0.3);
}

.chat-input-group input::placeholder {
    color: #999;
}

.btn-chat-send {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #000;
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-chat-send:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(226, 255, 0, 0.4);
    background: linear-gradient(135deg, #FFE55C 0%, #E2FF00 100%);
}

.btn-chat-send:active {
    transform: translateY(0);
}

/* ============================================
   Network Section (Under Chatbox)
   ============================================ */

.network-section {
    margin-top: 20px;
    background: rgba(30, 30, 30, 0.8);
    border-radius: 12px;
    padding: 15px;
    border: 1px solid rgba(226, 255, 0, 0.2);
    max-height: 250px;
    overflow-y: auto;
}

.network-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.network-header h3 {
    margin: 0;
    color: #E2FF00;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.network-icon {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border-radius: 8px;
}

.btn-add-contact {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #1a1a1a;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-add-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.3);
}

.network-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-card {
    background: rgba(40, 40, 40, 0.6);
    border: 1px solid rgba(226, 255, 0, 0.1);
    border-radius: 6px;
    padding: 10px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.contact-card:hover {
    background: rgba(50, 50, 50, 0.8);
    border-color: rgba(226, 255, 0, 0.3);
    transform: translateX(5px);
}

.contact-info {
    flex: 1;
}

.contact-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #E2FF00;
    margin-bottom: 4px;
}

.contact-detail {
    font-size: 0.8rem;
    color: #ccc;
    margin-bottom: 2px;
}

.contact-relationship {
    display: inline-block;
    background: rgba(226, 255, 0, 0.2);
    color: #E2FF00;
    padding: 3px 8px;
    border-radius: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
    text-transform: capitalize;
}

.contact-actions {
    display: flex;
    gap: 6px;
}

.btn-contact-special-dates {
    background: #000000;
    border: 2px solid #E2FF00;
    color: #E2FF00;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-contact-special-dates:hover {
    background: rgba(226, 255, 0, 0.2);
    border-color: rgba(226, 255, 0, 0.5);
    transform: scale(1.1);
}

.btn-contact-delete {
    background: #000000;
    border: 2px solid #E2FF00;
    color: #E2FF00;
    padding: 5px 8px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-contact-delete:hover {
    background: rgba(255, 69, 58, 0.3);
    border-color: rgba(255, 69, 58, 0.5);
    transform: scale(1.1);
}

/* ============================================
   Special Dates Modal
   ============================================ */

.special-date-form-section {
    background: rgba(40, 40, 40, 0.6);
    border: 1px solid rgba(226, 255, 0, 0.1);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.special-dates-list-section {
    max-height: 400px;
    overflow-y: auto;
}

.special-date-item {
    background: rgba(40, 40, 40, 0.6);
    border: 1px solid rgba(226, 255, 0, 0.1);
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.special-date-item:hover {
    background: rgba(50, 50, 50, 0.8);
    border-color: rgba(226, 255, 0, 0.3);
    transform: translateX(5px);
}

.special-date-info {
    flex: 1;
}

.special-date-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #E2FF00;
    margin-bottom: 5px;
}

.special-date-value {
    font-size: 0.85rem;
    color: #ccc;
    margin-bottom: 3px;
}

.special-date-notes {
    font-size: 0.8rem;
    color: #999;
    font-style: italic;
    margin-top: 5px;
}

.btn-special-date-delete {
    background: rgba(255, 69, 58, 0.2);
    border: 1px solid rgba(255, 69, 58, 0.3);
    color: #ff453a;
    padding: 6px 10px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-special-date-delete:hover {
    background: rgba(255, 69, 58, 0.3);
    border-color: rgba(255, 69, 58, 0.5);
    transform: scale(1.1);
}

/* ============================================
   Send Badger Furry Button
   ============================================ */

.send-badger-button-container {
    margin-bottom: 30px;
}

.btn-send-badger-furry {
    width: 100%;
    background: linear-gradient(135deg, #1a1a1a 0%, #0d0d0d 100%);
    border: 3px solid #E2FF00;
    border-radius: 20px;
    padding: 30px 20px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    transition: all 0.4s ease;
    box-shadow:
        0 8px 25px rgba(0, 0, 0, 0.5),
        inset 0 0 30px rgba(226, 255, 0, 0.1);
}

/* Furry texture effect */
.btn-send-badger-furry::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        radial-gradient(circle at 40% 20%, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 15px 15px, 20px 20px, 18px 18px;
    background-position: 0 0, 10px 10px, 5px 5px;
    opacity: 0.6;
    pointer-events: none;
}

/* Glow effect */
.btn-send-badger-furry::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(226, 255, 0, 0.1) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.btn-send-badger-furry:hover {
    transform: translateY(-5px);
    border-color: #FFE55C;
    box-shadow:
        0 12px 35px rgba(226, 255, 0, 0.3),
        inset 0 0 50px rgba(226, 255, 0, 0.2);
}

.btn-send-badger-furry:hover::after {
    opacity: 1;
}

.btn-send-badger-furry:active {
    transform: translateY(-2px);
}

.send-badger-icon {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 15px rgba(226, 255, 0, 0.6));
    transition: all 0.4s ease;
    animation: badgerPulse 2s infinite;
}

@keyframes badgerPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 15px rgba(226, 255, 0, 0.6));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 25px rgba(226, 255, 0, 0.9));
    }
}

.btn-send-badger-furry:hover .send-badger-icon {
    transform: scale(1.1) rotate(-5deg);
    animation: none;
}

.send-badger-text {
    font-size: 1.8rem;
    font-weight: 700;
    color: #E2FF00;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow:
        0 0 10px rgba(226, 255, 0, 0.5),
        0 0 20px rgba(226, 255, 0, 0.3);
    transition: all 0.4s ease;
}

.btn-send-badger-furry:hover .send-badger-text {
    color: #FFE55C;
    text-shadow:
        0 0 15px rgba(226, 255, 0, 0.8),
        0 0 30px rgba(226, 255, 0, 0.5);
}

/* ============================================
   Send Badger Modal
   ============================================ */

.modal-large .modal-content {
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
}

.modal-send-badger .modal-title {
    display: flex;
    align-items: center;
    gap: 15px;
}

.modal-badger-icon {
    width: 50px;
    height: 50px;
}

.network-contact-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 10px;
}

.network-contact-quick-btn {
    background: rgba(40, 40, 40, 0.6);
    border: 2px solid rgba(226, 255, 0, 0.2);
    border-radius: 8px;
    padding: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.network-contact-quick-btn:hover {
    background: rgba(226, 255, 0, 0.1);
    border-color: rgba(226, 255, 0, 0.5);
    transform: translateY(-2px);
}

.network-contact-quick-btn.selected {
    background: rgba(226, 255, 0, 0.2);
    border-color: #E2FF00;
}

.network-contact-quick-name {
    font-size: 0.9rem;
    font-weight: 600;
    color: #E2FF00;
    margin-bottom: 4px;
}

.network-contact-quick-details {
    font-size: 0.75rem;
    color: #aaa;
}

/* Send Badger Button on Contact Cards */
.btn-contact-send-badger {
    background: #000000;
    border: 2px solid #E2FF00;
    color: #E2FF00;
    padding: 5px 12px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-contact-send-badger:hover {
    background: rgba(226, 255, 0, 0.1);
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.4);
}

/* ============================================
   Compact Modal Styles
   ============================================ */

.modal-compact {
    max-width: 450px;
}

.modal-compact .modal-header {
    padding: 15px 20px;
}

.modal-compact .modal-title h2 {
    font-size: 1.5rem;
    margin: 0;
}

.form-compact .form-group {
    margin-bottom: 12px;
}

.form-compact .form-group:last-of-type {
    margin-bottom: 0;
}

.optional-label {
    font-size: 0.75rem;
    color: #999;
    font-weight: 400;
    font-style: italic;
}

/* ============================================
   Multi-Step Form Styles
   ============================================ */

/* Step Indicator */
.step-indicator {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px 20px;
    background: rgba(20, 20, 20, 0.5);
    border-bottom: 1px solid rgba(226, 255, 0, 0.2);
}

.step-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
}

.step-number {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(60, 60, 60, 0.8);
    border: 2px solid rgba(226, 255, 0, 0.3);
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
    transition: all 0.3s ease;
}

.step-label {
    font-size: 0.85rem;
    color: #aaa;
    font-weight: 600;
    transition: all 0.3s ease;
}

.step-item.active .step-number {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    border-color: #E2FF00;
    color: #1a1a1a;
    box-shadow: 0 0 20px rgba(226, 255, 0, 0.5);
}

.step-item.active .step-label {
    color: #E2FF00;
}

.step-item.completed .step-number {
    background: rgba(226, 255, 0, 0.2);
    border-color: #E2FF00;
    color: #E2FF00;
}

.step-item.completed .step-number::after {
    content: '✓';
    position: absolute;
    font-size: 1.1rem;
}

.step-item.completed .step-label {
    color: #E2FF00;
}

.step-line {
    width: 80px;
    height: 2px;
    background: rgba(226, 255, 0, 0.2);
    margin: 0 15px;
    position: relative;
    top: -12px;
}

/* Form Steps */
.form-step {
    padding: 30px 20px;
    animation: fadeIn 0.3s ease;
}

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

.step-title {
    font-size: 1.5rem;
    color: #E2FF00;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 700;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-top: 1px solid rgba(226, 255, 0, 0.2);
    background: rgba(20, 20, 20, 0.5);
}

.nav-btn {
    padding: 12px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

.nav-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

#btnPrevStep {
    background: rgba(60, 60, 60, 0.8);
    color: #E2FF00;
    border: 2px solid rgba(226, 255, 0, 0.3);
}

#btnPrevStep:hover:not(:disabled) {
    background: rgba(80, 80, 80, 0.9);
    border-color: rgba(226, 255, 0, 0.5);
    transform: translateX(-3px);
}

#btnNextStep {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #1a1a1a;
    margin-left: auto;
}

#btnNextStep:hover:not(:disabled) {
    transform: translateX(3px);
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.4);
}

#btnSubmit {
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #1a1a1a;
    margin-left: auto;
}

#btnSubmit:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(226, 255, 0, 0.5);
}

/* ============================================
   Badger Carousel
   ============================================ */

.badger-carousel {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(20, 20, 20, 0.5);
}

.badger-carousel .carousel-slide {
    display: none;
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.badger-carousel .carousel-slide.active {
    display: block;
    opacity: 1;
}

.badger-carousel .carousel-slide .tv-icon {
    width: 100%;
    height: auto;
    display: block;
}

.cyber-overlay {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #E2FF00 0%, #B8CC00 100%);
    color: #1a1a1a;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 2px;
    box-shadow: 0 4px 15px rgba(226, 255, 0, 0.4);
    animation: cyberPulse 2s infinite;
}

@keyframes cyberPulse {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(226, 255, 0, 0.4);
    }
    50% {
        box-shadow: 0 6px 25px rgba(226, 255, 0, 0.7);
    }
}

.badger-carousel .carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}

.badger-carousel .carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(226, 255, 0, 0.3);
    border: 2px solid rgba(226, 255, 0, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.badger-carousel .carousel-indicators .indicator:hover {
    background: rgba(226, 255, 0, 0.5);
    transform: scale(1.2);
}

.badger-carousel .carousel-indicators .indicator.active {
    background: #E2FF00;
    border-color: #E2FF00;
    box-shadow: 0 0 10px rgba(226, 255, 0, 0.6);
}

/* ============================================
   Compact Modal Styles for Send Badger
   ============================================ */

.modal-header-compact {
    padding: 1rem 1.5rem;
    margin-bottom: 1rem;
}

.modal-header-compact .modal-title {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.modal-header-compact h2 {
    margin: 0;
    font-size: 1.5rem;
}

.network-quick-select-compact {
    margin-bottom: 1rem;
    padding: 0.75rem;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
}

.form-section-compact {
    padding: 0;
    margin-bottom: 0.5rem;
}

.form-group-compact {
    margin-bottom: 0.75rem;
}

.form-group-compact:last-child {
    margin-bottom: 0;
}

.form-group-compact label {
    margin-bottom: 0.3rem;
    font-size: 0.9rem;
}

.form-group-compact input,
.form-group-compact select {
    padding: 0.6rem 0.8rem;
}

/* Smoother step indicator */
.step-indicator {
    margin-bottom: 1.5rem;
}

.send-badger-form .form-step {
    padding: 0 0.5rem;
}
