/* ============================================
   PRODUCT PAGE - CSS STYLES
   ============================================ */

/* ============================================
   PRODUCT BANNER
   ============================================ */
.product-banner {
    position: relative;
    width: 100%;
    height: 1080px;
    overflow: hidden;
    background: #000;
}

.product-banner-image {
    position: absolute;
    inset: 0;
}

.product-banner-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-banner-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0) 60.231%, rgb(0, 0, 0) 118.56%),
        linear-gradient(0deg, rgba(0, 0, 0, 0) 75.926%, rgb(0, 0, 0) 125.09%);
    pointer-events: none;
}

.product-banner-content {
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 112px;
}

.product-text-wrap {
    margin-bottom: 32px;
}

.product-heading {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 72px;
    color: var(--white);
    line-height: 1.1;
}

.product-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-subheading {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--white);
}

.btn-quote {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 40px;
    background: var(--white);
    color: var(--primary);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 24px;
    border-radius: 40px;
    transition: all 0.3s;
    white-space: nowrap;
    flex-shrink: 0;
}

.btn-quote:hover {
    background: var(--primary);
    color: var(--white);
}

/* ============================================
   KEY PRODUCT HIGHLIGHTS
   ============================================ */
.product-highlights {
    padding: 100px 0;
}

.product-highlights .section-title {
    margin-bottom: 56px;
}

.highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.highlight-card {
    background: var(--white);
    border-left: 2px solid var(--primary);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    min-height: 309px;
}

.highlight-icon {
    width: 100px;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.highlight-icon svg {
    max-width: 100%;
    max-height: 100%;
}

.highlight-content h3 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--black);
    margin-bottom: 12px;
}

.highlight-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: var(--grey);
    line-height: 1.4;
}

/* ============================================
   WHAT IS IT BUILT FOR
   ============================================ */
.product-built-for {
    padding: 80px 0;
}

.built-for-layout {
    display: flex;
    gap: 100px;
    align-items: stretch;
}

.built-for-image {
    flex-shrink: 0;
    width: 500px;
    overflow: hidden;
}

.built-for-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.built-for-content {
    flex: 1;
}

.built-for-content .section-title {
    margin-bottom: 32px;
}

.built-for-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey);
    line-height: 1.5;
    margin-bottom: 16px;
}

.built-for-content p:last-child {
    margin-bottom: 0;
}

/* ============================================
   ALUFLOW ALUMINIUM FLOORING SYSTEM
   ============================================ */
.product-aluflow {
    padding: 80px 0;
}

.aluflow-layout {
    display: flex;
    gap: 100px;
    align-items: stretch;
}

.aluflow-content {
    flex: 1;
}

.aluflow-content .section-title {
    margin-bottom: 32px;
}

.aluflow-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey);
    line-height: 1.5;
    margin-bottom: 16px;
}

.aluflow-content p:last-child {
    margin-bottom: 0;
}

.aluflow-image {
    flex-shrink: 0;
    width: 600px;
    overflow: hidden;
}

.aluflow-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   ENGINEERING & PERFORMANCE
   ============================================ */
.product-engineering {
    padding: 80px 0;
}

.engineering-layout {
    display: flex;
    gap: 100px;
    align-items: stretch;
}

.engineering-content {
    flex: 1;
    max-width: 752px;
}

.engineering-content .section-title {
    margin-bottom: 32px;
}

.engineering-subtitle {
    font-size: 28px !important;
    color: var(--black) !important;
    margin-bottom: 24px !important;
}

.engineering-content p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey);
    line-height: 1.5;
    margin-bottom: 16px;
}

.engineering-content p:last-child {
    margin-bottom: 0;
}

.engineering-image {
    flex-shrink: 0;
    width: 600px;
    overflow: hidden;
}

.engineering-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   CUSTOMIZATIONS AVAILABLE
   ============================================ */
.product-customizations {
    padding: 80px 0;
}

.product-customizations .section-title {
    margin-bottom: 16px;
}

.customizations-subtitle {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey);
    margin-bottom: 34px;
}

.customization-tabs {
    display: flex;
    gap: 16px;
    margin-bottom: 34px;
}

.custom-tab {
    padding: 12px 24px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--primary);
    background: var(--white);
    border: 1px solid var(--primary);
    border-radius: 27px;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-tab:hover,
.custom-tab.active {
    background: var(--primary);
    color: var(--white);
}

.custom-tab-content {
    display: none;
}

.custom-tab-content.active {
    display: block;
}

.customization-grid {
    display: flex;
    gap: 32px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.customization-item {
    border-top: 2px solid var(--primary);
    display: flex;
    gap: 24px;
    align-items: flex-end;
    padding-top: 16px;
    flex-shrink: 0;
    min-width: calc(50% - 16px);
}

.customization-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
}

.customization-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customization-info {
    max-width: 413px;
}

.customization-info h3 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: var(--black);
    margin-bottom: 24px;
}

.customization-info p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--black);
    line-height: 1.4;
}

.customization-nav {
    display: flex;
    gap: 32px;
    margin-top: 34px;
}

.nav-btn {
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid #a3a3a3;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-btn:hover {
    border-color: var(--primary);
}

.nav-btn svg {
    width: 24px;
    height: 24px;
    stroke: #a3a3a3;
}

