*{box-sizing:border-box}body{background:var(--bg-primary);color:var(--text-main);font-family:'Inter','Segoe UI',Roboto,sans-serif;line-height:1.7}a{color:var(--gold);text-decoration:none}a:hover{color:#fde68a}.breadcrumb-section{background:var(--bg-secondary);border-bottom:1px solid var(--border-gold);padding:.85rem 0}.breadcrumb{background:transparent;margin:0;padding:0;font-size:.9rem}.breadcrumb-item a{color:var(--gold)}.breadcrumb-item.active{color:var(--text-muted)}.breadcrumb-item + .breadcrumb-item::before{color:var(--text-muted)}.hero{background:linear-gradient(160deg,var(--bg-primary) 0%,#0c1a35 50%,var(--bg-secondary) 100%);padding:4.5rem 0 3.5rem;position:relative;overflow:hidden}.hero::before{content:'';position:absolute;top:-25%;right:-8%;width:500px;height:500px;background:radial-gradient(circle,rgba(250,204,21,0.06) 0%,transparent 70%);border-radius:50%}.hero-badge{display:inline-block;background:rgba(250,204,21,0.1);color:var(--gold);border:1px solid var(--border-gold);padding:.3rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.hero h1{font-size:2.4rem;font-weight:800;color:var(--text-light);line-height:1.2}.hero h1 span{color:var(--gold)}.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:1.85rem;font-weight:700;color:var(--text-light)}.section-title span{color:var(--gold)}.section-subtitle{color:var(--text-muted);font-size:1rem}.gold-line{width:60px;height:3px;background:var(--gold);border-radius:4px;margin:.75rem auto 1.5rem}.content-block p,.content-block li{color:var(--text-muted);font-size:.95rem;line-height:1.85}.content-block h3{color:var(--text-light);font-size:1.25rem;font-weight:700;margin-top:2rem;margin-bottom:.75rem;padding-left:.75rem;border-left:3px solid var(--gold)}.step-card{background:var(--card-bg);border:1px solid var(--border-gold);border-radius:14px;padding:2rem 1.5rem;text-align:center;height:100%;transition:transform .3s}.step-card:hover{transform:translateY(-4px)}.step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dim));color:#0f172a;font-weight:800;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.step-card h5{color:var(--text-light);font-weight:600;font-size:1.05rem}.step-card p{color:var(--text-muted);font-size:.92rem;margin-bottom:0}.feature-card{background:var(--card-bg);border:1px solid var(--border-gold);border-radius:14px;padding:1.75rem 1.5rem;height:100%;transition:transform .3s}.feature-card:hover{transform:translateY(-4px)}.feature-card .icon-wrap{width:52px;height:52px;border-radius:50%;background:rgba(250,204,21,0.1);display:flex;align-items:center;justify-content:center;font-size:1.3rem;color:var(--gold);margin-bottom:1rem}.feature-card h5{color:var(--text-light);font-weight:600;font-size:1.05rem}.feature-card p{color:var(--text-muted);font-size:.92rem;margin-bottom:0}.register-form-wrap{background:var(--card-bg);border:1px solid var(--border-gold);border-radius:16px;padding:2.5rem 2rem}.register-form-wrap .form-label{color:var(--text-main);font-weight:500;font-size:.9rem}.register-form-wrap .form-control{background:var(--bg-primary);border:1px solid rgba(250,204,21,0.2);color:var(--text-main);border-radius:8px;padding:.65rem 1rem}.register-form-wrap .form-control:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(250,204,21,0.15);background:var(--bg-primary);color:var(--text-main)}.register-form-wrap .form-control::placeholder{color:var(--text-muted)}.register-form-wrap .form-check-label{color:var(--text-muted);font-size:.88rem}.register-form-wrap .form-check-input{background-color:var(--bg-primary);border-color:rgba(250,204,21,0.3)}.register-form-wrap .form-check-input:checked{background-color:var(--gold);border-color:var(--gold)}.highlight-box{background:rgba(250,204,21,0.06);border:1px solid var(--border-gold);border-radius:12px;padding:1.25rem 1.5rem}.highlight-box i{color:var(--gold);font-size:1.4rem}@media (max-width:768px){.hero h1{font-size:1.75rem}.hero{padding:3rem 0 2rem}section{padding:3rem 0}.register-form-wrap{padding:1.5rem 1.25rem}}html,body{overflow-x:clip;width:100%}
