.logo-text,body{color:var(--text-primary)}.btn-primary,.step-number{box-shadow:0 4px 12px rgba(0,122,255,.3)}.cta-content,.hero,.section-header{text-align:center}.btn,.resource-card,.social-link{text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}:root{--primary:#007AFF;--primary-dark:#0051D5;--primary-light:#4DA3FF;--background:#FFFFFF;--surface:#F8F9FA;--surface-dark:#0A0E14;--text-primary:#1A1A1A;--text-secondary:#6B7280;--text-tertiary:#9CA3AF;--border:#E5E7EB;--success:#10B981;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.1),0 2px 4px -1px rgba(0, 0, 0, 0.06);--shadow-lg:0 10px 15px -3px rgba(0, 0, 0, 0.1),0 4px 6px -2px rgba(0, 0, 0, 0.05);--shadow-xl:0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04)}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;background:var(--background);overflow-x:hidden}.background-animation{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;overflow:hidden;background:linear-gradient(135deg,#f8f9fa 0,#fff 50%,#f0f7ff 100%)}.grid-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgba(0,122,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(0,122,255,.03) 1px,transparent 1px);background-size:50px 50px;animation:20s linear infinite gridMove}@keyframes gridMove{0%{transform:translate(0,0)}100%{transform:translate(50px,50px)}}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:20s ease-in-out infinite float}.header,.section,.step-card{position:relative}.orb-1{width:500px;height:500px;background:radial-gradient(circle,var(--primary) 0,transparent 70%);top:-200px;right:-200px;animation-delay:0s}.orb-2{width:400px;height:400px;background:radial-gradient(circle,#4da3ff 0,transparent 70%);bottom:-150px;left:-150px;animation-delay:5s}.orb-3{width:350px;height:350px;background:radial-gradient(circle,var(--primary-light) 0,transparent 70%);top:50%;left:50%;animation-delay:10s}@keyframes float{0%,100%{transform:translate(0,0) scale(1)}33%{transform:translate(50px,-50px) scale(1.1)}66%{transform:translate(-50px,50px) scale(.9)}}.container{max-width:1280px;margin:0 auto;padding:0 clamp(1rem,3vw,1.5rem)}.header{padding:clamp(1.5rem,4vw,2rem) 0;z-index:10}.footer-bottom,.header .container{display:flex;justify-content:space-between;align-items:center}.header-badge,.logo{display:flex;align-items:center}.logo{gap:12px}.logo-text{font-size:clamp(1.5rem, 4vw, 1.5rem);font-weight:700;letter-spacing:-.5px}.header-badge,.hero-badge{gap:8px;font-size:clamp(.875rem, 2vw, .875rem);font-weight:500}.logo-number{color:var(--primary)}.header-badge{padding:clamp(.5rem,2vw,.5rem) clamp(1rem,3vw,1rem);background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.2);border-radius:100px;color:var(--success)}.status-dot{width:8px;height:8px;background:var(--success);border-radius:50%;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.main{padding:clamp(5rem,10vw,5rem) 0}.hero{max-width:900px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;padding:clamp(.5rem,2vw,.5rem) clamp(1.25rem,3vw,1.25rem);background:rgba(0,122,255,.08);border:1px solid rgba(0,122,255,.15);border-radius:100px;color:var(--primary);margin-bottom:clamp(2rem,5vw,2rem);animation:.6s ease-out fadeInUp}.hero-title{font-size:clamp(2rem, 9vw, 4.5rem);font-weight:800;line-height:1.1;letter-spacing:-2px;margin-bottom:clamp(1.5rem,3vw,1.5rem);animation:.6s ease-out .1s backwards fadeInUp}.gradient-text{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:clamp(1.5rem, 5vw, 2.375rem)}.hero-description{font-size:clamp(1.125rem, 3vw, 1.25rem);line-height:1.6;color:var(--text-secondary);margin-bottom:clamp(2.5rem,5vw,2.5rem);max-width:700px;margin-left:auto;margin-right:auto;animation:.6s ease-out .2s backwards fadeInUp}.hero-actions{display:flex;gap:clamp(1rem,2vw,1rem);justify-content:center;flex-wrap:wrap;margin-bottom:clamp(5rem,10vw,5rem);animation:.6s ease-out .3s backwards fadeInUp}.btn,.step-number{align-items:center}@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.btn{display:inline-flex;gap:8px;padding:clamp(.875rem,2vw,.875rem) clamp(1.75rem,4vw,1.75rem);font-size:clamp(1rem, 2vw, 1rem);font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:.2s}.btn-primary{background:var(--primary);color:#fff}.btn-secondary,.step-card{background:#fff;border:2px solid var(--border)}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,122,255,.4)}.btn-secondary{color:var(--text-primary)}.btn-secondary:hover{border-color:var(--primary);color:var(--primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-large{padding:clamp(1.125rem,3vw,1.125rem) clamp(2.25rem,5vw,2.25rem);font-size:clamp(1.125rem, 3vw, 1.125rem)}.section{padding:clamp(6.25rem,12vw,6.25rem) 0}.section-header{max-width:700px;margin:0 auto clamp(4rem,8vw,4rem)}.section-title{font-size:clamp(2rem, 6vw, 3rem);font-weight:800;line-height:1.2;letter-spacing:-1px;margin-bottom:clamp(1rem,2vw,1rem)}.section-description,.step-number{font-size:clamp(1.125rem, 3vw, 1.125rem)}.section-description{color:var(--text-secondary);line-height:1.6}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(20rem,40vw,20rem),1fr));gap:clamp(2rem,4vw,2rem)}.step-card{padding:clamp(2.5rem,5vw,2.5rem) clamp(2rem,4vw,2rem);border-radius:20px;transition:.3s}.step-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--primary)}.step-number{position:absolute;top:-16px;left:clamp(2rem,4vw,2rem);width:clamp(3rem,6vw,3rem);height:clamp(3rem,6vw,3rem);display:flex;justify-content:center;background:var(--primary);color:#fff;font-weight:700;border-radius:12px}.step-icon{width:clamp(4rem,8vw,4rem);height:clamp(4rem,8vw,4rem);display:flex;align-items:center;justify-content:center;background:rgba(0,122,255,.08);border-radius:16px;color:var(--primary);margin-bottom:clamp(1.5rem,3vw,1.5rem)}.step-title{font-size:clamp(1.5rem, 3vw, 1.5rem);font-weight:700;margin-bottom:clamp(.75rem,2vw,.75rem);color:var(--text-primary)}.step-description{font-size:clamp(1rem, 2vw, 1rem);line-height:1.6;color:var(--text-secondary);margin-bottom:clamp(1.5rem,3vw,1.5rem)}.step-details{display:flex;flex-direction:column;gap:clamp(.75rem,2vw,.75rem);padding:clamp(1.25rem,3vw,1.25rem);background:var(--surface);border-radius:12px}.detail-item{display:flex;flex-direction:column;gap:4px}.detail-label{font-size:clamp(.75rem, 1.5vw, .75rem);font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px}.detail-value{font-family:Monaco,'Courier New',monospace;font-size:clamp(.875rem, 2vw, .875rem);padding:clamp(.5rem,1vw,.5rem) clamp(.75rem,2vw,.75rem);background:#fff;border:1px solid var(--border);border-radius:6px;color:var(--primary)}.resources-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(clamp(17.5rem,35vw,17.5rem),1fr));gap:clamp(1.5rem,3vw,1.5rem)}.resource-card{display:flex;align-items:center;gap:clamp(1.25rem,3vw,1.25rem);padding:clamp(1.75rem,4vw,1.75rem);background:#fff;border:2px solid var(--border);border-radius:16px;transition:.3s}.resource-card:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:var(--shadow-lg)}.resource-icon{width:clamp(3rem,6vw,3rem);height:clamp(3rem,6vw,3rem);display:flex;align-items:center;justify-content:center;background:rgba(0,122,255,.1);border-radius:12px;color:var(--primary);flex-shrink:0}.resource-content{flex:1}.resource-title{font-size:clamp(1.125rem, 3vw, 1.125rem);font-weight:700;color:var(--text-primary);margin-bottom:4px}.resource-description{font-size:clamp(.875rem, 2vw, .875rem);color:var(--text-secondary)}.resource-arrow{color:var(--text-tertiary);transition:.3s;flex-shrink:0}.resource-card:hover .resource-arrow{color:var(--primary);transform:translateX(4px)}.section-cta{background:linear-gradient(135deg,var(--primary) 0,var(--primary-dark) 100%);color:#fff}.cta-content{max-width:700px;margin:0 auto}.cta-title{font-size:clamp(2rem, 6vw, 3rem);font-weight:800;line-height:1.2;letter-spacing:-1px;margin-bottom:clamp(1.25rem,3vw,1.25rem);color:#fff}.cta-description{font-size:clamp(1.125rem, 3vw, 1.125rem);line-height:1.6;margin-bottom:clamp(2.5rem,5vw,2.5rem);color:rgba(255,255,255,.9)}.section-cta .btn-primary{background:#fff;color:var(--primary)}.section-cta .btn-primary:hover{background:rgba(255,255,255,.95);transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.footer{background:var(--surface-dark);color:#fff;padding:clamp(1.25rem,3vw,1.25rem) 0}.footer-copyright{color:rgba(255,255,255,.6);font-size:clamp(.875rem, 2vw, .875rem)}.footer-social{display:flex;gap:clamp(1rem,2vw,1rem)}.social-link{width:clamp(2.5rem,5vw,2.5rem);height:clamp(2.5rem,5vw,2.5rem);display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);border-radius:10px;color:rgba(255,255,255,.7);transition:.2s}.social-link:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}@media (max-width:768px){.hero-actions{flex-direction:column}.btn{width:100%;justify-content:center}.resources-grid,.steps-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:clamp(1.5rem,3vw,1.5rem);text-align:center}}
