@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700&family=Crimson+Text:wght@400;600&family=Spectral:wght@400;500;600&family=Uncial+Antiqua&display=swap);

:root {
    --bg-primary: #1a1a1a;
    --bg-secondary: #2a2a2a;
    --brass: #927548;
    --gold: #ffd700;
    --ember: #f94b10;
    --shadow-dark: rgba(0, 0, 0, 0.5);
}

body {
    background: var(--bg-secondary);
    cursor: url("../assets/dark-souls-cursor.cur"), auto;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.soc-docs-header {
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    margin-bottom: 0;
    border-bottom: 4px solid #3a3a3a;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(42, 42, 42, 0.9) 100%);
    border-bottom: 3px solid var(--brass);
    font-family: 'Cinzel', serif;
    top: 0;
    z-index: 1000;
    box-shadow: 0 4px 20px var(--shadow-dark);
}

.soc-docs-header > .container {
    display: flex;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
    padding-top: 1rem;
}

.soc-docs-header .header-left {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.header-left h1 {
    background: linear-gradient(135deg, var(--gold) 0%, var(--ember) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(212, 175, 55, 0.3);
}

.soc-docs-nav {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.soc-docs-nav .soc-link {
    color: #f4f1e8 !important;
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    text-decoration: none;
    line-height: 1;
}

.soc-docs-nav .soc-link:hover,
.soc-docs-nav .soc-link:focus {
    text-decoration: underline !important;
    text-underline-offset: 3px;
}

.soc-hero {
    background: linear-gradient(rgba(26, 26, 26, 0.9), rgba(26, 26, 26, 0.9)),
    url('/assets/dark-souls-bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem;
    border-bottom: 3px solid var(--brass);
}

.soc-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.soc-hero h2 {
    font-size: 3.5rem;
    margin-bottom: 1.5rem;
}

.soc-hero p {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: #e8e0d0;
}

.soc-hero-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.soc-hero-buttons a {
    text-decoration: none;
    cursor: pointer;
}

.soc-quick-start {
    padding: 0 1rem 4rem;
    max-width: 800px;
    margin: 0 auto;
}

.soc-docs-footer {
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.95) 0%, rgba(42, 42, 42, 0.9) 100%);
    color: #e8e0d0;
    font-size: 0.9rem;
    margin-top: 3rem;
    border-top: 3px solid var(--brass);
}

.soc-container-demo {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.h3-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    margin-bottom: 1rem;
}

.h3-container h3 {
    margin: 0;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.soc-code-toggle {
    cursor: pointer;
    margin-top: 0.5rem;
}

.show-code-btn {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    cursor: pointer;
}

.soc-code-block {
    background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
    color: #e8e0d0;
    padding: 1.5rem;
    border: 1px solid #30363d;
    border-radius: 12px;
    margin-top: 1rem;
    overflow-x: auto;
    font-size: 0.9rem;
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.soc-code-block::before {
    content: "HTML";
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 0.7rem;
    color: var(--ember);
    opacity: 0.7;
    font-weight: 500;
}

.soc-code-block code {
    font-family: 'Fira Code', monospace;
    line-height: 1.5;
    color: #e6edf3;
}

.soc-container h2 {
    color: var(--gold);
    margin-bottom: 1.5rem;
}

.soc-container p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1rem;
    color: #e8e0d0;
}

.nav-tabs-minimal {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    margin: 0 auto 2rem auto;
    border-bottom: 1px solid #333;
    padding: 0.75rem 0;
    max-width: 1200px;
}

.nav-tabs-minimal .nav-link {
    color: #a0a0a0 !important;
    text-decoration: none;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease;
    font-weight: 500;
}

.nav-tabs-minimal .nav-link:hover {
    color: #e5e5e5 !important;
    border-bottom-color: var(--brass);
}

.nav-tabs-minimal .nav-link.is-active {
    color: var(--brass) !important;
    border-bottom-color: var(--brass);
}


