/* ========================================
   PRODUCT PAGES STYLES - iBeh.ai
   ======================================== */

/* Product Hero Section */
.product-hero {
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: white;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200" opacity="0.1"><path d="M0 0 L200 0 L200 200 Z" fill="%23f97316"/></svg>');
    background-size: 300px;
    opacity: 0.1;
}

.product-hero-content {
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.product-hero h1 {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: white;
}

.product-hero p {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 30px;
    max-width: 600px;
}

/* Product Sections */
.product-section {
    padding: 80px 0;
}

.product-section.bg-light {
    background: #f8fafc;
}

.section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 16px;
}

.section-header p {
    color: #64748b;
    font-size: 1.1rem;
}

/* Service Detailed Cards */
.services-detailed-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}

.service-detailed-card {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.service-detailed-card:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    transform: translateY(-5px);
    border-color: #f97316;
}

.service-icon-large {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.service-icon-large i {
    font-size: 2.5rem;
    color: #f97316;
}

.service-detailed-card h3 {
    font-size: 2rem;
    color: #0f172a;
    margin-bottom: 15px;
}

.service-description {
    font-size: 1.1rem;
    color: #475569;
    margin-bottom: 30px;
    line-height: 1.6;
}

.service-details h4 {
    color: #f97316;
    font-size: 1.2rem;
    margin: 25px 0 15px;
}

.service-details h4:first-of-type {
    margin-top: 0;
}

.service-details ul {
    list-style: none;
    padding: 0;
}

.service-details ul li {
    padding: 8px 0;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-details ul li i {
    color: #f97316;
    font-size: 1rem;
}

.service-cta {
    margin-top: 30px;
}

.btn-secondary {
    background: transparent;
    color: #0f172a;
    padding: 12px 30px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid #e2e8f0;
}

.btn-secondary:hover {
    background: #f8fafc;
    border-color: #f97316;
    color: #f97316;
}

/* Compliance Grid */
.compliance-grid,
.providers-grid,
.llm-grid,
.governance-grid,
.infrastructure-grid,
.genai-grid,
.ecommerce-grid,
.webapp-grid,
.growth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.compliance-card,
.provider-card,
.llm-card,
.governance-card,
.infrastructure-card,
.genai-card,
.ecommerce-card,
.webapp-card,
.growth-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.compliance-card:hover,
.provider-card:hover,
.llm-card:hover,
.governance-card:hover,
.infrastructure-card:hover,
.genai-card:hover,
.ecommerce-card:hover,
.webapp-card:hover,
.growth-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: translateY(-3px);
    border-color: #f97316;
}

.compliance-card i,
.provider-card i,
.llm-card i,
.governance-card i,
.infrastructure-card i,
.genai-card i,
.ecommerce-card i,
.webapp-card i,
.growth-card i {
    font-size: 2.5rem;
    color: #f97316;
    margin-bottom: 20px;
}

.compliance-card h3,
.provider-card h3,
.llm-card h3,
.governance-card h3,
.infrastructure-card h3,
.genai-card h3,
.ecommerce-card h3,
.webapp-card h3,
.growth-card h3 {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 15px;
}

.compliance-card p,
.provider-card p,
.llm-card p,
.governance-card p,
.infrastructure-card p,
.genai-card p,
.ecommerce-card p,
.webapp-card p,
.growth-card p {
    color: #475569;
    margin-bottom: 20px;
    line-height: 1.6;
}

.compliance-card ul,
.provider-card ul,
.llm-card ul,
.governance-card ul,
.infrastructure-card ul,
.genai-card ul,
.ecommerce-card ul,
.webapp-card ul,
.growth-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.compliance-card ul li,
.provider-card ul li,
.llm-card ul li,
.governance-card ul li,
.infrastructure-card ul li,
.genai-card ul li,
.ecommerce-card ul li,
.webapp-card ul li,
.growth-card ul li {
    padding: 6px 0;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.compliance-card ul li i,
.provider-card ul li i,
.llm-card ul li i,
.governance-card ul li i,
.infrastructure-card ul li i,
.genai-card ul li i,
.ecommerce-card ul li i,
.webapp-card ul li i,
.growth-card ul li i {
    font-size: 0.9rem;
    color: #f97316;
    margin-bottom: 0;
}

.why-best {
    background: #f8fafc;
    padding: 15px;
    border-radius: 12px;
    margin-top: 20px;
    font-size: 0.95rem;
    color: #1e293b;
    border-left: 4px solid #f97316;
}

.security-note {
    background: #fff7ed;
    padding: 10px;
    border-radius: 8px;
    margin-top: 15px;
    font-size: 0.9rem;
    color: #9a3412;
    display: flex;
    align-items: center;
    gap: 8px;
}

.security-note i {
    color: #f97316;
    font-size: 1rem;
    margin-bottom: 0;
}

/* Industry Pages */
.industry-header {
    text-align: center;
    margin-bottom: 50px;
}

.industry-icon {
    font-size: 4rem;
    color: #f97316;
    margin-bottom: 20px;
}

.industry-header h2 {
    font-size: 2.5rem;
    color: #0f172a;
    margin-bottom: 15px;
}

.industry-header p {
    font-size: 1.1rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.industry-content {
    max-width: 1200px;
    margin: 0 auto;
}

.industry-challenges,
.industry-solutions,
.industry-why-us {
    margin-bottom: 40px;
}

.industry-challenges h3,
.industry-solutions h3,
.industry-why-us h3 {
    font-size: 1.8rem;
    color: #0f172a;
    margin-bottom: 25px;
}

.industry-challenges ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.industry-challenges ul li {
    background: #f8fafc;
    padding: 20px;
    border-radius: 12px;
    color: #334155;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border: 1px solid #e2e8f0;
}

.industry-challenges ul li i {
    color: #ef4444;
    font-size: 1.2rem;
    margin-top: 2px;
}

.solutions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

.solution-item {
    background: white;
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.solution-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #f97316;
}

.solution-item i {
    font-size: 2rem;
    color: #f97316;
    margin-bottom: 15px;
}

.solution-item h4 {
    font-size: 1.2rem;
    color: #0f172a;
    margin-bottom: 10px;
}

.solution-item p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.5;
}

.stats-mini {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    background: #f8fafc;
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.stat-mini {
    text-align: center;
    flex: 1;
}

.stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #f97316;
    line-height: 1.2;
}

.stat-label {
    font-size: 0.9rem;
    color: #64748b;
}

/* Why Choose Section */
.why-choose-section {
    padding: 80px 0;
    background: white;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.why-item {
    text-align: center;
    padding: 30px;
    background: #f8fafc;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.why-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    border-color: #f97316;
}

.why-item i {
    font-size: 2.5rem;
    color: #f97316;
    margin-bottom: 20px;
}

.why-item h3 {
    font-size: 1.3rem;
    color: #0f172a;
    margin-bottom: 15px;
}

.why-item p {
    color: #64748b;
    font-size: 0.95rem;
    line-height: 1.6;
}

/* Threat Grid */
.threat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.threat-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.threat-card i {
    font-size: 2.5rem;
    color: #f97316;
    margin-bottom: 20px;
}

.threat-card h3 {
    font-size: 1.5rem;
    color: #0f172a;
    margin-bottom: 15px;
}

.threat-card ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.threat-card ul li {
    padding: 8px 0;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
}

.threat-card ul li i {
    font-size: 0.9rem;
    margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .product-hero h1 {
        font-size: 2.8rem;
    }
    
    .section-header h2 {
        font-size: 2rem;
    }
    
    .industry-header h2 {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .product-hero {
        padding: 60px 0;
    }
    
    .product-hero h1 {
        font-size: 2.2rem;
    }
    
    .product-hero p {
        font-size: 1rem;
    }
    
    .service-detailed-card {
        padding: 25px;
    }
    
    .service-detailed-card h3 {
        font-size: 1.5rem;
    }
    
    .compliance-grid,
    .providers-grid,
    .llm-grid,
    .governance-grid,
    .infrastructure-grid,
    .genai-grid,
    .ecommerce-grid,
    .webapp-grid,
    .growth-grid {
        grid-template-columns: 1fr;
    }
    
    .industry-challenges ul {
        grid-template-columns: 1fr;
    }
    
    .solutions-grid {
        grid-template-columns: 1fr;
    }
    
    .stats-mini {
        flex-direction: column;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .product-hero h1 {
        font-size: 1.8rem;
    }
    
    .section-header h2 {
        font-size: 1.5rem;
    }
    
    .industry-header h2 {
        font-size: 1.5rem;
    }
    
    .service-icon-large {
        width: 60px;
        height: 60px;
    }
    
    .service-icon-large i {
        font-size: 1.8rem;
    }
}


/* ========================================
   CONTACT FORM FIXES - iBeh.ai
   ======================================== */

/* Contact Section Styles (ensure they match homepage) */
.contact {
    padding: 80px 0;
    background: #f8fafc;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin-top: 40px;
}

.form-container {
    background: white;
    padding: 40px;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.form-container h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    color: #1e293b;
    font-weight: 500;
    font-size: 0.95rem;
}

/* FIX: Ensure form inputs have proper styling */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #1f2937;
    font-family: 'Inter', sans-serif;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #f97316;
    outline: none;
    box-shadow: 0 0 0 3px rgba(249, 115, 22, 0.1);
    background: white;
}

.form-group select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px;
    padding-right: 40px;
}

.form-group textarea {
    min-height: 120px;
    resize: vertical;
}

/* Contact Info Side */
.contact-info-side {
    padding: 20px;
}

.contact-info-side h3 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 20px;
}

.contact-info-side > p {
    color: #475569;
    margin-bottom: 40px;
    line-height: 1.6;
}

.contact-details {
    margin-bottom: 40px;
}

.contact-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.contact-detail-item i {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
    color: #f97316;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.contact-detail-item h4 {
    color: #0f172a;
    margin-bottom: 5px;
    font-size: 1rem;
}

.contact-detail-item p {
    color: #64748b;
    line-height: 1.5;
    font-size: 0.95rem;
}

.contact-info-side ul {
    list-style: none;
    margin-top: 20px;
}

.contact-info-side ul li {
    padding: 10px 0;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.contact-info-side ul li:before {
    content: "✓";
    color: #f97316;
    font-weight: bold;
    font-size: 1.1rem;
}

/* Responsive fixes */
@media (max-width: 768px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    
    .form-container {
        padding: 30px 20px;
    }
    
    .form-container h3 {
        font-size: 1.5rem;
    }
    
    .contact-info-side h3 {
        font-size: 1.5rem;
    }
}