/* ========== Business Page Styles - Professional Redesign ========== */

/* Hero Section */
.hero {
    padding: 120px 0 100px;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 50%, #f0f9ff 100%);
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.06) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(124, 58, 237, 0.04) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 24px;
    color: #0F172A;
    letter-spacing: -0.02em;
}

.hero p {
    font-size: 1.1875rem;
    color: #475569;
    line-height: 1.7;
    margin-bottom: 0;
    /* max-width: 640px; */
}

.hero-highlight {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hero Badge */
.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    color: #1E40AF;
    padding: 10px 24px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 28px;
    border: 1px solid #BFDBFE;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 48px;
    margin-top: 48px;
    flex-wrap: wrap;
}

.stat {
    display: flex;
    flex-direction: column;
    min-width: 120px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #2563EB;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.stat-label {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
    margin-top: 4px;
}

/* Hero Grid Layout */
.hero-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 48px;
    align-items: start;
}

.hero-left {
    max-width: 640px;
}

.hero-right {
    background: white;
    border-radius: 16px;
    padding: 20px;
    border: 1px solid #E2E8F0;
}



/* Inline Enquiry Form */
.enquiry-inline h4 {
    margin: 0 0 4px 0;
    font-size: 1.125rem;
    color: #0F172A;
    font-weight: 700;
}

.enquiry-inline p.muted {
    color: #6b7280;
    font-size: 0.8125rem;
    margin-bottom: 12px;
    line-height: 1.4;
}

.enquiry-inline input,
.enquiry-inline textarea {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 0.875rem;
    transition: all 0.2s;
    background: #F8FAFC;
}

.enquiry-inline input:focus,
.enquiry-inline textarea:focus {
    outline: none;
    border-color: #2563EB;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
    background: white;
}

.enquiry-inline textarea {
    resize: vertical;
    min-height: 60px;
}

.inline-meta {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}

.inline-meta input {
    flex: 1;
}

/* Promise Banner */
.promise-banner {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    color: white;
    padding: 48px 0;
    text-align: center;
    position: relative;
}

.promise-banner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #FACC15 0%, #F59E0B 50%, #FACC15 100%);
}

.promise-banner h2 {
    font-size: 1.75rem;
    font-weight: 800;
    margin-bottom: 8px;
    color: white;
}

.promise-banner p {
    font-size: 1.1rem;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

/* Services Section */
.services-section {
    padding: 100px 0;
    background: #FFFFFF;
}

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

.section-header h2 {
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.section-header p {
    font-size: 1.125rem;
    color: #64748B;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.service-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #2563EB, #7C3AED);
    opacity: 0;
    transition: opacity 0.3s;
}

.service-card:hover::before {
    opacity: 1;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-color: #BFDBFE;
}

.service-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    transition: transform 0.3s;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
}

.service-icon i {
    font-size: 1.75rem;
    color: #2563EB;
}

.service-card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.service-card p {
    color: #64748B;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}

/* Products Section */
.products-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
}

.product-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.product-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: linear-gradient(135deg, #FACC15, #F59E0B);
    color: #0F172A;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
}

.product-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #EFF6FF, #DBEAFE);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.product-icon i {
    font-size: 1.5rem;
    color: #2563EB;
}

.product-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.product-card p {
    color: #64748B;
    line-height: 1.6;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.product-features {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.feature-tag {
    background: #F1F5F9;
    color: #475569;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 0.8rem;
    font-weight: 500;
}

.product-price {
    font-size: 1.75rem;
    font-weight: 800;
    color: #2563EB;
    margin-bottom: 16px;
}

.product-price span {
    font-size: 1rem;
    font-weight: 400;
    color: #64748B;
}

.btn-card {
    width: 100%;
    padding: 14px 24px;
    border-radius: 12px;
    border: none;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    margin-top: auto;
}

.btn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

/* Testimonials Section */
.testimonials-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 32px;
}

.testimonial-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #E2E8F0;
    transition: all 0.3s;
}

.testimonial-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.06);
}

