/* Homepage Styles */

/* Hero Section */
.hero {
    background-color: #D9E0DB !important;
    /* background: linear-gradient(135deg, #f5f9f7 0%, #ffffff 100%); */
    padding: 40px;
}

.hero-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content h1 {
    font-size: 48px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -2px;
    line-height: 1.2;
}

.hero-content h2 {
    font-size: 20px;
    font-weight: 400;
    color: #028476;
    margin-bottom: 20px;
    letter-spacing: -0.3px;
}

.hero-content p {
    font-size: 18px !important;
    color: #555;
    line-height: 1.8;
    margin-bottom: 0px;
    font-weight: 300;
}

.hero-content .mobile-get-started-btn {
    display: none;
}

.hero-image {
    background-color: #D9E0DB !important;
    border-radius: 12px;
    /* padding: 30px; */
    /* box-shadow: 0 4px 24px rgba(0,0,0,0.06); */
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Doctor Section */
.doctor-section {
    background: white;
    padding: 60px 0;
}

.doctor-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 40px 0 !important;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    align-items: center;
}

.doctor-image {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 100%);
    border-radius: 12px;
    padding: 0px !important;
    text-align: center;
    order: 1;
}

.doctor-image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.doctor-container .hero-content {
    order: 2;
}

.doctor-section .btn-primary {
    background: #028476 !important;
    color: white !important;
    margin-top: 10px !important;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(2, 132, 118, 0.15);
}

.doctor-section .btn-primary:hover {
    background: #026d61 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(2, 132, 118, 0.25);
}

/* Products Section */
.products-section {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 100%);
    padding: 60px 0;
}

.products-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 36px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.section-header p {
    font-size: 18px !important;
    color: #666;
    font-weight: 300;
}

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

.product-card {
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.product-card h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 15px;
}

.product-card p {
    font-size: 18px !important;
    color: #666;
    line-height: 1.7;
    margin-bottom: 20px;
}

.product-card a {
    color: #028476;
    text-decoration: none;
    font-size: 15px !important;
    font-weight: 500;
}

/* Categories Section */
.categories-section {
    background: white;
    padding: 60px 0;
}

.categories-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

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

.category-card {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 100%);
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.category-icon {
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    overflow: hidden;
    border: 1px solid #f0f0f0;
}

.category-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card h3 {
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.category-card p {
    font-size: 18px !important;
    color: #666;
    line-height: 1.6;
}

/* How It Works Section */
.how-it-works {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 100%);
    padding: 60px 0;
}

.how-it-works-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.how-it-works-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.how-it-works-content h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.how-it-works-content p {
    font-size: 16px !important;
    color: #555;
    line-height: 1.8;
    margin-bottom: 15px;
}

.doctor-quote {
    background: #f5f9f7;
    border-left: 3px solid #028476;
    padding: 30px;
    border-radius: 8px;
    margin-top: 30px;
}

.doctor-quote p {
    font-size: 16px;
    color: #028476;
    font-style: italic;
    line-height: 1.7;
    margin-bottom: 15px;
}

.doctor-quote cite {
    font-size: 15px !important;
    color: #666;
    font-style: normal;
    font-weight: 500;
}

/* Certifications Section */
.certifications {
    background: white;
    padding: 60px 0;
}

.certifications-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}

.cert-list {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 100%);
    border-radius: 12px;
    padding: 40px;
    background-image: url('https://u4000013p80.pod.qubecare.ai/wp-content/uploads/2025/10/Certifications.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cert-list h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.cert-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.cert-item:last-child {
    border-bottom: none;
}

