*{
    box-sizing: border-box;
    text-align: center;
    float: center;
}
body {
    margin: 0;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #f7e8d0;
    background: radial-gradient(circle at top, #a36032 0%, #6b3218 40%, #2b170c 100%);
}
body, html {
    scroll-behavior: smooth;
}
.page-content {
    width: min(1180px, 95%);
    margin: 0 auto;
    padding: 2rem 0 3rem;
}
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10 {
    padding: 1.8rem;
    margin-bottom: 1.8rem;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 38px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    overflow: hidden;
}
.t1:hover, .t2:hover, .t3:hover, .t4:hover, .t5:hover, .t6:hover, .t7:hover, .t8:hover, .t9:hover, .t10:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28);
    border-color: rgba(255, 255, 255, 0.3);
}
.t1 {
    background: linear-gradient(135deg, #b06d3f, #8b4f2f);
}
.t2, .t4, .t8, .t10 {
    background: linear-gradient(135deg, #8b4f2f, #6d3a28);
}
.t3, .t9 {
    background: linear-gradient(135deg, #7e4b2a, #5c3623);
}
.t5, .t7 {
    background: linear-gradient(135deg, #a56f45, #7b4a2d);
}
.t6 {
    background: linear-gradient(135deg, #3e2b24, #5b3f33);
}
article {
    margin: 0;
}
.t1 {
    text-align: center;
}
.t1 p {
    max-width: 760px;
    margin: 0 auto 0.8rem;
}
h1 {
    margin: 0;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 2.2vw, 2.6rem);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff3de;
}
p {
    margin: 0;
    color: #f7e8d0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.caption {
    margin: 0.6rem 0 0;
    font-size: 0.95rem;
    color: rgba(247, 232, 208, 0.85);
}
img {
    width: 100%;
    max-width: 420px;
    height: auto;
    border-radius: 18px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
img:hover {
    transform: scale(1.04);
    box-shadow: 0 18px 30px rgba(0, 0, 0, 0.32);
}
@media (min-width: 900px) {
    .t2 section, .t3 section, .t4 section, .t5 section, .t6 section, .t7 section, .t8 section, .t9 section {
        grid-template-columns: 1fr 380px;
        gap: 2rem;
    }
    .t10 section {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1rem;
    }
    .t1 {
        display: grid;
        grid-template-columns: 1fr 420px;
        justify-items: center;
        align-items: center;
        gap: 2rem;
    }
    .t1 p {
        margin: 0;
    }
    .t1 img {
        max-width: 420px;
    }
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.92rem 1.4rem;
    background: linear-gradient(135deg, #bb6a32, #7a3b16);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.22);
    background: linear-gradient(135deg, #c07a42, #87491e);
}
.container {
    margin: 0 auto 2rem;
    max-width: min(1180px, 95%);
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
    padding: 0.5rem 0;
}
.vertical-center {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
table, th, td {
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid rgba(255, 255, 255, 0.18);
    padding: 12px 14px;
    color: #f7e8d0;
    background-color: rgba(22, 16, 12, 0.9);
    transition: background-color 0.3s ease, transform 0.3s ease;
}
a {
    display: inline-block;
    max-width: 100%;
    color: #ffe6b8;
    text-decoration: underline;
    word-wrap: break-word;
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
}
a:hover {
    color: #fff;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.t1, .t2, .t3, .t4, .t5, .t6, .t7, .t8, .t9, .t10 {
    animation: fadeInUp 0.9s ease forwards;
    opacity: 0;
}
.accordion-btn {
    width: 100%;
    padding: 1.2rem 1.8rem;
    background: rgba(255, 255, 255, 0.08);
    border: none;
    color: #fff3de;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.8rem, 2.2vw, 2.6rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 16px;
    margin-bottom: 1.2rem;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-btn:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(4px);
}
.accordion-btn.active {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.accordion-btn::after {
    content: '▼';
    font-size: 0.8em;
    margin-left: 1rem;
    transition: transform 0.3s ease;
}
.accordion-btn.active::after {
    transform: rotate(180deg);
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}
.accordion-content.default-open {
    max-height: 2000px;
}