.modern-hero {
    position: relative;
    min-height: 60vh;
    display: flex;
    align-items: center;
    background: linear-gradient(
            135deg,
            rgba(253, 177, 69, 0.1) 0%,
            rgba(248, 244, 232, 0.2) 50%,
            rgba(133, 85, 48, 0.05) 100%
    ),
    url('/assets/images/banner/banner2.jpg') center/cover;
    padding: 0;
    margin-top: 0;
}

.hero-content-wrapper {
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.hero-overlay-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 18px;
    padding: 28px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
    max-width: 1100px;
    margin: 0 auto;
    color: var(--dark-color);
}

.hero-text-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-actions-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.hero-badge {
    display: inline-block;
    background: var(--primary-color);
    color: var(--dark-color);
    padding: 5px 16px;
    border-radius: 24px;
    font-weight: 600;
    font-size: 0.8rem;
    margin-bottom: 16px;
    animation: pulse 2s infinite;
}

.hero-title {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.25;
}

.hero-subtitle {
    font-size: 1.1rem;
    margin-bottom: 0;
    line-height: 1.55;
    opacity: 0.95;
}

.hero-stats {
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
    margin: 24px 0;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 6px;
}

.hero-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #000;
    line-height: 1;
}

.hero-stat-label {
    font-size: 0.95rem;
    color: var(--gray-dark);
    margin-top: 4px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-buttons .btn {
    padding: 10px 24px;
    font-size: 0.95rem;
}

@media (max-width: 992px) {
    .hero-overlay-panel {
        grid-template-columns: 1fr;
        padding: 26px;
        max-width: none;
        gap: 28px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-stat-number {
        font-size: 1.9rem;
    }
}

@media (max-width: 768px) {
    .modern-hero {
        min-height: 55vh;
    }

    .hero-overlay-panel {
        padding: 22px 20px;
        gap: 24px;
    }

    .hero-title {
        font-size: 1.75rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .hero-stat-number {
        font-size: 1.75rem;
    }

    .hero-buttons {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .hero-buttons .btn {
        flex: 1;
        min-width: 130px;
        padding: 10px;
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .hero-overlay-panel {
        padding: 20px 15px;
        gap: 20px;
    }

    .hero-title {
        font-size: 1.55rem;
    }

    .hero-stat {
        gap: 6px;
    }

    .hero-stat-number {
        font-size: 1.6rem;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons .btn {
        min-width: auto;
    }
}

.about-section-modern {
    padding: 60px 0;
    background: var(--light-color);
}

.about-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-text-content {
    padding-right: 20px;
}

.about-description {
    margin-bottom: 30px;
}

.about-description p {
    margin-bottom: 15px;
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text-color);
}

.about-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 25px;
}

.about-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.95rem;
    color: var(--dark-color);
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    color: var(--dark-color);
    flex-shrink: 0;
}

.about-image-content {
    position: relative;
}

.about-main-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
}

.about-image-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-color);
    color: var(--dark-color);
    padding: 15px;
    border-radius: 15px;
    text-align: center;
    font-weight: 700;
    box-shadow: var(--shadow-sm);
}

.about-image-badge span {
    display: block;
    font-size: 1.5rem;
}

.about-image-badge small {
    font-size: 0.8rem;
    opacity: 0.8;
}

.video-reviews-preview {
    padding: 60px 0;
    background: var(--secondary-color);
}

.video-previews-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.video-preview-card {
    background: var(--light-color);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.video-preview-card:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}

.video-preview-wrapper {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    background: #000;
}

.video-preview-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-preview-info {
    padding: 20px;
}

.video-preview-info h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--dark-color);
    line-height: 1.4;
}

.video-previews-empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--light-color);
    border-radius: 15px;
    margin: 30px 0;
}

.empty-icon {
    font-size: 4rem;
    margin-bottom: 20px;
    opacity: 0.5;
}

.video-previews-empty p {
    color: var(--gray-dark);
    font-size: 1.1rem;
    margin: 0;
}

.features-showcase {
    padding: 60px 0;
    background: var(--light-color);
}

.features-grid-modern {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.feature-card-modern {
    background: var(--light-color);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.feature-card-modern:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.feature-icon-modern {
    width: 80px;
    height: 80px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    font-size: 2rem;
    transition: var(--transition);
}

.feature-card-modern:hover .feature-icon-modern {
    background: var(--primary-color);
}

.catalog-showcase {
    padding: 60px 0;
    background: var(--secondary-color);
}

.catalog-cards-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.catalog-card-modern {
    position: relative;
    height: 400px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    border: 1px solid transparent;
    transition: var(--transition);
}

.catalog-card-modern:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.catalog-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 40px 30px 30px;
    color: white;
    transform: translateY(2px);
    transition: var(--transition);
}

.catalog-card-modern:hover .catalog-card-overlay {
    transform: translateY(0);
}

.catalog-card-badge {
    background: var(--primary-color);
    color: var(--dark-color);
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    position: absolute;
    top: 20px;
    right: 20px;
}

.gallery-preview {
    padding: 60px 0;
    background: var(--light-color);
}

.gallery-grid-modern {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 30px 0;
}

.gallery-item-modern {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    aspect-ratio: 1;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: 1px solid transparent;
}

.gallery-item-modern:hover {
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.gallery-item-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: none;
}

.cta-modern {
    padding: 80px 0;
    background: var(--secondary-color);
    color: var(--dark-color);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238B4513' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.6;
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin: 0 auto;
}

.cta-modern h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    color: var(--dark-color);
}

.cta-modern p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.8;
    color: var(--dark-color);
}

.cta-buttons-modern {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-light {
    background: var(--primary-color);
    color: var(--dark-color);
    border: 2px solid var(--primary-color);
}

.btn-light:hover {
    background: var(--accent-color);
    color: white;
    transform: translateY(-3px);
}

.btn-outline-light {
    background: transparent;
    color: var(--dark-color);
    border: 2px solid var(--primary-color);
}

.btn-outline-light:hover {
    background: var(--primary-color);
    color: var(--dark-color);
}

.section-title {
    text-align: center;
    margin-bottom: 30px;
}

.section-title h2 {
    font-size: 2.25rem;
    color: var(--dark-color);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--primary-color);
}

.section-title p {
    color: var(--gray-dark);
    max-width: 700px;
    margin: 0 auto;
    font-size: 1.1rem;
    line-height: 1.6;
}

@media (max-width: 1200px) {
    .features-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }

    .video-previews-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-cards-modern {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .about-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-text-content {
        padding-right: 0;
    }

    .about-features {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .catalog-cards-modern {
        grid-template-columns: 1fr;
    }

    .cta-modern h2 {
        font-size: 2.2rem;
    }

    .features-grid-modern {
        grid-template-columns: 1fr;
    }

    .video-previews-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .about-section-modern,
    .video-reviews-preview,
    .features-showcase,
    .catalog-showcase,
    .gallery-preview {
        padding: 40px 0;
    }

    .section-title {
        margin-bottom: 25px;
    }

    .section-title h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 992px) {
    .gallery-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .gallery-grid-modern {
        grid-template-columns: repeat(2, 1fr);
    }

    .cta-buttons-modern {
        flex-direction: column;
        align-items: center;
    }

    .cta-modern {
        padding: 60px 0;
    }

    .cta-modern h2 {
        font-size: 1.8rem;
    }
}