.hero-buttons{display:flex;align-items:center;gap:12px}.hero-buttons .solid-button,.hero-buttons .outline-button{height:52px;border-radius:12px;padding:0 18px;display:inline-flex;align-items:center;justify-content:space-between;gap:26px;font-size:11px;font-weight:600;letter-spacing:.02em}.hero-buttons .solid-button{min-width:174px;background:var(--lime);border-color:var(--lime);color:#11150e;box-shadow:0 12px 30px rgba(184,243,107,.12)}.hero-buttons .solid-button:hover{background:#d0ff91;border-color:#d0ff91;color:#10150b;box-shadow:0 16px 38px rgba(184,243,107,.2)}.hero-buttons .outline-button{min-width:190px;background:rgba(255,255,255,.055);border-color:rgba(255,255,255,.2);color:#e5e8e4;backdrop-filter:blur(10px)}.hero-buttons .outline-button:hover{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.42);color:#fff}.hero-buttons .solid-button span,.hero-buttons .outline-button span{font-size:19px;line-height:1;font-weight:400}.hero-buttons .solid-button span{transform:translateY(-1px)}
@media(max-width:520px){.hero-buttons .solid-button,.hero-buttons .outline-button{height:50px;min-width:0;width:100%}}
.hero-buttons .solid-button,.hero-buttons .outline-button{font-family:"Poppins",sans-serif;font-size:11px;font-weight:600;letter-spacing:.02em;text-transform:none}