.testimonial-rating {
    color: #FACC15;
    font-size: 1.125rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-text {
    color: #475569;
    line-height: 1.7;
    font-style: italic;
    margin-bottom: 24px;
    font-size: 1.05rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.testimonial-author img {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #E2E8F0;
}

.author-info h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin: 0 0 2px 0;
}

.author-info p {
    font-size: 0.875rem;
    color: #64748B;
    margin: 0;
}

.results-badge {
    display: inline-block;
    background: linear-gradient(135deg, #DCFCE7, #BBF7D0);
    color: #166534;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-top: 6px;
}

/* Savings Section */
.savings-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.savings-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
}

.savings-card {
    background: white;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid #E2E8F0;
}

.range-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.range-label {
    font-weight: 600;
    color: #334155;
    font-size: 0.9rem;
}

.range-value {
    font-weight: 700;
    color: #2563EB;
    font-size: 1.125rem;
}

input[type="range"] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #E2E8F0;
    outline: none;
    margin-bottom: 24px;
    -webkit-appearance: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #2563EB;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
}

.help-text {
    font-size: 0.8rem;
    color: #64748B;
    margin-top: 16px;
    line-height: 1.5;
}

.savings-result {
    position: sticky;
    top: 100px;
}

.result-card {
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border-radius: 24px;
    padding: 32px;
    color: white;
    text-align: center;
}

.result-card .small {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.result-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #FACC15;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
}

.result-card hr {
    border: none;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.result-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

.result-stats .stat-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 4px;
}

.result-stats .stat-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
}

.start-save {
    width: 100%;
    background: linear-gradient(135deg, #FACC15, #F59E0B);
    color: #0F172A;
    border: none;
    padding: 14px 24px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
}

.start-save:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(250, 204, 21, 0.3);
}

/* ROI Section */
.roi-section {
    padding: 60px 0;
    background: #FFFFFF;
}

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

.roi-card {
    background: #F8FAFC;
    border-radius: 20px;
    padding: 28px;
    text-align: center;
    border: 1px solid #E2E8F0;
    transition: all 0.3s;
}

.roi-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.04);
}

.roi-icon {
    font-size: 2rem;
    margin-bottom: 12px;
}

.roi-value {
    font-size: 2rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 4px;
}

.roi-label {
    font-size: 0.875rem;
    color: #64748B;
    font-weight: 500;
}

/* Ads Section */
.ads-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.ads-grid {
    display: grid;
    gap: 32px;
}

.ad-card {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 32px;
    background: white;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #E2E8F0;
    transition: all 0.3s;
}

.ad-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

.ad-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.ad-thumb i {
    font-size: 4rem;
    color: white;
    opacity: 0.9;
}

.ad-content {
    padding: 32px;
    display: flex;
    flex-direction: column;
}

.ad-content h4 {
    font-size: 1.375rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 12px;
}

.ad-lead {
    color: #475569;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 16px;
}

.ad-benefits {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.ad-benefits li {
    color: #64748B;
    font-size: 0.9rem;
    padding: 4px 0;
    padding-left: 20px;
    position: relative;
}

.ad-benefits li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10B981;
    font-weight: 700;
}

.ad-ctas {
    display: flex;
    gap: 12px;
    margin-top: auto;
}

.ad-cta {
    padding: 10px 20px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s;
}

.ad-cta.primary {
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    color: white;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
}

.ad-cta.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.ad-cta:not(.primary) {
    background: #F1F5F9;
    color: #475569;
}

.ad-cta:not(.primary):hover {
    background: #E2E8F0;
}

/* Comparison Section */
.comparison-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin-top: 40px;
}

.compare-card {
    background: #F8FAFC;
    border-radius: 20px;
    padding: 28px;
    text-align: center;
    border: 1px solid #E2E8F0;
}

.compare-card h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
}

.bar-wrap {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 16px;
    height: 120px;
    margin-bottom: 16px;
}

.bar {
    width: 40px;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 8px;
    transition: height 0.5s ease;
}

.bar.before {
    background: #CBD5E1;
}

.bar.after {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
}

.bar .label {
    color: white;
    font-weight: 700;
    font-size: 0.8rem;
}

.bar.before .label {
    color: #64748B;
}

.percent-up {
    color: #10B981;
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 12px;
}

.compare-legend {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 0.8rem;
    color: #64748B;
}

/* Accelerator Section */
.accelerator-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
}

