/* Modern CSS Reset & Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #6366f1;
    --primary-dark: #4f46e5;
    --secondary-color: #10b981;
    --accent-color: #f59e0b;
    --bg-color: #0f172a;
    --bg-secondary: #1e293b;
    --bg-card: #1e293b;
    --text-primary: #f1f5f9;
    --text-secondary: #cbd5e1;
    --border-color: #334155;
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --shadow-hover: 0 20px 60px rgba(0, 0, 0, 0.4);
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: var(--bg-color);
    background-image: linear-gradient(135deg, var(--bg-color) 0%, #0a0f1f 100%);
    color: var(--text-primary);
    line-height: 1.6;
    min-height: 100vh;
    padding: 2rem 1rem;
    position: relative;
    overflow-x: hidden;
}

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

body::before,
body::after {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-repeat: repeat;
    background-position: center;
    z-index: 0;
    will-change: opacity;
}

body::before {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22400%22%20height=%22400%22%20viewBox=%220%200%20400%20400%22%3E%3Crect%20width=%22400%22%20height=%22400%22%20fill=%22none%22/%3E%3Cg%20fill=%22%23ffffff%22%3E%3Ccircle%20cx=%2230%22%20cy=%2250%22%20r=%221.1%22/%3E%3Ccircle%20cx=%22180%22%20cy=%2290%22%20r=%221.3%22/%3E%3Ccircle%20cx=%22320%22%20cy=%2260%22%20r=%221.2%22/%3E%3Ccircle%20cx=%2290%22%20cy=%22140%22%20r=%221.1%22/%3E%3Ccircle%20cx=%22250%22%20cy=%22160%22%20r=%221.4%22/%3E%3Ccircle%20cx=%2260%22%20cy=%22220%22%20r=%221.2%22/%3E%3Ccircle%20cx=%22310%22%20cy=%22230%22%20r=%221.3%22/%3E%3Ccircle%20cx=%22150%22%20cy=%22280%22%20r=%221.2%22/%3E%3Ccircle%20cx=%22360%22%20cy=%22320%22%20r=%221.4%22/%3E%3Ccircle%20cx=%22120%22%20cy=%22360%22%20r=%221.1%22/%3E%3Ccircle%20cx=%22200%22%20cy=%2240%22%20r=%221.5%22/%3E%3C/g%3E%3Cg%20fill=%22%23ffffff%22%20opacity=%220.7%22%3E%3Ccircle%20cx=%2270%22%20cy=%2230%22%20r=%220.9%22/%3E%3Ccircle%20cx=%22210%22%20cy=%22110%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22340%22%20cy=%22150%22%20r=%221%22/%3E%3Ccircle%20cx=%2250%22%20cy=%22310%22%20r=%220.9%22/%3E%3Ccircle%20cx=%22280%22%20cy=%22280%22%20r=%220.8%22/%3E%3Ccircle%20cx=%2220%22%20cy=%22190%22%20r=%220.7%22/%3E%3Ccircle%20cx=%22190%22%20cy=%22350%22%20r=%220.9%22/%3E%3Ccircle%20cx=%22330%22%20cy=%2220%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22240%22%20cy=%2260%22%20r=%220.7%22/%3E%3Ccircle%20cx=%22110%22%20cy=%22210%22%20r=%220.8%22/%3E%3C/g%3E%3Cg%20fill=%22%238ab5ff%22%20opacity=%220.5%22%3E%3Ccircle%20cx=%22140%22%20cy=%2240%22%20r=%220.7%22/%3E%3Ccircle%20cx=%22260%22%20cy=%22200%22%20r=%220.9%22/%3E%3Ccircle%20cx=%2280%22%20cy=%22180%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22300%22%20cy=%22340%22%20r=%220.7%22/%3E%3Ccircle%20cx=%2220%22%20cy=%22360%22%20r=%220.6%22/%3E%3Ccircle%20cx=%22370%22%20cy=%22200%22%20r=%220.8%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: 680px 680px;
    opacity: 0.55;
    animation: twinkle 14s ease-in-out infinite alternate;
    mix-blend-mode: screen;
}

body::after {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%22500%22%20height=%22500%22%20viewBox=%220%200%20500%20500%22%3E%3Crect%20width=%22500%22%20height=%22500%22%20fill=%22none%22/%3E%3Cg%20fill=%22%23ffffff%22%3E%3Ccircle%20cx=%2240%22%20cy=%2270%22%20r=%221.2%22/%3E%3Ccircle%20cx=%22250%22%20cy=%2240%22%20r=%221.4%22/%3E%3Ccircle%20cx=%22420%22%20cy=%22100%22%20r=%221.3%22/%3E%3Ccircle%20cx=%22110%22%20cy=%22200%22%20r=%221.1%22/%3E%3Ccircle%20cx=%22300%22%20cy=%22220%22%20r=%221.5%22/%3E%3Ccircle%20cx=%2270%22%20cy=%22340%22%20r=%221.2%22/%3E%3Ccircle%20cx=%22430%22%20cy=%22360%22%20r=%221.3%22/%3E%3Ccircle%20cx=%22200%22%20cy=%22430%22%20r=%221.4%22/%3E%3Ccircle%20cx=%22360%22%20cy=%22250%22%20r=%221.2%22/%3E%3Ccircle%20cx=%22470%22%20cy=%22450%22%20r=%221.5%22/%3E%3Ccircle%20cx=%22150%22%20cy=%2290%22%20r=%221.2%22/%3E%3C/g%3E%3Cg%20fill=%22%23ffffff%22%20opacity=%220.65%22%3E%3Ccircle%20cx=%2290%22%20cy=%2230%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22210%22%20cy=%22150%22%20r=%220.9%22/%3E%3Ccircle%20cx=%22380%22%20cy=%22200%22%20r=%220.8%22/%3E%3Ccircle%20cx=%2240%22%20cy=%22420%22%20r=%220.9%22/%3E%3Ccircle%20cx=%22320%22%20cy=%22380%22%20r=%220.8%22/%3E%3Ccircle%20cx=%2210%22%20cy=%22230%22%20r=%220.7%22/%3E%3Ccircle%20cx=%22260%22%20cy=%22470%22%20r=%221%22/%3E%3Ccircle%20cx=%22470%22%20cy=%2230%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22340%22%20cy=%2260%22%20r=%220.7%22/%3E%3Ccircle%20cx=%22150%22%20cy=%22260%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22400%22%20cy=%22440%22%20r=%220.9%22/%3E%3C/g%3E%3Cg%20fill=%22%239fb9ff%22%20opacity=%220.4%22%3E%3Ccircle%20cx=%22180%22%20cy=%2260%22%20r=%220.7%22/%3E%3Ccircle%20cx=%22280%22%20cy=%22320%22%20r=%220.9%22/%3E%3Ccircle%20cx=%22100%22%20cy=%22260%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22360%22%20cy=%22420%22%20r=%220.7%22/%3E%3Ccircle%20cx=%2260%22%20cy=%22470%22%20r=%220.6%22/%3E%3Ccircle%20cx=%22480%22%20cy=%22260%22%20r=%220.8%22/%3E%3Ccircle%20cx=%22220%22%20cy=%22210%22%20r=%220.7%22/%3E%3C/g%3E%3C/svg%3E");
    background-size: 900px 900px;
    opacity: 0.35;
    animation: twinkle-slow 20s ease-in-out infinite alternate;
    mix-blend-mode: screen;
}

@keyframes twinkle {
    0% {
        opacity: 0.35;
    }
    45% {
        opacity: 0.6;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes twinkle-slow {
    0% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.45;
    }
    100% {
        opacity: 0.3;
    }
}

@media (prefers-reduced-motion: reduce) {
    body::before,
    body::after {
        animation: none;
    }
}

/* Header */
.header {
    background: rgba(30, 41, 59, 0.7);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 3rem;
    box-shadow: var(--shadow);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

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

.logo-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.logo h1 {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}

.tagline {
    color: var(--text-secondary);
    font-size: 1rem;
    margin-top: 0.5rem;
}

.badges {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.badge {
    position: relative;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
    border: 2px solid;
}

.badge.chrome {
    background: #4285f4;
    border-color: #4285f4;
}

.badge.edge {
    background: #0078d4;
    border-color: #0078d4;
}

.badge.firefox {
    background: #ff7139;
    border-color: #ff7139;
}

.badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.badge-indicator {
    position: absolute;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    overflow: visible;
    z-index: 1;
}

.badge-indicator.status-green {
    background: #10b981;
    box-shadow: 0 0 8px #10b981, 0 0 12px #10b981;
    animation: glow-green 2s infinite;
}

.badge-indicator.status-red {
    background: #991b1b;
    box-shadow: none;
    opacity: 1;
}

@keyframes glow-green {
    0%, 100% {
        box-shadow: 0 0 8px #10b981, 0 0 12px #10b981;
    }
    50% {
        box-shadow: 0 0 12px #10b981, 0 0 20px #10b981, 0 0 24px #10b981;
    }
}

/* LED list styling */
.led-list {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.led-list li {
    display: flex !important;
    align-items: center;
    margin-bottom: 0.5rem;
    list-style: none !important;
}

/* Inline LED indicators for lists */
.inline-led {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.2);
    flex-shrink: 0;
}

.inline-led.status-green {
    background: #10b981;
    box-shadow: 0 0 4px #10b981, 0 0 6px #10b981;
    animation: glow-green 2s infinite;
}

.inline-led.status-red {
    background: #991b1b;
    box-shadow: none;
    opacity: 1;
}


/* Hero Section */
.hero {
    text-align: center;
    margin-bottom: 4rem;
}

.hero h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, var(--text-primary), var(--text-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 900px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Video Section */
.video-section {
    margin-bottom: 4rem;
}

.video-wrapper {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.demo-video {
    width: 100%;
    height: auto;
    display: block;
    background: var(--bg-secondary);
    aspect-ratio: 16 / 9;
}

.play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.play-overlay:hover {
    background: rgba(0, 0, 0, 0.4);
}

.play-overlay.hidden {
    display: none;
}

.play-button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
    animation: pulse 2s infinite;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button:active {
    transform: scale(0.95);
}

.play-button svg {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

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

/* Quick Start */
.quick-start {
    background: rgba(30, 41, 59, 0.7);
    border-radius: 20px;
    padding: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: var(--shadow);
}

.quick-start h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

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

.step-number {
    background: linear-gradient(135deg, var(--primary-color), var(--primary-dark));
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.step-content p {
    color: var(--text-secondary);
    font-size: 0.9375rem;
}

/* Instructions Section */
.instructions h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.section-card {
    background: rgba(30, 41, 59, 0.7);
    border-radius: 15px;
    margin-bottom: 1.5rem;
    border: 1px solid var(--border-color);
    overflow: hidden;
    transition: all 0.3s ease;
}

.section-card:hover {
    box-shadow: var(--shadow);
}

.card-header {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(30, 41, 59, 0.7);
    transition: background 0.3s ease;
    user-select: none;
}

.card-header:hover {
    background: var(--bg-color);
}

.card-header h4 {
    font-size: 1.25rem;
    margin: 0;
}

.toggle-icon {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: var(--primary-color);
}

.card-header.active .toggle-icon {
    transform: rotate(180deg);
}

.card-content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
}

.card-content.active {
    padding: 2rem;
    max-height: 5000px;
}

.sub-section {
    margin-bottom: 2rem;
}

.sub-section:last-child {
    margin-bottom: 0;
}

.sub-section h5 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.sub-section h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
}

.sub-section p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
}

.sub-section ol,
.sub-section ul {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text-secondary);
}

.sub-section li {
    margin-bottom: 0.5rem;
}

.sub-section code {
    background: var(--bg-color);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    color: var(--secondary-color);
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

.sub-section a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.sub-section a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.note {
    background: rgba(99, 102, 241, 0.1);
    border-left: 4px solid var(--primary-color);
    padding: 1rem;
    border-radius: 5px;
    margin-top: 1rem;
}

.info-box {
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid var(--secondary-color);
    border-radius: 10px;
    padding: 1.5rem;
    margin: 1.5rem 0;
}

.info-box.warning {
    background: rgba(245, 158, 11, 0.1);
    border-color: var(--accent-color);
}

.info-box h6 {
    font-size: 1rem;
    margin-bottom: 0.75rem;
    color: var(--secondary-color);
}

.info-box.warning h6 {
    color: var(--accent-color);
}

.info-box ul {
    margin-left: 2rem;
    margin-top: 0.5rem;
}

.info-box ul li {
    margin-bottom: 0.5rem;
}

/* Resources Section */
.resources {
    margin-bottom: 3rem;
}

.resources h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.resource-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.5rem;
}

.resource-card {
    background: rgba(30, 41, 59, 0.7);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 1.5rem;
    text-decoration: none;
    color: var(--text-primary);
    transition: all 0.3s ease;
}

.resource-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-hover);
    border-color: var(--primary-color);
}

