/* ============================================
   CRDGAME — Страница "О сайте"
   Версия: 2.0 — Crimson Desert Style
   ============================================ */

/* === БАЗОВЫЙ КОНТЕЙНЕР === */
.about-page-new {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    color: #c5b8aa;
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
}

/* ============================================
   HERO — главный баннер
============================================ */
.about-hero {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    border: 1px solid rgba(174,137,84,0.4);
    border-radius: 0;
    box-shadow: 
        0 4px 20px rgba(0,0,0,0.6),
        inset 0 1px 0 rgba(174,137,84,0.15);
}

.about-hero-bg {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    filter: brightness(0.35) grayscale(0.3) sepia(0.15);
}

.about-hero-overlay {
    position: absolute;
    inset: 0;
    background: 
        linear-gradient(180deg, rgba(20,17,13,0.3) 0%, rgba(20,17,13,0.95) 100%),
        radial-gradient(ellipse at center, transparent 0%, rgba(20,17,13,0.4) 100%);
}

.about-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Табличка с заголовком — строгая, прямоугольная, с углами */
.hero-title-plate {
    position: relative;
    display: inline-block;
    background: rgba(20,17,13,0.85);
    padding: 38px 55px;
    border: 1px solid rgba(174,137,84,0.5);
    text-align: center;
    box-shadow: 
        0 10px 40px rgba(0,0,0,0.7),
        inset 0 1px 0 rgba(174,137,84,0.2);
    max-width: 760px;
}

