.hero-section{background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 50%,#9333ea 100%);background-size:200% 200%;animation:gradientShift 8s ease infinite;border-radius:1rem;padding:3rem 2rem 4rem;margin-bottom:0}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}.hero-inner{max-width:600px;margin:0 auto}.hero-logo{height:80px;filter:brightness(0) invert(1)}.platform-strip{display:flex;justify-content:center;gap:1.25rem;font-size:1.5rem;color:rgba(255,255,255,.55)}.platform-strip i{transition:color .2s}.platform-strip i:hover{color:#fff}.mt-n5{margin-top:-1.5rem!important}.quick-link-card{transition:transform .15s,box-shadow .15s;cursor:pointer}.quick-link-card:hover{transform:translateY(-4px)}.quick-link-primary{border-top:3px solid var(--bs-primary)}.quick-link-primary:hover{box-shadow:0 4px 20px rgba(79,70,229,.25)}.quick-link-info{border-top:3px solid var(--bs-info)}.quick-link-info:hover{box-shadow:0 4px 20px rgba(13,202,240,.25)}.quick-link-danger{border-top:3px solid var(--bs-danger)}.quick-link-danger:hover{box-shadow:0 4px 20px rgba(220,53,69,.25)}.quick-link-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:1.75rem}.highlights-bar{background:var(--bs-tertiary-bg,#f8f9fa);border-radius:.75rem;padding:1.25rem 1.5rem;margin-top:1rem;margin-bottom:1rem}.how-it-works{max-width:800px;margin-left:auto;margin-right:auto}.step-number{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#9333ea);color:#fff;font-size:1.25rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.steps-row{position:relative}.step-col{position:relative}.step-col:not(:last-child)::after{content:'';position:absolute;top:24px;right:-10%;width:20%;border-top:2px dashed var(--bs-border-color,#dee2e6)}.cta-section{background:var(--bs-tertiary-bg,#f8f9fa);border-radius:1rem;padding:2.5rem 2rem;margin-bottom:2rem}.fade-in{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width:767.98px){.hero-section{padding:2rem 1.25rem 4rem}.hero-logo{height:56px}.platform-strip{font-size:1.1rem;gap:1rem}.step-col:not(:last-child)::after{display:none}}[data-bs-theme="dark"] .highlights-bar,[data-bs-theme="dark"] .cta-section{background:var(--bs-tertiary-bg,#2b3035)}[data-bs-theme="dark"] .quick-link-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.3)}