﻿/* Growvo Landing Page - Mobile First Responsive */

:root {
    --lp-primary: #8b5cf6;
    --lp-secondary: #3b82f6;
    --lp-accent: #f472b6;
    --lp-green: #4ade80;
    --lp-bg: #0a0a0f;
    --lp-text-reading: #e2e8f0;
}

/* ========================================
   GLOBAL RESET & WRAPPER
   ======================================== */
* {
    box-sizing: border-box;
}

.main-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    max-width: 100vw;
}

/* ========================================
   MOBILE FIRST BASE STYLES (320px+)
   ======================================== */

/* Base Spacing & Layout - MOBILE */
.lp-section {
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.lp-section:nth-child(even) {
    background: rgba(255, 255, 255, 0.02);
}

/* Typography - MOBILE */
.lp-headline {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.section-title {
    font-size: 1.5rem !important;
    margin-bottom: 16px !important;
    font-weight: 700;
    line-height: 1.3;
}

.lp-subheadline {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--lp-text-reading);
    margin-bottom: 24px;
    max-width: 100%;
    font-weight: 400;
}

.section-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-text-muted);
    margin-bottom: 24px;
    max-width: 100%;
    font-weight: 400;
}

p {
    line-height: 1.7;
}

.lp-highlight {
    color: var(--lp-primary);
    position: relative;
    display: inline-block;
}

/* Glass Effect Utilities */
.glass-card,
.glass {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
}

/* Buttons - MOBILE */
.btn {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    font-family: inherit;
    font-size: 0.95rem;
    text-align: center;
    width: 100%;
}

.btn-primary {
    background: var(--lp-primary);
    color: white;
    box-shadow: 0 4px 15px rgba(139, 92, 246, 0.4);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.5);
    background: #7c3aed;
}

.btn-soft {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--color-text-muted);
}

.btn-soft:hover {
    background: rgba(255, 255, 255, 0.1);
    color: white;
}

.btn-lg {
    padding: 16px 24px;
    font-size: 1rem;
    letter-spacing: 0.5px;
}

/* Hero Actions - MOBILE (Stack Vertical) */
.hero-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 24px;
    width: 100%;
}

.hero-visual {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

/* Hero Container - MOBILE (Single Column) */
.hero-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.hero-content {
    text-align: center;
}

/* Cards & Benefits - MOBILE */
.lp-benefits-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
}

.benefit-card {
    padding: 24px;
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.03) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: center;
}

.benefit-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-weight: 600;
}

.benefit-card p {
    font-size: 1rem;
    color: var(--color-text-muted);
}

.benefit-card:hover {
    transform: translateY(-4px);
    border-color: var(--lp-primary);
    box-shadow: 0 20px 40px -15px rgba(139, 92, 246, 0.15);
}

.benefit-icon {
    font-size: 2.5rem;
    display: block;
    margin-bottom: 16px;
}

/* Pain Section */
.pain-section {
    background: linear-gradient(180deg, rgba(239, 68, 68, 0.05) 0%, rgba(10, 10, 15, 0) 100%);
}

/* Grid - MOBILE (Single Column) */
.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

/* Form Styles - MOBILE */
.form-container {
    max-width: 100%;
    margin: 32px auto 0;
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.form-group {
    margin-bottom: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--color-text-muted);
}

.form-control {
    width: 100%;
    padding: 14px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: white;
    font-family: inherit;
    transition: all 0.3s ease;
    font-size: 16px;
    /* Prevent iOS zoom */
}

.form-control:focus {
    outline: none;
    border-color: var(--lp-primary);
    box-shadow: 0 0 10px rgba(139, 92, 246, 0.3);
}

.form-submit {
    width: 100%;
    padding: 16px;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 16px;
}

/* Testimonials - MOBILE */
.testimonials-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.testimonial-card {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border-left: 4px solid var(--lp-primary);
}

/* FAQ - MOBILE */
.faq-container {
    max-width: 100%;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 12px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
}

