@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--bg-color:#0a0a0a;--text-primary:#fff;--text-secondary:#888;--border-color:#222;--font-main:"Space Grotesk", sans-serif;--spacing-unit:8px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-main);letter-spacing:-.03em;text-transform:uppercase;font-weight:700;line-height:1.1}a{color:inherit;text-decoration:none}ul{list-style:none}.grid-container{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);max-width:1400px;margin:0 auto}.border-bottom{border-bottom:1px solid var(--border-color)}.border-top{border-top:1px solid var(--border-color)}._navbar_1j7hq_1{z-index:100;background:var(--bg-color);border-bottom:1px solid var(--border-color);width:100%;position:fixed;top:0;left:0}._container_1j7hq_11{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}._logo_1j7hq_22{color:var(--text-primary);letter-spacing:-.05em;text-transform:uppercase;font-size:1.25rem;font-weight:700}._links_1j7hq_30{align-items:center;gap:3rem;display:flex}._links_1j7hq_30 a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500;transition:color .3s}._links_1j7hq_30 a:hover{color:var(--text-primary)}._contactBtn_1j7hq_49{color:var(--text-primary);border:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;background:0 0;padding:.75rem 2rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .3s}._contactBtn_1j7hq_49:hover{background:var(--text-primary);color:var(--bg-color)}@media (width<=768px){._links_1j7hq_30 a{display:none}._container_1j7hq_11{padding:1.2rem 1.5rem}}._overlay_ewqgj_1{z-index:1000;background:#0a0a0ae6;justify-content:center;align-items:center;animation:.3s _fadeIn_ewqgj_1;display:flex;position:fixed;inset:0}._modal_ewqgj_15{background:var(--bg-color);border:1px solid var(--border-color);width:90%;max-width:500px;animation:.4s cubic-bezier(.16,1,.3,1) _slideUp_ewqgj_1;position:relative;overflow:hidden}._closeBtn_ewqgj_25{color:var(--text-primary);cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}._closeBtn_ewqgj_25:hover{transform:rotate(90deg)}._content_ewqgj_46{z-index:1;padding:3rem 2.5rem;position:relative}._content_ewqgj_46 h2{color:var(--text-primary);margin-bottom:.5rem;font-size:1.5rem}._content_ewqgj_46 p{color:var(--text-secondary);margin-bottom:2.5rem;font-size:.9rem}._form_ewqgj_64{flex-direction:column;gap:1.5rem;display:flex}._inputGroup_ewqgj_70 input,._inputGroup_ewqgj_70 textarea{border:none;border-bottom:1px solid var(--border-color);width:100%;color:var(--text-primary);text-transform:uppercase;letter-spacing:.05em;background:0 0;padding:1rem 0;font-family:inherit;font-size:.9rem;transition:all .3s}._inputGroup_ewqgj_70 input:focus,._inputGroup_ewqgj_70 textarea:focus{border-bottom-color:var(--text-primary);outline:none}._inputGroup_ewqgj_70 textarea{resize:vertical}._submitBtn_ewqgj_95{background:var(--text-primary);color:var(--bg-color);border:1px solid var(--text-primary);text-transform:uppercase;letter-spacing:.05em;cursor:pointer;margin-top:1rem;padding:1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}._submitBtn_ewqgj_95:hover{color:var(--text-primary);background:0 0}@keyframes _fadeIn_ewqgj_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_ewqgj_1{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){._content_ewqgj_46{padding:2.5rem 1.5rem}}._hero_11kq5_1{align-items:flex-end;min-height:100vh;padding-top:80px;display:flex}._container_11kq5_8{flex-direction:column;justify-content:space-between;width:100%;height:calc(100vh - 80px);padding:4rem 2rem;display:flex}._title_11kq5_17{color:var(--text-primary);margin-top:2rem;font-size:clamp(4rem,12vw,12rem);line-height:.9}._content_11kq5_24{border-top:1px solid var(--border-color);justify-content:space-between;align-items:flex-end;gap:2rem;padding-top:2rem;display:flex}._subtitle_11kq5_33{max-width:500px;color:var(--text-secondary);font-size:1.1rem;font-weight:400}._actions_11kq5_40{gap:1rem;display:flex}._btnPrimary_11kq5_45,._btnSecondary_11kq5_45{text-transform:uppercase;letter-spacing:.05em;border:1px solid var(--border-color);cursor:pointer;padding:1rem 2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}._btnPrimary_11kq5_45{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary)}._btnPrimary_11kq5_45:hover,._btnSecondary_11kq5_45{color:var(--text-primary);background:0 0}._btnSecondary_11kq5_45:hover{background:var(--text-primary);color:var(--bg-color)}@media (width<=768px){._content_11kq5_24{flex-direction:column;align-items:flex-start}._actions_11kq5_40{flex-direction:column;width:100%}._btnPrimary_11kq5_45,._btnSecondary_11kq5_45{text-align:center;width:100%}._container_11kq5_8{padding:2rem 1.5rem}}._services_1y4bj_1{background-color:var(--bg-color)}._container_1y4bj_5{flex-direction:column;display:flex}._header_1y4bj_10{border-bottom:1px solid var(--border-color);padding:4rem 2rem}._header_1y4bj_10 h2{color:var(--text-secondary);letter-spacing:.1em;font-size:1rem;font-weight:500}._grid_1y4bj_22{grid-template-columns:repeat(3,1fr);display:grid}._card_1y4bj_27{border-right:1px solid var(--border-color);flex-direction:column;padding:4rem 2rem;transition:background-color .3s,color .3s;display:flex}._card_1y4bj_27:last-child{border-right:none}._card_1y4bj_27:hover{background-color:var(--text-primary);color:var(--bg-color)}._card_1y4bj_27:hover ._number_1y4bj_44,._card_1y4bj_27:hover p{color:var(--bg-color)}._number_1y4bj_44{color:var(--text-secondary);margin-bottom:4rem;font-size:1rem;font-weight:600;transition:color .3s}._card_1y4bj_27 h3{margin-bottom:1.5rem;font-size:2rem;line-height:1.1}._card_1y4bj_27 p{color:var(--text-secondary);font-size:1.1rem;line-height:1.5;transition:color .3s}@media (width<=1024px){._grid_1y4bj_22{grid-template-columns:1fr}._card_1y4bj_27{border-right:none;border-bottom:1px solid var(--border-color)}._card_1y4bj_27:last-child{border-bottom:none}}._pricing_1un4k_1{background-color:var(--bg-color)}._container_1un4k_5{flex-direction:column;display:flex}._header_1un4k_10{border-bottom:1px solid var(--border-color);padding:4rem 2rem}._header_1un4k_10 h2{color:var(--text-secondary);letter-spacing:.1em;font-size:1rem;font-weight:500}._grid_1un4k_22{grid-template-columns:repeat(3,1fr);display:grid}._card_1un4k_27{border-right:1px solid var(--border-color);flex-direction:column;padding:4rem 2rem;transition:background-color .3s;display:flex}._card_1un4k_27:last-child{border-right:none}._cardHeader_1un4k_39{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}._card_1un4k_27 h3{color:var(--text-primary);font-size:1.5rem}._badge_1un4k_51{background:var(--text-primary);color:var(--bg-color);letter-spacing:.05em;padding:.2rem .5rem;font-size:.75rem;font-weight:700}._price_1un4k_60{color:var(--text-primary);margin-bottom:3rem;font-size:3rem;font-weight:700;line-height:1}._features_1un4k_68{flex-direction:column;flex-grow:1;gap:1.5rem;margin-bottom:4rem;display:flex}._features_1un4k_68 li{color:var(--text-secondary);align-items:center;font-size:1rem;display:flex}._features_1un4k_68 li:before{content:"—";color:var(--border-color);margin-right:1rem}._btnPrimary_1un4k_89,._btnSecondary_1un4k_89{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:1px solid var(--border-color);width:100%;padding:1.2rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s}._btnPrimary_1un4k_89{background:var(--text-primary);color:var(--bg-color);border-color:var(--text-primary)}._btnPrimary_1un4k_89:hover,._btnSecondary_1un4k_89{color:var(--text-primary);background:0 0}._btnSecondary_1un4k_89:hover{background:var(--text-primary);color:var(--bg-color)}@media (width<=1024px){._grid_1un4k_22{grid-template-columns:1fr}._card_1un4k_27{border-right:none;border-bottom:1px solid var(--border-color)}._card_1un4k_27:last-child{border-bottom:none}}._footer_n3pgg_1{background-color:var(--bg-color);padding-bottom:2rem}._container_n3pgg_6{flex-direction:column;display:flex}._content_n3pgg_11{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding:4rem 2rem;display:flex}._brand_n3pgg_21 h3{color:var(--text-primary);margin-bottom:1rem;font-size:2rem}._brand_n3pgg_21 p{color:var(--text-secondary);max-width:300px}._socials_n3pgg_32{gap:1rem;display:flex}._socialLink_n3pgg_37{border:1px solid var(--border-color);width:48px;height:48px;color:var(--text-primary);justify-content:center;align-items:center;transition:all .3s;display:flex}._socialLink_n3pgg_37:hover{background:var(--text-primary);color:var(--bg-color)}._bottom_n3pgg_53{color:var(--text-secondary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem;font-size:.8rem;display:flex}._legal_n3pgg_64{gap:2rem;display:flex}._legal_n3pgg_64 a{transition:color .3s}._legal_n3pgg_64 a:hover{color:var(--text-primary)}@media (width<=768px){._content_n3pgg_11{flex-direction:column}._bottom_n3pgg_53{text-align:center;flex-direction:column}}._overlay_h8mfl_1{z-index:1000;background:#0a0a0af2;justify-content:center;align-items:center;animation:.3s _fadeIn_h8mfl_1;display:flex;position:fixed;inset:0}._modal_h8mfl_15{background:var(--bg-color);border:1px solid var(--border-color);flex-direction:column;width:90%;max-width:800px;height:80vh;animation:.4s cubic-bezier(.16,1,.3,1) _slideUp_h8mfl_1;display:flex;position:relative;overflow:hidden}._closeBtn_h8mfl_28{color:var(--text-primary);cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex;position:absolute;top:1rem;right:1rem}._closeBtn_h8mfl_28:hover{transform:rotate(90deg)}._header_h8mfl_49{border-bottom:1px solid var(--border-color);padding:2.5rem 2.5rem 1.5rem}._header_h8mfl_49 h2{color:var(--text-primary);font-size:1.5rem}._contentScroll_h8mfl_59{color:var(--text-secondary);flex-grow:1;padding:2.5rem;font-size:.95rem;line-height:1.6;overflow-y:auto}._contentScroll_h8mfl_59 h3{color:var(--text-primary);margin-top:2rem;margin-bottom:1rem;font-size:1.1rem}._contentScroll_h8mfl_59 p{margin-bottom:1rem}._contentScroll_h8mfl_59 ul{margin-bottom:1rem;padding-left:1.5rem}._contentScroll_h8mfl_59 li{margin-bottom:.5rem;list-style-type:square}@keyframes _fadeIn_h8mfl_1{0%{opacity:0}to{opacity:1}}@keyframes _slideUp_h8mfl_1{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){._header_h8mfl_49,._contentScroll_h8mfl_59{padding:1.5rem}}
