:root {
    --oxcr-bg: #090e17;
    --oxcr-surface: #121c2d;
    --oxcr-accent: #d4af37;
    --oxcr-accent-hover: #f1c94f;
    --oxcr-text: #e2e8f0;
    --oxcr-text-muted: #94a3b8;
    --oxcr-font-heading: Georgia, 'Times New Roman', serif;
    --oxcr-font-body: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

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

body {
    font-family: var(--oxcr-font-body);
    background-color: var(--oxcr-bg);
    color: var(--oxcr-text);
    line-height: 1.6;
}

/* Header */
.oxcr-top-nav {
    background-color: var(--oxcr-surface);
    border-bottom: 1px solid rgba(212, 175, 55, 0.2);
    position: sticky;
    top: 0;
    z-index: 100;
}

.oxcr-nav-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.oxcr-brand-logo {
    font-family: var(--oxcr-font-heading);
    font-size: 2rem;
    font-weight: 700;
    color: var(--oxcr-accent);
    letter-spacing: 2px;
}

.oxcr-brand-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.oxcr-brand-name {
    font-family: var(--oxcr-font-heading);
    font-size: 1.25rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.oxcr-brand-sub {
    font-size: 0.8rem;
    color: var(--oxcr-text-muted);
    text-transform: uppercase;
    letter-spacing: 2px;
}

.oxcr-age-badge {
    background-color: transparent;
    border: 2px solid var(--oxcr-accent);
    color: var(--oxcr-accent);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Sections Base */
.oxcr-section-wrapper {
    padding: 6rem 2rem;
    border-bottom: 1px solid rgba(255,255,255,0.05);
}

.oxcr-section-inner, .oxcr-stage-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.oxcr-section-header {
    font-family: var(--oxcr-font-heading);
    font-size: 2.5rem;
    color: var(--oxcr-accent);
    text-align: center;
    margin-bottom: 1rem;
}

.oxcr-section-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 4rem auto;
    color: var(--oxcr-text-muted);
    font-size: 1.1rem;
}

/* Hero Section */
.oxcr-welcome-stage {
    padding: 8rem 2rem 6rem;
    background: radial-gradient(circle at center, #16243b 0%, var(--oxcr-bg) 100%);
    text-align: center;
    border-bottom: 1px solid rgba(212, 175, 55, 0.1);
}

.oxcr-welcome-kicker {
    display: inline-block;
    color: var(--oxcr-accent);
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.oxcr-welcome-title {
    font-family: var(--oxcr-font-heading);
    font-size: 4rem;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.oxcr-welcome-desc {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto 4rem auto;
    color: var(--oxcr-text-muted);
}

/* Quick Info Grid */
.oxcr-quick-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.oxcr-quick-info-cell {
    background: var(--oxcr-surface);
    padding: 1.5rem;
    border-radius: 4px;
    border-top: 2px solid var(--oxcr-accent);
}

.oxcr-quick-info-cell strong {
    display: block;
    color: var(--oxcr-accent);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}

/* Feature Grid */
.oxcr-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.oxcr-feature-card {
    background: var(--oxcr-surface);
    padding: 3rem 2rem;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255,255,255,0.03);
}

.oxcr-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    border-color: rgba(212, 175, 55, 0.3);
}

.oxcr-card-kicker {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--oxcr-accent);
    display: block;
    margin-bottom: 1rem;
}

.oxcr-card-title {
    font-family: var(--oxcr-font-heading);
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #fff;
}

.oxcr-card-text {
    color: var(--oxcr-text-muted);
    margin-bottom: 2rem;
    font-size: 0.95rem;
}

.oxcr-card-list {
    list-style: none;
}

.oxcr-card-list li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem;
    font-size: 0.9rem;
    color: var(--oxcr-text);
}

.oxcr-card-list li::before {
    content: "•";
    color: var(--oxcr-accent);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.2rem;
    line-height: 1;
}

/* Footer */
.oxcr-footer-zone {
    background: #05080e;
    padding: 6rem 2rem 2rem;
    border-top: 2px solid var(--oxcr-surface);
}

.oxcr-footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.oxcr-footer-slogan {
    font-family: var(--oxcr-font-heading);
    color: var(--oxcr-accent);
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 4rem;
}

.oxcr-footer-cols {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.oxcr-footer-col h3 {
    font-family: var(--oxcr-font-heading);
    color: #fff;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
}

.oxcr-footer-col p {
    color: var(--oxcr-text-muted);
}

.oxcr-footer-bottom-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
    padding-top: 4rem;
    border-top: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 4rem;
}

.oxcr-footer-contacts h4, .oxcr-footer-nav h4 {
    color: #fff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1rem;
}

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

.oxcr-footer-nav ul {
    list-style: none;
}

.oxcr-footer-nav ul li {
    margin-bottom: 0.5rem;
}

.oxcr-footer-nav ul li a {
    color: var(--oxcr-text-muted);
    text-decoration: none;
    transition: color 0.3s;
}

.oxcr-footer-nav ul li a:hover {
    color: var(--oxcr-accent);
}

.oxcr-copyright {
    text-align: center;
    color: var(--oxcr-text-muted);
    font-size: 0.85rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255,255,255,0.05);
}

@media (max-width: 900px) {
    .oxcr-quick-info-grid, 
    .oxcr-feature-grid, 
    .oxcr-footer-cols,
    .oxcr-footer-bottom-grid {
        grid-template-columns: 1fr;
    }
    .oxcr-welcome-title {
        font-size: 2.5rem;
    }
    .oxcr-nav-inner {
        flex-direction: column;
        gap: 1rem;
    }
    .oxcr-footer-cols, .oxcr-footer-bottom-grid {
        gap: 2rem;
    }
}
