/* Hire Dedicated Developers - Complete Professional Design with Proper Contrast */

:root {
    --primary-purple: #393285;
    --primary-light: #5a4f8f;
    --primary-dark: #2d266b;
    --accent-gold: #f4a442;
    --white: #ffffff;
    --off-white: #f8f9fa;
    --light-gray: #e8e9ea;
    --medium-gray: #555555;  /* Darker for better contrast */
    --dark-gray: #2d3436;
    --black: #000000;
    --success: #28a745;
}

/* Hero Section */
.hire-hero-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 140px 0 100px;
    border-bottom: 1px solid var(--light-gray);
}

.hero-badge {
    display: inline-block;
    background: var(--primary-purple);
    color: var(--white);
    padding: 10px 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(57, 50, 133, 0.2);
}

.hero-heading {
    font-size: 56px;
    font-weight: 900;
    color: var(--black);
    line-height: 1.15;
    margin-bottom: 20px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    letter-spacing: -1px;
}

.hero-subheading {
    font-size: 20px;
    color: #444444;  /* Darker gray for better readability */
    line-height: 1.8;
    margin-bottom: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
}

.hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.btn {
    padding: 16px 40px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-light) 100%);
    color: var(--white);
    border: none;
    box-shadow: 0 4px 15px rgba(57, 50, 133, 0.2);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(57, 50, 133, 0.3);
}

.btn-secondary {
    background: var(--white);
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
}

.btn-secondary:hover {
    background: var(--primary-purple);
    color: var(--white);
    transform: translateY(-3px);
}

.trust-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 60px;
    border-top: 1px solid var(--light-gray);
}

.trust-item {
    text-align: center;
}

.trust-number {
    display: block;
    font-size: 48px;
    font-weight: 900;
    color: var(--primary-purple);
    margin-bottom: 10px;
}

.trust-text {
    font-size: 13px;
    color: #555555;  /* Darker for readability */
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Standard Sections */
.standard-section {
    padding: 100px 0;
    background: var(--white);
}

.bg-light {
    background: var(--off-white) !important;
    border-top: 1px solid var(--light-gray);
    border-bottom: 1px solid var(--light-gray);
}

.section-header {
    margin-bottom: 60px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.section-tag {
    display: inline-block;
    color: var(--primary-purple);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--primary-purple);
}

.section-heading {
    font-size: 42px;
    font-weight: 900;
    color: var(--black);
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.section-description {
    font-size: 18px;
    color: #444444;  /* Darker for better contrast */
    line-height: 1.8;
    margin: 0;
}

/* Features Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
}

.feature-box {
    background: var(--white);
    border: 1px solid var(--light-gray);
    padding: 40px 30px;
    text-align: center;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.feature-box:hover {
    border-color: var(--primary-purple);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.feature-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-light) 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 36px;
    box-shadow: 0 8px 20px rgba(57, 50, 133, 0.2);
}

.feature-box h3 {
    font-size: 20px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 15px;
}

.feature-box p {
    font-size: 15px;
    color: #333333;  /* Dark gray for excellent readability */
    line-height: 1.7;
    margin: 0;
}

/* Comprehensive Expertise Grid */
.expertise-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.expertise-card {
    background: var(--white);
    border: 1px solid var(--light-gray);
    padding: 35px 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.expertise-card.wide {
    grid-column: span 2;
}

.expertise-card:hover {
    border-color: var(--primary-purple);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.expertise-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-light) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 32px;
    margin-bottom: 20px;
    box-shadow: 0 6px 15px rgba(57, 50, 133, 0.2);
}

.expertise-card h3 {
    font-size: 19px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 12px;
}

.expertise-desc {
    font-size: 14px;
    color: #333333;  /* Dark gray for readability */
    line-height: 1.6;
    margin-bottom: 20px;
}

.tech-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tag {
    background: var(--off-white);
    color: var(--primary-purple);
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid rgba(57, 50, 133, 0.2);
    transition: all 0.3s ease;
}

.tag:hover {
    background: var(--primary-purple);
    color: var(--white);
}

/* Process Timeline */
.process-timeline {
    max-width: 900px;
    margin: 0 auto;
}

.process-step {
    display: flex;
    gap: 40px;
    margin-bottom: 60px;
    align-items: flex-start;
}

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

.step-number {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-light) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 30px;
    font-weight: 900;
    box-shadow: 0 8px 20px rgba(57, 50, 133, 0.2);
}

