.header_product_dropdown{position:absolute;left:0;right:0;top:100%;margin-top:0;background:#fff;border-radius:14px;border:1px solid rgba(22,119,255,.12);box-shadow:0 24px 48px -12px rgba(9,30,66,.2),0 4px 12px rgba(9,30,66,.08);overflow:hidden;z-index:50;animation:header-product-in .22s var(--ease-out)}.header_product_dropdown:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient-primary);z-index:1}@keyframes header-product-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.header_product_dropdown .header_product_inner{padding:24px}.header_product_dropdown .header_product_inner .header_product_body{display:flex;gap:32px}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar{width:224px;flex-shrink:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_sidebar_title{font-size:14px;font-weight:700;color:#1f2329;margin-bottom:8px}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_sidebar_desc{font-size:12px;color:#999;line-height:1.5}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list{margin-top:16px;display:flex;flex-direction:column;gap:4px}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item{display:flex;align-items:center;gap:12px;padding:10px 12px;border-radius:10px;cursor:pointer;transition:background .2s,box-shadow .2s,transform .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item:hover{background:#f4f7fd}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item.header_product_item_active{background:linear-gradient(90deg,rgba(22,119,255,.12),rgba(22,119,255,.03));box-shadow:inset 0 0 0 1px rgba(22,119,255,.18)}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item.header_product_item_active .header_product_item_icon{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 10px -2px rgba(22,119,255,.45)}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item.header_product_item_active .header_product_item_name{color:var(--primary)}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item.header_product_item_active .header_product_item_arrow{color:var(--primary);opacity:1}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_more{display:flex;align-items:center;gap:12px;border-radius:10px;cursor:pointer;margin-top:8px;border-top:1px solid #f0f0f0;padding:16px 12px 10px;transition:background .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_more:hover{background:#f4f7fd}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item_icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;color:#6b7280;transition:background .2s,color .2s,box-shadow .2s;flex-shrink:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item_info{flex:1;min-width:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item_name{font-size:14px;font-weight:500;color:#1f2329;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item_cat{font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header_product_dropdown .header_product_inner .header_product_body .header_product_sidebar .header_product_list .header_product_item_arrow{width:16px;height:16px;color:#bbb;flex-shrink:0;opacity:0;transition:opacity .2s,color .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail{flex:1;min-width:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_product_detail_header{display:flex;align-items:flex-start;gap:16px;margin-bottom:16px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_product_detail_header .header_product_detail_icon{width:64px;height:64px;border-radius:14px;background:var(--gradient-primary);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;box-shadow:0 8px 20px -6px rgba(22,119,255,.45)}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_product_detail_name{font-size:20px;font-weight:700;color:#1f2329;margin-bottom:4px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_product_detail_cat{font-size:14px;color:#999;margin-bottom:8px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_product_detail_summary{font-size:14px;color:#666;line-height:1.5}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities{margin-bottom:16px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_title{font-size:14px;font-weight:700;color:#1f2329;margin-bottom:12px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_grid .header_capability_item{display:flex;align-items:center;gap:8px;padding:10px 12px;background:#f8fafc;border:1px solid #eef1f5;border-radius:10px;transition:transform .2s var(--ease-out),background .2s,border-color .2s,box-shadow .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_grid .header_capability_item:hover{transform:translateY(-2px);background:#f4f8ff;border-color:rgba(22,119,255,.3);box-shadow:0 6px 16px -8px rgba(22,119,255,.35)}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_grid .header_capability_item .header_capability_icon{color:var(--primary);flex-shrink:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_grid .header_capability_item .header_capability_title{font-size:12px;font-weight:500;color:#1f2329}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_capabilities .header_capabilities_grid .header_capability_item .header_capability_desc{font-size:12px;color:#999}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_clients{margin-bottom:16px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_clients .header_clients_title{font-size:14px;font-weight:700;color:#1f2329;margin-bottom:12px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_clients .header_clients_list{display:flex;align-items:center;gap:24px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_clients .header_clients_list .header_client_name{position:relative;font-size:14px;font-weight:700;color:#4b5563;transition:color .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_clients .header_clients_list .header_client_name:hover{color:var(--primary)}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects{display:flex;align-items:center;gap:16px;margin-bottom:16px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_card{flex:1;background:linear-gradient(180deg,#f8fafc,#f1f5f9);border:1px solid #eef1f5;border-radius:12px;padding:16px;transition:transform .2s var(--ease-out),border-color .2s,box-shadow .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_card:hover{transform:translateY(-2px);border-color:rgba(22,119,255,.25);box-shadow:0 8px 20px -8px rgba(9,30,66,.16)}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_card .header_effect_value_row{display:flex;align-items:center;gap:8px;margin-bottom:4px}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_card .header_effect_value_row .header_effect_icon{width:16px;height:16px;color:var(--color-success)}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_card .header_effect_value_row .header_effect_value{font-size:24px;font-weight:700;color:#1f2329;font-variant-numeric:tabular-nums}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_card .header_effect_label{font-size:12px;color:#999}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_cta{flex-shrink:0;height:80px;padding:0 24px;background:var(--gradient-primary);color:#fff;border-radius:12px;font-weight:500;font-size:14px;display:flex;align-items:center;gap:8px;box-shadow:0 8px 20px -6px rgba(22,119,255,.4);transition:transform .2s var(--ease-out),box-shadow .2s,filter .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_cta:hover{transform:translateY(-2px);box-shadow:0 12px 24px -6px rgba(22,119,255,.5);filter:brightness(1.05)}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_cta_disabled{cursor:default;opacity:.55}.header_product_dropdown .header_product_inner .header_product_body .header_product_detail .header_effects .header_effect_cta_disabled:hover{transform:none;box-shadow:0 8px 20px -6px rgba(22,119,255,.4);filter:none}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside{width:192px;flex-shrink:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section{margin-bottom:24px}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_section_title_row{display:flex;align-items:center;gap:8px;margin-bottom:12px}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_section_title_row .header_section_icon{color:var(--primary);font-size:14px}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_section_title_row .header_section_title{font-size:14px;font-weight:700;color:#1f2329}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list{display:flex;flex-direction:column;gap:8px}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;text-decoration:none;color:inherit;cursor:pointer;transition:background .2s,transform .2s var(--ease-out)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item:hover{background:#f4f7fd;transform:translateX(2px)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item:hover .header_hot_item_name{color:var(--primary)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item:hover .header_hot_item_arrow{color:var(--primary);opacity:1;transform:translateX(2px)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_rank{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_rank.header_hot_rank_1{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 10px -2px rgba(22,119,255,.45)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_rank.header_hot_rank_2{background:linear-gradient(135deg,#6b7a90,#8b98ab);color:#fff}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_rank.header_hot_rank_3{background:linear-gradient(135deg,#a8b2c0,#c3cad5);color:#fff}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_item_info{flex:1;min-width:0}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_item_info .header_hot_item_name{font-size:14px;font-weight:500;color:#1f2329;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_item_info .header_hot_item_cat{font-size:12px;color:#999;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_hot_section .header_hot_list .header_hot_item .header_hot_item_arrow{width:12px;height:12px;color:#bbb;flex-shrink:0;opacity:0;transition:opacity .2s,color .2s,transform .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list{display:flex;flex-direction:column;gap:8px}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item{position:relative}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_link{display:flex;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;transition:background .2s,transform .2s var(--ease-out)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_link:hover{background:#f4f7fd;transform:translateX(2px)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_link:hover .header_growth_icon{background:var(--gradient-primary);color:#fff;box-shadow:0 4px 10px -2px rgba(22,119,255,.4)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_link:hover .header_growth_name{color:var(--primary)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_link .header_growth_icon{width:20px;height:20px;border-radius:50%;background:#e8f2ff;display:flex;align-items:center;justify-content:center;color:var(--primary);flex-shrink:0;transition:background .2s,color .2s,box-shadow .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_link .header_growth_name{font-size:14px;color:#4b5563;transition:color .2s}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_growth_list .header_growth_item .header_growth_line{position:absolute;left:9px;top:28px;width:2px;height:12px;background:linear-gradient(180deg,#dbe7ff,#eef3fb)}.header_product_dropdown .header_product_inner .header_product_body .header_product_aside .header_section_title{font-size:14px;font-weight:700;color:#1f2329}@media(prefers-reduced-motion:reduce){.header_product_dropdown{animation:none}.header_product_dropdown .header_capability_item,.header_product_dropdown .header_effect_card,.header_product_dropdown .header_effect_cta,.header_product_dropdown .header_growth_link,.header_product_dropdown .header_hot_item,.header_product_dropdown .header_product_item,.header_product_dropdown .header_product_more{transition:none}}.header{position:fixed;left:0;right:0;top:0;z-index:50;width:100%;height:var(--header-h);transition:all .3s;border-bottom:1px solid var(--border-color);background:#fff}.header.header_transparent{border-bottom-color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.header .header_bar{position:relative;display:flex;height:100%;width:100%;align-items:center;padding-left:var(--header-px);padding-right:var(--header-px);background:#fff}.header .header_bar .header_logo{z-index:10;display:flex;flex-shrink:0;align-items:center;gap:10px}.header .header_bar .header_logo .header_logo_img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain}.header .header_bar .header_logo .header_logo_name{font-size:15px;font-weight:700;line-height:1.25;white-space:nowrap;color:var(--text-heading)}.header_transparent .header .header_bar .header_logo .header_logo_name{color:#fff}.header .header_bar .header_nav{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:none;align-items:center}@media(min-width:1280px){.header .header_bar .header_nav{display:flex}}.header .header_bar .header_nav .header_nav_link{position:relative;white-space:nowrap;padding:8px 14px;font-size:14px;line-height:14px;transition:color .15s;cursor:pointer;color:var(--text-heading)}.header .header_bar .header_nav .header_nav_link:hover{color:var(--primary)}.header_transparent .header .header_bar .header_nav .header_nav_link{color:hsla(0,0%,100%,.9)}.header_transparent .header .header_bar .header_nav .header_nav_link:hover{color:#fff}.header .header_bar .header_nav .header_nav_link.header_nav_link_active{font-weight:500;color:var(--primary)}.header_transparent .header .header_bar .header_nav .header_nav_link.header_nav_link_active{color:#fff}.header .header_bar .header_nav .header_nav_arrow{display:inline-block;margin-left:4px;width:12px;height:12px;transition:transform .2s}.header .header_bar .header_nav .header_nav_arrow.header_nav_arrow_open{transform:rotate(180deg)}.header .header_bar .header_nav .header_product_trigger{position:relative}.header .header_bar .header_actions{z-index:10;margin-left:auto;display:flex;align-items:center;gap:12px}@media(min-width:640px){.header .header_bar .header_actions{gap:16px}}.header .header_bar .header_actions .header_login_btn{display:none;padding:8px 16px;font-size:14px;transition:all .15s;color:var(--text-heading)}.header .header_bar .header_actions .header_login_btn:hover{color:var(--primary)}@media(min-width:640px){.header .header_bar .header_actions .header_login_btn{display:inline-block}}.header_transparent .header .header_bar .header_actions .header_login_btn{display:none;border-radius:6px;border:1px solid hsla(0,0%,100%,.5);color:#fff}.header_transparent .header .header_bar .header_actions .header_login_btn:hover{background:hsla(0,0%,100%,.1)}@media(min-width:640px){.header_transparent .header .header_bar .header_actions .header_login_btn{display:inline-block}}.header .header_bar .header_actions .header_cta_btn{display:inline-flex;height:36px;align-items:center;justify-content:center;border-radius:6px;background:var(--accent-orange);padding:0 20px;font-size:14px;font-weight:500;color:#fff;transition:background .15s}.header .header_bar .header_actions .header_cta_btn:hover{background:var(--accent-orange-dark)}.header .header_bar .header_actions .header_mobile_toggle{padding:8px}@media(min-width:1280px){.header .header_bar .header_actions .header_mobile_toggle{display:none}}.header_transparent .header .header_bar .header_actions .header_mobile_toggle{color:#fff}.header .header_bar .header_actions .header_mobile_toggle .header_mobile_toggle_icon{width:24px;height:24px}.header:not(.header_transparent) .header .header_bar .header_actions .header_mobile_toggle{color:var(--text-heading)}.header .header_mobile_menu{position:absolute;left:0;right:0;top:var(--header-h);border-top:1px solid var(--border-color);background:#fff;padding-top:16px;padding-bottom:16px;box-shadow:0 8px 24px rgba(0,0,0,.08)}@media(min-width:1280px){.header .header_mobile_menu{display:none}}.header .header_mobile_menu .header_mobile_nav{display:flex;flex-direction:column;gap:4px;padding-left:var(--header-px);padding-right:var(--header-px)}.header .header_mobile_menu .header_mobile_nav .header_mobile_nav_link{border-radius:6px;padding:10px 16px;font-size:14px;font-weight:500;color:var(--text-heading)}.header .header_mobile_menu .header_mobile_nav .header_mobile_nav_link.header_mobile_nav_link_active{background:#eff6ff;color:var(--primary)}.header .header_mobile_menu .header_mobile_nav .header_mobile_actions{margin-top:8px;display:flex;gap:12px;border-top:1px solid var(--border-color);padding:12px 16px 0}.header .header_mobile_menu .header_mobile_nav .header_mobile_actions .header_mobile_login{flex:1;border-radius:6px;border:1px solid var(--border-color);padding:8px;text-align:center;font-size:14px;color:var(--text-heading)}.header .header_mobile_menu .header_mobile_nav .header_mobile_actions .header_mobile_cta{flex:1;border-radius:6px;background:var(--accent-orange);padding:8px;text-align:center;font-size:14px;color:#fff}.header_hidden_lg{display:none}@media(min-width:1024px){.header_hidden_lg{display:block}}@media(min-width:1280px){.header_hidden_xl{display:none}}.site-footer{position:relative;background:#0a1628;color:hsla(0,0%,100%,.62)}.site-footer .site-footer__top{padding:56px 0 44px}@media(min-width:768px){.site-footer .site-footer__top{padding:64px 0 48px}}.site-footer .site-footer__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 28px}@media(min-width:768px){.site-footer .site-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1024px){.site-footer .site-footer__grid{grid-template-columns:1.4fr repeat(3,1fr) 1.4fr}}.site-footer .site-footer__brand{grid-column:span 2}@media(min-width:768px){.site-footer .site-footer__brand{grid-column:span 4}}@media(min-width:1024px){.site-footer .site-footer__brand{grid-column:span 1}}.site-footer .site-footer__logo-row{display:flex;align-items:center;gap:10px;margin-bottom:14px}.site-footer .site-footer__logo-img{height:36px;width:auto;-o-object-fit:contain;object-fit:contain;padding:4px;background:#fff;border-radius:8px}.site-footer .site-footer__logo-name{font-size:15px;font-weight:700;color:#fff;line-height:1.25}.site-footer .site-footer__logo-tagline{font-size:12px;color:hsla(0,0%,100%,.45);line-height:1.25}.site-footer .site-footer__desc{margin:0;max-width:300px;font-size:12px;line-height:1.75;color:hsla(0,0%,100%,.45)}.site-footer .site-footer__col-title{margin:0 0 18px;font-size:14px;font-weight:600;color:#fff}.site-footer .site-footer__links{display:flex;flex-direction:column;gap:12px;margin:0;padding:0;list-style:none}.site-footer .site-footer__link{font-size:13px;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .2s,padding-left .2s}.site-footer .site-footer__contact{grid-column:span 2}@media(min-width:768px){.site-footer .site-footer__contact{grid-column:span 4}}@media(min-width:1024px){.site-footer .site-footer__contact{grid-column:span 1}}.site-footer .site-footer__phone{display:block;margin-bottom:10px;font-size:22px;font-weight:700;color:#fff;text-decoration:none;font-variant-numeric:tabular-nums;transition:color .2s}.site-footer .site-footer__hours{margin:0 0 20px;font-size:12px;color:hsla(0,0%,100%,.45)}.site-footer .site-footer__qrs{display:flex;gap:14px}.site-footer .site-footer__qr{text-align:center}.site-footer .site-footer__qr-img{display:block;width:84px;height:84px;padding:6px;border-radius:12px;background:#fff;box-shadow:0 8px 24px -8px rgba(0,0,0,.5);transition:transform .25s var(--ease-out)}.site-footer .site-footer__qr-label{margin-top:8px;font-size:11px;color:hsla(0,0%,100%,.45)}.site-footer .site-footer__bottom{padding:20px 0;border-top:1px solid hsla(0,0%,100%,.08)}.site-footer .site-footer__bottom-inner{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:12px}@media(min-width:768px){.site-footer .site-footer__bottom-inner{flex-direction:row}}.site-footer .site-footer__copyright{margin:0;font-size:12px;color:hsla(0,0%,100%,.4)}.site-footer .site-footer__legal{display:flex;gap:20px}.site-footer .site-footer__legal-link{font-size:12px;color:hsla(0,0%,100%,.4);text-decoration:none;transition:color .2s}.site-footer .site-footer__link:hover{color:#fff;padding-left:4px}.site-footer .site-footer__phone:hover{color:#69b1ff}.site-footer .site-footer__qr-img:hover{transform:translateY(-3px)}.site-footer .site-footer__legal-link:hover{color:#fff}.site-footer .site-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--primary),#69b1ff 40%,#ff6600)}.site-layout{display:flex;min-height:100vh;flex-direction:column;overflow-x:clip}.site-main{flex:1}.site-main .site-main--sub{padding-top:var(--header-h)}