.cert-icon {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cert-item span {
    font-size: 16px !important;
    color: #555;
    font-weight: 400;
}

.process-steps {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    background-image: url('https://u4000013p80.pod.qubecare.ai/wp-content/uploads/2025/10/How-peptide-therapy-works.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.process-steps h3 {
    font-size: 24px;
    font-weight: 400;
    color: #1a1a1a;
    margin-bottom: 30px;
}

.step {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 25px;
}

.step:last-child {
    margin-bottom: 0;
}

.step-number {
    
    background: #028476;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px !important;
    font-weight: 500;
    flex-shrink: 0;
}

.step-content h4 {
    font-size: 18px !important;
    font-weight: 500;
    color: #1a1a1a;
    margin-bottom: 5px;
}

.step-content p {
    font-size: 16px !important;
    color: #666;
    line-height: 1.6;
}

/* FAQ Section */
.faq-section {
    background: linear-gradient(135deg, #fafafa 0%, #f8f8f8 100%);
    padding: 60px 0;
}

.faq-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 40px;
}

.faq-intro {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 36px;
    font-weight: 200;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.section-intro {
    font-size: 18px !important;
    color: #666;
    font-weight: 300;
}

.faq-item {
    background: white;
    border: 1px solid #f0f0f0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: white;
    background: #028476 !important;
    transition: background 0.3s ease;
    user-select: none;
}

.faq-question:hover {
    background: #028476 !important;
}

.faq-icon {
    font-size: 20px;
    color: white;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 12px 0px 1px !important;
    margin: 0;
    font-size: 16px !important;
    color: #555;
    line-height: 1.7;
}

/* CTA Section */
.cta-section {
    background: #028476 !important;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.cta-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}

.cta-section h2 {
    font-size: 36px;
    font-weight: 200;
    margin-bottom: 15px;
    letter-spacing: -1px;
}

.cta-section p {
    font-size: 18px !important;
    margin-bottom: 30px;
    opacity: 0.95;
}

.cta-section .btn-primary {
    background: white !important;
    color: #028476 !important;
    padding: 16px 32px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.3);
    border: 2px solid white;
}

.cta-section .btn-primary:hover {
    background: #f5f9f7 !important;
    color: #026d61 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(255, 255, 255, 0.4);
}

/* Slider Navigation */
.slider-nav {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

.slider-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #028476;
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(45, 90, 61, 0.2);
}

.slider-btn:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(45, 90, 61, 0.3);
}

.slider-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.slider-dots {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d0d0d0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-dot.active {
    background: #028476;
    width: 30px;
    border-radius: 6px;
}

/* Responsive */
@media (max-width: 1024px) and (min-width: 769px) {
    .categories-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 30px 20px !important;
    }

    .hero-container {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 0 !important;
    }

    .hero-content {
        padding: 0 10px;
    }

    .hero-content h1 {
        font-size: 28px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
        letter-spacing: -1px !important;
    }

    .hero-content h2 {
        font-size: 16px !important;
        margin-bottom: 15px !important;
    }

    .hero-content p {
        font-size: 15px !important;
        line-height: 1.6 !important;
        margin-bottom: 20px !important;
    }

    .hero-content .mobile-get-started-btn {
        display: inline-block !important;
        padding: 14px 32px;
        background: #028476 !important;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        font-size: 15px;
        font-weight: 500;
        transition: all 0.3s ease;
        box-shadow: 0 4px 16px rgba(2, 132, 118, 0.15);
        margin-top: 10px;
    }

    .hero-content .mobile-get-started-btn:hover {
        background: #026d61 !important;
        transform: translateY(-2px);
        box-shadow: 0 6px 24px rgba(2, 132, 118, 0.25);
    }

    /* Add button after paragraph in hero section on mobile */
    .hero-content p:first-of-type::after {
        content: '';
        display: block;
        margin-top: 20px;
    }

    .hero-image {
        padding: 20px !important;
    }

    .doctor-section {
        padding: 30px 0 !important;
    }

    .doctor-container {
        padding: 0 20px !important;
    }

    .doctor-container,
    .how-it-works-container,
    .certifications-container {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .categories-container {
        padding: 0 !important;
    }

    .products-grid,
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

