/* Services Page Styles */
.services-hero {
    position: relative;
    padding-bottom: 80px;
}

.services-hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/public/services/services-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banking-services-hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/public/services/banking-services-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.financial-services-hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/public/services/financial-services-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.insurance-services-hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/public/services/insurance-services-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-us-hero-bg-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/public/services/contact-us-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.conversalq-hero {
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding: 80px 0;
}

.conversalq-hero-content-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}

.conversalq-hero-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.conversalq-hero .hero-content {
    width: 100%;
    padding: 0;
}

.conversalq-hero .hero-text-container {
    max-width: none;
}

.conversalq-banner {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 20px;
    background: #E0F2FE;
    border-radius: 25px;
    margin-bottom: 24px;
}

.conversalq-banner-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
}

.conversalq-banner-icon-img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.conversalq-banner-text {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #0369A1;
}

.conversalq-hero .hero-title {
    font-family: Inter;
    font-weight: 800;
    font-style: normal;
    font-size: 54px;
    line-height: 68px;
    letter-spacing: 0%;
    color: #000000;
}

.conversalq-hero .hero-description {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #00000099;
}

.conversalq-hero .hero-title-accent {
    color: #000000;
}

.conversalq-hero .conversalq-accent {
    color: #0369A1;
}

/* ConversaIQ: Understanding Section */
.conversalq-understanding {
    background: #FFFFFF;
    padding: 64px 0;
}

.conversalq-understanding-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Understanding Section typography overrides */
.conversalq-understanding .section-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: 0;
    color: #000000;
    text-align: center;
    margin-bottom: 12px;
}

.conversalq-understanding .section-subtitle {
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #00000099;
    text-align: center;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.understanding-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.understanding-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
}

.problem-card {
    background: linear-gradient(135deg, #FEF2F2 0%, #FFF7ED 70.71%);
}

.solution-card {
    background: linear-gradient(135deg, #F0FDF4 0%, #ECFDF5 70.71%);
}

.understanding-card-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0F172A;
    margin: 0 0 16px 0;
}

.understanding-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.understanding-list-item {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0F172AB3;
}

.list-icon {
    margin-top: 2px;
    font-size: 14px;
}

.list-icon.danger { color: #EF4444; }

.understanding-solution-text {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #0F172AB3;
}

/* Solution card specific typography */
.solution-card .understanding-card-title {
    color: #111827;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.solution-card .understanding-solution-text {
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

/* Problem card specific typography */
.problem-card .understanding-card-title {
    color: #111827;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
}

.problem-card .understanding-list-item span {
    color: #374151;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 767px) {
    .conversalq-understanding { padding: 40px 0; }
    .understanding-grid { grid-template-columns: 1fr; }
}

/* ConversaIQ: Customer Service Challenge Section */
.conversalq-challenge {
    background: #F8F8F8;
    padding: 64px 0;
}

.challenge-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.challenge-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.challenge-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.challenge-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #E6F0FB;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.challenge-icon {
    color: #0369A1;
    font-size: 20px;
}

.challenge-card-title {
    font-family: Inter;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 100%;
    color: #111827;
    margin-bottom: 20px;
    text-align: center;
}

.challenge-card-text {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 128%;
    color: #4B5563;
    text-align: center;
}

@media (max-width: 1023px) {
    .challenge-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 639px) {
    .challenge-grid {
        grid-template-columns: 1fr;
    }
}

/* ConversaIQ Solution Section */
.conversalq-solution {
    background: #FFFFFF;
    padding: 64px 0;
}

.solution-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.solution-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.solution-column { display: flex; flex-direction: column; gap: 24px; }

.solution-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 12px;
    align-items: start;
}

.solution-icon-wrap {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #E0F2FE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon { color: #0369A1; font-size: 18px; }

.solution-item-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #111827;
    margin: 0 0 4px 0;
}

.solution-item-desc {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5563;
    margin: 0;
}

@media (max-width: 1023px) {
    .solution-grid { grid-template-columns: 1fr; }
}

/* Comprehensive Feature Suite */
.conversalq-feature-suite {
    background: #F8F8F8;
    padding: 64px 0;
}

.feature-suite-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.feature-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px;
}

.feature-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #E0F2FE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
}

