.phone-container{background:#000;border:8px solid #1f2937;border-radius:3rem;width:320px;height:640px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.phone-notch{z-index:20;background:#1f2937;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;width:160px;height:24px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-screen{background-color:var(--background);width:100%;height:100%;color:var(--text-primary);overflow-y:auto}.phone-content{padding:2.5rem 1.5rem 1.5rem}.header-controls{justify-content:flex-end;gap:.5rem;margin-bottom:1rem;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);color:var(--primary);border-radius:.75rem;justify-content:center;align-items:center;padding:.5rem;display:flex}.app-card{border:1px solid var(--border);background:var(--surface);border-radius:1rem;padding:1rem;box-shadow:0 1px 2px #0000000d}.input-group{margin-bottom:1rem}.picker-row{gap:.5rem;margin-bottom:1rem;display:flex}.picker-item{border:1px solid var(--border);border-radius:.75rem;justify-content:space-between;align-items:center;padding:.75rem;font-size:.875rem;font-weight:700;display:flex}.phone-input-container{border:1px solid var(--border);border-radius:.75rem;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.phone-prefix{border-right:1px solid var(--border);padding-right:.75rem;font-weight:700}.amount-display{align-items:center;gap:.5rem;display:flex}.currency-symbol{color:var(--text-muted);font-size:1.5rem;font-weight:700}.amount-input{width:100%;color:var(--text-primary);background:0 0;border:none;font-size:2.25rem;font-weight:700}.chip-scroll{gap:.5rem;margin-bottom:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.amount-chip{border:1px solid var(--border);white-space:nowrap;border-radius:9999px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;transition:all .2s}.amount-chip.active{background:var(--primary);color:#fff;border-color:var(--primary)}.receive-amount{color:var(--success);font-size:2.25rem;font-weight:700}.primary-button{background:var(--primary);color:#fff;border-radius:.75rem;width:100%;margin-top:1.5rem;padding:1rem;font-size:1.125rem;font-weight:700;transition:transform .1s;box-shadow:0 10px 15px -3px #0000001a}.primary-button:active{transform:scale(.98)}.secondary-button{border:1px solid var(--border);background:var(--surface);text-align:left;border-radius:.75rem;align-items:center;gap:.75rem;width:100%;margin-top:.75rem;padding:1rem;display:flex}.modal-overlay{z-index:50;background:#0009;align-items:flex-end;display:flex;position:absolute;inset:0}.modal-content{background:var(--surface);border-top:1px solid var(--border);border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;width:100%;padding:1.5rem}.nav-bar{z-index:50;width:100%;height:110px;position:fixed;top:0}.nav-container{justify-content:space-between;align-items:center;max-width:1280px;height:100%;margin:0 auto;padding:0 1.5rem;display:flex}.nav-links{align-items:center;gap:2rem;display:flex}@media (width<=768px){.nav-links{display:none}}.hero-section{padding:8rem 1.5rem 5rem}.hero-container{gap:4rem;max-width:1280px;margin:0 auto;display:grid}@media (width>=1024px){.hero-container{grid-template-columns:repeat(2,1fr);align-items:center}}.badge-live{background:var(--surface-light);border:1px solid var(--border);border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;display:inline-flex}.badge-dot{background:#ff9500;border-radius:9999px;width:.5rem;height:.5rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.hero-title{letter-spacing:-.05em;color:var(--text-primary);margin-bottom:2rem;font-size:3.75rem;font-weight:900;line-height:.9}@media (width>=768px){.hero-title{font-size:5rem}}.hero-description{color:var(--text-secondary);max-width:36rem;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.625}.button-group{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn{border-radius:1rem;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:700;transition:all .2s;display:flex}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 15px -3px #ff00504d}.btn-secondary{background:var(--surface);border:1px solid var(--border);color:var(--text-primary)}.trust-badges{opacity:.6;filter:grayscale();align-items:center;gap:2rem;display:flex}.trust-badges:hover{filter:grayscale(0);opacity:1}.features-section{background:var(--surface-light);padding:6rem 1.5rem}.features-grid{gap:3rem;max-width:1280px;margin:0 auto;display:grid}@media (width>=768px){.features-grid,.responsive-grid{grid-template-columns:repeat(3,1fr)}.grid-2{grid-template-columns:repeat(2,1fr)!important}}.responsive-grid{gap:3rem;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:2.5rem;padding:2.5rem;transition:border-color .3s}.feature-card:hover{border-color:var(--primary)}.feature-icon-box{border-radius:1rem;justify-content:center;align-items:center;width:4rem;height:4rem;margin-bottom:1.5rem;transition:transform .3s;display:flex}.feature-card:hover .feature-icon-box{transform:scale(1.1)}.footer{border-top:1px solid var(--border);padding:5rem 1.5rem}.footer-container{flex-direction:column;align-items:center;gap:2.5rem;max-width:1280px;margin:0 auto;display:flex}@media (width>=768px){.footer-container{flex-direction:row;justify-content:space-between}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}:root{--font-main:"Outfit", "Inter", system-ui, -apple-system, sans-serif;--primary:#ff0050;--secondary:#00f2ea;--success:#34c759;--danger:#fa3e3e;--white:#fff;--transition-speed:.3s}[data-theme=light]{--background:#f5f5f7;--surface:#fff;--surface-light:#f9f9f9;--border:#e5e5e5;--text-primary:#000;--text-secondary:#3a3a3c;--text-muted:#8e8e93}[data-theme=dark]{--background:#000;--surface:#121212;--surface-light:#1a1a1a;--border:#333;--text-primary:#fff;--text-secondary:#e5e5e5;--text-muted:#a0a0a0;--secondary:#00f2ea}[data-theme=meta]{--background:#f0f2f5;--surface:#fff;--surface-light:#e4e6eb;--border:#ccd0d5;--text-primary:#050505;--text-secondary:#65676b;--text-muted:#8a8d91;--primary:#1877f2;--success:#42b72a}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--background);color:var(--text-primary);transition:background-color var(--transition-speed), color var(--transition-speed);overflow-x:hidden}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{outline:none;font-family:inherit}.glass{-webkit-backdrop-filter:blur(10px);background:#ffffffb3;border:1px solid #fff3}[data-theme=dark] .glass{background:#121212b3;border:1px solid #ffffff0d}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}@media (width<=640px){h1{font-size:3.5rem!important}}