.resource-card h4 {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
}

.resource-card p {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Footer */
.footer {
    text-align: center;
    padding: 3rem 0;
    border-top: 1px solid var(--border-color);
}

.footer p {
    color: var(--text-secondary);
    margin-bottom: 0.5rem;
}

.footer a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero h2 {
        font-size: 2rem;
    }

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

    .video-section {
        margin-bottom: 2rem;
    }

    .video-wrapper {
        border-radius: 15px;
    }

    .play-button svg {
        width: 60px;
        height: 60px;
    }

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

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

    .header {
        flex-direction: column;
        text-align: center;
    }

    .logo {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .tagline {
        text-align: center;
        margin-top: 0.5rem;
        width: 100%;
    }

    .badges {
        justify-content: center;
    }
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}

/* Selection Color */
::selection {
    background: var(--primary-color);
    color: white;
}

/* Copy URL Container */
.copy-url-container {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    margin: 1rem 0;
}

.manifest-url {
    flex: 1;
    font-size: 0.9rem;
    color: var(--text-primary);
    word-break: break-all;
    cursor: pointer;
    transition: all 0.2s ease;
}

.manifest-url:hover {
    color: var(--secondary-color);
    background: rgba(16, 185, 129, 0.1);
    border-radius: 4px;
    padding: 0 2px;
    margin: 0 -2px;
}

.copy-btn {
    background: var(--primary-color);
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
}

.copy-btn:hover {
    background: var(--primary-dark);
    transform: scale(1.05);
}

.copy-btn:active {
    transform: scale(0.95);
}

.copy-icon {
    font-size: 1.2rem;
    line-height: 1;
}

/* Modal Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
}

.modal-overlay.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}

.modal-content {
    background: var(--bg-secondary);
    border-radius: 20px;
    padding: 2.5rem;
    max-width: 500px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    animation: slideUp 0.3s ease;
}

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

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 2rem;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.modal-close:hover {
    background: var(--bg-color);
    color: var(--text-primary);
}

.modal-content h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.modal-content p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.modal-content ul {
    margin-left: 2rem;
    margin-bottom: 1.5rem;
    color: var(--text-secondary);
}

.modal-content ul li {
    margin-bottom: 0.5rem;
}

.modal-button {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 0.75rem 2rem;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.modal-button:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
}

.modal-button:active {
    transform: translateY(0);
}

/* FAQ Section */
.faq-section {
    margin-bottom: 3rem;
}

.faq-section h3 {
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.faq-item {
    background: rgba(30, 41, 59, 0.2);
    border: 1px solid var(--border-color);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: var(--shadow);
    border-color: var(--primary-color);
}

.faq-question {
    padding: 1rem 1.25rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(30, 41, 59, 0.2);
    transition: all 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: var(--bg-color);
}

.faq-question h4 {
    font-size: 1rem;
    margin: 0;
    color: rgba(241, 245, 249, 0.7);
    font-weight: 600;
}

.faq-toggle {
    font-size: 1.25rem;
    color: var(--primary-color);
    font-weight: bold;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(99, 102, 241, 0.1);
}

.faq-question.active .faq-toggle {
    transform: rotate(45deg);
    background: var(--primary-color);
    color: white;
}

.faq-answer {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.4s ease;
}

.faq-answer.active {
    padding: 0 1.25rem 1rem 1.25rem;
    max-height: 500px;
}

.faq-answer p {
    color: rgba(241, 245, 249, 0.7);
    line-height: 1.6;
    margin: 0;
}

.faq-answer a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.faq-answer a:hover {
    color: var(--secondary-color);
    text-decoration: underline;
}

.faq-answer code {
    background: var(--bg-color);
    padding: 0.2rem 0.5rem;
    border-radius: 5px;
    color: var(--secondary-color);
    font-family: 'Courier New', monospace;
    font-size: 0.9em;
}

/* Toast Notification */
.toast-notification {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--bg-secondary);
    border: 2px solid var(--secondary-color);
    border-radius: 12px;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    opacity: 0;
    transition: all 0.3s ease;
}

.toast-notification.show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.toast-icon {
    background: var(--secondary-color);
    color: white;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    flex-shrink: 0;
}

.toast-message {
    color: var(--text-primary);
    font-size: 0.95rem;
    font-weight: 500;
    white-space: nowrap;
}