.feature-icon { color: #0369A1; font-size: 24px; }

.feature-title {
    font-family: Inter;
    font-weight: 700 !important;
    font-size: 20px;
    line-height: 128%;
    color: #111827;
    margin-bottom: 22px;
}

.feature-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.feature-list li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 148%;
    color: #4B5563;
    margin-bottom: 6px;
}

@media (max-width: 1023px) {
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 639px) {
    .feature-grid { grid-template-columns: 1fr; }
}

/* Advanced Analytics Dashboard */
.conversalq-analytics {
    background: #FFFFFF;
    padding: 64px 0;
}

.analytics-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.analytics-card {
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
    background: #FFFFFF;
    padding: 3.5rem;
    box-shadow: 0px 7px 50px 0px #0000001F;
}

.analytics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.analytics-title {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #111827;
    margin: 0 0 12px 0;
}

.analytics-description {
    font-family: Inter;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4B5563;
    margin: 0 0 3rem 0;
}

.analytics-metrics {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 32px;
    text-align: center;
}

.metric-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.metric-number {
    font-family: Inter;
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    color: #0369A1;
    text-align: center;
}

.metric-label {
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #00000099;
    text-align: center;
}

.analytics-image-wrap {
    background: transparent;
    border: none;
    border-radius: 16px;
    padding: 0;
    box-shadow: none;
}

.analytics-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}

@media (max-width: 1023px) {
    .analytics-grid { grid-template-columns: 1fr; }
}

/* Real Results Section */
.conversalq-results {
    background: #FFFFFF;
    padding: 64px 0;
}

.results-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.results-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.result-item {
    display: grid;
    grid-template-columns: 2fr 3fr 3fr 2fr;
    gap: 16px;
    background: #E0F2FE;
    border-radius: 16px;
    padding: 38px;
    align-items: center;
}

