/* ============================================
   PRODUCT PAGE - SHAMS
   Professional Design
   ============================================ */

html, body { 
    margin: 0; 
    padding: 0; 
    overflow-x: hidden; 
    width: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    background: linear-gradient(180deg, #1a1d24 0%, #252a33 30%, #1e2229 70%, #1a1d24 100%);
}

.product-page-wrap {
    padding-top: 100px;
}

/* ============================================
   HERO / TAGLINE
   ============================================ */
.product-hero {
    text-align: center;
    padding: 40px 24px 60px;
}

.tag-line h2 {
    text-align: center;
    font-size: clamp(32px, 5vw, 48px);
    line-height: 1.2;
    color: #fff;
    margin: 0 0 24px 0;
    font-weight: 700;
}

.tag-line span { 
    color: var(--brand-primary, #b44a3f);
}

/* Free Demo - Hero CTA */
.btn-free-demo {
    display: inline-block;
    padding: 14px 36px;
    background: linear-gradient(135deg, var(--brand-primary, #b44a3f), var(--brand-dark, #8b3a32));
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(180, 74, 63, 0.4);
}

.btn-free-demo:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 28px rgba(180, 74, 63, 0.5);
    background: linear-gradient(135deg, var(--brand-light, #d65a4f), var(--brand-primary, #b44a3f));
}

/* ============================================
   ABOUT US
   ============================================ */
.about-us {
    padding: 80px 24px 100px;
    padding-top: 60px;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.about-text {
    color: #e8eaed;
}

.about-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
    text-align: center;
    color: #fff;
}

.about-text h2 span {
    color: var(--brand-primary, #b44a3f);
}

.about-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    text-align: center;
    color: #b0b4b8;
}

.about-image {
    padding-left: 0;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* ============================================
   DESCRIPTION / SHAMS
   ============================================ */
.description {
    padding: 80px 24px 100px;
    padding-top: 60px;
}

.shams-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1100px;
    margin: 0 auto;
}

.description-text {
    color: #e8eaed;
}

.description-text h2 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 700;
    margin-bottom: 0.5rem;
    text-align: center;
    color: #fff;
}

.description-text h2 span,
.description-text h3 span {
    color: var(--brand-primary, #b44a3f);
}

.description-text h3 {
    font-size: clamp(0.95rem, 1.8vw, 1.2rem);
    font-weight: 600;
    margin-bottom: 1.25rem;
    text-align: center;
    color: #b0b4b8;
}

.description-text p {
    font-size: 1.05rem;
    line-height: 1.75;
    text-align: center;
    color: #b0b4b8;
}

.description-video {
    padding-left: 0;
}

.description-video video {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

/* Button Container */
.btn-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-top: 28px;
    transform: none;
}

.btn-free-demo-primary {
    display: inline-block;
    padding: 14px 32px;
    background: linear-gradient(135deg, var(--brand-primary, #b44a3f), var(--brand-dark, #8b3a32));
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(180, 74, 63, 0.35);
}

.btn-free-demo-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(180, 74, 63, 0.45);
}

.website-btn {
    display: inline-block;
    padding: 14px 32px;
    background: transparent;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.4);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.website-btn:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--brand-primary, #b44a3f);
    transform: translateY(-2px);
}

/* ============================================
   SHAMS LOGO
   ============================================ */
.sham-container {
    display: flex;
    justify-content: center;
    padding: 20px 1rem;
    overflow: hidden;
}

.sham-container .shams {
    width: min(80vw, 480px);
    max-width: 100%;
    height: auto;
}

/* ============================================
   WHY CHOOSE SHAMS
   ============================================ */
.whysham {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 24px 60px;
    text-align: center;
}

.whysham h2 {
    font-size: clamp(28px, 4vw, 36px);
    font-weight: 700;
    color: #fff;
    margin-bottom: 48px;
}

.whysham h2 span {
    color: var(--brand-primary, #b44a3f);
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 0;
    text-align: left;
}

.feature {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.feature.show {
    opacity: 1;
    transform: translateY(0);
}

.feature img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    flex-shrink: 0;
}

.feature h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.feature p {
    margin: 8px 0 0;
    font-size: 15px;
    line-height: 1.6;
    color: #b0b4b8;
}

.whysham-cta {
    text-align: center;
    margin-top: 48px;
}

.whysham-cta .btn-free-demo-primary {
    padding: 16px 40px;
    font-size: 16px;
}

/* ============================================
   ANIMATIONS
   ============================================ */
.autoShow {
    animation: text-appear both;
    animation-timeline: view();
    animation-range: entry 10% cover 80%;
}

@keyframes text-appear {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
    .about-container,
    .shams-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .about-image,
    .description-video {
        padding-left: 0;
    }

    .description-video video {
        width: 100%;
        height: auto;
    }

    .features {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 32px 20px 48px;
    }

    .about-us,
    .description {
        padding: 60px 20px 80px;
    }

    .whysham {
        padding: 60px 20px 48px;
    }

    .btn-container {
        flex-direction: column;
        align-items: center;
    }

    .btn-free-demo,
    .btn-free-demo-primary,
    .website-btn {
        width: 100%;
        max-width: 280px;
        text-align: center;
    }
}
