.hero--quality{background:linear-gradient(135deg,var(--background) 0,var(--accent) 50%,var(--background) 100%);overflow:hidden;padding:8rem 0 6rem;position:relative}.hero-badge-checklist{align-items:center;animation:fadeUp .6s ease-out;background:rgba(25,145,210,.1);border-radius:9999px;color:var(--primary);display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-container{margin:0 auto;max-width:1280px;padding:0 1rem}@media (min-width:768px){.hero-container{padding:0 2rem}}.hero-grid{align-items:center;display:grid;gap:4rem}@media (min-width:1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-content-quality{align-items:flex-start;display:flex;flex-direction:column;max-width:540px;text-align:left}.hero-title{animation:fadeUp .6s ease-out .1s both;color:#0f172a;font-size:2.25rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}.hero-description{animation:fadeUp .6s ease-out .2s both;color:#475569;font-size:1.25rem;line-height:1.7;margin-bottom:2rem}.hero-actions{animation:fadeUp .6s ease-out .3s both;display:flex;flex-wrap:wrap;gap:1rem}.btn-primary{align-items:center;background:var(--primary);border-radius:.75rem;color:#fff;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 10px 20px rgba(var(--primary),.2);transform:translateY(-2px)}.btn-outline{align-items:center;background:transparent;border:2px solid rgba(79,70,229,.25);border-radius:.75rem;color:#0f172a;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-outline:hover{background:rgba(79,70,229,.05);border-color:rgba(79,70,229,.45)}.hero-meta{animation:fadeUp .6s ease-out .4s both;flex-wrap:wrap;gap:1.5rem;margin-top:2rem}.hero-meta,.hero-rating{align-items:center;display:flex}.hero-rating{color:#334155;gap:.5rem}.stars{color:#f59e0b}.hero-security{color:#64748b;font-size:.875rem}.hero-image{animation:fadeUp .8s ease-out .2s both;position:relative}.hero-image img{border-radius:1.5rem;box-shadow:0 30px 60px rgba(0,0,0,.25);height:auto;width:100%}.hero-glow{border-radius:50%;filter:blur(60px);position:absolute;z-index:-1}.hero-glow-1{background:rgba(79,70,229,.25);bottom:-2rem;height:10rem;right:-2rem;width:10rem}.hero-glow-2{background:rgba(99,102,241,.1);height:12rem;left:-2rem;top:-2rem;width:12rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}