.nav-btn:hover svg {
    stroke: var(--primary);
}

/* ============================================
   PRODUCT FEATURES / APPLICATIONS
   ============================================ */
.product-features {
    padding: 80px 0;
}

.product-features .section-title {
    margin-bottom: 56px;
}

/* ============================================
   SUCCESS STORIES
   ============================================ */
.product-success {
    padding: 80px 0;
}

.product-success .section-title {
    margin-bottom: 56px;
}

.success-video {
    width: 100%;
    max-width: 1560px;
}

/* Text-based success stories */
.success-content {
    max-width: 1200px;
}

.success-subtitle {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 28px;
    color: var(--black);
    margin-bottom: 32px;
}

.success-quote {
    border-left: 4px solid var(--primary);
    padding: 24px 32px;
    margin-bottom: 32px;
}

.success-quote p {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey);
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 16px;
}

.success-quote cite {
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: var(--primary);
    font-style: normal;
}

.success-note {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: var(--grey);
    line-height: 1.5;
}

.video-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    background: #151515;
}

.video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ============================================
   MOBILE STYLES - 768px and below
   ============================================ */
@media screen and (max-width: 768px) {
    /* PRODUCT BANNER - MOBILE */
    .product-banner {
        height: 545px;
    }

    .product-banner-gradient {
        background:
            linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.85) 100%);
    }

    .product-banner-content {
        bottom: 40px;
        padding: 0 16px;
    }

    .product-text-wrap {
        margin-bottom: 16px;
    }

    .product-heading {
        font-size: 24px;
        margin-bottom: 8px;
    }

    .product-heading br {
        display: none;
    }

    .product-bottom-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .product-subheading {
        font-size: 16px;
    }

    .btn-quote {
        padding: 10px 20px;
        font-size: 16px;
    }

    /* KEY PRODUCT HIGHLIGHTS - MOBILE */
    .product-highlights {
        padding: 32px 0;
    }

    .product-highlights .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .highlights-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .highlight-card {
        padding: 20px;
        gap: 20px;
        min-height: auto;
    }

    .highlight-icon {
        width: 80px;
        height: 74px;
    }

    .highlight-content h3 {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .highlight-content p {
        font-size: 16px;
        font-weight: 400;
    }

    /* WHAT IS IT BUILT FOR - MOBILE */
    .product-built-for {
        padding: 40px 0;
    }

    .built-for-layout {
        flex-direction: column;
        gap: 24px;
    }

    .built-for-image {
        width: 100%;
        height: 261px;
        order: 1;
    }

    .built-for-content {
        order: 2;
    }

    .built-for-content .section-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .built-for-content p {
        font-size: 16px;
        font-weight: 500;
    }

    /* ALUFLOW - MOBILE */
    .product-aluflow {
        padding: 40px 0;
    }

    .aluflow-layout {
        flex-direction: column;
        gap: 24px;
    }

    .aluflow-content {
        order: 1;
    }

    .aluflow-content .section-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .aluflow-content p {
        font-size: 16px;
        font-weight: 500;
    }

    .aluflow-image {
        width: 100%;
        height: 241px;
        order: 2;
    }

    /* ENGINEERING & PERFORMANCE - MOBILE */
    .product-engineering {
        padding: 40px 0;
    }

    .engineering-layout {
        flex-direction: column;
        gap: 24px;
    }

    .engineering-image {
        width: 100%;
        height: 241px;
        order: 2;
    }

    .engineering-content {
        max-width: 100%;
        order: 1;
    }

    .engineering-content .section-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .engineering-content p {
        font-size: 16px;
        font-weight: 500;
    }

    /* CUSTOMIZATIONS AVAILABLE - MOBILE */
    .product-customizations {
        padding: 40px 0;
    }

    .product-customizations .section-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .customizations-subtitle {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .customization-tabs {
        gap: 16px;
        margin-bottom: 16px;
    }

    .custom-tab {
        padding: 10px 20px;
        font-family: 'Outfit', sans-serif;
        font-size: 16px;
    }

    .customization-grid {
        flex-direction: column;
        gap: 24px;
        overflow-x: visible;
    }

    .customization-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }


    .customization-image {
        width: 100%;
        height: 300px;
    }

    .customization-info {
        max-width: 100%;
    }

    .customization-info h3 {
        font-size: 22px;
        margin-bottom: 24px;
    }

    .customization-info p {
        font-size: 16px;
    }

    .customization-nav {
        gap: 16px;
        margin-top: 24px;
    }

    .nav-btn {
        width: 31px;
        height: 31px;
    }

    .nav-btn svg {
        width: 18px;
        height: 18px;
    }

    /* PRODUCT FEATURES - MOBILE */
    .product-features {
        padding: 40px 0;
    }

    .product-features .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    /* SUCCESS STORIES - MOBILE */
    .product-success {
        padding: 40px 0;
    }

    .product-success .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .video-embed {
        padding-bottom: 56.25%;
    }

    .success-subtitle {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .success-quote {
        padding: 16px 20px;
        margin-bottom: 20px;
    }

    .success-quote p {
        font-size: 16px;
    }

    .success-quote cite {
        font-size: 16px;
    }

    .success-note {
        font-size: 16px;
    }
}
