.elementor-124 .elementor-element.elementor-element-049bf26{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-around;}.elementor-124 .elementor-element.elementor-element-3ce411d{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--padding-top:8vw;--padding-bottom:8vw;--padding-left:8vw;--padding-right:8vw;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-124 .elementor-element.elementor-element-07bbe43{text-align:center;}.elementor-124 .elementor-element.elementor-element-07bbe43 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:18px;font-weight:600;color:#0F172A;}.elementor-124 .elementor-element.elementor-element-34898ac{text-align:center;}.elementor-124 .elementor-element.elementor-element-34898ac .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-weight:600;color:#0F172A;}.elementor-124 .elementor-element.elementor-element-7719df2{padding:2vw 0vw 2vw 0vw;}.elementor-124 .elementor-element.elementor-element-b3a8bb9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-124 .elementor-element.elementor-element-4dc27a7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:4rem;--padding-bottom:2rem;--padding-left:0rem;--padding-right:0rem;}.elementor-124 .elementor-element.elementor-element-abbab07{text-align:center;}.elementor-124 .elementor-element.elementor-element-abbab07 .elementor-heading-title{color:#0F172A;}.elementor-124 .elementor-element.elementor-element-dc4ec34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-8d952b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:4em;--padding-bottom:2em;--padding-left:0em;--padding-right:0em;}.elementor-124 .elementor-element.elementor-element-648f584{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-124 .elementor-element.elementor-element-d4bb945{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-165ae67{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-124 .elementor-element.elementor-element-bf203e6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-67dc74b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-124 .elementor-element.elementor-element-cd69c90{margin:0% 0% calc(var(--kit-widget-spacing, 0px) + 0%) 0%;padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-124 .elementor-element.elementor-element-34898ac .elementor-heading-title{font-size:2rem;}}/* Start custom CSS for html, class: .elementor-element-cf52179 *//* Pain Points - News Style */
.pain-section {
    padding: 2rem 0;
    background: var(--bg-subtle);
}

.news-ticker {
    display: flex;
    gap: 2rem;
    overflow: hidden;
    margin-bottom: 5rem;
    mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.news-item {
    flex-shrink: 0;
    padding: 1.5rem 2.5rem;
    background: var(--white);
    border-radius: 20px;
    border: 1px solid var(--border);
    font-weight: 700;
    color: #EF4444;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: scrollTicker 30s linear infinite;
}

@keyframes scrollTicker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7db0937 */.iphone-14-pro {
    position: relative;
    width: 300px; /* Scaled down for the landing page */
    height: 608px;
    margin: 0 auto;
    z-index: 1;
}

.iphone-14-pro .device-frame {
    background: #010101;
    border: 1px solid #1b1721;
    border-radius: 48px;
    box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 4px #342c3f, 0 20px 50px rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    padding: 12px;
    position: relative;
    z-index: 2;
}

.iphone-14-pro .device-screen {
    background: #ECE5DD; /* WhatsApp Background */
    border-radius: 36px;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
}

.iphone-14-pro .device-header {
    background: #010101;
    border-radius: 20px;
    height: 24px;
    left: 50%;
    margin-left: -45px;
    position: absolute;
    top: 20px;
    width: 90px;
    z-index: 10;
}

/* Dynamic Island Sensors */
.iphone-14-pro .device-sensors::after {
    content: "";
    position: absolute;
    background: #010101;
    border-radius: 17px;
    height: 22px;
    left: 50%;
    margin-left: -45px;
    top: 21px;
    width: 55px;
    z-index: 11;
}

.iphone-14-pro .device-sensors::before {
    content: "";
    position: absolute;
    background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
    height: 7px;
    left: 50%;
    margin-left: 25px;
    top: 28px;
    width: 7px;
    z-index: 12;
}

.iphone-14-pro .device-btns {
    background: #1b1721;
    border-radius: 2px;
    height: 22px;
    left: -2px;
    position: absolute;
    top: 80px;
    width: 3px;
}

.iphone-14-pro .device-btns::after,
.iphone-14-pro .device-btns::before {
    background: #1b1721;
    border-radius: 2px;
    content: "";
    height: 42px;
    left: 0;
    position: absolute;
    width: 3px;
}

.iphone-14-pro .device-btns::after { top: 40px; }
.iphone-14-pro .device-btns::before { top: 95px; }

.iphone-14-pro .device-power {
    background: #1b1721;
    border-radius: 2px;
    height: 70px;
    position: absolute;
    right: -2px;
    top: 140px;
    width: 3px;
}

/* WhatsApp Interface Adjustments for the new frame */
.iphone-14-pro .whatsapp-header {
    padding: 35px 16px 10px; /* Extra top padding for the notch/island */
    background: #075E54;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
}

.iphone-14-pro .wa-avatar {
    width: 32px;
    height: 32px;
    font-size: 1rem;
}

.iphone-14-pro .wa-name {
    font-size: 0.85rem;
}

.iphone-14-pro .wa-status {
    font-size: 0.65rem;
}

.iphone-14-pro .whatsapp-input {
    padding: 10px;
    background: #f0f0f0;
}

.iphone-14-pro .whatsapp-input input {
    padding: 8px 12px;
    border-radius: 20px;
}

/* Home Indicator */
.iphone-14-pro .device-home-indicator {
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    z-index: 10;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b31e06 */.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2.5rem;
    margin-top: 4rem;
}

.step-card {
    padding: 3rem 2rem;
    background: white;
    border-radius: 32px;
    border: 1px solid #00FF88;
    transition: #00FF88;
}

.step-card:hover {
    border-color: #00FF88;
    transform: translateY(-10px);
    box-shadow: #00FF88;
}

.step-icon {
    width: 64px;
    height: 64px;
    background: white;
    color: #00FF88;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 2rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31fcbba */.pricing-section {
    padding: 10rem 0;
    color: white;
    border-radius: 60px 60px 0 0;
    background: #0F172A;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 4rem auto 0;
}

.price-card {
    padding: 4rem 3rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 40px;
    transition: #0F172A;
}

.price-card.featured {
    background: white;
    color: #0F172A;
    transform: scale(1.05);
}

.price-card.featured h3 {
    color: #0F172A;
}

.price-card h3 { 
    margin-bottom: 0.5rem; 
    color: white;
}

.price-card .amount { font-size: 3.5rem; font-weight: 800; margin: 1.5rem 0; }
.price-card .amount span { font-size: 1.2rem; opacity: 0.6; }


.feature-list {
    margin: 2.5rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-weight: 500;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dc4aef2 */.faq-section {
    padding: 120px 0;
    background: var(--white);
}

.faq-container {
    max-width: 800px;
    margin: 60px auto 0;
    display: grid;
    gap: 1.5rem;
}

.faq-item {
    border: 1px solid var(--gray);
    border-radius: 12px;
    overflow: hidden;
    transition: var(--transition);
    animation: fadeInUp 0.8s ease-out;
}

.faq-item:hover {
    border-color: var(--primary);
    box-shadow: 0 8px 24px rgba(0, 209, 102, 0.1);
}

.faq-question {
    width: 100%;
    padding: 1.5rem;
    background: var(--white);
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text);
    font-family: 'Poppins', sans-serif;
    transition: var(--transition);
}

.faq-question:hover {
    background: var(--light);
    color: var(--primary);
}

.faq-question i {
    font-size: 1.2rem;
    transition: var(--transition);
    color: var(--primary);
    flex-shrink: 0;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    background: var(--light);
}

.faq-item.active .faq-answer {
    max-height: 500px;
}

.faq-answer p {
    padding: 0 1.5rem 1.5rem;
    font-size: 1rem;
    color: var(--text-light);
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 768px) {
    .testimonials-section {
        padding: 80px 0;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .results-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .results-showcase {
        margin-top: 60px;
        padding-top: 60px;
    }

    .results-showcase h3 {
        font-size: 1.5rem;
    }

    .faq-section {
        padding: 80px 0;
    }

    .faq-container {
        gap: 1rem;
    }

    .faq-question {
        padding: 1.25rem;
        font-size: 1rem;
    }

    .faq-answer p {
        padding: 0 1.25rem 1.25rem;
        font-size: 0.95rem;
    }

    .video-placeholder i {
        font-size: 2.5rem;
    }

    .result-image-placeholder i {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS */:root {
    --primary: #00D166;
    --primary-light: #00FF88;
    --primary-dark: #00A84A;
    --secondary: #00E878;
    --accent: #FF6B6B;
    --glass: rgba(255, 255, 255, 0.7);
    --glass-border: rgba(255, 255, 255, 0.3);
    
    --white: #FFFFFF;
    --light: #F5F7FA;
    --gray: #E8EEF5;
    --dark-gray: #64748B;
    --text: #0F172A;
    --text-light: #475569;
    
    --dark-bg: #0A0F1E;
    --dark-card: #1E293B;
    
    --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 12px 24px rgba(0, 0, 0, 0.12);
    --shadow-lg: 0 24px 48px rgba(0, 0, 0, 0.16);
    --shadow-glow: 0 0 40px rgba(0, 209, 102, 0.25);
    
    --transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

h1 { font-size: clamp(2.5rem, 6vw, 4.5rem); }
h2 { font-size: clamp(2rem, 5vw, 3.5rem); }
h3 { font-size: clamp(1.25rem, 3vw, 1.75rem); }

p { font-size: 1.05rem; color: var(--text-light); }

.container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width: 768px) {
    .container { padding: 0 1.5rem; }
}

/* ========================================
   BUTTONS
   ======================================== */

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    border: none;
    transition: var(--transition);
    text-decoration: none;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    box-shadow: 0 12px 32px rgba(0, 209, 102, 0.3);
}

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-glow);
}

.btn-outline {
    background: var(--white);
    color: var(--text);
    border: 2px solid var(--gray);
}

.btn-outline:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.btn-sm { padding: 0.75rem 1.5rem; font-size: 0.9rem; }
.btn-lg { padding: 1.25rem 3rem; font-size: 1.15rem; }

/* ========================================
   HEADER
   ======================================== */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 0;
    transition: var(--transition);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: var(--shadow-md);
    padding: 0.75rem 0;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.3rem;
    font-weight: 900;
    color: var(--text);
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

.logo svg { color: var(--primary); }
.logo.light { color: var(--white); }
.logo.light svg { color: var(--secondary); }

.nav-menu {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

@media (max-width: 768px) {
    .nav-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 1rem;
        padding: 2rem;
        background: var(--white);
        border-bottom: 1px solid var(--gray);
    }
    .nav-menu.active { display: flex; }
}

.nav-link {
    font-weight: 600;
    color: var(--text-light);
    text-decoration: none;
    transition: var(--transition);
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary);
    transition: width var(--transition);
}

.nav-link:hover {
    color: var(--primary);
}

.nav-link:hover::after {
    width: 100%;
}

.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

@media (max-width: 768px) {
    .menu-toggle { display: flex; }
}

.menu-toggle span {
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: var(--transition);
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(10px, 10px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
    padding: 140px 0 60px;
    background: linear-gradient(135deg, var(--white) 0%, var(--light) 100%);
    position: relative;
    overflow: hidden;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    background: rgba(0, 209, 102, 0.1);
    color: var(--primary);
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(0, 209, 102, 0.2);
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.hero-title {
    color: var(--text);
    margin-bottom: 1.5rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    max-width: 700px;
    margin: 0 auto 3rem;
}

.vsl-container {
    max-width: 960px;
    margin: 0 auto 3rem;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    aspect-ratio: 16/9;
    animation: slideUp 0.8s ease-out 0.2s both;
}

.hero-cta {
    animation: slideUp 0.8s ease-out 0.4s both;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========================================
   SOCIAL PROOF
   ======================================== */

.social-proof {
    padding: 3rem 0;
    background: var(--white);
    text-align: center;
}

.proof-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.avatars {
    display: flex;
    gap: -0.75rem;
}

.avatar {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-left: -0.75rem;
    border: 3px solid var(--white);
    box-shadow: var(--shadow-sm);
}

.avatar:first-child {
    margin-left: 0;
}

.proof-text {
    font-size: 1.1rem;
    color: var(--text);
}

.rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.star { font-size: 1.2rem; }

.rating-text {
    color: var(--text-light);
    font-size: 0.95rem;
}

/* ========================================
   FEATURES SECTION
   ======================================== */

.features-section {
    padding: 80px 0 60px;
    background: var(--white);
    position: relative;
}

.section-title {
    font-size: clamp(2rem, 5vw, 3.5rem);
    text-align: center;
    margin-bottom: 3rem;
    color: var(--text);
}

.section-subtitle {
    font-size: 1.15rem;
    text-align: center;
    color: var(--text-light);
    margin-bottom: 2rem;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.feature-card {
    padding: 2.5rem 2rem;
    background: var(--white);
    border: 1px solid var(--gray);
    border-radius: 24px;
    text-align: center;
    transition: var(--transition);
    animation: slideUp 0.6s ease-out;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.feature-card:hover {
    border-color: var(--primary);
    transform: translateY(-12px);
    box-shadow: var(--shadow-lg);
}

.feature-icon {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.feature-card h3 {
    margin-bottom: 1rem;
    color: var(--text);
}

.feature-card p {
    font-size: 0.95rem;
}

/* ========================================
   HOW IT WORKS - PHONE SIMULATORS
   ======================================== */

.how-works {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, var(--light) 0%, var(--white) 100%);
    position: relative;
}

.how-works-header {
    text-align: center;
    margin-bottom: 4rem;
}

.phones-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 3rem;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
}

@media (max-width: 768px) {
    .phones-container {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

.phone-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    animation: slideUp 0.8s ease-out;
}

/* ========================================
   PHONE DEVICE STYLING
   ======================================== */

.phone-device {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 9/19.5;
    background: #000;
    border-radius: 40px;
    padding: 10px;
    box-shadow: 
        0 0 0 8px #000,
        0 20px 60px rgba(0, 0, 0, 0.4),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.phone-notch {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    height: 28px;
    background: #000;
    border-radius: 0 0 20px 20px;
    z-index: 20;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: #ECE5DD;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}

/* ========================================
   WHATSAPP INTERFACE
   ======================================== */

.whatsapp-header {
    background: linear-gradient(135deg, #075E54 0%, #128C7E 100%);
    padding: 12px 16px;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.wa-back {
    cursor: pointer;
    font-size: 1.2rem;
}

.wa-contact {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.wa-avatar {
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--primary), var(--secondary));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.wa-contact > div {
    flex: 1;
}

.wa-name {
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1;
}

.wa-status {
    font-size: 0.75rem;
    opacity: 0.8;
    margin-top: 2px;
}

.wa-menu {
    display: flex;
    gap: 1rem;
    font-size: 1.1rem;
}

.whatsapp-body {
    flex: 1;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    overflow-y: auto;
    overflow-x: hidden;
    background: #ECE5DD;
}

.whatsapp-body::-webkit-scrollbar {
    width: 4px;
}

.whatsapp-body::-webkit-scrollbar-track {
    background: transparent;
}

.whatsapp-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

.wa-msg {
    max-width: 85%;
    padding: 0.75rem 1rem;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    opacity: 0;
    animation: msgSlide 0.4s ease-out forwards;
    word-wrap: break-word;
}

@keyframes msgSlide {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.wa-msg.sent {
    align-self: flex-end;
    background: #DCF8C6;
    color: #000;
    border-bottom-right-radius: 4px;
}

.wa-msg.received {
    align-self: flex-start;
    background: var(--white);
    color: #000;
    border-bottom-left-radius: 4px;
}

.whatsapp-input {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: #ECE5DD;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.whatsapp-input i {
    color: var(--primary);
    font-size: 1.2rem;
    cursor: pointer;
}

.whatsapp-input input {
    flex: 1;
    border: none;
    background: var(--white);
    padding: 0.75rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
    outline: none;
}

.phone-home {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 4px;
    background: #000;
    border-radius: 2px;
    z-index: 20;
}

.phone-label {
    margin-top: 1.5rem;
    font-weight: 700;
    color: var(--text);
    font-size: 0.95rem;
    text-align: center;
}

/* ========================================
   STATS SECTION
   ======================================== */

.stats-section {
    padding: 80px 0 60px;
    background: var(--white);
    position: relative;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.stat-card {
    padding: 2.5rem;
    background: linear-gradient(135deg, var(--light) 0%, var(--gray) 100%);
    border-radius: 16px;
    text-align: center;
    border: 1px solid var(--gray);
    transition: var(--transition);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
}

.stat-number {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
}

.stat-suffix {
    font-size: 1.5rem;
    color: var(--primary);
}

.stat-label {
    font-size: 0.95rem;
    color: var(--text-light);
    margin-top: 0.5rem;
    font-weight: 600;
}

/* ========================================
   PRICING SECTION
   ======================================== */

.pricing-section {
    padding: 80px 0 60px;
    background: linear-gradient(135deg, var(--dark-bg) 0%, #1a2332 100%);
    color: var(--white);
    position: relative;
}

.pricing-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title.light {
    color: var(--white);
}

.section-subtitle.light {
    color: rgba(255, 255, 255, 0.8);
}

.pricing-toggle {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
}

.toggle-btn {
    padding: 0.75rem 2rem;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    cursor: pointer;
    font-weight: 700;
    transition: var(--transition);
    font-family: 'Poppins', sans-serif;
}

.toggle-btn.active {
    background: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.save-badge {
    display: inline-block;
    background: var(--accent);
    color: var(--white);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    margin-left: 0.5rem;
    font-weight: 800;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.price-card {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    transition: var(--transition);
    position: relative;
    animation: slideUp 0.6s ease-out;
    backdrop-filter: blur(10px);
}

.price-card:hover {
    border-color: var(--primary);
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 209, 102, 0.2);
}

.price-card.featured {
    background: var(--white);
    color: var(--text);
    border-color: var(--primary);
    transform: scale(1.02);
}

.price-card.featured:hover {
    transform: scale(1.05) translateY(-12px);
}

.badge-popular {
    display: inline-block;
    background: var(--primary);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.85rem;
    margin-bottom: 1rem;
}

.price-card h3 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.plan-desc {
    font-size: 0.9rem;
    opacity: 0.7;
    margin-bottom: 1.5rem;
}

.price-display {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    margin: 1.5rem 0;
    font-weight: 800;
}

.currency {
    font-size: 1rem;
    opacity: 0.7;
}

.amount {
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
}

.period {
    font-size: 0.9rem;
    opacity: 0.6;
    font-weight: 500;
}

.features-list {
    list-style: none;
    margin: 2rem 0;
    text-align: left;
}

.features-list li {
    padding: 0.75rem 0;
    font-size: 0.95rem;
    color: inherit;
}

.price-card.featured .features-list li {
    color: var(--text-light);
}

.price-card .btn {
    width: 100%;
    margin-top: 1.5rem;
}

.pricing-guarantee {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.pricing-guarantee i {
    color: var(--primary);
    font-size: 1.3rem;
}

/* ========================================
   CTA SECTION
   ======================================== */

.cta-section {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
    color: var(--white);
    text-align: center;
}

.cta-section h2 {
    color: var(--white);
    margin-bottom: 1rem;
}

.cta-section p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-size: 1.1rem;
}

.cta-section .btn {
    background: var(--white);
    color: var(--primary);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.cta-section .btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
    padding: 4rem 0 2rem;
    background: var(--dark-bg);
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h4 {
    color: var(--white);
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.footer-section a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-bottom: 0.75rem;
    transition: var(--transition);
}

.footer-section a:hover {
    color: var(--primary);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.95rem;
}

.footer-bottom {
    text-align: center;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.9rem;
}

/* ========================================
   RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    .hero {
        padding: 100px 0 40px;
    }
    
    .price-card.featured {
        transform: scale(1);
    }
    
    .price-card.featured:hover {
        transform: translateY(-12px);
    }
    
    .phones-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 80px 0 30px;
    }
    
    h1 { font-size: 1.75rem; }
    h2 { font-size: 1.5rem; }
    
    .btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.95rem;
    }
    
    .phone-device {
        max-width: 260px;
    }
}/* End custom CSS */