*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
    html{font-size:16px;scroll-behavior:smooth}
    body{font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;line-height:1.6;color:#1E293B;background-color:#F8FAFC;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
    
    .container{max-width:720px;margin:0 auto;padding:0 1rem}
    
    /* Header */
    .header{background:linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);color:#fff;padding:1.5rem 0;box-shadow:0 4px 6px -1px rgba(0,0,0,0.1)}
    .header-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}
    .logo{display:flex;align-items:center;gap:0.75rem}
    .logo-icon{width:40px;height:40px;background:rgba(255,255,255,0.2);border-radius:8px;display:flex;align-items:center;justify-content:center}
    .logo-icon svg{width:24px;height:24px;color:#fff}
    .logo-text h1{font-size:1.5rem;font-weight:700;margin-bottom:0.25rem}
    .logo-text p{font-size:0.875rem;opacity:0.9}
    .header-badge{background:rgba(255,255,255,0.15);padding:0.5rem 1rem;border-radius:20px;font-size:0.8125rem;font-weight:500;backdrop-filter:blur(10px)}
    
    /* Hero */
    .hero{padding:3rem 0;background:#fff;margin-bottom:2rem;position:relative;overflow:hidden}
    .hero::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg, #3B82F6, #8B5CF6, #06B6D4)}
    .hero-content{text-align:center}
    .hero h2{font-size:2rem;font-weight:700;color:#0F172A;margin-bottom:1rem;line-height:1.2}
    .hero p{font-size:1.125rem;color:#64748B;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}
    .hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-top:2rem}
    .stat-item{text-align:center;padding:1rem;background:#F8FAFC;border-radius:8px}
    .stat-number{font-size:1.5rem;font-weight:700;color:#3B82F6;display:block}
    .stat-label{font-size:0.8125rem;color:#64748B;margin-top:0.25rem}
    
    /* Alert */
    .alert{background:linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%);border:1px solid #F59E0B;border-radius:12px;padding:1.5rem;margin-bottom:2rem;position:relative}
    .alert-icon{width:48px;height:48px;background:#F59E0B;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}
    .alert-icon svg{width:24px;height:24px}
    .alert h3{font-size:1.125rem;font-weight:600;color:#92400E;margin-bottom:0.5rem;text-align:center}
    .alert p{color:#92400E;text-align:center;font-size:0.9375rem}
    
    /* CTA Button */
    .cta-inline{text-align:center;margin:2rem 0}
    .cta-section{text-align:center;padding:2.5rem 2rem;background:#fff;border-radius:16px;margin-bottom:2rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1)}
    .cta-section h3{font-size:1.25rem;font-weight:600;color:#0F172A;margin-bottom:1rem}
    .cta-section p{margin-bottom:2rem;color:#64748B;font-size:1rem}
    .elementor-button{display:inline-block;padding:16px 32px;background:linear-gradient(135deg, #3B82F6 0%, #1E40AF 100%);color:#fff;text-decoration:none;border-radius:12px;font-weight:600;font-size:1.125rem;transition:all 0.3s ease;border:none;cursor:pointer;box-shadow:0 4px 14px 0 rgba(59,130,246,0.39);position:relative;overflow:hidden}
    .elementor-button::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,0.2),transparent);transition:left 0.5s}
    .elementor-button:hover::before{left:100%}
    .elementor-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(59,130,246,0.4)}
    .elementor-button:active{transform:translateY(0)}
    .elementor-button-content-wrapper{display:flex;align-items:center;justify-content:center;gap:0.75rem;position:relative;z-index:1}
    .button-icon{width:20px;height:20px}
    
    /* Mobile button optimization */
    @media (max-width: 639px){
        .cta-inline{margin:1.5rem 0}
        .hero{padding:1.5rem 0;margin-bottom:1rem}
        .hero h2{font-size:1.5rem;margin-bottom:0.75rem}
        .hero p{font-size:0.9375rem;margin-bottom:1rem}
        .hero-stats{display:none}
        .alert{padding:1rem;margin-bottom:1rem}
        .alert h3{font-size:1rem}
        .alert p{font-size:0.875rem}
        .cta-section{padding:2rem 1rem;margin-bottom:1.5rem}
        .elementor-button{padding:18px 40px;font-size:1.25rem;width:100%;max-width:280px;font-weight:700;border-radius:16px;box-shadow:0 6px 20px 0 rgba(59,130,246,0.4)}
    }
    
    /* How to verify */
    .verify-section{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1)}
    .verify-section h3{font-size:1.375rem;font-weight:600;color:#0F172A;margin-bottom:1.5rem;text-align:center}
    .verify-steps{display:grid;gap:1rem}
    .step-item{display:flex;align-items:flex-start;padding:1rem;background:#F8FAFC;border-radius:12px;border-left:4px solid #3B82F6}
    .step-number{width:32px;height:32px;background:#3B82F6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:0.875rem;margin-right:1rem;flex-shrink:0}
    .step-content h4{font-weight:600;color:#0F172A;margin-bottom:0.5rem}
    .step-content p{color:#64748B;font-size:0.9375rem}
    
    /* Why section */
    .why-section{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1)}
    .why-section h3{font-size:1.375rem;font-weight:600;color:#0F172A;margin-bottom:1.5rem;text-align:center}
    .cards-grid{display:grid;gap:1.5rem}
    .card{padding:1.5rem;border:1px solid #E2E8F0;border-radius:12px;background:#fff;transition:all 0.3s ease;position:relative;overflow:hidden}
    .card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #3B82F6, #8B5CF6)}
    .card:hover{transform:translateY(-4px);box-shadow:0 10px 25px -3px rgba(0,0,0,0.1)}
    .card-icon{width:48px;height:48px;background:linear-gradient(135deg, #EFF6FF 0%, #DBEAFE 100%);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}
    .card-icon svg{width:24px;height:24px;color:#3B82F6}
    .card h4{font-size:1rem;font-weight:600;color:#0F172A;margin-bottom:0.75rem}
    .card p{font-size:0.875rem;color:#64748B;line-height:1.5}
    
    /* FAQ */
    .faq-section{background:#fff;padding:2rem;border-radius:16px;margin-bottom:2rem;border:1px solid #E2E8F0;box-shadow:0 1px 3px 0 rgba(0,0,0,0.1)}
    .faq-section h3{font-size:1.375rem;font-weight:600;color:#0F172A;margin-bottom:1.5rem;text-align:center}
    .faq-item{margin-bottom:1.5rem;padding:1.5rem;background:#F8FAFC;border-radius:12px;border:1px solid #E2E8F0}
    .faq-item h4{font-size:1rem;font-weight:600;color:#0F172A;margin-bottom:0.75rem;display:flex;align-items:center;gap:0.5rem}
    .faq-item h4::before{content:'?';width:24px;height:24px;background:#3B82F6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.875rem;font-weight:700}
    .faq-item p{font-size:0.9375rem;color:#475569}
    
    /* Security badge */
    .security-section{background:linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);border:1px solid #22C55E;border-radius:16px;padding:2rem;margin-bottom:2rem;text-align:center}
    .security-icon{width:64px;height:64px;background:#22C55E;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}
    .security-icon svg{width:32px;height:32px}
    .security-section h3{font-size:1.25rem;font-weight:600;color:#15803D;margin-bottom:0.75rem}
    .security-section p{color:#15803D;font-size:0.9375rem}
    
    /* Transparency */
    .transparency{background:linear-gradient(135deg, #FEF7CD 0%, #FEF3C7 100%);border:1px solid #F59E0B;border-radius:16px;padding:2rem;margin-bottom:2rem}
    .transparency h4{font-size:1.125rem;font-weight:600;color:#92400E;margin-bottom:1rem;display:flex;align-items:center;gap:0.5rem}
    .transparency h4::before{content:'ℹ';width:24px;height:24px;background:#F59E0B;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:0.875rem}
    .transparency p{font-size:0.875rem;color:#92400E;margin-bottom:0.75rem;line-height:1.5}
    .transparency a{color:#92400E;text-decoration:underline;font-weight:500}
    .company-info{background:rgba(146,64,14,0.1);padding:1rem;border-radius:8px;margin-top:1rem}
    .company-info strong{display:block;margin-bottom:0.5rem}
    
    /* Footer */
    .footer{background:linear-gradient(135deg, #0F172A 0%, #1E293B 100%);color:#94A3B8;padding:3rem 0 2rem;text-align:center}
    .footer-content{border-bottom:1px solid #334155;padding-bottom:2rem;margin-bottom:2rem}
    .footer-brand{margin-bottom:2rem}
    .footer-brand h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:0.5rem}
    .footer-brand p{font-size:0.875rem}
    .footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;flex-wrap:wrap}
    .footer-links a{color:#94A3B8;text-decoration:none;font-size:0.875rem;padding:0.5rem 1rem;border-radius:6px;transition:all 0.2s ease}
    .footer-links a:hover{color:#fff;background:rgba(255,255,255,0.1)}
    .footer-bottom p{font-size:0.8125rem;margin-bottom:0.5rem}
    .footer-bottom small{font-size:0.75rem;opacity:0.8}
    
    /* Responsive */
    @media (min-width: 640px){
        .container{padding:0 2rem}
        .cards-grid{grid-template-columns:repeat(2,1fr)}
        .hero h2{font-size:2.5rem}
        .hero-stats{grid-template-columns:repeat(3,1fr)}
        .verify-steps{grid-template-columns:1fr}
    }
    
    @media (min-width: 768px){
        .cards-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
        .footer-links{gap:3rem}
        .header-content{flex-wrap:nowrap}
    }
    
    @media (min-width: 1024px){
        .hero-stats{grid-template-columns:repeat(4,1fr)}
    }
    
    /* Animations */
    @keyframes fadeInUp{
        from{opacity:0;transform:translateY(30px)}
        to{opacity:1;transform:translateY(0)}
    }
    
    .hero-content{animation:fadeInUp 0.8s ease-out}
    .alert{animation:fadeInUp 0.8s ease-out 0.2s both}
    .cta-section{animation:fadeInUp 0.8s ease-out 0.4s both}