/* ============================================
   SHOPIFY THEME PAGE STYLES - WEBCAREX
   ============================================ */

.page-shopify-theme {
    padding-top: var(--header-height);
}

.page-hero-section {
    padding: 6rem 0 4rem;
    background: linear-gradient(
        135deg,
        rgba(0, 212, 255, 0.05) 0%,
        rgba(123, 44, 191, 0.05) 100%
    );
    position: relative;
    overflow: hidden;
}

.page-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--gradient-x-1-start) 20%,
        var(--gradient-x-1-mid) 50%,
        var(--gradient-x-2-start) 80%,
        transparent
    );
    opacity: 0.5;
}

.page-hero-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-hero-logo {
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s both;
}

.shopify-hero-logo {
    max-width: 200px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));
}

.page-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: var(--text-white);
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.page-hero-title .text-gradient {
    color: #95BF46;
    -webkit-text-fill-color: #95BF46;
    filter: drop-shadow(0 0 10px rgba(149, 191, 70, 0.4));
}

.page-hero-subtitle {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-light);
    line-height: 1.4;
    opacity: 0.95;
}

.pricing-hero-section {
    padding: 3rem 0;
    background: var(--bg-darker);
    position: relative;
    overflow: hidden;
}

.pricing-hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--gradient-x-1-start) 20%,
        var(--gradient-x-1-mid) 50%,
        var(--gradient-x-2-start) 80%,
        transparent
    );
    opacity: 0.5;
}

.pricing-hero-box {
    background: var(--bg-section);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1.5rem 2rem;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.4s both;
}

.pricing-hero-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text-gray);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.75rem;
}

.pricing-hero-amount {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 0.75rem;
}

.pricing-hero-amount .text-gradient {
    color: #95BF46;
    -webkit-text-fill-color: #95BF46;
}

.pricing-hero-description {
    font-size: 0.875rem;
    color: var(--text-gray);
    line-height: 1.6;
    margin: 0;
}

.content-section {
    padding: 5rem 0;
    background: var(--bg-section);
    position: relative;
}

.content-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        var(--gradient-x-1-start) 20%,
        var(--gradient-x-1-mid) 50%,
        var(--gradient-x-2-start) 80%,
        transparent
    );
    opacity: 0.5;
}

.content-wrapper {
    position: relative;
    z-index: 2;
}

.content-main {
    max-width: 1000px;
    margin: 0 auto;
}

.content-title {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
    margin-top: 3rem;
    color: var(--text-white);
    line-height: 1.2;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.content-title:first-child {
    margin-top: 0;
}

.content-title .text-gradient {
    background: linear-gradient(
        135deg,
        var(--gradient-x-1-start) 0%,
        var(--gradient-x-1-mid) 50%,
        var(--gradient-x-2-start) 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    filter: drop-shadow(0 0 20px rgba(123, 44, 191, 0.3));
}

.content-text {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--text-gray);
    margin-bottom: 2rem;
}

.content-text p {
    margin-bottom: 1.5rem;
}

.content-text strong {
    color: var(--text-white);
    font-weight: 600;
}

.content-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 3rem 0;
}

.feature-box {
    background: var(--bg-darker);
    padding: 2rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-3px);
    border-color: rgba(123, 44, 191, 0.3);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.feature-box-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-white);
    margin-bottom: 1rem;
}

.feature-box p {
    color: var(--text-gray);
    line-height: 1.7;
    margin: 0;
}

.feature-box p strong {
    color: var(--text-white);
    font-weight: 600;
}

.process-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    counter-reset: step-counter;
}

.process-list li {
    counter-increment: step-counter;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    margin-bottom: 1rem;
    background: var(--bg-darker);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.process-list li::before {
    content: counter(step-counter);
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    width: 2rem;
    height: 2rem;
    background: linear-gradient(
        135deg,
        var(--gradient-x-1-start),
        var(--gradient-x-1-mid)
    );
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-white);
    font-weight: 700;
    font-size: 0.875rem;
}

.process-list li:hover {
    transform: translateX(5px);
    border-color: rgba(123, 44, 191, 0.3);
}

.process-list li strong {
    color: var(--text-white);
    font-weight: 600;
    display: block;
    margin-bottom: 0.25rem;
}

.process-list li {
    color: var(--text-gray);
    line-height: 1.7;
}

.faq-section {
    margin: 3rem 0;
}

.faq-item {
    background: var(--bg-darker);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: rgba(123, 44, 191, 0.3);
}

.faq-item.active {
    border-color: rgba(123, 44, 191, 0.5);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(123, 44, 191, 0.05);
}

.faq-question h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text-white);
    margin: 0;
    flex: 1;
    padding-right: 1rem;
}

.faq-icon {
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--gradient-x-1-start);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(123, 44, 191, 0.1);
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-item.active .faq-icon {
    background: linear-gradient(
        135deg,
        var(--gradient-x-1-start) 0%,
        var(--gradient-x-1-mid) 50%,
        var(--gradient-x-2-start) 100%
    );
    color: var(--text-white);
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 2rem 1.5rem 2rem;
    font-size: 1rem;
    line-height: 1.7;
    color: var(--text-gray);
    margin: 0;
}

.faq-answer strong {
    color: var(--text-white);
    font-weight: 600;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media screen and (max-width: 968px) {
    .page-hero-section {
        padding: 4rem 0 3rem;
    }
    
    .shopify-hero-logo {
        max-width: 150px;
    }
    
    .page-hero-title {
        font-size: 2.5rem;
    }
    
    .page-hero-subtitle {
        font-size: 1.25rem;
    }
    
    .pricing-hero-section {
        padding: 2rem 0;
    }
    
    .pricing-hero-box {
        padding: 1.25rem 1.5rem;
        max-width: 450px;
    }
    
    .pricing-hero-title {
        font-size: 0.8rem;
    }
    
    .pricing-hero-amount {
        font-size: 1.5rem;
    }
    
    .pricing-hero-description {
        font-size: 0.85rem;
    }
    
    .content-section {
        padding: 3rem 0;
    }
    
    .content-title {
        font-size: 2rem;
        margin-top: 2rem;
    }
    
    .content-features {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .shopify-hero-logo {
        max-width: 120px;
    }
    
    .page-hero-title {
        font-size: 2rem;
    }
    
    .page-hero-subtitle {
        font-size: 1.1rem;
    }
    
    .pricing-hero-section {
        padding: 1.5rem 0;
    }
    
    .pricing-hero-box {
        padding: 1rem 1.25rem;
        max-width: 100%;
    }
    
    .pricing-hero-title {
        font-size: 0.75rem;
    }
    
    .pricing-hero-amount {
        font-size: 1.375rem;
    }
    
    .pricing-hero-description {
        font-size: 0.8rem;
    }
    
    .content-title {
        font-size: 1.75rem;
    }
    
    .content-text {
        font-size: 1rem;
    }
    
    .feature-box {
        padding: 1.5rem;
    }
    
    .process-list li {
        padding: 1.25rem 1.25rem 1.25rem 3.5rem;
    }
    
    .process-list li::before {
        width: 1.75rem;
        height: 1.75rem;
        font-size: 0.75rem;
        left: 1rem;
        top: 1.25rem;
    }
    
    .faq-question {
        padding: 1.25rem 1.5rem;
    }
    
    .faq-question h3 {
        font-size: 1.1rem;
    }
    
    .faq-answer p {
        padding: 0 1.5rem 1.25rem 1.5rem;
        font-size: 0.95rem;
    }
}