.result-role { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; padding-bottom: 8px; }
.result-icon { width: 64px; height: 64px; border-radius: 12px; background: #0369A1; display:flex; align-items:center; justify-content:center; color:#FFFFFF; }
.result-icon i {
    font-size: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.result-role-title { font-family: Inter; font-weight: 700; font-size: 20px; line-height: 28px; color: #111827; text-align: left; padding-top: 6px; }

.result-col { display: flex; flex-direction: column; gap: 4px; padding: 1rem;}
.result-label { font-family: Inter; font-weight: 500; font-size: 16px; line-height: 24px; color: #111827; }
.result-text { font-family: Inter; font-weight: 400; font-size: 14px; line-height: 20px; color: #4B5563; }
.result-success { font-family: Inter; font-weight: 700; font-size: 18px; line-height: 28px; color: #16A34A; }

@media (max-width: 1023px) {
    .result-item { grid-template-columns: 1fr; align-items: start; }
    .result-role { margin-bottom: 8px; padding: 1rem; }
}
.services-hero-text-container {
    max-width: 920px;
    padding-top: 100px;
}

.services-hero-title {
    font-family: Inter;
    font-weight: 800;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: 0;
    color: #000000;
}

.services-hero-title .bfsi-accent {
    color: #0369A1;
}

.services-hero-description {
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    color: #000000CC;
    max-width: 920px;
}


.service-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background: rgba(3, 105, 161, 1);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.1);
    color: white;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    margin-top: 28px;
    text-decoration: none;
    gap: 10px;
}

.service-link:hover {
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.15);
}

.services .service-icon {
    width: 56px;
    height: 56px;
}

.services .section-subtitle {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.three-pillar-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #0369A1;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    border: 1px solid #0369A1;
    padding: 9px 16px;
    border-radius:25px;
    margin-bottom: 20px;
}

.three-pillar-icon {
    width: 18px;
    height: 18px;
}

/* Services Third Section - 6 Cards, 2 columns, 3 rows */
.services-third {
    padding-top: 0 !important;
}

.services-third .services-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1200px;
    margin: 0 auto;
}

/* Services Fourth Section */
.services-fourth {
    padding-top: 0 !important;
}

.services-fourth .service-content {
    text-align: center;
}

/* FAQ Section */
.faq {
    padding: 0 0 80px 0;
    background: white;
}

.faq-container {
    margin: 0 auto;
    padding: 0 24px;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

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

.faq-question {
    width: 100%;
    padding: 24px;
    background: white;
    border: none;
    text-align: left;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Inter;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    color: #000000;
    transition: background-color 0.2s;
}

.faq-icon {
    font-size: 16px;
    transition: transform 0.2s;
}

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

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

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 24px 24px 24px;
    margin: 0;
    font-family: Inter;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #00000099;
}

h3 {
    color: #000000;
    font-family: Inter;
    font-weight: 500 !important;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
}

.service-list {
    list-style: disc;
    padding-left: 20px;
    margin: 16px 0;
}

.service-list li {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 8px;
}

/* Mobile Responsive Styles */
@media (max-width: 767px) {
    /* Services Hero Responsive */
    .services-hero {
        padding-bottom: 40px;
    }
    
    .services-hero-text-container {
        padding-top: 40px;
    }
    
    .services-hero-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .services-hero-description {
        font-size: 16px;
        line-height: 24px;
    }
    
    /* Services Grid Responsive - 1 column on mobile */
    .services-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Services Third Section - 1 column on mobile */
    .services-third .services-grid {
        grid-template-columns: 1fr !important;
    }
    
    /* Three Pillar Tag Responsive */
    .three-pillar-tag {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .three-pillar-icon {
        width: 20px;
        height: 15px;
    }
    
    /* Service Icon Responsive */
    .services .service-icon {
        width: 48px;
        height: 48px;
    }
    
    /* FAQ Responsive */
    .faq-question {
        padding: 16px;
        font-size: 18px;
        line-height: 24px;
    }
    
    .faq-answer p {
        padding: 0 16px 16px 16px;
        font-size: 16px;
        line-height: 22px;
    }
    
    /* CTA Section Responsive */
    .cta {
        padding: 40px 0;
    }
    
    .cta-title {
        font-size: 24px;
        line-height: 32px;
    }
    
    .cta-description {
        font-size: 14px;
        line-height: 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-btn-primary,
    .cta-btn-secondary {
        width: 100%;
    }
}

/* Contact Form Styles */
.contact-form-container {
    max-width: 1110px;
    margin: 0 auto;
    padding: 50px;
    background: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px -3px 28.8px 0px #0000000D;
}

.contact-form-title {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0%;
    color: #0F172A;
    margin: 0 0 16px 0;
    text-align: left;
}

.contact-form-subtitle {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #475569;
    margin: 0 0 48px 0;
    text-align: left;
}

.contact-form {
    max-width: 1100px;
    margin: 0 auto;
}

.form-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 24px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
    position: relative;
}

.form-label {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 8px;
}

.form-label .required {
    color: #EF4444;
}

.form-input,
.form-select,
.form-textarea {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding: 12px 16px;
    border: 1px solid #E5E7EB;
    border-radius: 8px;
    background: #FFFFFF;
    transition: border-color 0.2s;
    width: 100%;
    box-sizing: border-box;
}

/* Hide browser autofill icons */
.form-input::-webkit-credentials-auto-fill-button,
.form-input::-webkit-contacts-auto-fill-button,
.form-input::-webkit-strong-password-auto-fill-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    right: -9999px !important;
}

.form-input::-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000000 !important;
}

/* Additional hack to hide autofill icons */
.form-input:-webkit-autofill,
.form-input:-webkit-autofill:hover,
.form-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #000000 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* Hide Chrome password manager icon */
input[type="text"]::-webkit-credentials-auto-fill-button,
input[type="email"]::-webkit-credentials-auto-fill-button,
input[type="tel"]::-webkit-credentials-auto-fill-button {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #0369A1;
}

.form-input::placeholder,
.form-textarea::placeholder {
    color: #9CA3AF;
}

.form-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.form-submit-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    background: linear-gradient(90deg, #0284C7 0%, #0369A1 100%);
    color: #FFFFFF;
    font-family: Inter;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s;
    margin: 8px auto 0 auto;
    max-width: 480px;
    width: 100%;
}

.form-submit-btn:hover {
    opacity: 0.9;
}

.form-submit-btn i {
    font-size: 16px;
}

/* Contact Form Responsive */
@media (max-width: 767px) {
    .contact-form-container {
        padding: 40px 24px;
    }
    
    .contact-form-title {
        font-size: 32px;
        line-height: 40px;
    }
    
    .contact-form-subtitle {
        font-size: 16px;
        line-height: 22px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }
    
    .form-submit-btn {
        width: 100%;
    }

    /* Conversalq Hero Responsive */
    .conversalq-hero {
        padding: 40px 0;
    }

    .conversalq-hero-content-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 24px;
    }

    .conversalq-hero-image-container {
        order: -1;
    }

    .conversalq-hero .hero-title {
        font-size: 32px;
        line-height: 40px;
    }

    .conversalq-hero .hero-description {
        font-size: 16px;
        line-height: 24px;
    }

    .result-item {
        padding: 10px;
    }
}