.faq-question {
    padding: 16px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s ease;
    font-size: 0.95rem;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-answer {
    padding: 0 16px 16px;
    color: var(--color-text-muted);
    display: none;
    font-size: 0.9rem;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    display: block;
}

/* Animations */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.float-anim {
    animation: float 3s ease-in-out infinite;
}

/* Sticky CTA Mobile */
.sticky-cta-mobile {
    position: fixed;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2000;
    display: block;
    animation: slideUp 0.5s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.sticky-cta-mobile .btn {
    width: 100%;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.5);
    padding: 16px;
}

/* Filter Groups - MOBILE (Stack) */
.filter-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
}

.filter-card {
    padding: 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.filter-card h3 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.1rem;
}

.filter-list {
    list-style: none;
    padding: 0;
}

.filter-list li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.is-for {
    border-top: 4px solid var(--lp-green);
}

.not-for {
    border-top: 4px solid #ef4444;
    opacity: 0.8;
}

/* WhatsApp Chat Demo - MOBILE */
.chat-demo {
    max-width: 100%;
    margin: 0 auto;
    background: #0b141a;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    font-family: 'Inter', sans-serif;
}

.chat-content {
    display: flex;
    flex-direction: column;
}

.chat-bubble {
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.5;
    position: relative;
    max-width: 85%;
}

.chat-bubble.ia {
    background: #202c33;
    color: #e9edef;
    align-self: flex-start;
    border-top-left-radius: 4px;
    margin-right: auto;
}

.chat-bubble.lead {
    background: #005c4b;
    color: #e9edef;
    align-self: flex-end;
    border-top-right-radius: 4px;
    margin-left: auto;
}

.chat-time {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
    text-align: right;
    margin-top: 4px;
}

/* Pricing Cards - MOBILE */
.pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 40px;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card.featured {
    background: rgba(139, 92, 246, 0.05);
    border-color: var(--lp-primary);
    box-shadow: 0 0 40px rgba(139, 92, 246, 0.1);
}

