*{box-sizing:border-box}body{background-color:var(--bg-primary);color:var(--text-main);font-family:'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;line-height:1.7}a{color:var(--gold);text-decoration:none}a:hover{color:#fde68a}.hero-section{background:linear-gradient(135deg,var(--bg-primary) 0%,#0c1425 50%,var(--bg-secondary) 100%);padding:5rem 0 3rem;position:relative;overflow:hidden}.hero-section::before{content:'';position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(29,78,216,0.15) 0%,transparent 70%);border-radius:50%}.hero-badge{display:inline-block;background:rgba(250,204,21,0.12);color:var(--gold);border:1px solid var(--border-gold);padding:.3rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1.25rem}.hero-section h1{font-size:2.6rem;font-weight:800;color:var(--text-light);line-height:1.2}.hero-section h1 span{color:var(--gold)}.hero-section p.lead{color:var(--text-muted);font-size:1.1rem;max-width:540px}.btn-gold{background:linear-gradient(135deg,var(--gold),var(--gold-dim));color:#0f172a;font-weight:700;border:none;padding:.7rem 2rem;border-radius:8px;transition:transform .2s,box-shadow .2s}.btn-gold:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(250,204,21,0.3);color:#0f172a}.btn-outline-gold{border:2px solid var(--gold);color:var(--gold);font-weight:600;padding:.65rem 1.8rem;border-radius:8px;background:transparent;transition:all .2s}.btn-outline-gold:hover{background:var(--gold);color:#0f172a}section{padding:4rem 0}.section-dark{background:var(--bg-secondary)}.section-title{font-size:2rem;font-weight:700;color:var(--text-light);margin-bottom:.5rem}.section-title span{color:var(--gold)}.section-subtitle{color:var(--text-muted);font-size:1rem;margin-bottom:2.5rem}.gold-line{width:60px;height:3px;background:var(--gold);border-radius:4px;margin:.75rem auto 1.5rem}.feature-card{background:var(--card-bg);border:1px solid var(--border-gold);border-radius:14px;padding:2rem 1.5rem;text-align:center;transition:transform .3s,box-shadow .3s;height:100%}.feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 36px rgba(250,204,21,0.1)}.feature-card .icon-wrap{width:64px;height:64px;border-radius:50%;background:rgba(250,204,21,0.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.6rem;color:var(--gold)}.feature-card h5{color:var(--text-light);font-weight:600;margin-bottom:.5rem}.feature-card p{color:var(--text-muted);font-size:.92rem}.step-card{text-align:center;padding:1.5rem 1rem}.step-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dim));color:#0f172a;font-size:1.4rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-card h5{color:var(--text-light);font-weight:600}.step-card p{color:var(--text-muted);font-size:.9rem}.vip-card{background:var(--card-bg);border:1px solid var(--border-gold);border-radius:16px;padding:2.5rem 1.5rem;text-align:center;position:relative;transition:transform .3s,box-shadow .3s;height:100%}.vip-card.featured{border-color:var(--gold);box-shadow:0 0 40px rgba(250,204,21,0.12)}.vip-card.featured::before{content:'POPULAR';position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:var(--gold);color:#0f172a;font-size:.75rem;font-weight:700;padding:.2rem 1rem;border-radius:50px}.vip-card:hover{transform:translateY(-4px)}.vip-card h4{color:var(--gold);font-weight:700}.vip-card .price{font-size:2.4rem;font-weight:800;color:var(--text-light);margin:.75rem 0}.vip-card .price small{font-size:.9rem;color:var(--text-muted);font-weight:400}.vip-card ul{list-style:none;padding:0;margin:1.25rem 0;text-align:left}.vip-card ul li{padding:.4rem 0;color:var(--text-muted);font-size:.9rem}.vip-card ul li i{color:var(--gold);margin-right:.5rem}.privacy-notice{background:linear-gradient(135deg,rgba(29,78,216,0.15),rgba(250,204,21,0.05));border:1px solid rgba(29,78,216,0.3);border-radius:14px;padding:2rem}.privacy-notice h5{color:var(--gold)}.privacy-notice p{color:var(--text-muted);font-size:.93rem}.rg-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.rg-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:rgba(250,204,21,0.1);display:flex;align-items:center;justify-content:center;color:var(--gold);font-size:1.3rem}.img-showcase img{width:100%;border-radius:14px;border:1px solid var(--border-gold);transition:transform .3s}.img-showcase img:hover{transform:scale(1.02)}.scroll-top{position:fixed;bottom:24px;right:24px;width:44px;height:44px;border-radius:50%;background:var(--gold);color:#0f172a;border:none;font-size:1.2rem;display:none;align-items:center;justify-content:center;z-index:999;cursor:pointer;box-shadow:0 4px 16px rgba(250,204,21,0.3)}@media (max-width:768px){.hero-section h1{font-size:1.9rem}.hero-section{padding:3rem 0 2rem}section{padding:3rem 0}}html,body{overflow-x:clip;width:100%}