.accelerator-section .section-header h2,
.accelerator-section .section-header p {
    color: white;
}

.accelerator-section .section-header p {
    opacity: 0.8;
}

.tag-accel {
    display: inline-block;
    background: rgba(250, 204, 21, 0.15);
    color: #FACC15;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 16px;
    border: 1px solid rgba(250, 204, 21, 0.3);
}

.accelerator-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.accelerator-card {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.icon-wrap {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.icon-wrap i {
    font-size: 1.75rem;
    color: white;
}

.accelerator-card h3 {
    font-size: 1.375rem;
    font-weight: 700;
    color: white;
    margin-bottom: 12px;
}

.accelerator-card p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.metric {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.metric-big {
    font-size: 2.5rem;
    font-weight: 800;
    color: #FACC15;
    margin-bottom: 4px;
}

.metric-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

/* CTA Section */
.cta-section {
    padding: 100px 0;
    background: #F8FAFC;
}

.cta-box {
    background: linear-gradient(135deg, #2563EB 0%, #7C3AED 100%);
    border-radius: 32px;
    padding: 64px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-box h2 {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
    position: relative;
}

.cta-box p {
    font-size: 1.125rem;
    opacity: 0.95;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
    margin: 0 auto 32px;
    position: relative;
}

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

.cta-buttons .btn-primary {
    background: white;
    color: #2563EB;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.cta-buttons .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.cta-buttons .btn-outline {
    border-color: rgba(255, 255, 255, 0.5);
    color: white;
}

.cta-buttons .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: white;
}

/* Guarantee Section */
.guarantee-section {
    padding: 100px 0;
    background: #FFFFFF;
}

.guarantee-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    background: #F8FAFC;
    border-radius: 32px;
    padding: 48px;
    border: 1px solid #E2E8F0;
}

.guarantee-left h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #0F172A;
    margin-bottom: 16px;
}

.guarantee-left p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 24px;
}

.guarantee-list .item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #334155;
    font-weight: 500;
}

.guarantee-list .item i {
    color: #10B981;
    font-size: 1.1rem;
}

.guarantee-right {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.guarantee-badge {
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, #DCFCE7, #BBF7D0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.guarantee-badge i {
    color: #166534;
}

.guarantee-right p {
    color: #64748B;
    font-size: 0.9rem;
    margin-bottom: 24px;
}

.guarantee-cta {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.trust-row {
    display: flex;
    gap: 20px;
    font-size: 0.85rem;
    color: #64748B;
}

.trust-row div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.trust-row i {
    color: #2563EB;
}

/* AI Chat Widget */
.ai-chat-widget {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
}

.chat-toggle-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    border: none;
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.3);
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-toggle-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 12px 32px rgba(37, 99, 235, 0.4);
}

.chat-window {
    display: none;
    position: absolute;
    bottom: 80px;
    right: 0;
    width: 380px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    border: 1px solid #E2E8F0;
}