/* Декоративные уголки */
.hero-title-plate::before,
.hero-title-plate::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #ae8954;
}
.hero-title-plate::before {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}
.hero-title-plate::after {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

.hero-eyebrow {
    font-family: 'Russo One', sans-serif;
    font-size: 11px;
    color: #ae8954;
    letter-spacing: 5px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.about-hero-title {
    font-family: 'Russo One', sans-serif;
    font-size: 48px;
    color: #c5b8aa;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 8px rgba(0,0,0,0.8);
}

.hero-divider {
    width: 80px;
    height: 1px;
    background: #ae8954;
    margin: 20px auto;
    position: relative;
}

.hero-divider::before,
.hero-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #ae8954;
    transform: translateY(-50%) rotate(45deg);
}
.hero-divider::before { left: -8px; }
.hero-divider::after { right: -8px; }

.about-hero-subtitle {
    font-size: 14px;
    color: #b8aa9a;
    margin: 0 0 22px;
    line-height: 1.75;
    font-weight: 300;
    letter-spacing: 0.3px;
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 12px;
    color: #8a7d6e;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.hero-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.hero-meta-item .material-icons {
    font-size: 15px;
    color: #ae8954;
}

.hero-meta-divider {
    color: #4a4138;
}

/* ============================================
   КОНТЕНТ
============================================ */
.about-content-wrapper {
    max-width: 100%;
    padding: 0 0 40px;
}

/* === ВВОДНЫЙ БЛОК === */
.about-intro {
    padding: 35px 40px 25px;
    background: linear-gradient(135deg, rgba(174,137,84,0.08) 0%, rgba(20,17,13,0.4) 100%);
    border: 1px solid rgba(174,137,84,0.3);
    border-left: 3px solid #ae8954;
    border-radius: 0;
    position: relative;
}

.about-intro::before,
.about-intro::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #ae8954;
}
.about-intro::before {
    top: -1px;
    right: -1px;
    border-left: none;
    border-bottom: none;
}
.about-intro::after {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

/* === ПАРАГРАФЫ === */
.about-paragraph {
    color: #b8aa9a;
    line-height: 1.85;
    font-size: 15px;
    margin-bottom: 18px;
    text-align: justify;
}

.about-dropcap {
    float: left;
    font-family: 'Russo One', sans-serif;
    font-size: 62px;
    line-height: 50px;
    padding: 6px 14px 0 0;
    font-weight: 700;
    color: #ae8954;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}

.about-accent {
    color: #ae8954;
    font-weight: 600;
}

.about-paragraph strong {
    color: #c5b8aa;
    font-weight: 600;
}

/* === ЦИТАТА === */
.about-quote {
    position: relative;
    margin: 30px 0 10px;
    padding: 28px 30px 28px 70px;
    background: rgba(20,17,13,0.6);
    border: 1px solid rgba(174,137,84,0.2);
    border-left: 3px solid #ae8954;
}

.about-quote p {
    font-size: 15px;
    color: #c5b8aa;
    line-height: 1.75;
    margin: 0;
    font-style: italic;
}

.about-quote::before {
    content: '\201C';
    position: absolute;
    top: 8px;
    left: 22px;
    font-size: 62px;
    color: #ae8954;
    font-family: Georgia, serif;
    line-height: 1;
    opacity: 0.45;
}

/* ============================================
   ФАКТЫ-СЕТКА
============================================ */
.about-facts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 22px;
}

.about-fact-card {
    position: relative;
    padding: 26px 20px;
    background: rgba(20,17,13,0.6);
    border: 1px solid rgba(174,137,84,0.25);
    border-radius: 0;
    text-align: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.about-fact-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #ae8954 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.about-fact-card:hover {
    border-color: #ae8954;
    background: rgba(174,137,84,0.08);
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

.about-fact-card:hover::before {
    opacity: 1;
}

.fact-icon {
    margin-bottom: 12px;
}

.fact-icon .material-icons {
    font-size: 32px;
    color: #ae8954;
}

.fact-label {
    font-family: 'Russo One', sans-serif;
    font-size: 10px;
    color: #8a7d6e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.fact-value {
    font-family: 'Russo One', sans-serif;
    font-size: 14px;
    color: #c5b8aa;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* ============================================
   ФОТО
============================================ */
.about-image-break {
    margin: 40px 0;
}

.about-image-rounded {
    border: 1px solid rgba(174,137,84,0.3);
    border-radius: 0;
    overflow: hidden;
    position: relative;
}

.about-image-rounded::before,
.about-image-rounded::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    border: 2px solid #ae8954;
    z-index: 2;
    pointer-events: none;
}
.about-image-rounded::before {
    top: 8px;
    left: 8px;
    border-right: none;
    border-bottom: none;
}
.about-image-rounded::after {
    bottom: 8px;
    right: 8px;
    border-left: none;
    border-top: none;
}

.about-image-rounded img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
    filter: brightness(0.65) sepia(0.1);
    transition: filter 0.5s ease;
}

.about-image-rounded:hover img {
    filter: brightness(0.85) sepia(0.05);
}

.image-caption {
    padding: 14px 24px;
    background: rgba(20,17,13,0.85);
    color: #8a7d6e;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid rgba(174,137,84,0.25);
    font-style: italic;
    letter-spacing: 0.3px;
}

/* ============================================
   ЗАГОЛОВКИ СЕКЦИЙ
============================================ */
.about-section {
    margin-bottom: 45px;
}

.about-section-title {
    font-family: 'Russo One', sans-serif;
    font-size: 22px;
    color: #c5b8aa;
    font-weight: 700;
    margin: 0 0 24px;
    padding: 14px 20px;
    background: linear-gradient(90deg, rgba(174,137,84,0.18) 0%, transparent 100%);
    border-left: 3px solid #ae8954;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.section-number {
    font-family: 'Russo One', sans-serif;
    font-size: 14px;
    color: #ae8954;
    padding: 5px 12px;
    background: rgba(174,137,84,0.12);
    border: 1px solid rgba(174,137,84,0.4);
    border-radius: 0;
    letter-spacing: 2px;
}

/* ============================================
   СПИСКИ
============================================ */
.about-simple-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.about-simple-list li {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    margin-bottom: 12px;
    font-size: 14.5px;
    line-height: 1.75;
    color: #b8aa9a;
    padding: 18px 22px;
    background: rgba(20,17,13,0.5);
    border: 1px solid rgba(174,137,84,0.15);
    border-left: 2px solid transparent;
    border-radius: 0;
    transition: all 0.3s ease;
}

.about-simple-list li:hover {
    border-left-color: #ae8954;
    background: rgba(174,137,84,0.06);
    padding-left: 26px;
}

.list-marker {
    font-family: 'Russo One', sans-serif;
    font-size: 16px;
    color: #ae8954;
    min-width: 32px;
    padding-top: 1px;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.list-body {
    flex: 1;
}

.list-body strong {
    color: #c5b8aa;
    font-weight: 600;
}

/* ============================================
   СПИСОК ИСТОЧНИКОВ
============================================ */
.about-source-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
}

.about-source-list li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 14px 22px;
    margin-bottom: 8px;
    background: rgba(20,17,13,0.5);
    border: 1px solid rgba(174,137,84,0.15);
    border-left: 2px solid transparent;
    border-radius: 0;
    color: #b8aa9a;
    font-size: 14.5px;
    transition: all 0.3s ease;
}

