/* =======================================================
   ADS LANDING PAGES - Professional Styles
   ======================================================= */

/* Hero Section */
.ads-hero {
    background: linear-gradient(135deg, #086AD8 0%, #37C6FF 50%, #086AD8 100%);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
    color: #fff;
}

.ads-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.ads-hero::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
}

.ads-hero .container {
    position: relative;
    z-index: 2;
}

.ads-hero h1 {
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
    margin-bottom: 1.25rem;
}

.ads-hero p {
    font-size: 1.15rem;
    line-height: 1.7;
    opacity: 0.9;
}

.ads-hero .hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 18px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1.25rem;
    backdrop-filter: blur(8px);
}

.ads-hero .hero-badge .dot {
    width: 8px;
    height: 8px;
    background: #25D366;
    border-radius: 50%;
    animation: dotPulse 2s ease-in-out infinite;
}

@keyframes dotPulse {
    0%, 100% { opacity: 1; box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5); }
    50% { opacity: 0.8; box-shadow: 0 0 0 6px rgba(37, 211, 102, 0); }
}

/* Hero Stats */
.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.hero-stat-item {
    text-align: center;
}

.hero-stat-item .stat-number {
    display: block;
    font-size: 1.75rem;
    font-weight: 800;
    color: #fff;
}

.hero-stat-item .stat-label {
    font-size: 0.8rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Advantages Section */
.ads-advantages {
    padding: 4rem 0;
    background: #fff;
}

.advantage-card {
    background: #F8FAFC;
    border-radius: 16px;
    padding: 2rem;
    height: 100%;
    border: 1px solid #E2E8F0;
    transition: all 0.3s ease;
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
    border-color: #086AD8;
}

.advantage-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #086AD8 0%, #37C6FF 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}

.advantage-card h5 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #1a1a2e;
}

.advantage-card p {
    font-size: 0.9rem;
    color: #637E9F;
    margin: 0;
}

/* Form Section */
.ads-form-section {
    padding: 4rem 0;
    background: #F0F4F8;
}

.form-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(8, 106, 216, 0.1);
}

.form-wrapper h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.form-wrapper .form-subtitle {
    color: #637E9F;
    margin-bottom: 1.5rem;
}

.form-embed-container {
    min-height: 508px;
    border-radius: 12px;
    overflow: hidden;
}

/* Testimonials Section */
.ads-testimonials {
    padding: 4rem 0;
    background: #fff;
}

.ads-testimonials .section-title {
    margin-bottom: 2.5rem;
}

.testimonial-highlight {
    background: linear-gradient(135deg, #f8f9fa 0%, #e8f4fd 100%);
    border-radius: 16px;
    padding: 2rem;
    border: 1px solid rgba(8, 106, 216, 0.1);
    height: 100%;
}

.testimonial-highlight .quote-icon {
    font-size: 2rem;
    color: #086AD8;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.testimonial-highlight p {
    font-size: 0.95rem;
    color: #4D4D4D;
    font-style: italic;
    line-height: 1.6;
}

.testimonial-highlight .reviewer-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 1rem;
}

.testimonial-highlight .reviewer-info img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-highlight .reviewer-info h6 {
    margin: 0;
    font-size: 0.95rem;
}

.testimonial-highlight .reviewer-info .stars {
    color: #F59E0B;
    font-size: 0.85rem;
}

/* Video Testimonials Section */
.ads-video-testimonials {
    padding: 4rem 0;
    background: #F0F4F8;
}

/* CTA Section */
.ads-cta {
    padding: 4rem 0;
    background: linear-gradient(135deg, #086AD8 0%, #37C6FF 100%);
    color: #fff;
    text-align: center;
}

.ads-cta h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.ads-cta p {
    opacity: 0.9;
    font-size: 1.1rem;
    margin-bottom: 2rem;
}

.ads-cta .btn-white {
    background: #fff;
    color: #086AD8;
    font-weight: 700;
    padding: 14px 36px;
    border-radius: 50px;
    border: none;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.ads-cta .btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

/* Trust Badges */
.trust-bar {
    padding: 1.5rem 0;
    background: #fff;
    border-bottom: 1px solid #E2E8F0;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #263238;
}

.trust-item svg {
    width: 20px;
    height: 20px;
    fill: #086AD8;
    flex-shrink: 0;
}

/* Channel-specific hero colors */
.hero-sms {
    background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}

.hero-whatsapp {
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
}

.hero-imessage {
    background: linear-gradient(135deg, #0A84FF 0%, #5856D6 100%);
}

/* Book a Call specific */
.calendar-section {
    padding: 4rem 0;
    background: #F0F4F8;
}

.calendar-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(8, 106, 216, 0.1);
}

.calendar-embed {
    min-height: 700px;
    border-radius: 12px;
    overflow: hidden;
}

/* How It Works */
.how-it-works-step {
    text-align: center;
    padding: 1.5rem;
}

.step-number {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #086AD8 0%, #37C6FF 100%);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 auto 1rem;
}

.how-it-works-step h6 {
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.how-it-works-step p {
    font-size: 0.9rem;
    color: #637E9F;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .ads-hero h1 {
        font-size: 2rem;
    }

    .ads-hero {
        padding: 3rem 0 2.5rem;
    }

    .hero-stats {
        gap: 1.5rem;
    }

    .form-wrapper {
        padding: 1.5rem;
    }

    .ads-cta h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .ads-hero h1 {
        font-size: 1.65rem;
    }

    .hero-stats {
        gap: 1rem;
    }

    .hero-stat-item .stat-number {
        font-size: 1.35rem;
    }
}