.pricing-card h3 {
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.price-tag {
    font-size: 2rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    margin: 16px 0;
    color: #fff;
}

.price-period {
    font-size: 0.9rem;
    font-weight: 400;
    color: var(--color-text-muted);
    margin-bottom: 8px;
}

.pricing-features {
    list-style: none;
    margin: 24px 0;
    flex-grow: 1;
    padding: 0;
}

.pricing-features li {
    margin-bottom: 10px;
    display: flex;
    gap: 8px;
    font-size: 0.95rem;
    color: var(--lp-text-reading);
    align-items: flex-start;
}

.badge-popular {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--lp-primary);
    color: white;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Timeline - MOBILE */
.timeline-container {
    position: relative;
    max-width: 100%;
    margin: 40px auto 0;
}

.timeline-item {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    position: relative;
}

.timeline-marker {
    width: 36px;
    height: 36px;
    background: var(--lp-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    z-index: 2;
    flex-shrink: 0;
    font-size: 0.9rem;
}

.timeline-line {
    position: absolute;
    left: 18px;
    top: 36px;
    bottom: -32px;
    width: 2px;
    background: rgba(139, 92, 246, 0.3);
    z-index: 1;
}

.timeline-content {
    flex: 1;
}

.timeline-content h4 {
    font-size: 1.1rem;
    margin-bottom: 12px;
}

.timeline-content ul {
    font-size: 0.9rem;
}

.timeline-content li {
    line-height: 1.6;
}

/* Badge New */
.badge-new {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    background: rgba(139, 92, 246, 0.1);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 12px;
    font-size: 0.8rem;
    color: var(--lp-primary);
    margin-bottom: 16px;
}

.badge-dot {
    width: 6px;
    height: 6px;
    background-color: var(--lp-primary);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--lp-primary);
}

/* Text Center */
.text-center {
    text-align: center;
}

.section-header {
    margin-bottom: 32px;
}

/* ========================================
   TABLET STYLES (768px+)
   ======================================== */

@media (min-width: 768px) {
    .lp-section {
        padding: 60px 0;
    }

    .container {
        padding: 0 24px;
    }

    .lp-headline {
        font-size: 2.5rem;
        margin-bottom: 24px;
    }

    .section-title {
        font-size: 2rem !important;
        margin-bottom: 20px !important;
    }

    .lp-subheadline {
        font-size: 1.125rem;
        margin-bottom: 32px;
        max-width: 700px;
    }

    .section-subtitle {
        font-size: 1.125rem;
        margin-bottom: 32px;
        max-width: 700px;
    }

    .btn {
        width: auto;
        padding: 14px 28px;
        font-size: 1rem;
    }

    .btn-lg {
        padding: 18px 36px;
        font-size: 1.1rem;
    }

    /* Hero Actions - Side by Side on Tablet */
    .hero-actions {
        flex-direction: row;
        gap: 16px;
        justify-content: center;
    }

    .lp-benefits-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 32px;
        margin-top: 60px;
    }

    .benefit-card {
        padding: 32px;
    }

    .benefit-card h3 {
        font-size: 1.4rem;
    }

    .benefit-card p {
        font-size: 1.05rem;
    }

    .grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 24px;
    }

    .form-container {
        max-width: 600px;
        padding: 32px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 24px;
    }

    .testimonial-card {
        padding: 28px;
    }

    .faq-container {
        max-width: 800px;
    }

    .faq-question {
        padding: 20px;
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 20px 20px;
        font-size: 1rem;
    }

    .filter-grid {
        grid-template-columns: 1fr 1fr;
        gap: 24px;
        margin-top: 40px;
    }

    .filter-card {
        padding: 32px;
    }

    .filter-card h3 {
        font-size: 1.2rem;
    }

    .filter-list li {
        font-size: 1rem;
    }

    .chat-demo {
        max-width: 480px;
        padding: 20px;
    }

    .chat-bubble {
        font-size: 0.95rem;
    }

    .pricing-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 28px;
        margin-top: 50px;
    }

    .pricing-card {
        padding: 36px;
    }

    .pricing-card h3 {
        font-size: 1.6rem;
    }

    .price-tag {
        font-size: 2.3rem;
    }

    .pricing-features li {
        font-size: 1rem;
    }

    .timeline-container {
        max-width: 800px;
        margin: 50px auto 0;
    }

    .timeline-item {
        gap: 20px;
        margin-bottom: 40px;
    }

    .timeline-marker {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .timeline-line {
        left: 20px;
        top: 40px;
        bottom: -40px;
    }

    .timeline-content h4 {
        font-size: 1.25rem;
    }

    .timeline-content ul {
        font-size: 1rem;
    }

    .section-header {
        margin-bottom: 48px;
    }

    .sticky-cta-mobile {
        display: none;
    }
}

/* ========================================
   DESKTOP STYLES (1024px+)
   ======================================== */

@media (min-width: 1024px) {
    .lp-section {
        padding: 80px 0;
    }

    .lp-headline {
        font-size: 3.5rem;
        margin-bottom: 32px;
    }

    .section-title {
        font-size: 2.5rem !important;
        margin-bottom: 24px !important;
    }

    .lp-subheadline {
        font-size: 1.25rem;
        margin-bottom: 40px;
        max-width: 760px;
    }

    .section-subtitle {
        font-size: 1.25rem;
        margin-bottom: 40px;
        max-width: 760px;
    }

    /* Hero Container - 2 Columns on Desktop */
    .hero-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .hero-content {
        text-align: left;
    }

    .hero-actions {
        justify-content: flex-start;
        gap: 20px;
    }

    .hero-visual {
        margin-top: 0;
    }

    .lp-benefits-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        margin-top: 80px;
    }

    .benefit-card {
        padding: 40px;
        text-align: left;
    }

    .benefit-card h3 {
        font-size: 1.5rem;
    }

    .benefit-card p {
        font-size: 1.125rem;
    }

    /* Specific 2-column grid for demo section */
    .grid[style*="grid-template-columns: 2fr 1fr"] {
        grid-template-columns: 2fr 1fr !important;
    }

    .form-container {
        padding: 40px;
    }

    .pricing-card.featured {
        transform: scale(1.05);
        z-index: 2;
    }

    .section-header {
        margin-bottom: 60px;
    }
}