.chat-window.active {
    display: block;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.chat-header {
    background: linear-gradient(135deg, #2563EB, #7C3AED);
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chat-header-content {
    display: flex;
    align-items: center;
    gap: 12px;
}

.chat-avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.chat-header h4 {
    font-size: 1rem;
    font-weight: 700;
    color: white;
    margin: 0;
}

.chat-header p {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.online-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #10B981;
    border-radius: 50%;
    margin-right: 4px;
}

.close-chat {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: white;
    cursor: pointer;
    font-size: 1rem;
}

.chat-messages {
    padding: 20px;
    max-height: 230px;
    overflow-y: auto;
}

.message {
    margin-bottom: 16px;
}

.message-content {
    background: #F1F5F9;
    padding: 14px 18px;
    border-radius: 16px;
    border-top-left-radius: 4px;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.5;
}

.message.bot .message-content {
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
}

.quick-actions {
    margin: 0 10px;
    padding: 12px 20px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    border-top: 1px solid #F1F5F9;
}

.quick-btn {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 8px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    color: #475569;
    cursor: pointer;
    transition: all 0.2s;
    white-space: nowrap;
}

.quick-btn:hover {
    background: #EFF6FF;
    border-color: #BFDBFE;
    color: #2563EB;
}

.chat-input-container {
    display: flex;
    gap: 8px;
    padding: 16px 20px;
    border-top: 1px solid #F1F5F9;
}

.chat-input {
    flex: 1;
    padding: 12px 16px;
    border: 1px solid #E2E8F0;
    border-radius: 12px;
    font-size: 0.9rem;
    resize: none;
    font-family: 'Inter', sans-serif;
    background: #F8FAFC;
}

.chat-input:focus {
    outline: none;
    border-color: #2563EB;
}

.send-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #7c3aed 100%);
    border: none;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.send-btn:hover {
    transform: scale(1.05);
}

/* AI Chat Image Section */
.ai-chat-image-section {
    position: fixed;
    bottom: 100px;
    left: 24px;
    background: white;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    max-width: 300px;
    z-index: 999;
    display: none;
}

.ai-chat-image-section.active {
    display: block;
}

.ai-chat-image-section img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 12px;
}

.ai-chat-image-section h4 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 8px;
}

.ai-chat-image-section p {
    color: #64748B;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 12px;
}

.close-image-section {
    position: absolute;
    top: 12px;
    right: 12px;
    background: white;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #64748B;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }

    .hero-right {
        order: 2;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-stats {
        gap: 32px;
    }

    .savings-grid {
        grid-template-columns: 1fr;
    }

    .savings-result {
        position: static;
    }

    .roi-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ad-card {
        grid-template-columns: 1fr;
    }

    .ad-thumb {
        min-height: 150px;
    }

    .guarantee-card {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 120px 0 60px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero-stats {
        gap: 24px;
    }

    .stat-number {
        font-size: 2rem;
    }

    .section-header h2 {
        font-size: 1.75rem;
    }

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

    .roi-grid {
        grid-template-columns: 1fr;
    }

    .cta-box {
        padding: 40px 24px;
    }

    .cta-box h2 {
        font-size: 1.75rem;
    }

    .chat-window {
        width: calc(100vw - 48px);
        right: -12px;
    }

    .ai-chat-image-section {
        left: 12px;
        right: 12px;
        max-width: none;
    }

    .guarantee-cta {
        flex-direction: column;
    }

    .trust-row {
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 1.75rem;
    }

    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }

    .inline-meta {
        flex-direction: column;
    }

    .ad-ctas {
        flex-direction: column;
    }

    .comparison-grid {
        grid-template-columns: 1fr;
    }

    .accelerator-grid {
        grid-template-columns: 1fr;
    }
}

/* ── Compact Chat Widget Overrides ── */
.chat-header { padding: 10px 14px !important; }
.chat-avatar img { width: 28px !important; height: 28px !important; }
.chat-header h4 { font-size: 0.82rem !important; }
.chat-header p { font-size: 0.68rem !important; }
.online-dot { width: 6px !important; height: 6px !important; }
.close-chat { width: 24px !important; height: 24px !important; font-size: 0.8rem !important; display: flex !important; align-items: center !important; justify-content: center !important; }

.chat-messages { padding: 12px 14px !important; height: 320px !important; max-height: 320px !important; overflow-y: auto !important; }
.message { margin-bottom: 8px !important; }
.message-content { padding: 9px 13px !important; font-size: 0.84rem !important; }

.quick-actions { padding: 5px 10px !important; gap: 4px !important; overflow-x: auto !important; flex-wrap: nowrap !important; scrollbar-width: none !important; }
.quick-actions::-webkit-scrollbar { display: none !important; }
.quick-btn { padding: 3px 9px !important; font-size: 0.7rem !important; border-radius: 20px !important; white-space: nowrap !important; }

.chat-input-container { padding: 7px 10px !important; gap: 6px !important; }
.chat-input { padding: 8px 11px !important; font-size: 0.84rem !important; }
.send-btn { width: 34px !important; height: 34px !important; font-size: 0.8rem !important; flex-shrink: 0 !important; align-self: flex-end !important; }

/* ── Message time right-aligned ── */
.message-content { display: flex !important; flex-direction: column !important; }
.message-time {
    display: block !important;
    text-align: right !important;
    font-size: 0.65rem !important;
    color: #94a3b8 !important;
    margin-top: 4px !important;
}
