@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--bg-main:#f8fafc;--bg-card:#fff;--accent:#2d8a83;--accent-glow:#2d8a8333;--success:#10b981;--text-primary:#0f172a;--text-secondary:#475569;--glass-border:#00000014;--font-main:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--bg-main);color:var(--text-primary);line-height:1.6;overflow-x:hidden}.bg-gradient{z-index:-1;background:radial-gradient(circle at 10% 20%,#2d8a831a 0%,#0000 40%),radial-gradient(circle at 90% 80%,#10b98114 0%,#0000 40%);width:100%;height:100%;position:fixed;top:0;left:0}.container{max-width:1240px;margin:0 auto;padding:0 2rem}header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--glass-border);z-index:100;background:#ffffffd9;justify-content:space-between;align-items:center;height:90px;display:flex;position:sticky;top:0}.affiliate-branding{align-items:center;gap:1.5rem;display:flex}.affiliate-logo{object-fit:contain;border-radius:6px;width:auto;height:40px}.albert-logo{object-fit:contain;width:auto;height:32px}.hero{align-items:center;gap:5rem;padding:10rem 0 6rem;display:flex}.hero-content{flex:1.2}.hero-visual{flex:.8;position:relative}.badge-verified{border:1px solid var(--glass-border);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;background:#fff;border-radius:99px;align-items:center;gap:.6rem;margin-bottom:2.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:800;display:inline-flex;box-shadow:0 4px 20px #0000000a}.icon-check{background:var(--accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.8rem;display:inline-flex}h1{color:#0f172a;letter-spacing:-.04em;margin-bottom:2rem;font-size:5.5rem;font-weight:800;line-height:.95}.hero-p{color:var(--text-secondary);max-width:650px;margin-bottom:4rem;font-size:1.5rem;line-height:1.4}.affiliate-photo-container{aspect-ratio:4/5;border:12px solid #fff;border-radius:40px;width:100%;overflow:hidden;box-shadow:0 50px 100px #00000026}.affiliate-photo{object-fit:cover;width:100%;height:100%}.btn{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;padding:1.4rem 3rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.2,0,.2,1);display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 20px 40px var(--accent-glow)}.btn-primary:hover{box-shadow:0 30px 60px var(--accent-glow);background:#24756f;transform:translateY(-5px)scale(1.02)}.btn-secondary{color:var(--text-primary);border:1px solid var(--glass-border);background:#fff;box-shadow:0 10px 20px #0000000d}.btn-secondary:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 20px 40px #0000001a}.stats-section{padding:5rem 0 10rem}.stats-grid{text-align:center;border:1px solid var(--glass-border);background:#fff;border-radius:56px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;padding:5rem;display:grid;box-shadow:0 30px 80px #0000000a}.stat-number{color:var(--accent);letter-spacing:-.04em;margin-bottom:.75rem;font-size:4rem;font-weight:800;display:block}.stat-label{color:var(--text-secondary);font-size:1.25rem;font-weight:600}.section-title{text-align:center;margin-bottom:5rem}.section-title h2{color:#0f172a;letter-spacing:-.03em;margin-bottom:2rem;font-size:4.5rem;font-weight:800}.functionalities-updated{padding-bottom:12rem}.updated-grid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;display:grid}.updated-card{border:1px solid var(--glass-border);background:#fff;border-radius:32px;padding:3.5rem;transition:all .4s cubic-bezier(.2,0,.2,1);box-shadow:0 10px 30px #00000005}.updated-card:hover{border-color:var(--accent);transform:translateY(-10px);box-shadow:0 30px 60px #0000000d}.updated-icon-box{background:#f1fafa;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:2.5rem;font-size:1.75rem;display:flex}.updated-card h3{color:var(--accent);margin-bottom:1.5rem;font-size:1.75rem;font-weight:800}.updated-card p{color:var(--text-secondary);font-size:1.15rem;line-height:1.6}.partnership-fold{text-align:center;border:1px solid var(--glass-border);background:linear-gradient(135deg,#f1fafa 0%,#fff 100%);border-radius:64px;margin-bottom:12rem;padding:10rem 4rem}.partnership-logos{justify-content:center;align-items:center;gap:2.5rem;margin-bottom:4rem;display:flex}.p-logo{object-fit:contain;width:auto;height:45px}.partnership-content h2{font-size:4.5rem;font-weight:800}.video-section-large{width:100%;margin-bottom:12rem}.video-container-full{aspect-ratio:16/9;background:#fff;border:20px solid #fff;border-radius:56px;width:100%;position:relative;overflow:hidden;box-shadow:0 60px 120px #0000002e}.video-container-full iframe{border:none;width:100%;height:100%;display:block;position:absolute;top:0;left:0}.testimonial-premium{border:1px solid var(--glass-border);background:#fff;border-radius:56px;align-items:center;gap:5rem;margin-bottom:12rem;padding:6rem;display:flex;box-shadow:0 40px 80px #0000000a}.testimonial-photo-wrapper{border:8px solid #f8fafc;border-radius:32px;flex-shrink:0;width:320px;height:320px;overflow:hidden;box-shadow:0 20px 40px #0000001a}.testimonial-photo{object-fit:cover;width:100%;height:100%}.testimonial-content{flex:1}.testimonial-quote{color:#0f172a;margin-bottom:2.5rem;font-size:2.25rem;font-style:italic;font-weight:500;line-height:1.3}.testimonial-author h4{color:var(--accent);margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.testimonial-author p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.affiliate-socials{flex-wrap:wrap;gap:1rem;display:flex}.social-btn{color:var(--accent);background:#f1fafa;border:1px solid #2d8a831a;border-radius:99px;align-items:center;padding:.6rem 1.2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.social-btn:hover{background:var(--accent);color:#fff;box-shadow:0 10px 20px var(--accent-glow);transform:translateY(-3px)}.lead-section-split{grid-template-columns:1fr 1fr;align-items:center;gap:10rem;padding-bottom:15rem;display:grid}.lead-split-content h2{margin-bottom:2.5rem;font-size:5rem;font-weight:800;line-height:.95}.lead-split-content p{color:var(--text-secondary);margin-bottom:4rem;font-size:1.6rem}.lead-checklist{list-style:none}.lead-checklist li{color:var(--accent);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.3rem;font-weight:700;display:flex}.form-wrapper-modern{border:1px solid var(--glass-border);background:#fff;border-radius:56px;padding:5rem;box-shadow:0 50px 100px #0000000f}.form-group{margin-bottom:2.5rem}.form-group label{color:#0f172a;margin-bottom:1rem;font-size:1.1rem;font-weight:700;display:block}.form-group input{color:#0f172a;background:#f8fafc;border:2px solid #e2e8f0;border-radius:18px;width:100%;padding:1.4rem 1.8rem;font-family:inherit;font-size:1.15rem;transition:all .3s cubic-bezier(.2,0,.2,1)}.form-group input:focus{border-color:var(--accent);box-shadow:0 0 0 6px var(--accent-glow);background:#fff;outline:none}.btn-submit{width:100%;margin-top:1rem;padding:1.5rem;font-size:1.25rem;font-weight:800}.simple-premium-footer{color:#fff;text-align:center;background:#0f172a;padding:8rem 0}.footer-content-simple{flex-direction:column;align-items:center;gap:2.5rem;display:flex}.footer-logo-white{object-fit:contain;filter:brightness(0)invert();width:auto;height:45px}.footer-tagline{color:#94a3b8;max-width:750px;font-size:1.5rem;font-weight:400;line-height:1.5}.footer-divider-simple{background:#ffffff1a;width:100%;max-width:120px;height:1px}.copyright{color:#64748b;font-size:1.1rem;font-weight:500}.reveal{opacity:0;transition:all 1.4s cubic-bezier(.2,0,.2,1);transform:translateY(60px)}.reveal.active{opacity:1;transform:translateY(0)}@media (width<=1024px){.hero{text-align:center;flex-direction:column;padding-top:6rem}.testimonial-premium{text-align:center;flex-direction:column;gap:3rem;padding:4rem 2rem}.testimonial-photo-wrapper{width:240px;height:240px}.lead-section-split{text-align:center;grid-template-columns:1fr}.form-wrapper-modern{padding:3rem}}@media (width<=768px){h1,.stat-number{font-size:3rem}.updated-grid{grid-template-columns:1fr}.video-container-full{border-width:10px;border-radius:32px}}