.step-content {
    flex: 1;
    padding-top: 10px;
}

.step-content h3 {
    font-size: 24px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 15px;
}

.step-content p {
    font-size: 16px;
    color: #333333;  /* Dark gray for readability */
    line-height: 1.8;
    margin: 0;
}

/* Premium Pricing Cards */
.pricing-cards-premium {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.pricing-card-premium {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card-premium:hover {
    border-color: var(--primary-purple);
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.pricing-card-premium.popular {
    border: 2px solid var(--primary-purple);
    transform: scale(1.05);
    box-shadow: 0 15px 50px rgba(57, 50, 133, 0.2);
}

.pricing-card-premium.popular:hover {
    transform: scale(1.05) translateY(-10px);
}

.popular-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-light) 100%);
    color: var(--white);
    padding: 6px 18px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(57, 50, 133, 0.2);
}

.card-header-premium {
    padding: 45px 30px;
    text-align: center;
    border-bottom: 1px solid var(--light-gray);
    background: linear-gradient(135deg, var(--off-white) 0%, var(--white) 100%);
}

.card-header-premium h3 {
    font-size: 21px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 15px;
    text-transform: uppercase;
}

.price {
    font-size: 52px;
    font-weight: 900;
    color: var(--primary-purple);
    margin-bottom: 15px;
    letter-spacing: -2px;
}

.price span {
    font-size: 18px;
    color: #555555;  /* Darker for readability */
    font-weight: 400;
}

.card-header-premium p {
    font-size: 14px;
    color: #444444;  /* Darker for contrast */
    margin: 0;
}

.card-body-premium {
    padding: 30px;
}

.card-body-premium ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.card-body-premium li {
    padding: 14px 0;
    color: #333333;  /* Dark gray for excellent readability */
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-bottom: 1px dotted var(--light-gray);
}

.card-body-premium li:last-child {
    border-bottom: none;
}

.card-body-premium li i {
    color: var(--success);
    font-size: 16px;
    margin-top: 2px;
}

.card-body-premium li .fa-star {
    color: var(--accent-gold);
}

.btn-outline-primary {
    display: block;
    width: 100%;
    padding: 16px;
    background: var(--white);
    color: var(--primary-purple);
    border: 2px solid var(--primary-purple);
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 6px;
}

.btn-outline-primary:hover {
    background: var(--primary-purple);
    color: var(--white);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(57, 50, 133, 0.2);
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: var(--white);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px;
    max-width: 1100px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    padding: 25px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--primary-purple);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.faq-question {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
}

.faq-question i {
    color: var(--primary-purple);
    font-size: 24px;
    flex-shrink: 0;
}

.faq-question h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    line-height: 1.5;
    margin: 0;
}

.faq-answer p {
    font-size: 15px;
    color: #333333;  /* Dark gray for readability */
    line-height: 1.7;
    margin: 0;
    padding-left: 39px;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-dark) 100%);
    padding: 100px 0;
    color: var(--white);
}

