/* Get Started Page Styles */

.get-started-wrapper {
    background: linear-gradient(180deg, #f0f9ff 0%, #e8f4fd 50%, #dbeafe 100%);
    min-height: calc(100vh - 200px);
    padding: 120px 20px 60px 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.get-started-container {
    max-width: 960px;
    width: 100%;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 4px 40px rgba(74, 158, 255, 0.15);
    padding: 56px 72px;
    border: 1px solid #e5e7eb;
}

/* Header Section */
.get-started-header {
    text-align: center;
    margin-bottom: 40px;
}

.get-started-header h1 {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a5f;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.get-started-subtitle {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 24px 0;
}

/* Badges */
.get-started-badges {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gs-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    border: 1.5px solid;
}

.gs-badge svg {
    width: 14px;
    height: 14px;
}

.gs-badge-docker {
    background: #eff6ff;
    color: #2563eb;
    border-color: #93c5fd;
}

.gs-badge-signup {
    background: #eff6ff;
    color: #2563eb;
    border-color: #93c5fd;
}

.gs-badge-hosted {
    background: #eff6ff;
    color: #2563eb;
    border-color: #93c5fd;
}

/* Section Styles */
.gs-section {
    margin-bottom: 36px;
}

.gs-section h2 {
    font-size: 18px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 16px 0;
}

/* Checklist */
.gs-checklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gs-checklist li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-size: 15px;
    color: #374151;
}

.gs-checklist li svg {
    flex-shrink: 0;
}

/* Requirements Grid */
.gs-requirements-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.gs-requirement-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.gs-requirement-card:hover {
    border-color: #cbd5e1;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.gs-requirement-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #4a9eff 0%, #3a8eef 100%);
    border-radius: 10px;
    color: white;
    flex-shrink: 0;
}

.gs-requirement-icon-docker {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.gs-requirement-icon-port {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.gs-requirement-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gs-requirement-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.gs-requirement-text span {
    font-size: 12px;
    color: #6b7280;
}

/* Quick Start Section */
.gs-quickstart-title {
    color: #2563eb !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    margin-bottom: 24px !important;
}

.gs-step {
    margin-bottom: 20px;
}

.gs-step h3 {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 8px 0;
}

.gs-code-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #1e3a5f 0%, #2d4a6f 100%);
    border-radius: 10px;
    padding: 14px 16px;
    gap: 12px;
}

.gs-code-block code {
    font-family: 'SF Mono', 'Monaco', 'Menlo', 'Consolas', monospace;
    font-size: 13px;
    color: #ffffff;
    flex: 1;
    overflow-x: auto;
    white-space: nowrap;
}

.gs-copy-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.gs-copy-btn:hover {
    background: rgba(255, 255, 255, 0.25);
}

.gs-copy-btn.copied {
    background: #10b981;
}

.gs-copy-btn svg {
    width: 14px;
    height: 14px;
}

.gs-step-note {
    font-size: 13px;
    color: #6b7280;
    margin: 10px 0 0 0;
    font-style: italic;
}

.gs-step-note em {
    color: #f59e0b;
    font-style: italic;
}

/* Open VidioMeet Section */
.gs-url-block {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-radius: 10px;
    padding: 16px 20px;
    text-align: left;
    border: 1px solid #93c5fd;
}

.gs-url-block code {
    font-family: 'SF Mono', 'Monaco', 'Menlo', 'Consolas', monospace;
    font-size: 15px;
    color: #1e40af;
    font-weight: 600;
}

.gs-open-note {
    font-size: 14px;
    color: #6b7280;
    margin: 12px 0 0 0;
    font-style: italic;
}

/* What Happens Next Section */
.gs-next-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.gs-next-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    background: linear-gradient(135deg, #ecfdf5 0%, #d1fae5 100%);
    border: 1px solid #a7f3d0;
    border-radius: 12px;
    transition: all 0.2s ease;
}

.gs-next-item:hover {
    border-color: #6ee7b7;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.1);
}

.gs-next-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 10px;
    color: white;
    flex-shrink: 0;
}

.gs-next-icon-license {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
}

.gs-next-icon-signup {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
}

.gs-next-icon-redis {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}

.gs-next-icon-activate {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
}

.gs-next-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.gs-next-text strong {
    font-size: 14px;
    font-weight: 600;
    color: #1f2937;
}

.gs-next-text span {
    font-size: 12px;
    color: #6b7280;
}

/* Action Buttons */
.gs-actions {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin: 40px 0 12px 0;
}

.gs-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
}

.gs-btn-primary {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3);
}

.gs-btn-primary:hover {
    background: linear-gradient(135deg, #1d4ed8 0%, #1e40af 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 99, 235, 0.4);
}

.gs-btn-secondary {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.gs-btn-secondary:hover {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

.gs-btn svg {
    width: 18px;
    height: 18px;
}

.gs-actions-note {
    text-align: center;
    font-size: 13px;
    color: #9ca3af;
    margin: 0;
    font-style: italic;
}

/* Help Section */
.gs-help {
    margin-top: 40px;
    padding-top: 24px;
    border-top: 1px solid #e5e7eb;
    text-align: center;
}

.gs-help p {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin: 0 0 8px 0;
}

.gs-help-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.gs-help-links a {
    font-size: 14px;
    color: #2563eb;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.gs-help-links a:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.gs-divider {
    color: #d1d5db;
    font-size: 14px;
}

/* Responsive Design */
@media (max-width: 640px) {
    .get-started-wrapper {
        padding: 100px 16px 40px 16px;
    }

    .get-started-container {
        padding: 32px 24px;
        border-radius: 20px;
    }

    .get-started-header h1 {
        font-size: 26px;
    }

    .get-started-subtitle {
        font-size: 15px;
    }

    .get-started-badges {
        gap: 8px;
    }

    .gs-badge {
        padding: 6px 12px;
        font-size: 12px;
    }

    .gs-code-block {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
        padding: 12px 14px;
    }

    .gs-code-block code {
        font-size: 12px;
        text-align: center;
    }

    .gs-copy-btn {
        justify-content: center;
        padding: 10px 16px;
    }

    .gs-actions {
        flex-direction: column;
        gap: 12px;
    }

    .gs-btn {
        width: 100%;
        padding: 14px 24px;
    }

    .gs-help-links {
        flex-wrap: wrap;
    }

    .gs-requirements-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gs-requirement-card {
        padding: 14px 16px;
    }

    .gs-requirement-icon {
        width: 40px;
        height: 40px;
    }

    .gs-next-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gs-next-item {
        padding: 14px 16px;
    }

    .gs-next-icon {
        width: 36px;
        height: 36px;
    }
}