.about-source-list li:hover {
    border-left-color: #ae8954;
    background: rgba(174,137,84,0.06);
}

.about-source-list li .material-icons {
    color: #ae8954;
    font-size: 22px;
    flex-shrink: 0;
}

.about-source-list a {
    color: #ae8954;
    text-decoration: none;
    border-bottom: 1px solid rgba(174,137,84,0.4);
    transition: all 0.25s ease;
}

.about-source-list a:hover {
    color: #c5b8aa;
    border-bottom-color: #c5b8aa;
}

/* ============================================
   ТАБЛИЦА
============================================ */
.about-info-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: rgba(20,17,13,0.5);
    border: 1px solid rgba(174,137,84,0.25);
    border-radius: 0;
    overflow: hidden;
}

.about-info-table th,
.about-info-table td {
    padding: 16px 24px;
    text-align: left;
    border-bottom: 1px solid rgba(174,137,84,0.15);
    font-size: 14px;
}

.about-info-table tr:last-child th,
.about-info-table tr:last-child td {
    border-bottom: none;
}

.about-info-table th {
    width: 35%;
    color: #ae8954;
    font-family: 'Russo One', sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    background: rgba(174,137,84,0.08);
    vertical-align: top;
    border-right: 1px solid rgba(174,137,84,0.15);
}

.about-info-table td {
    color: #b8aa9a;
    line-height: 1.65;
}

/* ============================================
   РАЗДЕЛИТЕЛЬ
============================================ */
.about-divider {
    margin: 50px 0 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.about-divider > span:first-child,
.about-divider > span:last-child {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(174,137,84,0.5) 50%, transparent 100%);
}

.divider-mark {
    font-family: 'Russo One', sans-serif;
    font-size: 13px;
    color: #ae8954;
    letter-spacing: 5px;
    padding: 8px 18px;
    border: 1px solid rgba(174,137,84,0.4);
    background: rgba(20,17,13,0.6);
    border-radius: 0;
    position: relative;
}

.divider-mark::before,
.divider-mark::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 5px;
    height: 5px;
    background: #ae8954;
    transform: translateY(-50%) rotate(45deg);
}
.divider-mark::before { left: -3px; }
.divider-mark::after { right: -3px; }

/* ============================================
   ФИНАЛЬНЫЙ БЛОК
============================================ */
.about-final {
    text-align: center;
}

.about-final-text {
    text-align: center !important;
    font-size: 15px !important;
    max-width: 720px;
    margin: 0 auto !important;
    color: #c5b8aa !important;
    line-height: 1.8 !important;
}

/* ============================================
   ПОДПИСЬ
============================================ */
.about-signature {
    margin-top: 40px;
    padding: 30px 35px;
    border: 1px solid rgba(174,137,84,0.25);
    border-top: 2px solid #ae8954;
    text-align: right;
    background: linear-gradient(135deg, rgba(20,17,13,0.6) 0%, rgba(174,137,84,0.05) 100%);
    border-radius: 0;
    position: relative;
}

.about-signature::before,
.about-signature::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    border: 2px solid #ae8954;
}
.about-signature::before {
    top: -1px;
    left: -1px;
    border-right: none;
    border-bottom: none;
}
.about-signature::after {
    bottom: -1px;
    right: -1px;
    border-left: none;
    border-top: none;
}

.signature-line {
    font-size: 13px;
    color: #8a7d6e;
    margin-bottom: 6px;
    font-style: italic;
}

.signature-role {
    font-size: 13px;
    color: #b8aa9a;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.signature-name {
    font-family: 'Russo One', sans-serif;
    font-size: 26px;
    color: #ae8954;
    letter-spacing: 5px;
    margin-bottom: 8px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.5);
}