/* ========================================
   LARGE DESKTOP STYLES (1280px+)
   ======================================== */

@media (min-width: 1280px) {
    .lp-section {
        padding: 100px 0;
    }

    .lp-headline {
        font-size: 4rem;
    }

    .section-title {
        font-size: 3rem !important;
    }
}

/* ========================================
   UTILITY OVERRIDES FOR INLINE STYLES
   ======================================== */

/* Ensure mobile responsiveness for inline-styled elements */
@media (max-width: 767px) {

    /* Hero micro-proofs */
    div[style*="display: flex"][style*="gap: 10px"] {
        font-size: 0.8rem !important;
        gap: 8px !important;
        flex-wrap: wrap;
    }

    /* Section headers with inline max-width */
    h2[style*="max-width"] {
        max-width: 100% !important;
    }

    /* Subheadlines with inline styles */
    p[style*="max-width: 600px"] {
        max-width: 100% !important;
    }

    /* Timeline content padding */
    .glass-card[style*="padding: 25px"] {
        padding: 20px !important;
    }

    /* List items with flex */
    li[style*="display: flex"] {
        font-size: 0.95rem !important;
    }

    /* Headline in CTA section */
    h2.lp-headline[style*="font-size: 3rem"] {
        font-size: 2rem !important;
    }
}/* ========================================
   CLEAN UP UTILITIES (Replacing Inlines)
   ======================================== */

/* Hero Benefits Line */
.hero-benefits-line {
    display: flex;
    gap: 8px;
    margin-bottom: 30px;
    font-size: 0.8rem;
    color: #fff;
    font-weight: 500;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; /* Mobile First: Centered */
}

@media (min-width: 1024px) {
    .hero-benefits-line {
        justify-content: flex-start;
        font-size: 0.9rem;
        gap: 10px;
    }
}

/* Hero Micro Proofs */
.hero-micro-proofs {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: flex;
    gap: 15px;
    align-items: center;
    color: var(--color-text-muted);
    font-size: 0.8rem;
    flex-wrap: wrap;
    justify-content: center; /* Mobile First */
}

@media (min-width: 1024px) {
    .hero-micro-proofs {
        justify-content: flex-start;
        gap: 20px;
        font-size: 0.85rem;
    }
}

/* Pain Grid */
.pain-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
}

.pain-card {
    padding: 25px;
    border-color: rgba(239,68,68,0.2);
}

@media (min-width: 768px) {
    .pain-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        margin-top: 50px;
    }
    .pain-card {
        padding: 30px;
    }
}

.pain-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

/* Demo Section Classes */
.demo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    align-items: center;
}

@media (min-width: 1024px) {
    .demo-grid {
        grid-template-columns: 2fr 1fr;
        gap: 60px;
    }
    .text-left-desktop {
        text-align: left;
    }
}

.demo-list {
    list-style: none;
    padding: 0;
}

.demo-list li {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
    font-size: 1rem;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .demo-list li {
        font-size: 1.1rem;
    }
}

.check-icon {
    min-width: 24px;
    display: inline-block;
}

/* CTA Section */
.cta-header-wrapper {
    margin-bottom: 30px;
}

.cta-headline {
    font-size: 2rem;
}

.cta-subheadline {
    margin: 0 auto;
    max-width: 100%;
}

@media (min-width: 768px) {
    .cta-header-wrapper {
        margin-bottom: 40px;
    }
    .cta-headline {
        font-size: 3rem;
    }
    .cta-subheadline {
        max-width: 600px;
    }
}

