.section {
    max-width: 980px;
    margin: 0 auto;
    padding: 80px 20px;
}

.product-hero {
    padding: 0 20px 20px;
    max-width: 900px;
    margin: 0 auto;
    min-height: calc(100vh - 244px);
    display: flex;
    align-items: center;
}

.product-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
}

.product-info {
    order: 2;
}

.product-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ff9500;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.product-title {
    font-size: 48px;
    line-height: 1.07143;
    font-weight: 600;
    letter-spacing: -.005em;
    margin-bottom: 8px;
}

.product-subtitle {
    font-size: 19px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
    color: var(--secondary-text);
    margin-bottom: 20px;
}

.product-description {
    font-size: 15px;
    line-height: 1.47059;
    color: var(--primary-text);
    margin-bottom: 24px;
}

.gallery-container {
    order: 1;
    min-width: 0;
}

.gallery-main {
    width: 100%;
    height: 420px;
    margin-bottom: 24px;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.gallery-thumbs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 12px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 4px;
}

.gallery-thumbs::-webkit-scrollbar {
    display: none;
}

.gallery-thumb {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.02);
}

.gallery-thumb:hover,
.gallery-thumb.active {
    border-color: var(--blue-link);
}

.gallery-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.btn-order {
    display: inline-block;
    padding: 16px 48px;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    text-align: center;
    border-radius: 980px;
    background: var(--blue-link);
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
    margin-top: 24px;
}

.btn-order:hover {
    background: #147ce5;
}

.specs-section {
    padding: 40px 20px;
}

.specs-container {
    max-width: 900px;
    margin: 0 auto;
}

.section-title {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 24px;
    text-align: left;
}

.specs-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 40px;
}

.spec-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 14px;
    line-height: 1.5;
}

.spec-label {
    color: var(--secondary-text);
    white-space: nowrap;
}

.spec-dots {
    flex: 1;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    height: 1px;
    margin: 0 4px 4px;
}

.spec-value {
    color: var(--primary-text);
    font-weight: 400;
    white-space: nowrap;
}

.video-section {
    padding: 80px 20px;
}

.video-container {
    max-width: 900px;
    margin: 0 auto;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.video-card {
    aspect-ratio: 16/9;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.video-placeholder {
    font-size: 14px;
    color: var(--secondary-text);
    text-align: center;
}

.video-placeholder::before {
    content: '▶';
    display: block;
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.3;
}

.reviews-section {
    padding: 80px 20px;
}

.reviews-container {
    max-width: 900px;
    margin: 0 auto;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 40px;
}

.review-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    padding: 24px;
}

.review-name {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--primary-text);
}

.review-text {
    font-size: 15px;
    line-height: 1.47059;
    color: var(--secondary-text);
}

.order-section {
    text-align: center;
    padding: 100px 20px;
}

.order-container {
    max-width: 980px;
    margin: 0 auto;
}

.order-headline {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: 0;
    margin-bottom: 16px;
}

.order-description {
    font-size: 21px;
    line-height: 1.381;
    font-weight: 400;
    letter-spacing: .011em;
    color: var(--secondary-text);
    margin-bottom: 32px;
}

.order-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 12px 22px;
    font-size: 17px;
    line-height: 1.17648;
    font-weight: 400;
    letter-spacing: -.022em;
    text-align: center;
    white-space: nowrap;
    border-radius: 980px;
    text-decoration: none;
    transition: all 0.3s;
}

.btn-primary {
    background: var(--blue-link);
    color: #fff;
}

.btn-primary:hover {
    background: #409cff;
}

.btn-secondary {
    background: transparent;
    color: var(--blue-link);
    border: 1px solid var(--blue-link);
}

.btn-secondary:hover {
    background: var(--blue-link);
    color: white;
}

@media (max-width: 968px) {
    .product-hero {
        min-height: auto;
        padding: 32px 20px 20px;
    }

    .product-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .product-info {
        order: 1;
    }

    .gallery-container {
        order: 2;
    }

    .product-badge {
        margin-bottom: 2px;
    }

    .product-title {
        font-size: 36px;
    }

    .product-subtitle {
        font-size: 17px;
    }

    .section-title {
        font-size: 24px;
    }

    .order-headline {
        font-size: 28px;
    }

    .section,
    .specs-section,
    .video-section,
    .reviews-section {
        padding: 36px 20px;
    }

    .specs-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .spec-label,
    .spec-value {
        font-size: 13px;
        white-space: normal;
        word-break: break-word;
    }

    .gallery-main {
        height: 240px;
    }

    .video-grid {
        grid-template-columns: 1fr;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

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