.hero{padding:160px 0 80px;background:#F6F1E8;min-height:100vh;display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:64px;gap:64px;align-items:center;margin-bottom:80px}.hero-left{max-width:520px}.badge-row{display:flex;gap:12px;margin-bottom:24px}.badge{background:#86B49B;color:white;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.hero-headline{font-size:clamp(42px,4.5vw,52px);font-weight:800;color:#2B2B2B;line-height:1.1;margin-bottom:24px}.hero-description{font-size:18px;color:#2B2B2B;opacity:.7;line-height:1.6;margin-bottom:48px}.hero-actions{display:flex;gap:16px;margin-bottom:48px}.btn-primary{background:#2B2B2B;color:white;border:none;padding:16px 32px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(43,43,43,.2)}.btn-primary:hover{background:#86B49B;transform:translateY(-2px);box-shadow:0 8px 30px rgba(134,180,155,.3)}.btn-ghost{background:transparent;color:#2B2B2B;border:2px solid #2b2b2b;padding:14px 30px;border-radius:12px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-ghost:hover{background:#2B2B2B;color:white;transform:translateY(-2px)}.testimonials{gap:16px}.avatar-stack,.testimonials{display:flex;align-items:center}.avatar-stack .avatar{width:40px;height:40px;border-radius:50%;border:3px solid #f6f1e8;margin-left:-8px;transition:all .3s ease;overflow:hidden}.avatar-stack .avatar img{width:100%;height:100%;object-fit:cover;object-position:center}.avatar-stack .avatar:first-child{margin-left:0}.avatar-stack:hover .avatar{margin-left:4px;transform:scale(1.1)}.testimonial-text{display:flex;flex-direction:column;gap:4px}.testimonial-text .number{font-weight:700;color:#2B2B2B;font-size:16px}.testimonial-text .label{color:#2B2B2B;opacity:.7;font-size:14px}.hero-right{display:flex;justify-content:center;align-items:center}.hero-image{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(43,43,43,.1);animation:float 6s ease-in-out infinite}.hero-image img{width:100%;height:auto;max-width:500px;display:block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.partner-strip{text-align:center;padding:40px 0;border-top:1px solid rgba(43,43,43,.1)}.partner-logos{display:flex;justify-content:center;align-items:center;gap:60px;flex-wrap:wrap}.partner-logo{color:#2B2B2B;opacity:.4;font-weight:600;font-size:18px;transition:all .3s ease;animation:slide 20s linear infinite}.partner-logo:hover{opacity:.8;transform:scale(1.1)}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100px)}}@media (max-width:1024px){.hero-content{grid-template-columns:1fr;gap:40px;text-align:center}.hero-headline{font-size:48px}.hero-actions{justify-content:center}.hero-image{max-width:400px}}@media (max-width:768px){.site-main>.hero:first-child{padding-top:100px}.hero{padding:100px 0 60px}.hero-headline{font-size:36px}.hero-actions{flex-direction:column;align-items:center}.btn-ghost,.btn-primary{width:100%;max-width:280px}.testimonials{justify-content:center}.partner-logos{gap:40px}}@media (max-width:480px){.hero-headline{font-size:32px}.hero-description{font-size:16px}.badge-row{flex-direction:column;align-items:center}.partner-logos{gap:30px}}