@keyframes slideInBounce{0%{opacity:0;transform:translateY(-30px) scale(.8)}60%{opacity:.8;transform:translateY(5px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOutFade{0%{opacity:1;transform:translateY(0) scale(1)}50%{opacity:.3;transform:translateY(-15px) scale(.95)}to{opacity:0;transform:translateY(-30px) scale(.8)}}@keyframes expandLine{0%{transform:scaleX(0);opacity:0}50%{opacity:.5}to{transform:scaleX(1);opacity:1}}@keyframes collapseLine{0%{transform:scaleX(1);opacity:1}50%{opacity:.5}to{transform:scaleX(0);opacity:0}}@keyframes moveUpSmooth{0%{transform:translateY(0)}50%{transform:translateY(-30px) scale(1.1)}to{transform:translateY(-25px) scale(1)}}@keyframes moveDownSmooth{0%{transform:translateY(-25px)}50%{transform:translateY(5px) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes rotateSwitchButton{0%{transform:rotate(0deg) scale(1)}25%{transform:rotate(90deg) scale(1.1)}50%{transform:rotate(180deg) scale(1.15)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(1turn) scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}50%{opacity:.7;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}to{opacity:0;transform:scale(.5)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideDown{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.circular-icon-button,.hamburger-menu-button,.main-header .actions-section .language-switcher-button,.main-header .actions-section .settings-button,.main-header .actions-section .user-menu-button{width:48px;height:48px;border-radius:24px;background-color:#fff;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.circular-icon-button:hover,.hamburger-menu-button:hover,.main-header .actions-section .language-switcher-button:hover,.main-header .actions-section .settings-button:hover,.main-header .actions-section .user-menu-button:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.circular-icon-button .icon,.hamburger-menu-button .icon,.main-header .actions-section .language-switcher-button .icon,.main-header .actions-section .settings-button .icon,.main-header .actions-section .user-menu-button .icon{width:24px;height:24px;flex-shrink:0}.circular-icon-button--user-menu,.main-header .actions-section .user-menu-button{padding:7px 7px 7px 12px;width:89px;justify-content:flex-start;gap:12px}.circular-icon-button--user-menu .user-avatar,.main-header .actions-section .user-menu-button .user-avatar{position:absolute;right:7px;top:7px;width:34px;height:34px;border-radius:40px;background-color:#cceae5;display:flex;align-items:center;justify-content:center}.circular-icon-button--user-menu .user-avatar .avatar-icon,.main-header .actions-section .user-menu-button .user-avatar .avatar-icon{width:24px;height:24px}.cta-button,.main-header .actions-section .become-carrier-button{display:flex;align-items:center;gap:8px;padding:12px 16px;background-color:#050000;color:#fff;border:none;border-radius:24px;font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:18px;cursor:pointer;transition:all .2s ease;height:48px}.cta-button:hover,.main-header .actions-section .become-carrier-button:hover{background-color:#1a1a1a;transform:translateY(-1px)}.cta-button:active,.main-header .actions-section .become-carrier-button:active{transform:translateY(0)}.cta-button .cta-icon,.main-header .actions-section .become-carrier-button .cta-icon{width:24px;height:24px;flex-shrink:0}.cta-button .cta-text,.main-header .actions-section .become-carrier-button .cta-text{white-space:nowrap}.main-header{display:flex;justify-content:space-between;align-items:center;padding:24px 40px;background-color:#02967b;box-shadow:0 2px 12px rgba(0,0,0,.04);min-height:96px;gap:24px;width:100%}@media(max-width:770px){.main-header{padding:16px 24px;gap:16px}}@media(max-width:640px){.main-header{padding:12px 16px;gap:12px}}.main-header .logo-section{display:flex;flex-direction:column;gap:0;width:202px;height:57px}@media(max-width:770px){.main-header .logo-section{width:auto;height:auto}}.main-header .logo-section .logo-link{display:block;line-height:0}.main-header .logo-section .logo-image{width:202px;height:31px;object-fit:contain}@media(max-width:770px){.main-header .logo-section .logo-image{width:160px;height:auto}}@media(max-width:640px){.main-header .logo-section .logo-image{width:140px;height:auto}}.main-header .logo-section .tagline{color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:26px;margin:0;width:176px;height:26px}@media(max-width:770px){.main-header .logo-section .tagline{font-size:14px;line-height:22px;width:auto;height:auto}}@media(max-width:640px){.main-header .logo-section .tagline{font-size:12px;line-height:20px}}.main-header .actions-section{display:flex;align-items:center;gap:16px;position:relative;height:48px}@media(max-width:640px){.main-header .actions-section{gap:12px}}@media(max-width:770px){.main-header .actions-section .become-carrier-button{padding:10px 14px;font-size:13px}}@media(max-width:640px){.main-header .actions-section .become-carrier-button{padding:12px;width:48px;height:48px;justify-content:center}.main-header .actions-section .become-carrier-button .cta-text{display:none}}.icon-button-group{display:flex;align-items:center;gap:16px;height:48px}@media(max-width:640px){.icon-button-group{gap:8px}.header-responsive .hide-mobile{display:none}}@media(max-width:770px){.header-responsive .hide-tablet{display:none}}@keyframes headerButtonHover{0%{transform:translateY(0)}to{transform:translateY(-1px)}}.header-button-hover{animation:headerButtonHover .2s ease}.circular-icon-button:focus,.cta-button:focus,.hamburger-menu-button:focus,.main-header .actions-section .become-carrier-button:focus,.main-header .actions-section .language-switcher-button:focus,.main-header .actions-section .settings-button:focus,.main-header .actions-section .user-menu-button:focus{outline:2px solid hsla(0,0%,100%,.5);outline-offset:2px}.button-loading{opacity:.7;cursor:not-allowed;pointer-events:none}.button-spacing-sm{gap:8px}.button-spacing-md{gap:16px}.button-spacing-lg{gap:24px}.main-header--mobile{padding:24px 16px;width:390px;gap:24px}.main-header--mobile .logo-section{width:202px;height:57px}.main-header--mobile .logo-section .logo-image{width:202px;height:31px}.main-header--mobile .logo-section .tagline{width:176px;height:26px;font-size:16px;line-height:26px}.main-header--mobile .actions-section{width:48px;height:48px;gap:0}.main-header--mobile .actions-section .become-carrier-button,.main-header--mobile .actions-section .language-switcher-button,.main-header--mobile .actions-section .settings-button,.main-header--mobile .actions-section .user-menu-button{display:none}.main-header--mobile .actions-section .hamburger-menu-button{display:flex}@media(max-width:480px){.main-header{padding:16px 12px;min-height:80px}.main-header .logo-section .logo-image{width:160px;height:auto}.main-header .logo-section .tagline{font-size:14px;line-height:22px}.main-header .actions-section{gap:8px}.main-header .actions-section .become-carrier-button{padding:12px;width:48px;height:48px;justify-content:center}.main-header .actions-section .become-carrier-button .cta-text{display:none}.main-header .actions-section .circular-icon-button,.main-header .actions-section .hamburger-menu-button,.main-header .actions-section .language-switcher-button,.main-header .actions-section .settings-button,.main-header .actions-section .user-menu-button{width:40px;height:40px}.main-header .actions-section .circular-icon-button .icon,.main-header .actions-section .hamburger-menu-button .icon,.main-header .actions-section .language-switcher-button .icon,.main-header .actions-section .settings-button .icon,.main-header .actions-section .user-menu-button .icon{width:20px;height:20px}}@media(max-width:360px){.main-header{padding:12px 8px}.main-header .logo-section .logo-image{width:140px}.main-header .logo-section .tagline{font-size:12px;line-height:20px}}.hamburger-menu-button{display:none}.hamburger-menu-button .hamburger-icon{width:24px;height:24px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.hamburger-menu-button .hamburger-icon span{width:18px;height:2px;background-color:#050000;border-radius:1px;transition:all .3s ease}.hamburger-menu-button .hamburger-icon span:first-child,.hamburger-menu-button .hamburger-icon span:nth-child(3){width:14px}.hamburger-menu-button:hover .hamburger-icon span{background-color:#333}.mobile-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:999;display:none}.mobile-nav-overlay.active{display:block}.mobile-nav-menu{position:fixed;top:0;right:-300px;width:300px;height:100dvh;background-color:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.1);transition:right .3s ease;z-index:1000;padding:96px 24px 24px}.mobile-nav-menu.active{right:0}.ui-kit-showcase{padding:40px 20px;background-color:#f1f5f9;min-height:100dvh}.ui-kit-showcase .showcase-container{max-width:1200px;margin:0 auto}.ui-kit-showcase .showcase-title{font-family:Inter,sans-serif;font-size:32px;font-weight:700;color:#050000;margin-bottom:40px;text-align:center}.ui-kit-showcase .showcase-section{margin-bottom:60px}.ui-kit-showcase .showcase-section .section-title{font-family:Inter,sans-serif;font-size:24px;font-weight:600;color:#050000;margin-bottom:24px;padding-bottom:8px;border-bottom:2px solid #00a88e}.ui-kit-showcase .showcase-section .section-description{font-family:Inter,sans-serif;font-size:16px;color:#949796;margin-bottom:32px;line-height:1.5}.ui-kit-showcase .component-demo{background-color:#fff;border-radius:12px;padding:32px;margin-bottom:24px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.ui-kit-showcase .component-demo .demo-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;color:#050000;margin-bottom:16px}.ui-kit-showcase .component-demo .demo-content{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.ui-kit-showcase .viewport-demo{border:2px solid #dfe4e3;border-radius:8px;overflow:hidden;margin-bottom:16px}.ui-kit-showcase .viewport-demo .viewport-label{background-color:#00a88e;color:#fff;padding:8px 16px;font-family:Inter,sans-serif;font-size:14px;font-weight:600}.ui-kit-showcase .viewport-demo .viewport-content{background-color:#fff}@media(max-width:770px){.ui-kit-showcase{padding:24px 16px}.ui-kit-showcase .showcase-title{font-size:28px}.ui-kit-showcase .component-demo{padding:24px}}@media(max-width:640px){.ui-kit-showcase{padding:16px 12px}.ui-kit-showcase .showcase-title{font-size:24px}.ui-kit-showcase .component-demo{padding:16px}.ui-kit-showcase .component-demo .demo-content{flex-direction:column;align-items:stretch}}