/* Form Embed Styles */
.embed-form-container {
    padding: 10px;
    overflow: hidden;
}

.embed-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 15px;
    min-height: 767px;
}

/* Utility Classes */
.header-max-width {
    max-width: 100%;
    margin: 0 auto 20px;
}

.text-danger {
    color: #ef4444 !important;
}

.text-muted {
    color: var(--color-text-muted) !important;
}

@media (min-width: 768px) {
    .header-max-width {
        max-width: 800px;
    }
}

/* Ajustes Finos Mobile (Solicitação Final) */

/* 1. Dashboard Ao Vivo na mesma linha (ou melhor diagramado) */
@media (max-width: 400px) {
    .hero-benefits-line {
        font-size: 0.65rem !important; /* Reduz fonte para caber */
        gap: 4px !important; /* Reduz gap */
    }
}

/* 2. Sticky CTA Menor e sem sobrepor WhatsApp */
.sticky-cta-mobile {
    left: 20px !important;       /* Fixado na esquerda */
    right: auto !important;      /* Nao ocupa toda largura */
    bottom: 20px !important;
    width: auto !important;
    z-index: 1000 !important;    /* Menor que o widget do whats normalmente */
}

.sticky-cta-mobile .btn {
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
    border-radius: 50px !important; /* Estilo pill arredondado */
    width: auto !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3) !important;
}

/* ========================================
   PREMIUM ANIMATIONS & AESTHETICS
   ======================================== */

/* 1. Scroll Reveal Animation Logic */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.5, 0, 0, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

/* Staggered delays for children */
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }

/* 2. Premium Card Hover Glow */
.glass-card {
    transition: transform 0.4s ease, border-color 0.4s ease, box-shadow 0.4s ease;
}

.glass-card:hover, .benefit-card:hover, .pricing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(139, 92, 246, 0.4);
    box-shadow: 0 15px 40px -10px rgba(139, 92, 246, 0.15), inset 0 0 20px rgba(139, 92, 246, 0.05);
}

/* 3. Text Gradient Shine Animation */
@keyframes shine {
    to { background-position: 200% center; }
}

.text-gradient-animated {
    background: linear-gradient(to right, #8b5cf6, #3b82f6, #f472b6, #8b5cf6);
    background-size: 200% auto;
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    animation: shine 5s linear infinite;
    font-weight: 800;
}

/* 4. Background Ambience (Blobs) */
.ambient-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    z-index: -1;
    opacity: 0.4;
    animation: floatBlob 10s infinite ease-in-out alternate;
}

@keyframes floatBlob {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(30px, -30px) scale(1.1); }
}
/* ========================================
   MOBILE OVERFLOW FIX
   ======================================== */

/* Prevent horizontal scroll on mobile */
html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
}

/* Constrain ambient blobs to viewport on mobile */
@media (max-width: 767px) {
    .ambient-blob {
        display: none !important; /* Hide blobs on mobile to prevent overflow */
    }
}

@media (min-width: 768px) {
    .ambient-blob {
        max-width: 100vw;
        overflow: hidden;
    }
}

/* ========================================
   STICKY CTA MOBILE - IMPROVED POSITIONING
   ======================================== */

/* Override earlier sticky-cta-mobile styles for better WhatsApp coexistence */
@media (max-width: 767px) {
    .sticky-cta-mobile {
        left: 16px !important;
        right: auto !important;
        bottom: 30px !important; /* Align with WhatsApp icon, below the bubble */
        width: auto !important;
        z-index: 999 !important; /* Lower than WhatsApp widget */
    }
    
    .sticky-cta-mobile .btn {
        padding: 12px 24px !important;
        font-size: 0.9rem !important;
        border-radius: 50px !important;
        width: auto !important;
        box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4) !important;
    }
}

/* Hide sticky CTA on very small screens to avoid clutter */
@media (max-width: 320px) {
    .sticky-cta-mobile {
        display: none !important;
    }
}

