:root{--orange:#FFA232;--orange-light:#FFC266;--orange-dark:#D4851A;--purple:#6B21A8;--purple-light:#9333EA;--blue:#3B82F6;--bg:#1a2332;--bg-card:#1e2940;--bg-card-hover:#243350;--text:#FAFAFA;--text-muted:#A1A1AA;--text-dim:#71717A;--border:#2a3a52}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.nav{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.5rem 2rem;justify-content:center;background:rgba(26,35,50,.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border)}.nav,.nav-logo{display:flex;align-items:center}.nav-logo{gap:.75rem;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.nav-logo img{width:32px;height:32px;border-radius:8px}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{font-size:.875rem;color:var(--text-muted);transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{padding:.5rem 1.25rem;background:var(--orange);color:#000;border-radius:8px;font-size:.875rem;font-weight:600;transition:background .2s}.nav-cta:hover{background:var(--orange-light)}.hero{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.hero:before{display:none}.hero-content{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;width:100%;margin:0 auto}.hero-text{flex:1 1;max-width:480px}.hero-logo{height:36px;width:auto;margin-bottom:2rem}.hero h1{font-size:clamp(2.5rem,4.5vw,4rem);font-weight:800;letter-spacing:-.035em;line-height:1.05;margin-bottom:1.5rem}.h1-line{display:block}.hero h1 .highlight{background:linear-gradient(135deg,var(--orange),var(--orange-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-sub{font-size:1.125rem;color:var(--text-muted);max-width:420px;margin-bottom:2.5rem;line-height:1.65}.hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:var(--orange);color:#000;border-radius:12px;font-size:1rem;font-weight:600;transition:background .2s,transform .2s}.btn-primary:hover{background:var(--orange-light);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 2rem;background:transparent;color:var(--text);border:1px solid var(--border);border-radius:12px;font-size:1rem;font-weight:500;transition:border-color .2s,transform .2s}.btn-secondary:hover{border-color:var(--text-muted);transform:translateY(-1px)}.hero-phones{gap:1.25rem;flex-shrink:0}.hero-phones,.phone-col{display:flex;align-items:center}.phone-col{flex-direction:column;gap:.75rem}.phone-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:var(--text)}.phones-connector{display:flex;flex-direction:column;align-items:center;gap:.25rem;animation:connectorPulse 8s ease-in-out infinite;margin-top:1.5rem}.connector-bolt{font-size:1.5rem;color:var(--orange);filter:drop-shadow(0 0 6px rgba(255,162,50,.4));animation:boltFlash 8s ease-in-out infinite}.connector-sats{font-size:.625rem;font-weight:700;color:var(--orange);opacity:0;animation:satsAppear 8s ease-in-out infinite}@keyframes boltFlash{0%,30%,to{opacity:.15;transform:scale(1)}38%,55%{opacity:1;transform:scale(1.2)}62%{opacity:.3}}@keyframes satsAppear{0%,30%,to{opacity:0;transform:translateY(4px)}40%,55%{opacity:1;transform:translateY(0)}62%{opacity:0}}@keyframes connectorPulse{0%,30%,to{filter:none}38%,55%{filter:drop-shadow(0 0 16px rgba(255,162,50,.25))}}.phone-frame{width:240px;height:500px;background:#1a2332;border-radius:34px;border:3px solid #333;padding:10px;position:relative;box-shadow:0 0 0 1px rgba(255,255,255,.05),0 20px 50px rgba(0,0,0,.5)}.phone-notch{width:80px;height:22px;background:#1a2332;border-radius:0 0 12px 12px;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:10}.phone-screen{border-radius:24px}.phone-placeholder,.phone-screen{width:100%;height:100%;overflow:hidden;position:relative}.sender-phone{background:transparent}.sender-map{position:absolute;inset:0}.map-img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 25%}.avatar-pin{position:absolute;display:flex;align-items:center;justify-content:center;z-index:2}.avatar-pulse{position:absolute;width:40px;height:40px;border-radius:50%;border:2px solid;opacity:.4;animation:avatarPulse 3s ease-in-out infinite}.avatar-photo{width:30px;height:30px;border-radius:50%;border:2px solid rgba(255,255,255,.3);position:relative;z-index:1;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}.avatar-initial{font-size:12px;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.avatar-photo.av-1{background-color:#D4782A;background-image:url(/avatars/avatar-1.jpg)}.avatar-photo.av-3{background-color:#1D4ED8;background-image:url(/avatars/avatar-3.jpg)}.avatar-photo.av-4{background-color:#059669;background-image:url(/avatars/avatar-4.jpg)}.avatar-photo.av-5{background-color:#DB2777;background-image:url(/avatars/avatar-5.jpg)}.avatar-photo.av-6{background-color:#D97706;background-image:url(/avatars/avatar-6.jpg)}.avatar-photo.av-7{background-color:#0891B2;background-image:url(/avatars/avatar-7.jpg)}.maria-photo{background-color:#7C3AED;background-image:url(/avatars/avatar-2.jpg)}.profile-avatar-lg{width:36px;height:36px;border-radius:50%;border:2px solid rgba(147,51,234,.5);flex-shrink:0;background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;align-items:center;justify-content:center}@keyframes avatarPulse{0%,to{transform:scale(.8);opacity:.4}50%{transform:scale(1.2);opacity:.15}}.pin-1{top:22%;left:22%;color:var(--orange)}.pin-2{top:40%;right:20%;color:var(--purple-light)}.pin-3{top:60%;left:38%;color:var(--blue)}.pin-4{top:30%;right:35%;color:#10B981}.pin-5{top:72%;left:18%;color:#EC4899}.pin-6{top:50%;left:12%;color:#F59E0B}.pin-7{top:18%;right:12%;color:#06B6D4}.tap-ring{position:absolute;top:40%;right:20%;width:44px;height:44px;border:2px solid var(--purple-light);border-radius:50%;transform:translate(35%,-35%) scale(0);opacity:0;animation:tapRing 8s ease-in-out infinite;z-index:3}@keyframes tapRing{0%,20%{transform:translate(35%,-35%) scale(0);opacity:0}25%{transform:translate(35%,-35%) scale(1);opacity:.8}30%{transform:translate(35%,-35%) scale(1.5);opacity:0}to{opacity:0}}.sender-profile{position:absolute;bottom:0;left:0;right:0;background:rgba(22,32,46,.96);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(255,255,255,.08);border-radius:18px 18px 0 0;padding:16px 14px;transform:translateY(100%);animation:profileSlide 8s ease-in-out infinite;z-index:4}@keyframes profileSlide{0%,25%{transform:translateY(100%)}32%,58%{transform:translateY(0)}65%,to{transform:translateY(100%)}}.profile-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.profile-info{display:flex;flex-direction:column}.profile-name{font-size:13px;font-weight:700;color:var(--text)}.profile-role{font-size:10px;color:var(--text-dim)}.profile-scores{display:flex;gap:14px;margin-bottom:12px}.mini-score{display:flex;flex-direction:column;align-items:center;gap:2px}.mini-score-label{font-size:8px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim)}.mini-score-val{font-size:16px;font-weight:800}.mini-score-val.purple{color:var(--purple-light)}.mini-score-val.orange{color:var(--orange)}.mini-score-val.gradient{background:linear-gradient(135deg,var(--orange),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.send-sats-btn{background:var(--orange);color:#000;font-size:12px;font-weight:700;padding:9px;border-radius:10px;text-align:center;animation:btnPulse 8s ease-in-out infinite}@keyframes btnPulse{0%,40%{box-shadow:none}44%,50%{box-shadow:0 0 14px rgba(255,162,50,.4)}54%{box-shadow:none}}.sender-confirm{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:rgba(22,32,46,.97);opacity:0;animation:confirmAppear 8s ease-in-out infinite;z-index:5;padding:20px}@keyframes confirmAppear{0%,58%{opacity:0;pointer-events:none}64%,88%{opacity:1}94%,to{opacity:0}}.confirm-check{width:44px;height:44px;border-radius:50%;background:var(--orange);color:#000;font-size:22px;font-weight:700;display:flex;align-items:center;justify-content:center;margin-bottom:10px;animation:checkPop 8s ease-in-out infinite}@keyframes checkPop{0%,60%{transform:scale(0)}66%{transform:scale(1.15)}69%,88%{transform:scale(1)}94%{transform:scale(0)}}.confirm-amount{font-size:16px;font-weight:700;color:var(--text);margin-bottom:2px}.confirm-to{font-size:12px;color:var(--text-dim);margin-bottom:20px}.sender-score-update{width:100%;max-width:160px}.score-update-label{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);display:block;margin-bottom:5px}.score-bar-track{height:5px;background:rgba(255,255,255,.08);border-radius:3px;overflow:hidden;margin-bottom:5px}.score-bar-fill{height:100%;border-radius:3px}.orange-fill{background:var(--orange);width:65%;animation:auraGrow 8s ease-in-out infinite}@keyframes auraGrow{0%,62%{width:65%}72%,90%{width:67%}96%,to{width:65%}}.score-update-nums{display:flex;align-items:center;gap:4px;font-size:12px}.score-arrow,.score-old{color:var(--text-dim)}.score-arrow{font-size:9px}.score-new{font-weight:700}.score-new.orange{color:var(--orange)}.score-new.purple{color:var(--purple-light)}.receiver-phone{background:linear-gradient(180deg,#1a2332,#1e2940)}.receiver-profile{display:flex;flex-direction:column;align-items:center;padding:38px 12px 12px}.receiver-avatar-photo{width:52px;height:52px;border-radius:50%;margin-bottom:8px;border:2px solid rgba(147,51,234,.5);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center}.avatar-initial-lg{font-size:20px;font-weight:700;color:#fff}.receiver-name{font-size:15px;font-weight:700;color:var(--text);margin-bottom:2px}.receiver-role{font-size:10px;color:var(--text-dim);margin-bottom:14px}.oxy-gauge{position:relative;width:180px;height:105px;margin-bottom:4px}.gauge-svg{width:100%;height:100%}.gauge-fill{stroke-dasharray:251;stroke-dashoffset:80;animation:gaugeFill 8s ease-in-out infinite}@keyframes gaugeFill{0%,60%{stroke-dashoffset:80}72%,90%{stroke-dashoffset:78}96%,to{stroke-dashoffset:80}}.gauge-value{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);text-align:center;display:flex;flex-direction:column;align-items:center}.gauge-num{font-size:32px;font-weight:800;background:linear-gradient(135deg,var(--orange),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}.gauge-label{font-size:10px;font-weight:600;color:var(--orange);text-transform:uppercase;letter-spacing:.1em}.gauge-flash{position:absolute;inset:-8px;border-radius:50%;background:radial-gradient(circle,rgba(255,162,50,.3) 0,transparent 70%);opacity:0;animation:gaugeFlash 8s ease-in-out infinite;pointer-events:none}@keyframes gaugeFlash{0%,64%{opacity:0;transform:scale(.8)}70%{opacity:1;transform:scale(1.05)}78%{opacity:.3;transform:scale(1)}85%,to{opacity:0}}.sub-scores{display:flex;justify-content:space-between;width:100%;padding:0;margin-top:8px}.sub-score{position:relative;display:flex;flex-direction:column;align-items:center;width:75px}.sub-score-left{margin-left:4px;margin-right:auto}.sub-score-right{margin-right:4px;margin-left:auto}.circle-gauge{position:relative;width:64px;height:64px}.circle-gauge-svg{width:100%;height:100%}.circle-fill-aura{stroke-dasharray:213.6;stroke-dashoffset:74.8}.circle-fill-halo{stroke-dasharray:213.6;stroke-dashoffset:59.8;animation:haloCircleFill 8s ease-in-out infinite}@keyframes haloCircleFill{0%,62%{stroke-dashoffset:59.8}72%,90%{stroke-dashoffset:55.5}96%,to{stroke-dashoffset:59.8}}.circle-gauge-value{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.sub-score-num{font-size:17px;font-weight:800;line-height:1}.sub-score-num.orange{color:var(--orange)}.sub-score-num.purple{color:var(--purple-light)}.sub-score-label{font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-top:4px}.halo-added-flash{position:absolute;inset:-4px;border-radius:50%;border:2px solid var(--purple-light);opacity:0;animation:haloFlash 8s ease-in-out infinite;pointer-events:none}@keyframes haloFlash{0%,64%{opacity:0;transform:scale(.9)}70%{opacity:.8;transform:scale(1.1)}78%{opacity:.2;transform:scale(1)}85%,to{opacity:0}}.score-bump-badge{position:absolute;font-size:12px;font-weight:800;opacity:0;pointer-events:none}.halo-bump{top:-4px;right:0;color:var(--purple-light);animation:bumpFloat 8s ease-in-out infinite}@keyframes bumpFloat{0%,64%{opacity:0;transform:translateY(0)}68%{opacity:1;transform:translateY(-4px)}78%{opacity:1;transform:translateY(-10px)}85%{opacity:0;transform:translateY(-16px)}to{opacity:0}}.receiver-notification{position:absolute;top:28px;left:10px;right:10px;background:rgba(255,162,50,.12);border:1px solid rgba(255,162,50,.25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:12px;padding:8px 12px;display:flex;align-items:center;gap:8px;transform:translateY(-70px);opacity:0;animation:notifSlide 8s ease-in-out infinite;z-index:8}@keyframes notifSlide{0%,58%{transform:translateY(-70px);opacity:0}65%,80%{transform:translateY(0);opacity:1}87%,to{transform:translateY(-70px);opacity:0}}.notif-icon{font-size:16px}.notif-text{display:flex;flex-direction:column}.notif-title{font-size:11px;font-weight:700;color:var(--orange)}.notif-from{font-size:9px;color:var(--text-dim)}.receiver-score-bar{width:100%;max-width:160px;margin-top:18px;opacity:0;transform:translateY(6px);animation:receiverBarAppear 8s ease-in-out infinite}@keyframes receiverBarAppear{0%,60%{opacity:0;transform:translateY(6px)}68%,82%{opacity:1;transform:translateY(0)}89%,to{opacity:0;transform:translateY(6px)}}.purple-fill{background:var(--purple-light);width:72%;animation:haloGrow 8s ease-in-out infinite}@keyframes haloGrow{0%,64%{width:72%}74%,90%{width:74%}96%,to{width:72%}}.section{padding:6rem 2rem;max-width:1100px;margin:0 auto}.section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--orange);margin-bottom:1rem}.section h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem}.section-intro{font-size:1.125rem;color:var(--text-muted);max-width:640px;line-height:1.7;margin-bottom:3rem}.scores-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.score-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:border-color .3s,background .3s}.score-card:hover{border-color:var(--text-dim);background:var(--bg-card-hover)}.score-icon{margin-bottom:1rem}.score-name{font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.score-card:first-child .score-name{color:var(--orange)}.score-card:nth-child(2) .score-name{color:var(--purple-light)}.score-card:nth-child(3) .score-name{background:linear-gradient(135deg,var(--orange),var(--purple-light));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.score-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.7}.steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.step{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;position:relative}.step-number{font-size:2.5rem;font-weight:800;color:var(--orange);opacity:.3;margin-bottom:.75rem}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.step-desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;margin-top:3rem}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem}.feature-icon{font-size:1.75rem;margin-bottom:1rem}.feature-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-desc{color:var(--text-muted);font-size:.9375rem;line-height:1.6}.cta-section{text-align:center;padding:8rem 2rem;position:relative}.cta-section:before{display:none}.cta-section h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;letter-spacing:-.03em;margin-bottom:1rem}.cta-sub{color:var(--text-muted);font-size:1.125rem;margin-bottom:2.5rem}.cta-section .hero-ctas{justify-content:center}.footer{border-top:1px solid var(--border);padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;max-width:1100px;margin:0 auto;font-size:.875rem}.footer,.footer-copy{color:var(--text-dim)}.footer-links{display:flex;gap:2rem;list-style:none}.footer-links a{color:var(--text-muted);transition:color .2s}.footer-links a:hover{color:var(--text)}@media (max-width:1024px){.hero-content{flex-direction:column;text-align:center}.hero-text{max-width:100%;display:flex;flex-direction:column;align-items:center}.hero-sub{max-width:520px}.hero-ctas{justify-content:center}}@media (max-width:768px){.nav-links{display:none}.hero-phones{flex-direction:column;gap:.75rem}.phones-connector{flex-direction:row;gap:.5rem;margin-top:0}.phone-frame{width:210px;height:440px}.scores-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}.features-grid{grid-template-columns:1fr}.footer{text-align:center}}@media (max-width:480px){.steps{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:center}.phone-frame{width:190px;height:400px}}