.cta-content_h_h h2 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.cta-content_h_h p {
    font-size: 19px;
    margin-bottom: 45px;
    opacity: 0.98;  /* Higher opacity for better readability */
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn-white {
    background: var(--white);
    color: var(--primary-purple);
    border: 2px solid var(--white);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn-white:hover {
    background: transparent;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.btn-outline-white {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--primary-purple);
    transform: translateY(-3px);
}

.btn-large {
    padding: 18px 45px;
    font-size: 15px;
}

.text-center {
    text-align: center;
}

/* Responsive */
@media (max-width: 992px) {
    .hero-heading { font-size: 42px; }
    .section-heading { font-size: 36px; }
    .expertise-card.wide { grid-column: span 1; }
    .pricing-card-premium.popular { transform: scale(1); }
}

@media (max-width: 768px) {
    .hire-hero-section { padding: 100px 0 70px; }
    .hero-heading { font-size: 36px; }
    .trust-badges { grid-template-columns: 1fr; }
    .features-grid, .expertise-grid, .pricing-cards-premium, .faq-grid { grid-template-columns: 1fr; }
    .process-step { flex-direction: column; gap: 20px; text-align: center; }
    .step-number { width: 70px; height: 70px; font-size: 26px; }
    .cta-content_h h2 { font-size: 32px; }
    .btn { width: 100%; max-width: 300px; }
}
/* Hire Dedicated Developers - Complete CSS with All Sections */

:root {
    --primary-purple: #393285;
    --primary-light: #5a4f8f;
    --primary-dark: #2d266b;
    --accent-gold: #f4a442;
    --white: #ffffff;
    --off-white: #f8f9fa;
    --light-gray: #e8e9ea;
    --text-secondary: #2d2d2d;
    --black: #000000;
    --success: #28a745;
}

/* Base Styles */
.bg-light { background: var(--off-white) !important; border-top: 1px solid var(--light-gray); border-bottom: 1px solid var(--light-gray); }
.section-header { margin-bottom: 60px; max-width: 900px; margin-left: auto; margin-right: auto; }
.section-tag { display: inline-block; color: var(--primary-purple); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px; padding-bottom: 8px; border-bottom: 2px solid var(--primary-purple); }
.section-heading { font-size: 42px; font-weight: 900; color: var(--black); margin-bottom: 20px; }
.section-description { font-size: 18px; color: var(--text-secondary); line-height: 1.8; margin: 0; }
.text-center { text-align: center; }

/* Industries Section */
.industries-section { padding: 100px 0; }
.industries-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.industry-card { background: var(--white); border: 1px solid var(--light-gray); padding: 35px 30px; border-radius: 8px; text-align: center; transition: all 0.3s ease; }
.industry-card:hover { border-color: var(--primary-purple); transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.industry-icon { width: 70px; height: 70px; margin: 0 auto 20px; background: linear-gradient(135deg, var(--primary-purple), var(--primary-light)); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 32px; }
.industry-card h3 { font-size: 19px; font-weight: 800; color: var(--black); margin-bottom: 12px; }
.industry-card p { font-size: 14px; color: var(--text-secondary); line-height: 1.7; }

/* Engagement Comparison Table */
.engagement-section { padding: 100px 0; background: var(--white); }
.comparison-table-wrapper { overflow-x: auto; max-width: 1100px; margin: 0 auto; }
.comparison-table { width: 100%; border-collapse: collapse; background: var(--white); border-radius: 12px; overflow: hidden; box-shadow: 0 5px 20px rgba(0,0,0,0.08); }
.comparison-table thead { background: linear-gradient(135deg, var(--primary-purple), var(--primary-light)); color: var(--white); }
.comparison-table th { padding: 20px; font-size: 16px; font-weight: 700; text-transform: uppercase; }
.comparison-table td { padding: 16px 20px; border-bottom: 1px solid var(--light-gray); color: var(--text-secondary); text-align: center; }
.comparison-table td:first-child { text-align: left; font-weight: 600; color: var(--black); }
.comparison-table tbody tr:hover { background: var(--off-white); }
.comparison-table .fa-check { color: var(--success); font-size: 18px; }
.comparison-table .fa-times { color: #dc3545; font-size: 18px; }
.cta-row td { padding-top: 25px; border-bottom: none; }
/* Engagement Models Grid */
.engagement-models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-top: 60px;
}

.engagement-model-card {
    background: var(--white);
    border: 1px solid var(--light-gray);
    padding: 45px 35px;
    border-radius: 12px;
    transition: all 0.3s ease;
    position: relative;
}

.engagement-model-card:hover {
    border-color: var(--primary-purple);
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.engagement-model-card.featured {
    border: 2px solid var(--primary-purple);
    box-shadow: 0 10px 30px rgba(57, 50, 133, 0.15);
}

.featured-badge {
    position: absolute;
    top: -12px;
    right: 25px;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-light));
    color: var(--white);
    padding: 6px 18px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(57, 50, 133, 0.3);
}

.model-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 25px;
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-light));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 32px;
    box-shadow: 0 6px 15px rgba(57, 50, 133, 0.2);
}