.signature-date {
    font-size: 11px;
    color: #6a5d4e;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* ============================================
   АДАПТИВ — ПЛАНШЕТЫ
============================================ */
@media (max-width: 1320px) {
    .about-page-new {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .about-facts-grid { grid-template-columns: repeat(2, 1fr); }
    .about-hero-bg { height: 400px; }
    .about-hero-title { font-size: 38px; letter-spacing: 5px; }
    .about-hero-content { padding: 40px 30px; }
}

/* ============================================
   АДАПТИВ — МОБИЛКИ
============================================ */
@media (max-width: 768px) {
    .about-hero { margin-bottom: 25px; }
    .about-hero-bg { height: 320px; }
    .about-hero-content { padding: 30px 20px; }
    .hero-title-plate { padding: 25px 22px; }
    .hero-eyebrow { font-size: 10px; letter-spacing: 3px; }
    .about-hero-title { font-size: 26px; letter-spacing: 3px; }
    .about-hero-subtitle { font-size: 13px; line-height: 1.6; }
    .hero-meta { font-size: 10px; gap: 8px; letter-spacing: 1px; }
    .hero-meta-divider { display: none; }
    
    .about-intro { padding: 22px 20px 14px; }
    .about-paragraph { font-size: 14px; text-align: left; }
    .about-dropcap { font-size: 46px; line-height: 38px; padding-right: 10px; }
    
    .about-section-title { font-size: 17px; letter-spacing: 1.5px; gap: 12px; padding: 12px 16px; }
    .section-number { font-size: 12px; padding: 4px 9px; letter-spacing: 1px; }
    
    .about-quote { padding: 22px 22px 22px 50px; }
    .about-quote p { font-size: 14px; }
    .about-quote::before { font-size: 48px; left: 16px; top: 6px; }
    
    .about-image-rounded img { height: 220px; }
    .image-caption { font-size: 12px; padding: 12px 16px; }
    
    .about-facts-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .about-fact-card { padding: 18px 14px; }
    .fact-icon .material-icons { font-size: 26px; }
    .fact-value { font-size: 12px; letter-spacing: 0.5px; }
    .fact-label { font-size: 9px; letter-spacing: 1.5px; }
    
    .about-simple-list li { padding: 14px 16px; font-size: 13.5px; gap: 12px; }
    .about-simple-list li:hover { padding-left: 18px; }
    .list-marker { font-size: 14px; min-width: 26px; }
    
    .about-source-list li { font-size: 13px; padding: 12px 16px; gap: 10px; }
    .about-source-list li .material-icons { font-size: 20px; }
    
    .about-info-table { display: block; }
    .about-info-table tbody, .about-info-table tr { display: block; }
    .about-info-table th, .about-info-table td { display: block; width: 100%; padding: 12px 16px; box-sizing: border-box; border-right: none; }
    .about-info-table th { border-bottom: none; padding-bottom: 4px; font-size: 11px; }
    .about-info-table td { padding-top: 4px; font-size: 13px; }
    
    .about-signature { padding: 22px 20px; text-align: center; }
    .signature-name { font-size: 22px; letter-spacing: 3px; }
}

/* ============================================
   АДАПТИВ — МАЛЕНЬКИЕ ЭКРАНЫ
============================================ */
@media (max-width: 480px) {
    .about-hero-bg { height: 260px; }
    .about-hero-content { padding: 20px 14px; }
    .hero-title-plate { padding: 20px 16px; }
    .about-hero-title { font-size: 20px; letter-spacing: 2px; }
    .about-hero-subtitle { font-size: 12px; margin-bottom: 14px; }
    .hero-meta { flex-direction: column; gap: 5px; }
    
    .about-facts-grid { grid-template-columns: 1fr; }
    .about-fact-card { padding: 20px; }
    .fact-value { font-size: 14px; }
    
    .about-image-rounded img { height: 180px; }
    .about-image-rounded::before,
    .about-image-rounded::after {
        width: 12px;
        height: 12px;
    }
    
    .about-simple-list li { flex-direction: row; padding: 12px 14px; }
    .list-marker { min-width: 22px; font-size: 13px; }
    
    .about-divider { margin: 35px 0 20px; gap: 12px; }
    .divider-mark { font-size: 11px; padding: 6px 12px; letter-spacing: 3px; }
    
    .about-signature { padding: 20px 16px; }
    .signature-name { font-size: 18px; letter-spacing: 2px; }
    .signature-date { font-size: 10px; letter-spacing: 2px; }
}