@media (max-width: 767px) {
  .conversalq-results {
    padding: 32px 0;
  }
  .result-item {
    padding: 16px 12px;
    gap: 8px;
  }
  .results-list {
    gap: 22px;
  }
  .result-item .result-col {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .analytics-card {
    padding: 2rem;
  }
}

/* Pricing Section */
.conversalq-pricing {
  background: #fff;
  padding: 64px 0 72px 0;
}
.pricing-container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 20px;
}
.pricing-header {
  text-align: center;
  margin: 0 auto 4rem auto;
}
.pricing-title {
  font-family: Inter;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: #0F172A;
}
.pricing-subtitle {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  color: #6B7280;
  margin-top: 12px;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  align-items: stretch;
  justify-content: center;
}
.pricing-card {
  background: #fff;
  border: 2px solid #0369A1;
  border-radius: 18px;
  box-shadow: 0 2px 12px 0 rgba(23, 31, 75, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  position: relative;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.pricing-card.popular {
  border: 2.5px solid #0369A1;
  background: #0369A1;
  color: #fff;
  z-index: 1;
  transform: scaleY(1.07);
  box-shadow: 0 6px 40px 0 rgba(23, 31, 75, 0.15);
}
.pricing-popular {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 700;
  background: #E0F2FE;
  color: #0369A1;
  border-radius: 12px;
  padding: 4px 14px;
  box-shadow: 0 2px 8px rgba(3,105,161,0.10);
  letter-spacing: 0.5px;
  text-align: center;
  width: max-content;
}
.pricing-card-header {
  margin-bottom: 20px;
}
.pricing-card-title {
  font-size: 20px;
  font-family: Inter;
  font-weight: 700;
  color: inherit;
  margin-bottom: 4px;
  text-align: center;
  width: 100%;
}
.pricing-card.popular .pricing-card-title {
  color: #fff;
}
.pricing-card-desc {
  color: #6B7280;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
.pricing-card.popular .pricing-card-desc {
  color: #d6ecfb;
}
.pricing-card-price {
  font-size: 36px;
  font-family: Inter;
  font-weight: 700;
}
.pricing-card.popular .pricing-card-price {
  color: #fff;
}
.pricing-card-period {
  color: #6B7280;
  font-size: 14px;
  margin-bottom: 18px;
}
.pricing-card.popular .pricing-card-period {
  color: #e0f2fe;
}
.pricing-list {
  width: 100%;
  text-align: left;
  margin-bottom: 1rem;
}
.pricing-list li {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 9px;
  position: relative;
  padding-left: 0;
  letter-spacing: 0;
  text-align: left;
  white-space: normal;
  display: block;
}
.pricing-card.popular .pricing-list li {
  color: #fff;
}
.pricing-check {
  color: #86EFAC;
  font-size: 18px;
  margin-right: 9px;
  vertical-align: middle;
  display: inline-block;
}
.pricing-btn {
  font-family: Inter;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 0;
  border-radius: 8px;
  border: none;
  width: 100%;
  background: #0369A1;
  color: #fff;
  margin-top: 6px;
  cursor: pointer;
  transition: filter 0.15s;
}
.pricing-card.popular .pricing-btn {
  background: #fff;
  color: #0369A1;
}
.pricing-btn:hover {
  filter: brightness(1.08);
}
@media (max-width: 991px) {
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pricing-card.popular {
    transform: none;
    box-shadow: 0 2px 12px 0 rgba(23, 31, 75, 0.10);
  }
  .pricing-card {
    padding: 32px 16px 28px 16px;
  }
  .pricing-header {
    margin-bottom: 22px;
  }
}
