.details-page {
    background-color: #fff;
    padding-top: 40px;
}

.container-narrow {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.breadcrumb-container {
    margin-bottom: 50px;
}

.breadcrumb {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.breadcrumb a {
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.breadcrumb a:hover {
    color: #000;
}

.breadcrumb .sep {
    margin: 0 8px;
    color: #ccc;
}

.breadcrumb .current {
    color: #000;
}

.article-header {
    margin-bottom: 60px;
    text-align: left;
}

.article-title {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #000;
    margin-bottom: 25px;
    letter-spacing: -0.02em;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 11px;
    font-weight: 700;
    color: #7d7d7d;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.meta-dot {
    color: #ccc;
}

.article-body {
    font-size: 17px;
    line-height: 1.85;
    color: #333;
}
.article-body img{
    max-width: 100%;
}
.article-body p {
    font-size: 16px;
    margin-bottom: 25px;
}

.article-body h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 60px 0 25px;
    color: #000;
}

.article-info-box {
    background-color: #f7f7f7;
    padding: 40px;
    margin: 50px 0;
    border-radius: 2px;
}

.box-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    margin-bottom: 25px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.credits-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 30px;
}

.credits-list li {
    font-size: 14px;
    color: #444;
}

.credits-list li strong {
    color: #000;
    margin-right: 5px;
}

.film-intro-small {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.platform-intro {
    margin-top: 60px;
    background: #fff;
    padding: 0;
}

.intro-tag {
    font-size: 11px;
    font-weight: 800;
    color: #999;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
}

.success-cases-box {
    margin-top: 40px;
    padding: 30px;
    border: 1px solid #eee;
}

.cases-list {
    list-style: none;
    padding: 0;
}

.cases-list li {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}

.cases-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #ccc;
}

.lead-text {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.7;
}

.body-image {
    margin: 60px 0;
    display: flex;
    flex-direction: column;
}

.body-image img {
    width: 100%;
    height: auto;
    border-radius: 2px;
}

.body-image.full-width {
    margin-left: -50px;
    margin-right: -50px;
    width: calc(100% + 100px);
}

@media (max-width: 900px) {
    .body-image.full-width {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
}

figcaption {
    margin-top: 15px;
    font-size: 13px;
    color: #999;
    font-style: italic;
    text-align: center;
}

.article-quote {
    margin: 60px 0;
    padding: 0 40px;
    border-left: 1px solid #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    font-style: italic;
}

.article-footer {
    margin-top: 80px;
}

.section-divider {
    border: none;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
}

.share-box {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 100px;
}

.share-label {
    font-size: 11px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.1em;
}

.share-icons {
    display: flex;
    gap: 20px;
}

.share-link {
    font-size: 11px;
    font-weight: 800;
    color: #999;
    text-decoration: none;
    transition: color 0.3s;
}

.share-link:hover {
    color: #000;
}

.latest-activities-section {
    margin-top: 80px;
    padding: 60px 0;
}

.latest-activities-module {
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 24px;
}

.activities-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.module-title {
    font-size: 20px;
    font-weight: 300;
    color: #323232;
    margin: 0;
    line-height: 1.2;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    background: #cdcdcd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.3s ease;
    z-index: 100;
    opacity: 0.6;
}

.carousel-nav-btn.prev {
    left: 4px;
}

.carousel-nav-btn.next {
    right: 4px;
}

.carousel-nav-btn svg {
    display: block;
}

.carousel-nav-btn svg path {
    stroke: #7d7d7d;
}

.carousel-nav-btn:hover {
    background: #cdcdcd;
    opacity: 1;
    transform: translateY(-50%);
}


.activities-scroll-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding-bottom: 20px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
}

.activities-scroll-container::-webkit-scrollbar {
    display: none;
}

.activity-card {
    flex: 0 0 calc(25% - 15px);
    min-width: 240px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    scroll-snap-align: start;
}

.activity-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #ddd;
}

.activity-poster {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #fff;
    padding: 8px;
}

.activity-poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: opacity 0.3s ease;
}

.activity-card:hover .activity-poster img {
    opacity: 0.9;
}

.card-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #5cb85c;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}

.activity-info {
    padding: 15px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.activity-name {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    line-height: 1.5;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.activity-meta-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.meta-tag {
    background-color: #fef4e8;
    color: #d4a373;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 2px;
}

.activity-bottom-meta {
    margin-top: auto;
    font-size: 11px;
    color: #999;
}

@media (max-width: 1600px) {
    .activity-card {
        flex: 0 0 calc(25% - 15px);
    }
}

@media (max-width: 1200px) {
    .activity-card {
        flex: 0 0 calc(33.333% - 13.5px);
    }
}

@media (max-width: 900px) {
    .activity-card {
        flex: 0 0 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .carousel-nav-btn {
        display: none;
    }
}

@media (max-width: 480px) {
    .activity-card {
        flex: 0 0 100%;
    }

    .activities-scroll-container {
        gap: 15px;
    }
}

.comment-section {
    padding: 100px 0 140px;
    border-top: 1px solid #eee;
}

.comment-title {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}

.input-wrapper {
    margin-bottom: 25px;
}

.comment-input-area textarea {
    width: 100%;
    min-height: 120px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-family: inherit;
    font-size: 15px;
    resize: vertical;
    transition: border-color 0.3s;
    background: #fdfdfd;
}

.comment-input-area textarea:focus {
    outline: none;
    border-color: #000;
}

.submit-comment-btn {
    background: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition: opacity 0.3s;
}

.submit-comment-btn:hover {
    opacity: 0.8;
}

@media (max-width: 768px) {
    .article-title {
        font-size: 28px;
    }

    .article-quote {
        font-size: 20px;
        padding: 0 20px;
    }

    .share-box {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .carousel-nav-btn {
        display: none;
    }
}