.engagement-model-card h3 {
    font-size: 22px;
    font-weight: 800;
    color: var(--black);
    margin-bottom: 15px;
}

.model-description {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 25px;
}

.model-features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
}

.model-features li {
    padding: 10px 0;
    color: var(--text-secondary);
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border-bottom: 1px dotted var(--light-gray);
}

.model-features li:last-child {
    border-bottom: none;
}

.model-features li i {
    color: var(--success);
    font-size: 16px;
    margin-top: 2px;
}

.model-features li i.fa-star {
    color: var(--accent-gold);
}

/* WhatsApp Button Styles */
.btn-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 30px;
    background: #25D366;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid #25D366;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.btn-whatsapp:hover {
    background: #128C7E;
    border-color: #128C7E;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.3);
    color: var(--white);
}

.btn-whatsapp-primary {
    background: linear-gradient(135deg, #25D366, #128C7E);
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-primary:hover {
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
}

.btn-whatsapp i {
    font-size: 20px;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0;
    background: var(--white);
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 25px;
    margin-top: 60px;
}

.faq-item {
    background: var(--white);
    border: 1px solid var(--light-gray);
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    border-color: var(--primary-purple);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.faq-question {
    padding: 25px 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--off-white);
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(57, 50, 133, 0.05);
}

.faq-question i {
    color: var(--primary-purple);
    font-size: 24px;
    flex-shrink: 0;
}

.faq-question h3 {
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    margin: 0;
    flex: 1;
}

.faq-answer {
    padding: 0 30px 25px 69px;
}

.faq-answer p {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
}

/* Responsive for new sections */
@media (max-width: 992px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .engagement-models-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .faq-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .faq-answer {
        padding-left: 30px;
    }
    
    .btn-whatsapp {
        font-size: 14px;
        padding: 12px 25px;
    }
}

/* Why India Section */

.why-india-section { padding: 100px 0; }
.benefits-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 35px; }
.benefit-item { background: var(--white); border: 1px solid var(--light-gray); padding: 40px 30px; border-radius: 8px; text-align: center; transition: all 0.3s ease; }
.benefit-item:hover { border-color: var(--primary-purple); transform: translateY(-8px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.benefit-number { font-size: 56px; font-weight: 900; color: var(--primary-purple); margin-bottom: 15px; display: block; }
.benefit-item h3 { font-size: 20px; font-weight: 800; color: var(--black); margin-bottom: 15px; }
.benefit-item p { font-size: 15px; color: var(--text-secondary); line-height: 1.7; }

/* Process Detail Section */
.process-detail-section { padding: 100px 0; background: var(--white); }
.process-stages { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 30px; }
.stage-card { background: var(--white); border: 1px solid var(--light-gray); padding: 35px 30px; border-radius: 8px; position: relative; transition: all 0.3s ease; }
.stage-card:hover { border-color: var(--primary-purple); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.stage-number { position: absolute; top: -15px; right: 20px; background: linear-gradient(135deg, var(--primary-purple), var(--primary-light)); color: var(--white); width: 50px; height: 50px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 900; }
.stage-card h3 { font-size: 20px; font-weight: 800; color: var(--black); margin-bottom: 20px; padding-right: 60px; }
.stage-card ul { list-style: none; padding: 0; margin: 0; }
.stage-card li { padding: 10px 0; color: var(--text-secondary); font-size: 14px; display: flex; align-items: flex-start; gap: 10px; border-bottom: 1px dotted var(--light-gray); }
.stage-card li:last-child { border-bottom: none; }
.stage-card li i { color: var(--success); font-size: 16px; margin-top: 2px; }

/* Security Section */
.security-section { padding: 100px 0; }
.security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; }
.security-card { background: var(--white); border: 1px solid var(--light-gray); padding: 35px 30px; border-radius: 8px; transition: all 0.3s ease; }
.security-card:hover { border-color: var(--primary-purple); transform: translateY(-5px); box-shadow: 0 10px 30px rgba(0,0,0,0.08); }
.security-icon { width: 65px; height: 65px; background: linear-gradient(135deg, var(--primary-purple), var(--primary-light)); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--white); font-size: 30px; margin-bottom: 20px; }
.security-card h3 { font-size: 19px; font-weight: 800; color: var(--black); margin-bottom: 20px; }
.security-card ul { list-style: none; padding: 0; margin: 0; }
.security-card li { padding: 10px 0; color: var(--text-secondary); font-size: 14px; display: flex; align-items: center; gap: 10px; border-bottom: 1px dotted var(--light-gray); }
.security-card li:last-child { border-bottom: none; }
.security-card li i.fa-lock { color: var(--primary-purple); }
.security-card li i.fa-check { color: var(--success); }

/* Consultation CTA - Enhanced Professional Spacing */
.consultation-cta-section {
    background: linear-gradient(135deg, var(--primary-purple), var(--primary-dark));
    padding: 120px 0;
    color: var(--white);
}

.consultation-cta-section .container {
    max-width: 100%;
    padding: 0;
}

.cta-content_h {
    text-align: center;
    max-width: 65%;
    margin: 0 auto;
    padding: 0 20px;
}

.cta-content_h h2 {
    font-size: 44px;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.cta-content_h > p {
    font-size: 20px;
    margin-bottom: 50px;
    opacity: 0.98;
    line-height: 1.7;
}

.cta-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 25px;
    margin-bottom: 50px;
    justify-items: center;
}

.cta-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 17px;
    font-weight: 600;
    justify-content: center;
}

.cta-feature i {
    color: var(--success);
    font-size: 22px;
    flex-shrink: 0;
}

.cta-buttons-group {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.btn-white {
    background: var(--white);
    color: var(--primary-purple);
    border: 2px solid var(--white);
    padding: 20px 50px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-white:hover {
    background: transparent;
    color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.btn-outline-white {
    background: transparent;
    color: var(--white);
    border: 2px solid var(--white);
    padding: 20px 50px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-outline-white:hover {
    background: var(--white);
    color: var(--primary-purple);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.cta-note {
    font-size: 15px;
    opacity: 0.95;
    margin: 0;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Responsive */
@media (max-width: 992px) {
    .industries-grid, .benefits-grid, .process-stages, .security-grid { grid-template-columns: 1fr; }
    .comparison-table { font-size: 13px; }
    .cta-content_h h2 { font-size: 38px; }
    .cta-features { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .industries-grid, 
    .engagement-models-grid,
    .benefits-grid, 
    .process-stages, 
    .security-grid { 
        grid-template-columns: 1fr; 
        gap: 25px;
    }
    
    .consultation-cta-section { padding: 80px 0; }
    .cta-content_h h2 { font-size: 32px; }
    .cta-content_h > p { font-size: 18px; margin-bottom: 40px; }
    .cta-features { 
        grid-template-columns: 1fr; 
        gap: 20px;
        margin-bottom: 40px;
    }
    .cta-buttons-group { 
        flex-direction: column; 
        align-items: center;
        gap: 20px;
    }
    .btn-white, .btn-outline-white { 
        width: 100%; 
        max-width: 320px;
    }
    
    .comparison-table { font-size: 13px; }
    .faq-answer { padding-left: 30px; }
    .btn-whatsapp { font-size: 14px; padding: 12px 25px; }
}
