:root {
    --primary: #22C55E;
    --secondary: #10B981;
    --accent: #3B82F6;
    --text: #1F2937;
    --text-light: #6B7280;
    --gradient: linear-gradient(135deg, #22C55E 0%, #16A34A 50%, #10B981 100%);
    --gradient-green: linear-gradient(135deg, #22C55E 0%, #4ADE80 100%);
    --gradient-blue: linear-gradient(135deg, #3B82F6 0%, #60A5FA 100%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #FAFAFA;
    color: var(--text);
    overflow-x: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Animated Background */
.bg-pattern {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: 
        radial-gradient(circle at 20% 80%, rgba(34, 197, 94, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 40% 40%, rgba(245, 158, 11, 0.05) 0%, transparent 30%);
}

/* Header */
header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    padding: 16px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    border-bottom: 2px solid rgba(34, 197, 94, 0.1);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 28px;
    font-weight: 900;
    display: flex;
    align-items: center;
    gap: 2px;
}

.logo img {
    height: 36px;
    width: auto;
}

.logo-faida {
    background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.logo-flow {
    color: #1E3A5F;
    -webkit-text-fill-color: #1E3A5F;
}

.logo-container {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
}

.nav-logo-icon {
    height: 36px;
    width: auto;
}

.mobile-menu-btn {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 101;
}

.mobile-menu-btn span {
    width: 24px;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s;
}

.mobile-menu-btn.active span:first-child {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    gap: 16px;
    z-index: 100;
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav a {
    color: var(--text);
    font-weight: 500;
}

.nav-links {
    display: flex;
    gap: 32px;
    list-style: none;
}

.nav-links a {
    color: var(--text);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s;
    position: relative;
}

.nav-links a::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--gradient);
    border-radius: 2px;
    transition: width 0.3s;
}

.nav-links a:hover::after {
    width: 100%;
}

.cta-btn {
    background: var(--gradient-green);
    color: white;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(34, 197, 94, 0.3);
}

.cta-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.4);
}

/* Hero Section */
.hero {
    padding: 140px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #F8FAFC 0%, #EEF2FF 100%);
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 0;
}

.hero-bg-shapes {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 0;
    background-image: url('landig page back ground 3.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    background-color: #F8FAFC;
    opacity: 0.40;
    min-height: 100%;
}

.hero {
    position: relative;
    min-height: 500px;
}

@media (max-width: 768px) {
    .hero-bg-shapes {
        background-size: auto 60%;
    }
}

.hero-bg-shapes::before {
    content: '';
    position: absolute;
    top: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(34, 197, 94, 0.15) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-bg-shapes::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.hero-bg-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: linear-gradient(0deg, #EEF2FF 0%, transparent 100%);
    z-index: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.hero-text {
    position: relative;
    z-index: 10;
}

.hero-text h1 {
    font-size: 52px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #111827;
}

.hero-text h1 span {
    background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-text p {
    font-size: 18px;
    color: #1F2937;
    font-weight: 500;
    margin-bottom: 32px;
    line-height: 1.7;
    text-shadow: 0 1px 4px rgba(255, 255, 255, 0.9);
}

.hero-buttons {
    display: flex;
    gap: 16px;
}

.btn-primary {
    background: linear-gradient(135deg, #22C55E 0%, #16A34A 100%);
    color: white;
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(34, 197, 94, 0.4);
    border: none;
    cursor: pointer;
    position: relative;
    z-index: 10;
}

.btn-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(34, 197, 94, 0.5);
}

.btn-secondary {
    background: white;
    color: var(--text);
    padding: 18px 36px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border: 3px solid #22C55E;
    transition: all 0.3s;
    position: relative;
    z-index: 10;
}

.btn-secondary:hover {
    background: #22C55E;
    color: white;
    transform: translateY(-4px);
}

/* Phone Mockup - Floating */
.hero-visual {
    position: relative;
}

.phone-mockup {
    width: 300px;
    height: 600px;
    background: linear-gradient(145deg, #1F2937, #111827);
    border-radius: 45px;
    margin: 0 auto;
    padding: 10px;
    box-shadow: 
        0 30px 60px rgba(0,0,0,0.3),
        0 0 0 3px rgba(34, 197, 94, 0.2);
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-20px); }
}

.phone-screen {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #1F2937 0%, #111827 100%);
    border-radius: 35px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.phone-balance {
    text-align: center;
    margin-top: 60px;
}

.balance-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

.balance-label {
    color: #9CA3AF;
    font-size: 14px;
    margin-bottom: 8px;
}

.balance-amount {
    font-size: 32px;
    font-weight: 800;
    color: #10B981;
}

.balance-change {
    margin-top: 20px;
    font-size: 14px;
    color: #10B981;
    font-weight: 600;
}

.phone-stats {
    margin-top: auto;
    background: rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 16px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.stat-row:last-child {
    margin-bottom: 0;
}

.stat-row span:first-child {
    color: #9CA3AF;
    font-size: 13px;
}

.stat-row .income {
    color: #10B981;
    font-weight: 600;
}

.stat-row .expense {
    color: #EF4444;
    font-weight: 600;
}

/* Floating elements */
.floating-card {
    position: absolute;
    background: white;
    padding: 16px 24px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    animation: floatCard 6s ease-in-out infinite;
}

.floating-card.card1 {
    top: 20%;
    left: -60px;
    animation-delay: 0s;
}

.floating-card.card2 {
    bottom: 30%;
    right: -40px;
    animation-delay: 2s;
}

@keyframes floatCard {
    0%, 100% { transform: translateY(0) rotate(-3deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

.card-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 8px;
}

.card-text {
    font-weight: 700;
    font-size: 14px;
}

.card-sub {
    font-size: 12px;
    color: var(--text-light);
}

/* Stats Banner */
.stats-banner {
    background: linear-gradient(135deg, #22C55E 0%, #16A34A 50%, #3B82F6 100%);
    padding: 50px 0;
    margin: 40px 0;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(34, 197, 94, 0.3);
}

.stats-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(255,255,255,0.05) 20px, rgba(255,255,255,0.05) 40px);
}

.stats-banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1));
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.stat-item h3 {
    font-size: 36px;
    font-weight: 900;
    color: white;
    margin-bottom: 4px;
}

.stat-item p {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    font-weight: 500;
}

/* Features Section */
.features {
    padding: 100px 0;
}

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

.section-header h2 {
    font-size: 44px;
    font-weight: 800;
    margin-bottom: 16px;
    background: linear-gradient(135deg, var(--text) 0%, var(--primary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-header p {
    color: var(--text-light);
    font-size: 18px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.feature-card {
    background: white;
    padding: 36px;
    border-radius: 28px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--gradient);
    transform: scaleX(0);
    transition: transform 0.4s;
}

.feature-card:hover {
    transform: translateY(-12px);
    border-color: var(--primary);
    box-shadow: 0 25px 50px rgba(34, 197, 94, 0.15);
}

.feature-card:hover::before {
    transform: scaleX(1);
}

.feature-icon {
    width: 90px;
    height: 90px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 40px;
    transition: transform 0.4s;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1) rotate(5deg);
}

.feature-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.feature-card p {
    color: var(--text-light);
    font-size: 15px;
}

/* How It Works */
.how-it-works {
    padding: 100px 0;
    background: white;
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    position: relative;
}

.step {
    text-align: center;
    padding: 40px 30px;
    background: #FAFAFA;
    border-radius: 28px;
    position: relative;
}

.step-num {
    width: 60px;
    height: 60px;
    background: var(--gradient-green);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 900;
    margin: 0 auto 20px;
    box-shadow: 0 8px 20px rgba(34, 197, 94, 0.3);
}

.step h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.step p {
    color: var(--text-light);
    font-size: 15px;
}

.step-arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 30px;
    z-index: 1;
}

/* Testimonials */
.testimonials {
    padding: 100px 0;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    background: white;
    padding: 32px;
    border-radius: 28px;
    position: relative;
}

.testimonial-card::before {
    content: '"';
    font-size: 80px;
    font-weight: 900;
    color: var(--primary);
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.1;
    line-height: 1;
}

.quote {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 24px;
    color: var(--text);
    position: relative;
    z-index: 1;
}

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

.author-avatar {
    width: 50px;
    height: 50px;
    background: var(--gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 18px;
}

.author-name {
    font-weight: 700;
    margin-bottom: 2px;
}

.author-role {
    font-size: 13px;
    color: var(--text-light);
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.cta-box {
    background: var(--gradient);
    border-radius: 40px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
}

.cta-box h2 {
    font-size: 36px;
    font-weight: 800;
    color: white;
    margin-bottom: 16px;
}

.cta-box p {
    color: rgba(255,255,255,0.9);
    font-size: 18px;
    margin-bottom: 32px;
}

.cta-btn-white {
    background: white;
    color: var(--primary);
    padding: 18px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s;
}

.cta-btn-white:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* Footer */
footer {
    background: #111827;
    color: white;
    padding: 60px 0 30px;
}

.footer-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 50px;
    margin-bottom: 40px;
}

.footer-brand .logo {
    font-size: 24px;
    font-weight: 900;
    color: white;
    display: inline-block;
    margin-bottom: 16px;
}

.footer-brand p {
    color: #9CA3AF;
    font-size: 14px;
    line-height: 1.7;
}

.footer h4 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 16px;
}

.footer-links {
    list-style: none;
}

.footer-links a {
    color: #9CA3AF;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: white;
}

.social-links {
    display: flex;
    gap: 12px;
    margin-top: 8px;
}

.social-icon {
    width: 36px;
    height: 36px;
    background: #374151;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-icon svg {
    width: 18px;
    height: 18px;
    fill: #9CA3AF;
    transition: fill 0.3s;
}

.social-icon:hover {
    background: #22C55E;
}

.social-icon:hover svg {
    fill: white;
}

.footer-bottom {
    border-top: 1px solid #374151;
    padding-top: 24px;
    text-align: center;
    color: #9CA3AF;
    font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
    .container {
        padding: 0 20px;
    }
    
    .hero {
        padding: 120px 0 60px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }
    
    .hero-text {
        order: 2;
    }
    
    .hero-visual {
        order: 1;
        display: flex;
        justify-content: center;
    }
    
    .hero-text h1 {
        font-size: 40px;
    }
    
    .hero-text p {
        font-size: 16px;
        max-width: 500px;
        margin: 0 auto 24px;
    }
    
    .hero-buttons {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .floating-card {
        display: none;
    }
    
    .phone-mockup {
        width: 260px;
        height: 520px;
    }
    
    .features-grid, .steps, .testimonial-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .step-arrow {
        display: none;
    }
    
    .step {
        padding: 30px 20px;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 32px;
    }
    
    .hero-text p {
        font-size: 15px;
    }
    
    .nav-links {
        display: none;
    }
    
    .cta-btn {
        display: none;
    }
    
    .mobile-menu-btn {
        display: flex;
    }
    
    .logo {
        font-size: 20px;
    }
    
    .logo img, .nav-logo-icon, .logo .logo img {
        height: 28px;
        width: auto;
    }
    
    .logo-container {
        gap: 6px;
    }
    
    header {
        padding: 12px 0;
    }
    
    .hero-text p {
        font-size: 15px;
    }
    
    .nav-links {
        display: none;
    }
    
    .cta-btn {
        display: none;
    }
    
.mobile-menu-btn {
        display: flex;
    }
    
    .mobile-nav .cta-btn {
        display: inline-block;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .logo img, .nav-logo-icon {
        height: 32px;
        width: auto;
    }
    
    .logo {
        font-size: 22px;
    }
    
    .logo-container {
        gap: 6px;
    }
    
    header {
        padding: 12px 0;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content {
        padding: 0 16px;
    }
    
    .hero-visual {
        padding: 0 16px;
        display: flex;
        justify-content: center;
    }
    
    .features-grid {
        padding: 0 16px;
    }
    
    .hero {
        padding: 100px 0 60px;
    }
    
    .phone-mockup {
        width: 220px;
        height: 440px;
    }
    
    .mobile-nav .cta-btn {
        display: inline-block;
    }
    
    .mobile-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
        flex-direction: column;
        gap: 16px;
    }
    
    .mobile-nav.active {
        display: flex;
    }
    
    .mobile-nav a {
        color: var(--text);
        font-weight: 500;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
    
    .section-header h2 {
        font-size: 28px;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-content {
        padding: 0 16px;
    }
    
    .hero-visual {
        padding: 0 16px;
        display: flex;
        justify-content: center;
    }
    
    .features-grid {
        padding: 0 16px;
    }
    
    .hero {
        padding: 120px 0 60px;
    }
    
    .phone-mockup {
        width: 220px;
        height: 440px;
    }
    
    .phone-balance {
        margin-top: 40px;
    }
    
    .balance-icon {
        font-size: 36px;
        margin-bottom: 10px;
    }
    
    .balance-label {
        font-size: 12px;
    }
    
    .balance-amount {
        font-size: 24px;
    }
    
    .balance-change {
        font-size: 12px;
        margin-top: 12px;
    }
    
    .phone-stats {
        padding: 12px;
        border-radius: 12px;
    }
    
    .phone-stats .stat-row span:first-child {
        font-size: 11px;
    }
    
    .stats-banner {
        padding: 30px 0;
        margin: 24px 0;
        border-radius: 20px;
    }
    
    .stats-banner .stat-item h3 {
        font-size: 24px;
    }
    
    .features, .how-it-works, .testimonials, .contact-section {
        padding: 60px 0;
    }
    
    .feature-card {
        padding: 24px;
    }
    
    .testimonial-card {
        padding: 24px;
    }
    
    .cta-box {
        padding: 40px 24px;
        border-radius: 24px;
    }
    
    .cta-box h2 {
        font-size: 24px;
    }
    
    .steps {
        gap: 20px;
    }
    
    .step {
        padding: 24px 20px;
    }
    
    footer {
        padding: 40px 0 20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 16px;
    }
    
    .hero-text h1 {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .hero-text p {
        font-size: 14px;
        line-height: 1.5;
    }
    
    .hero-buttons {
        flex-direction: column;
        gap: 12px;
    }
    
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary {
        width: 100%;
        padding: 14px 20px;
        font-size: 14px;
    }
    
    .phone-mockup {
        width: 160px;
        height: 320px;
        border-radius: 24px;
    }
    
    .phone-screen {
        border-radius: 18px;
        padding: 8px;
    }
    
    .phone-balance {
        margin-top: 24px;
    }
    
    .balance-icon {
        font-size: 24px;
        margin-bottom: 6px;
    }
    
    .balance-label {
        font-size: 10px;
    }
    
    .balance-amount {
        font-size: 18px;
    }
    
    .balance-change {
        font-size: 10px;
        margin-top: 8px;
    }
    
    .phone-stats {
        padding: 8px;
        border-radius: 8px;
    }
    
    .phone-stats .stat-row {
        margin-bottom: 6px;
    }
    
    .phone-stats .stat-row span:first-child {
        font-size: 9px;
    }
    
    .section-header h2 {
        font-size: 22px;
    }
    
    .section-header p {
        font-size: 14px;
    }
    
    .feature-card, .step, .testimonial-card {
        padding: 20px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    
    .stats-banner .stat-item h3 {
        font-size: 20px;
    }
    
    .stats-banner .stat-item p {
        font-size: 12px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
    
    .phone-mockup {
        width: 180px;
        height: 360px;
        border-radius: 30px;
    }
    
    .phone-screen {
        border-radius: 24px;
        padding: 10px;
    }
    
    .phone-screen > div:first-child {
        margin-top: 30px !important;
    }
    
    .phone-screen > div:first-child > div:first-child {
        font-size: 28px !important;
        margin-bottom: 10px !important;
    }
    
    .phone-screen > div:first-child > div:nth-child(2) {
        font-size: 10px !important;
        margin-bottom: 4px !important;
    }
    
    .phone-screen > div:first-child > div:nth-child(3) {
        font-size: 18px !important;
    }
    
    .phone-screen > div:first-child > div:nth-child(4) {
        font-size: 10px !important;
        margin-top: 12px !important;
    }
    
    .phone-screen > div:last-child > div {
        padding: 8px !important;
        border-radius: 8px !important;
    }
    
    .phone-screen > div:last-child > div > div {
        font-size: 10px !important;
    }
    
    .contact-form {
        padding: 20px;
        border-radius: 16px;
    }
    
    .contact-form input,
    .contact-form textarea {
        padding: 12px 14px;
        font-size: 14px;
    }
    
    .cta-box {
        padding: 30px 20px;
    }
    
    .cta-box h2 {
        font-size: 20px;
    }
    
    .cta-box p {
        font-size: 14px;
    }
    
    .cta-btn-white {
        padding: 14px 24px;
        font-size: 14px;
    }
    
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
    
    .whatsapp-float svg {
        width: 24px;
        height: 24px;
    }
}

/* Floating WhatsApp Button */
.whatsapp-float {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 25px rgba(37, 211, 102, 0.5);
}

.whatsapp-float svg {
    width: 30px;
    height: 30px;
    fill: white;
}

/* Scroll animations base */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth scroll behavior */
html {
    scroll-behavior: smooth;
}

/* Header transition */
header {
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1F2937;
    color: white;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
}

.cookie-banner p {
    font-size: 14px;
    margin: 0;
    padding-right: 20px;
}

.cookie-banner button {
    background: #22C55E;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.cookie-banner button:hover {
    background: #16A34A;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-banner p {
        padding-right: 0;
        margin-bottom: 12px;
    }
}

/* Contact Section */
.contact-section {
    padding: 100px 0;
    background: white;
}

.contact-section .section-header {
    margin-bottom: 40px;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    background: #F9FAFB;
    padding: 40px;
    border-radius: 24px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 16px 20px;
    border: 2px solid #E5E7EB;
    border-radius: 12px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: border-color 0.3s;
    margin-bottom: 20px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #22C55E;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.contact-form button {
    width: 100%;
    padding: 18px;
    font-size: 16px;
}

.contact-options {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
}

.contact-option {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #6B7280;
    font-size: 15px;
}

.contact-icon {
    font-size: 20px;
}

@media (max-width: 768px) {
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .contact-options {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}