.elementor-17 .elementor-element.elementor-element-7d2b631{--display:flex;}.elementor-17 .elementor-element.elementor-element-7d2b631.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-17 .elementor-element.elementor-element-db10e61{--display:flex;}.elementor-17 .elementor-element.elementor-element-975e395{--display:flex;}@media(min-width:768px){.elementor-17 .elementor-element.elementor-element-7d2b631{--width:100%;}}/* Start custom CSS */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        :root {
            --primary-purple: #8b5cf6;
            --dark-purple: #7c3aed;
            --light-purple: #ede9fe;
            --dark-bg: #0f172a;
            --card-bg: #1e293b;
            --dark-gray: #1f2937;
            --medium-gray: #6b7280;
            --light-gray: #f9fafb;
            --white: #ffffff;
            --accent-green: #10b981;
            --danger-red: #ef4444;
        }

        body {
            font-family: 'Poppins', sans-serif;
            line-height: 1.6;
            color: var(--dark-gray);
            overflow-x: hidden;
        }

        /* Utility Classes */
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        .section {
            padding: 80px 0;
            opacity: 0;
            transform: translateY(30px);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .section.visible {
            opacity: 1;
            transform: translateY(0);
        }

        .btn {
            display: inline-block;
            padding: 20px 40px;
            font-size: 18px;
            font-weight: 700;
            text-decoration: none;
            border-radius: 12px;
            transition: all 0.3s ease;
            cursor: pointer;
            border: none;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .btn-primary {
            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
            color: var(--white);
            box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
            animation: pulse 2s infinite;
        }

        .btn-primary:hover {
            transform: scale(1.05);
            box-shadow: 0 15px 40px rgba(139, 92, 246, 0.6);
        }

        .btn-primary:active {
            transform: scale(0.98);
        }

        @keyframes pulse {
            0%, 100% {
                box-shadow: 0 10px 30px rgba(139, 92, 246, 0.4);
            }
            50% {
                box-shadow: 0 10px 40px rgba(139, 92, 246, 0.6);
            }
        }

        /* Hero Section */
        .hero {
            min-height: 100vh;
            background: #0f172a;
            color: var(--white);
            display: flex;
            align-items: center;
            position: relative;
            overflow: hidden;
            padding: 80px 0 60px;
        }

        .hero::before {
            content: '';
            position: absolute;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
            animation: rotate 20s linear infinite;
            top: -50%;
            left: -50%;
        }

        @keyframes rotate {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .hero-content {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
        }

        .hero-text {
            transform: translateY(-40px);
        }

        .hero-text h1 {
            font-size: 3.5rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 16px;
            background: linear-gradient(135deg, var(--white) 0%, var(--light-green) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-text h1 .highlight {
            color: var(--primary-purple);
            -webkit-text-fill-color: var(--primary-purple);
        }

        .hero-text h1 .highlight .green-value {
            color: rgb(252, 252, 252);
            -webkit-text-fill-color: rgb(255, 255, 255);
        }

        .hero-text h2 {
            font-size: 1.5rem;
            font-weight: 400;
            margin-bottom: 24px;
            color: #cbd5e1;
        }

        .hero-cta {
            margin-bottom: 20px;
        }

        .hero-guarantee {
            display: flex;
            gap: 16px;
            font-size: 0.95rem;
            color: #94a3b8;
            flex-wrap: wrap;
            align-items: flex-start;
        }

        .hero-guarantee svg {
            width: 24px;
            height: 24px;
            flex-shrink: 0;
            color: var(--primary-purple);
        }

        .hero-image {
            position: relative;
            animation: float 3s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .phone-mockup {
            width: 100%;
            max-width: 340px;
            margin: 0 auto;
            position: relative;
            animation: float 3s ease-in-out infinite;
        }

        .phone-device {
            position: relative;
            width: 100%;
            background: linear-gradient(145deg, #2d3748 0%, #1a202c 100%);
            border-radius: 45px;
            padding: 12px;
            box-shadow: 
                0 30px 90px rgba(0, 0, 0, 0.5),
                0 10px 40px rgba(0, 0, 0, 0.3),
                inset 0 1px 2px rgba(255, 255, 255, 0.1),
                0 0 0 1px rgba(139, 92, 246, 0.2);
            transition: all 0.4s ease;
        }

        .phone-device:hover {
            transform: scale(1.02);
            box-shadow: 
                0 35px 100px rgba(139, 92, 246, 0.4),
                0 15px 50px rgba(139, 92, 246, 0.3),
                inset 0 1px 2px rgba(255, 255, 255, 0.15),
                0 0 0 1px rgba(139, 92, 246, 0.4);
        }

        /* Notch realista */
        .phone-notch {
            position: absolute;
            top: 10px;
            left: 50%;
            transform: translateX(-50%);
            width: 140px;
            height: 28px;
            background: #000000;
            border-radius: 0 0 20px 20px;
            z-index: 10;
            box-shadow: 
                inset 0 -2px 4px rgba(0, 0, 0, 0.3),
                0 2px 4px rgba(0, 0, 0, 0.2);
        }

        .phone-notch::before {
            content: '';
            position: absolute;
            top: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 8px;
            height: 8px;
            background: #1a1a2e;
            border-radius: 50%;
            box-shadow: 
                0 0 2px rgba(139, 92, 246, 0.3),
                inset 0 1px 1px rgba(255, 255, 255, 0.1);
        }

        /* Screen */
        .phone-screen {
            position: relative;
            width: 100%;
            background: #000000;
            border-radius: 38px;
            overflow: hidden;
            aspect-ratio: 9 / 19.5;
        }

        .screenshot-container {
            position: relative;
            width: 100%;
            height: 100%;
            animation: scrollUp 8s ease-in-out infinite;
        }

        @keyframes scrollUp {
            0%, 20% {
                transform: translateY(0);
            }
            45%, 55% {
                transform: translateY(-100%);
            }
            80%, 100% {
                transform: translateY(0);
            }
        }

        .app-screenshot, .app-screenshot2 {
            width: 100%;
            object-fit: cover;
            display: block;
        }

        /* Home Indicator iOS */
        .home-indicator {
            position: absolute;
            bottom: 8px;
            left: 50%;
            transform: translateX(-50%);
            width: 120px;
            height: 4px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 2px;
            z-index: 11;
        }

        /* Efeito de brilho ao redor do celular */
        .phone-glow {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 130%;
            height: 130%;
            background: radial-gradient(
                circle,
                rgba(139, 92, 246, 0.25) 0%,
                rgba(139, 92, 246, 0.15) 40%,
                transparent 70%
            );
            filter: blur(40px);
            z-index: -1;
            animation: glowPulse 4s ease-in-out infinite;
            pointer-events: none;
        }

        @keyframes glowPulse {
            0%, 100% {
                opacity: 0.6;
                transform: translate(-50%, -50%) scale(1);
            }
            50% {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1.1);
            }
        }

        /* Stats Bar */
        .stats-bar {
            background: linear-gradient(135deg, var(--primary-purple) 0%, var(--dark-purple) 100%);
            padding: 30px 0;
            margin-top: -50px;
            position: relative;
            z-index: 3;
        }

        .stats-container {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 40px;
            text-align: center;
        }

        .stat-item {
            color: var(--white);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 800;
            display: block;
            margin-bottom: 8px;
        }

        .stat-label {
            font-size: 1rem;
            opacity: 0.9;
        }

        /* Problem Section */
        .problem-section {
            background: #1a1f2e;
        }

        .section-title {
            text-align: center;
            font-size: 2.8rem;
            font-weight: 800;
            margin-bottom: 24px;
            color: var(--white);
        }

        .section-subtitle {
            text-align: center;
            font-size: 1.3rem;
            color: #94a3b8;
            margin-bottom: 60px;
            max-width: 700px;
            margin-left: auto;
            margin-right: auto;
        }

        .problems-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 24px;
            margin-bottom: 60px;
        }

        .problem-card {
            background: #0f172a;
            padding: 32px;
            border-radius: 16px;
            border-left: 4px solid var(--danger-red);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            animation-delay: var(--delay);
        }

        .problem-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 8px 30px rgba(139, 92, 246, 0.3);
        }

        .problem-card .emoji {
            font-size: 2.5rem;
            margin-bottom: 16px;
            display: block;
        }

        .problem-card h3 {
            font-size: 1.3rem;
            margin-bottom: 12px;
            color: var(--white);
        }

        .problem-card p {
            color: #94a3b8;
            line-height: 1.7;
        }

        /* Solution Section */
        .solution-section {
            background: linear-gradient(135deg, #8b5cf6 0%, #7c3aed 50%, #6d28d9 100%);
            color: var(--white);
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .solution-section::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 500px;
            height: 500px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 6s ease-in-out infinite;
            z-index: 1;
        }

        .solution-section::after {
            content: '';
            position: absolute;
            bottom: -30%;
            left: -5%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.15) 0%, transparent 70%);
            border-radius: 50%;
            animation: float 8s ease-in-out infinite reverse;
            z-index: 1;
        }

        .solution-section .container {
            position: relative;
            z-index: 2;
        }

        .solution-section .section-title {
            color: var(--white);
            font-size: 3rem;
            margin-bottom: 16px;
            animation: slideDown 0.8s ease-out;
        }

        .solution-section .section-subtitle {
            color: rgba(255, 255, 255, 0.95);
            font-size: 1.4rem;
            margin-bottom: 60px;
            animation: slideDown 0.8s ease-out 0.2s both;
        }

        @keyframes slideDown {
            from {
                opacity: 0;
                transform: translateY(-30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .solution-story {
            max-width: 900px;
            margin: 0 auto 60px;
            font-size: 1.25rem;
            line-height: 1.95;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 100%);
            padding: 50px 50px;
            border-radius: 24px;
            backdrop-filter: blur(20px);
            border: 2px solid rgba(255, 255, 255, 0.25);
            box-shadow: 
                0 20px 60px rgba(0, 0, 0, 0.3),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            animation: slideUp 0.8s ease-out 0.3s both;
            position: relative;
            overflow: hidden;
        }

        .solution-story::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
        }

        .solution-story::after {
            content: '✨';
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 2rem;
            opacity: 0.6;
            animation: twinkle 3s ease-in-out infinite;
        }

        @keyframes slideUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes twinkle {
            0%, 100% {
                opacity: 0.3;
                transform: scale(1);
            }
            50% {
                opacity: 0.8;
                transform: scale(1.2);
            }
        }

        .solution-story p {
            position: relative;
            z-index: 1;
            margin-bottom: 1.5rem;
        }

        .solution-story p:first-child {
            font-weight: 700;
            font-size: 1.4rem;
            color: #ffffff;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        }

        .solution-story strong {
            background: linear-gradient(120deg, #ffd700, #ffed4e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-weight: 800;
            text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .solution-story p:last-child strong {
            background: linear-gradient(120deg, #10b981, #34d399);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .solution-section .btn-primary {
            animation: pulse 2s infinite;
            font-size: 1.1rem;
            padding: 24px 50px;
            box-shadow: 
                0 15px 50px rgba(0, 0, 0, 0.3),
                0 0 30px rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
            animation: slideUp 0.8s ease-out 0.5s both, pulse 2s infinite 0.8s;
        }

        .solution-section .btn-primary:hover {
            transform: scale(1.08);
            box-shadow: 
                0 20px 60px rgba(0, 0, 0, 0.4),
                0 0 40px rgba(255, 255, 255, 0.3),
                inset 0 0 20px rgba(255, 255, 255, 0.1);
        }

        /* Benefits Section */
        .benefits-section {
            background: #0f172a;
        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 32px;
        }

        .benefit-card {
            text-align: center;
            padding: 40px 24px;
            background: #1a1f2e;
            border-radius: 16px;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .benefit-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-purple), var(--dark-purple));
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        .benefit-card:hover {
            background: #1e293b;
            box-shadow: 0 10px 40px rgba(139, 92, 246, 0.4);
            transform: translateY(-10px);
        }

        .benefit-card:hover::before {
            transform: scaleX(1);
        }

        .benefit-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-purple), var(--dark-purple));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 24px;
            font-size: 2.5rem;
            transition: all 0.4s ease;
        }

        .benefit-card:hover .benefit-icon {
            transform: scale(1.1) rotate(10deg);
        }

        .benefit-card h3 {
            font-size: 1.4rem;
            margin-bottom: 16px;
            color: var(--white);
        }

        .benefit-card p {
            color: #94a3b8;
            line-height: 1.7;
        }

        /* Testimonials Section */
        .testimonials-section {
            background: #1a1f2e;
        }

        .testimonials-video-grid {
            display: flex;
            gap: 32px;
            overflow-x: auto;
            padding: 20px 0;
            scroll-behavior: smooth;
            scrollbar-width: thin;
            scrollbar-color: rgba(139, 92, 246, 0.3) transparent;
        }

        .testimonials-video-grid::-webkit-scrollbar {
            height: 8px;
        }

        .testimonials-video-grid::-webkit-scrollbar-track {
            background: transparent;
        }

        .testimonials-video-grid::-webkit-scrollbar-thumb {
            background: rgba(139, 92, 246, 0.3);
            border-radius: 4px;
        }

        .testimonials-video-grid::-webkit-scrollbar-thumb:hover {
            background: rgba(139, 92, 246, 0.5);
        }

        .video-testimonial-card {
            background: #0f172a;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease;
            border: 2px solid rgba(139, 92, 246, 0.2);
            position: relative;
            flex: 0 0 320px;
            min-width: 320px;
        }

        .video-testimonial-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 12px 40px rgba(139, 92, 246, 0.4);
            border-color: rgba(139, 92, 246, 0.6);
        }

        .video-wrapper {
            position: relative;
            width: 100%;
            background: #000000;
            aspect-ratio: 9 / 16;
            overflow: hidden;
        }

        .video-wrapper iframe {
            width: 100%;
            height: 100%;
            display: block;
            border-radius: 8px;
        }

        .video-wrapper video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            cursor: pointer;
        }

        .video-wrapper video::-webkit-media-controls-play-button {
            display: none;
        }

        .video-info {
            padding: 20px;
            text-align: center;
        }

        .video-info h4 {
            font-size: 1.1rem;
            color: var(--white);
            margin-bottom: 6px;
            font-weight: 600;
        }

        .video-info p {
            color: #94a3b8;
            font-size: 0.9rem;
            margin-bottom: 12px;
        }

        .video-info .stars {
            color: #fbbf24;
            font-size: 1rem;
        }

        /* Guarantee Section */
        .guarantee-section {
            background: #0f172a;
            text-align: center;
        }

        .guarantee-box {
            max-width: 800px;
            margin: 0 auto;
            background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
            padding: 60px 40px;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }

        .guarantee-box::before {
            content: '🛡️';
            position: absolute;
            font-size: 15rem;
            opacity: 0.1;
            top: -40px;
            right: -40px;
        }

        .guarantee-badge {
            width: 120px;
            height: 120px;
            background: var(--accent-orange);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 32px;
            font-size: 3rem;
            box-shadow: 0 10px 30px rgba(245, 158, 11, 0.4);
            animation: pulse 2s infinite;
        }

        .guarantee-box h3 {
            font-size: 2.2rem;
            color: var(--dark-gray);
            margin-bottom: 24px;
        }

        .guarantee-box p {
            font-size: 1.2rem;
            color: var(--medium-gray);
            line-height: 1.8;
            margin-bottom: 32px;
        }

        .urgency-timer {
            background: var(--danger-red);
            color: var(--white);
            padding: 24px 32px;
            border-radius: 12px;
            font-size: 1.3rem;
            font-weight: 700;
            display: inline-block;
            margin-top: 20px;
            animation: pulse 2s infinite;
        }

        /* FAQ Section */
        .faq-section {
            background: #1a1f2e;
        }

        .faq-container {
            max-width: 900px;
            margin: 0 auto;
        }

        .faq-item {
            background: #0f172a;
            margin-bottom: 20px;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
            transition: all 0.3s ease;
            border: 1px solid rgba(139, 92, 246, 0.2);
        }

        .faq-item:hover {
            box-shadow: 0 6px 20px rgba(139, 92, 246, 0.3);
            border-color: rgba(139, 92, 246, 0.4);
        }

        .faq-question {
            padding: 24px 32px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            font-size: 1.1rem;
            color: var(--white);
            transition: all 0.3s ease;
        }

        .faq-question:hover {
            color: var(--primary-purple);
        }

        .faq-icon {
            font-size: 1.5rem;
            color: var(--primary-purple);
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-icon {
            transform: rotate(45deg);
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease, padding 0.3s ease;
            padding: 0 32px;
        }

        .faq-item.active .faq-answer {
            max-height: 500px;
            padding: 0 32px 24px;
        }

        .faq-answer p {
            color: #cbd5e1;
            line-height: 1.8;
        }

        /* Final CTA Section */
        .final-cta-section {
            background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
            color: var(--white);
            text-align: center;
            padding: 100px 0;
        }

        .final-cta-section .section-title {
            color: var(--white);
        }

        .price-box {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            padding: 50px;
            border-radius: 20px;
            max-width: 600px;
            margin: 40px auto;
            border: 2px solid rgba(139, 92, 246, 0.4);
        }

        .old-price {
            text-decoration: line-through;
            color: var(--danger-red);
            font-size: 1.5rem;
            margin-bottom: 8px;
        }

        .current-price {
            font-size: 4rem;
            font-weight: 800;
            color: var(--primary-purple);
            margin-bottom: 16px;
        }

        .price-details {
            font-size: 1.1rem;
            color: #cbd5e1;
            margin-bottom: 32px;
        }

        .value-list {
            text-align: left;
            margin: 32px 0;
        }

        .value-item {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 16px;
            font-size: 1.1rem;
        }

        .value-item::before {
            content: '✓';
            color: var(--primary-purple);
            font-weight: 800;
            font-size: 1.5rem;
        }

        /* Footer */
        .footer {
            background: var(--dark-gray);
            color: var(--white);
            padding: 60px 0 30px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-section h4 {
            font-size: 1.2rem;
            margin-bottom: 20px;
            color: var(--primary-purple);
        }

        .footer-section p,
        .footer-section a {
            color: #cbd5e1;
            margin-bottom: 12px;
            display: block;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-section a:hover {
            color: var(--primary-purple);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 30px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            color: #94a3b8;
        }

        /* Responsive */
        @media (max-width: 968px) {
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
                gap: 40px;
            }

            .hero-text {
                transform: translateY(0);
            }

            .hero-text h1 {
                display: grid;
                font-size: 2.5rem;
                line-height: 1.2;
            }

            .hero-text h2 {
                font-size: 1.2rem;
                line-height: 1.5;
            }

            
            .hero-guarantee {
                margin-bottom: 30px;
                justify-content: center;
                text-align: center;
            }

            .section-title {
                font-size: 2rem;
            }

            .section-subtitle {
                font-size: 1.1rem;
            }

            .current-price {
                font-size: 3rem;
            }
        }

        @media (max-width: 640px) {
            .hero {
                padding: 60px 0 40px;
            }

            .hero-content {
                gap: 30px;
            }

            .hero-text h1 {
                display: grid;
                font-size: 1.75rem;
                line-height: 1.3;
                margin-bottom: 16px;
            }

            .hero-text h2 {
                font-size: 1rem;
                line-height: 1.6;
                margin-bottom: 24px;
            }

            .hero-cta {
                margin-bottom: 24px;
            }

            .hero-guarantee {
                font-size: 0.8rem;
                gap: 10px;
                line-height: 1.5;
            }

            .hero-guarantee svg {
                width: 18px;
                height: 18px;
            }

            .section {
                padding: 50px 0;
            }

            .section-title {
                font-size: 1.75rem;
                line-height: 1.3;
            }

            .section-subtitle {
                font-size: 1rem;
                line-height: 1.6;
            }

            .btn {
                padding: 16px 28px;
                font-size: 15px;
                width: 100%;
                max-width: 100%;
            }

            .stat-number {
                font-size: 1.8rem;
            }

            .stat-label {
                font-size: 0.85rem;
            }

            .benefits-grid,
            .problems-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .testimonials-video-grid {
                gap: 16px;
            }

            .phone-mockup {
                max-width: 260px;
            }

            .phone-device {
                border-radius: 35px;
                padding: 10px;
            }

            .phone-screen {
                border-radius: 28px;
            }

            .phone-notch {
                width: 120px;
                height: 24px;
            }

            .container {
                padding: 0 16px;
            }

            .price-box {
                padding: 30px 20px;
            }

            .current-price {
                font-size: 2.5rem;
            }

            .value-item {
                font-size: 0.95rem;
            }

            .faq-question {
                padding: 18px 20px;
                font-size: 1rem;
            }

            .faq-answer {
                padding: 0 20px;
            }

            .faq-item.active .faq-answer {
                padding: 0 20px 18px;
            }
        }

        @media (max-width: 480px) {
            .hero-text h1 {
                display: grid;
                font-size: 1.5rem;
            }

            .hero-text h2 {
                font-size: 0.95rem;
            }

            .hero-guarantee {
                font-size: 0.75rem;
                gap: 8px;
            }

            .hero-guarantee svg {
                width: 16px;
                height: 16px;
            }

            .btn {
                padding: 14px 24px;
                font-size: 14px;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .section-subtitle {
                font-size: 0.95rem;
            }

            .phone-mockup {
                max-width: 240px;
            }

            .stat-number {
                font-size: 1.5rem;
            }

            .current-price {
                font-size: 2rem;
            }

            .price-box {
                padding: 25px 16px;
            }
        }

        @media (max-width: 360px) {
            .hero-text h1 {
                font-size: 1.35rem;
            }

            .container {
                padding: 0 12px;
            }

            .phone-mockup {
                max-width: 220px;
            }

            .btn {
                padding: 12px 20px;
                font-size: 13px;
            }
        }

        @media (max-width: 480px) {

        .hero {
            padding: 30px 0 60px;
        }

        .hero-text h1 {
            font-size: 30px;
            display: grid;
        }

        }

        /* Scroll to Top Button */
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            width: 50px;
            height: 50px;
            background: var(--primary-purple);
            color: var(--white);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(139, 92, 246, 0.4);
        }

        .scroll-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .scroll-top:hover {
            transform: translateY(-5px);
            box-shadow: 0 6px 30px rgba(139, 92, 246, 0.6);
        }/* End custom CSS */