.homepage_hero{padding:0;overflow:hidden}.homepage_hero .grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3.5rem;align-items:center}.homepage_hero .text h1{margin:0 0 1.375rem;font-size:56px}.homepage_hero .text h1 span{color:#82ff3f}.homepage_hero .text .lead{font-size:1.15rem;max-width:520px}.homepage_hero .text .cta{display:flex;gap:1rem;margin:1.875rem 0 0;flex-wrap:wrap}.homepage_hero .text .benefits_list{margin-top:3rem}.homepage_hero .terminal{background-color:#211334;border:1px solid #392655;border-radius:16px;overflow:hidden;box-shadow:0 30px 80px -30px rgba(51,16,80,0.7),0 0 0 1px rgba(130,255,63,0.04)}.homepage_hero .terminal .terminal_bar{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#2a1a40;border-bottom:1px solid #392655}.homepage_hero .terminal .terminal_bar .dot{width:11px;height:11px;flex-shrink:0;border-radius:50%;background-color:#392655}.homepage_hero .terminal .terminal_bar .dot:nth-of-type(1){background-color:#ff6a6a}.homepage_hero .terminal .terminal_bar .dot:nth-of-type(2){background-color:#ffd66a}.homepage_hero .terminal .terminal_bar .dot:nth-of-type(3){background-color:#82ff3f}.homepage_hero .terminal .terminal_title{font-family:'JetBrains Mono',sans-serif,Arial;font-size:.75rem;color:#9d92ba}.homepage_hero .terminal .terminal_body{padding:1.5rem 1.625rem 1.375rem;font-family:'JetBrains Mono',sans-serif,Arial;font-size:.84rem}.homepage_hero .terminal .code_lines{display:flex;flex-direction:column;min-height:295px;overflow:hidden}.homepage_hero .terminal .code_lines .ln{color:#9d92ba;display:inline-block;width:22px;flex-shrink:0;text-align:right;margin-right:.875rem;user-select:none}.homepage_hero .terminal .code_lines .code_text{overflow:hidden;text-overflow:ellipsis;min-width:0}.homepage_hero .terminal .code_lines .k{color:#c792ea}.homepage_hero .terminal .code_lines .s{color:#82ff3f}.homepage_hero .terminal .code_lines .c{color:#9389b8}.homepage_hero .terminal .code_lines .f{color:#7fc9ff}.homepage_hero .terminal .code_lines p.code_line{margin:0;padding:.125rem 0;display:flex;align-items:baseline;white-space:pre;color:#b6a6cc;line-height:1.7}.homepage_hero .terminal .terminal_output{margin:1rem 0 0;padding:1rem 0 0;border-top:1px dashed #392655;display:flex;align-items:center;gap:.625rem;color:#9d92ba;font-size:.82rem;opacity:0;transform:translateY(6px);transition:opacity 500ms ease 0ms,transform 500ms ease 0ms}.homepage_hero .terminal .terminal_output.show{opacity:1;transform:translateY(0)}.homepage_hero .terminal .terminal_output .dot{width:8px;height:8px;border-radius:50%;background-color:#82ff3f;box-shadow:0 0 8px #82ff3f;flex-shrink:0}@media screen and (max-width:1000px){.homepage_hero .grid{grid-template-columns:1fr}.homepage_hero .text h1{font-size:36px}}.benefits_list{display:flex;flex-wrap:wrap;gap:2rem;margin:0;padding:0;list-style:none}.benefits_list .item{display:block}.benefits_list .item .number{display:block;font-family:'Space Grotesk',sans-serif,Arial;font-size:1.5rem;font-weight:600;color:#f4eefb}.benefits_list .item .label{display:block;font-size:.85rem;color:#8577a0}@media screen and (max-width:600px){.benefits_list{gap:1.5rem}}