.demo-chat{--demo-accent:#066aca;--demo-accent-dark:#0a4f93;z-index:9998;font-family:SN Pro,Segoe UI,sans-serif;position:fixed;bottom:20px;right:20px}.demo-chat__launcher{z-index:9998;cursor:pointer;background:0 0;border:none;flex-direction:column;align-items:center;gap:7px;padding:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:fixed;bottom:20px;right:20px}.demo-chat__launcher:hover{transform:translateY(-2px)}.demo-chat__launcher.is-scrolled{opacity:0;pointer-events:none;transform:translate(calc(100% + 32px))}.demo-chat__launcher.is-hidden{display:none}.demo-chat__launcher-icon{background:var(--demo-accent);border:3px solid #fff;border-radius:999px;justify-content:center;align-items:center;width:64px;height:64px;display:inline-flex;overflow:hidden;box-shadow:0 12px 28px #066aca66}.demo-chat__launcher-icon img{object-fit:cover;width:100%;height:100%}.demo-chat__launcher-badge{background:var(--demo-accent);color:#fff;white-space:nowrap;border-radius:999px;padding:4px 11px;font-size:.72rem;font-weight:800;animation:2.4s ease-in-out infinite demoChatBadgePulse;box-shadow:0 6px 14px #066aca52}@keyframes demoChatBadgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@media (prefers-reduced-motion:reduce){.demo-chat__launcher-badge{animation:none}}.demo-chat__panel{z-index:9999;opacity:0;visibility:hidden;transform-origin:100% 100%;background:#fff;border-radius:16px;flex-direction:column;width:min(570px,100vw - 32px);height:min(620px,100vh - 96px);transition:opacity .2s,transform .2s,visibility .2s;display:flex;position:fixed;bottom:20px;right:20px;overflow:hidden;transform:translateY(16px)scale(.98);box-shadow:0 24px 60px #03274e52}.demo-chat__panel.is-open{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.demo-chat__header{background:linear-gradient(135deg, var(--demo-accent) 0%, var(--demo-accent-dark) 100%);color:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.demo-chat__header-info{align-items:center;gap:10px;min-width:0;display:flex}.demo-chat__avatar{object-fit:cover;border:2px solid #fff9;border-radius:999px;flex:0 0 40px;width:40px;height:40px}.demo-chat__header-text{flex-direction:column;min-width:0;display:flex}.demo-chat__title{font-size:.95rem;font-weight:800;line-height:1.2}.demo-chat__subtitle{color:#ffffffd9;white-space:nowrap;text-overflow:ellipsis;font-size:.76rem;line-height:1.2;overflow:hidden}.demo-chat__close{color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:9px;flex:none;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:inline-flex}.demo-chat__close:hover{background:#ffffff4d}.demo-chat__body{background:#f7f9fc;flex-direction:column;flex:1;gap:10px;min-height:0;padding:16px;display:flex;overflow-y:auto}.demo-chat__msg{white-space:pre-wrap;border-radius:14px;flex-direction:column;align-items:flex-start;max-width:90%;padding:10px 13px;font-size:.875rem;line-height:1.5;display:flex}.demo-chat__msg--bot{color:#1f2937;background:#fff;border:1px solid #e9edf3;border-bottom-left-radius:4px;align-self:flex-start}.demo-chat__msg--user{background:var(--demo-accent);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.demo-chat__msg-text{display:block}.demo-chat__wa{color:#fff;background:#25d366;border-radius:9px;align-items:center;gap:7px;margin-top:10px;padding:8px 13px;font-size:.8rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.demo-chat__wa:hover{background:#1fb457;transform:translateY(-1px)}.demo-chat__demo-wrap{flex-direction:column;gap:10px;width:100%;margin-top:10px;display:flex}.demo-chat__card{background:#f4f6fa;border:1px solid #e6ebf2;border-radius:11px;flex-direction:column;gap:10px;width:100%;padding:12px;display:flex}.demo-chat__card-title{color:var(--demo-accent);letter-spacing:.02em;margin:0;font-size:.82rem;font-weight:800}.demo-chat__field{flex-direction:column;gap:3px;display:flex}.demo-chat__field-label{color:#6b7280;font-size:.7rem;font-weight:600}.demo-chat__field-value{color:#111827;word-break:break-all;background:#fff;border:1px solid #e2e8f0;border-radius:9px;justify-content:space-between;align-items:center;gap:8px;padding:8px 10px;font-size:.85rem;font-weight:600;display:flex}.demo-chat__copy{background:var(--demo-accent);color:#fff;cursor:pointer;border:none;border-radius:7px;flex:none;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s;display:inline-flex}.demo-chat__copy:hover{background:var(--demo-accent-dark)}.demo-chat__demo-links{flex-direction:column;gap:8px;width:100%;display:flex}.demo-chat__demo-button{background:var(--demo-accent);color:#fff;border-radius:9px;justify-content:center;align-items:center;gap:8px;height:40px;font-size:.82rem;font-weight:700;text-decoration:none;transition:background .15s,transform .15s;display:inline-flex}.demo-chat__demo-button:hover{background:var(--demo-accent-dark);transform:translateY(-1px)}.demo-chat__typing{background:#fff;border:1px solid #e9edf3;border-radius:14px 14px 14px 4px;align-self:flex-start;align-items:center;gap:4px;padding:13px 14px;display:inline-flex}.demo-chat__typing span{background:#9aa5b1;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite demoChatTyping}.demo-chat__typing span:nth-child(2){animation-delay:.2s}.demo-chat__typing span:nth-child(3){animation-delay:.4s}@keyframes demoChatTyping{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@media (prefers-reduced-motion:reduce){.demo-chat__typing span{animation:none}}.demo-chat__quick{flex-direction:column;align-self:flex-start;gap:8px;width:90%;margin-top:2px;display:flex}.demo-chat__quick-btn{text-align:left;color:var(--demo-accent);cursor:pointer;background:#fff;border:1px solid #066aca4d;border-radius:10px;padding:11px 14px;font-size:.85rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.demo-chat__quick-btn:hover{background:var(--demo-accent);color:#fff;border-color:var(--demo-accent)}.demo-chat__input-row{background:#fff;border-top:1px solid #eef0f3;flex-shrink:0;align-items:center;gap:8px;padding:10px 12px;display:flex}.demo-chat__input{background:#f4f6fa;border:1px solid #e2e8f0;border-radius:999px;outline:none;flex:1;min-width:0;height:40px;padding:0 14px;font-size:.875rem;transition:border-color .15s,background .15s}.demo-chat__input:focus{border-color:var(--demo-accent);background:#fff}.demo-chat__send{background:var(--demo-accent);color:#fff;cursor:pointer;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:inline-flex}.demo-chat__send:hover{background:var(--demo-accent-dark)}.demo-chat__send:disabled{opacity:.55;cursor:not-allowed}@media (width<=480px){.demo-chat__panel{width:calc(100vw - 24px);height:calc(100vh - 80px);bottom:12px;right:12px}.demo-chat__launcher{bottom:84px;right:14px}.demo-chat__launcher.is-scrolled{transform:translate(calc(100% + 24px))}}.fake-order{z-index:9999;opacity:0;pointer-events:none;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:10px;width:252px;padding:10px 12px;transition:transform .45s cubic-bezier(.34,1.4,.64,1),opacity .3s;display:flex;position:fixed;bottom:24px;left:24px;transform:translate(calc(-100% - 32px));box-shadow:0 6px 24px #0000001a,0 2px 8px #0000000f}.fake-order.is-visible{opacity:1;pointer-events:auto;transform:translate(0)}.fake-order__avatar{color:#fff;letter-spacing:0;-webkit-user-select:none;user-select:none;background:#066aca;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;font-weight:700;display:flex}.fake-order__body{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.fake-order__title{color:#066aca;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8125rem;font-weight:600;overflow:hidden}.fake-order__title span{color:#374151;font-weight:400}.fake-order__product{color:#066aca;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.8125rem;font-weight:700;overflow:hidden}.fake-order__time{color:#9ca3af;margin:1px 0 0;font-size:.7rem}@media (width<=640px){.fake-order{width:240px;bottom:88px;left:16px}}.bottom-bar{z-index:9997;opacity:1;background:#fff;border:1px solid #e5e7eb;border-radius:10px;align-items:center;gap:8px;padding:8px;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s;display:flex;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 32px #00000029}.bottom-bar.is-hidden{opacity:0;pointer-events:none;transform:translate(-50%,180%)}.bottom-bar__btn{color:#fff;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;gap:8px;height:44px;padding:0 20px;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.92rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .15s,filter .15s;display:inline-flex}.bottom-bar__btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.bottom-bar__btn--about{background:#7c3aed}.bottom-bar__btn--wa{background:#15803d}@media (width<=480px){.bottom-bar{justify-content:center;gap:6px;width:calc(100% - 24px);padding:6px;bottom:14px}.bottom-bar__btn{flex:1;gap:6px;height:42px;padding:0 12px;font-size:.82rem}}.site-footer{color:#13263a;background:#fafafa;width:100%;padding:56px 20px 18px;font-family:SN Pro,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.site-footer__container{flex-direction:column;gap:18px;width:min(1200px,100%);margin:0 auto;display:flex}.site-footer__grid{grid-template-columns:35fr 25fr 40fr;gap:28px;width:100%;display:grid}.site-footer__col{min-width:0}.site-footer__title{color:#111827;letter-spacing:.01em;margin:0 0 12px;font-size:1.06rem;font-weight:700}.site-footer__description{color:#4b5563;margin:0 0 12px;font-size:.92rem;line-height:1.3}.site-footer__line{color:#365166;margin:0 0 8px;font-size:.92rem;line-height:1.3}.site-footer__contact-link{color:#13263a;text-decoration:none;transition:opacity .2s}.site-footer__contact-link:hover{opacity:.78}.site-footer__menu{flex-direction:column;gap:10px;display:flex}.site-footer__menu-link{color:#111827;font-size:.92rem;font-weight:500;line-height:1.3;text-decoration:none;transition:color .2s,opacity .2s}.site-footer__menu-link:hover{color:#13263a;opacity:1}.site-footer__subscribe-form{align-items:center;gap:10px;margin-bottom:14px;display:flex}.site-footer__input{color:#13263a;background-color:#fff;border:1px solid #13263a47;border-radius:6px;outline:none;flex:auto;min-width:0;height:42px;padding:0 12px;font-size:.92rem;transition:border-color .2s,box-shadow .2s}.site-footer__input::placeholder{color:#6f8091}.site-footer__input:focus{border-color:#13263a;box-shadow:0 0 0 3px #13263a14}.site-footer__subscribe-button{color:#fff;text-transform:uppercase;cursor:pointer;background-color:#066aca;border:1px solid #066aca;border-radius:6px;height:42px;padding:0 16px;font-size:.85rem;font-weight:600;transition:opacity .2s,transform .2s}.site-footer__subscribe-button:hover{background-color:#000;transform:translateY(-1px)}.site-footer__social-heading{margin-top:24px;margin-bottom:12px}.site-footer__social-heading p{color:#111827;margin:0;font-size:.92rem;font-weight:600}.site-footer__bottom{text-align:left;border-top:1px solid #13263a33;width:100%;padding-top:12px}.site-footer__socials{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;display:flex}.site-footer__social-link{color:#fff;background-color:#066aca;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:opacity .2s,transform .2s;display:inline-flex}.site-footer__social-link:hover{background-color:#000;transform:translateY(-1px)}.site-footer__bottom p{color:#5b6f82;margin:0;font-size:.82rem}@media (width<=768px){.site-footer{padding:40px 28px 14px}.site-footer__grid{grid-template-columns:1fr;gap:20px}.site-footer__subscribe-form{flex-direction:column;align-items:stretch}.site-footer__subscribe-button{width:100%}.site-footer__socials{justify-content:flex-start}}.hero-header__spacer{flex-shrink:0;width:100%}.hero-header{z-index:110;background:#fff;border-bottom:1px solid #066aca1f;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 10px #066aca14}.main-header{background:#fff;width:min(1280px,100%);margin:0 auto;padding:12px 20px}.main-header__inner{grid-template-columns:auto 1fr auto;align-items:center;gap:20px;display:grid}.header-logo{justify-content:center;justify-self:start;align-items:center;text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.header-logo__text{color:#0000;letter-spacing:-.04em;background-image:linear-gradient(90deg,#066aca 0% 34%,#ffffffd9 46%,#fff 50%,#ffffffd9 54%,#066aca 66% 100%);background-position:0%;background-size:320% 100%;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.35rem,2.2vw,1.85rem);font-weight:900;line-height:1;animation:4.8s ease-in-out infinite headerLogoWhiteSweep;display:inline-block;position:relative}@keyframes headerLogoWhiteSweep{0%{background-position:0%}42%{background-position:160%}to{background-position:320%}}.header-right{justify-self:end;align-items:center;gap:10px;display:flex}.header-nav{justify-self:center;align-items:center;gap:18px;display:flex}.header-nav-link{color:#13263a;font-size:.92rem;font-weight:500;line-height:1;text-decoration:none;transition:color .2s,opacity .2s}.header-nav-link:hover{color:#066aca}.header-mobile-actions{justify-content:flex-end;align-items:center;gap:8px;display:none}.header-mobile-login-btn{color:#fff;background:#066aca;border:1px solid #066aca;border-radius:9999px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 14px;font-size:.8rem;font-weight:800;text-decoration:none;display:inline-flex}.header-mobile-menu-btn{color:#066aca;cursor:pointer;background:#fff;border:1px solid #066aca2e;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.header-mobile-menu-btn:hover{background:#066aca0f}.header-cta{white-space:nowrap;cursor:pointer;border-radius:9999px;justify-content:center;align-items:center;gap:8px;height:40px;padding:0 18px;font-size:.875rem;font-weight:800;line-height:1;text-decoration:none;transition:transform .2s,opacity .2s,background .2s,border-color .2s,color .2s;display:inline-flex;position:relative;overflow:hidden}.header-cta span,.header-cta svg{z-index:2;position:relative}.header-cta:before{content:"";filter:blur(.2px);opacity:0;z-index:1;pointer-events:none;width:72%;height:190%;position:absolute;top:-45%;left:-80%;transform:translate(-120%)rotate(18deg)}.header-cta:hover{transform:translateY(-1px)}.header-cta--primary{color:#fff;background:#066aca;border:1px solid #066aca;box-shadow:0 8px 18px #066aca38}.header-cta--primary:before{background:linear-gradient(90deg,#0000 0%,#ffffff14 18%,#ffffff52 48%,#ffffff14 78%,#0000 100%);animation:3.2s ease-in-out infinite headerButtonFlow}.header-cta--primary:hover{opacity:.94}.header-cta--secondary{color:#066aca;background:#fff;border:1px solid #066aca2e}.header-cta--secondary:before{background:linear-gradient(90deg,#0000 0%,#066aca05 18%,#066aca14 48%,#066aca05 78%,#0000 100%);animation:3.2s ease-in-out .42s infinite headerButtonFlow}.header-cta--secondary:hover{background:#066aca0a;border-color:#066aca}.header-cta__icon{color:#066aca;flex-shrink:0;width:18px;height:18px}.header-cta__icon--light{color:#fff}@keyframes headerButtonFlow{0%{opacity:0;transform:translate(-120%)rotate(18deg)}12%{opacity:1}42%{opacity:1;transform:translate(235%)rotate(18deg)}50%,to{opacity:0;transform:translate(235%)rotate(18deg)}}@media (width<=640px){.main-header{padding:10px 12px}.main-header__inner{gap:10px}.header-logo__text{font-size:1.28rem}.header-right,.header-nav{display:none}.header-mobile-actions{display:inline-flex}.header-cta{gap:6px;height:36px;padding:0 12px;font-size:.76rem}.header-cta__icon{width:16px;height:16px}}@media (width<=420px){.main-header{padding:8px 10px}.header-logo__text{font-size:1.15rem}.header-mobile-login-btn{height:34px;padding:0 12px;font-size:.72rem}.header-mobile-login-btn .header-cta__icon{width:15px;height:15px;display:inline-flex}.header-mobile-menu-btn{width:34px;height:34px}}@media (width<=350px){.header-logo__text{font-size:1.05rem}.header-mobile-login-btn{padding:0 8px;font-size:.66rem}}.public-drawer-overlay{z-index:130;opacity:0;pointer-events:none;background:#0f172a73;transition:opacity .25s;position:fixed;inset:0}.public-drawer-overlay.is-open{opacity:1;pointer-events:auto}.public-drawer{z-index:131;background:#fff;border-right:1px solid #066aca1f;flex-direction:column;width:min(86vw,320px);height:100vh;padding:14px 12px;transition:transform .25s;display:none;position:fixed;top:0;left:0;transform:translate(-100%);box-shadow:0 18px 40px #066aca24}.public-drawer.is-open{transform:translate(0)}.public-drawer__head{border-bottom:1px solid #066aca1a;justify-content:space-between;align-items:center;padding-bottom:10px;display:flex}.public-drawer__title{color:#066aca;font-size:.95rem;font-weight:800}.public-drawer__close{color:#066aca;cursor:pointer;background:#066aca0f;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.public-drawer__actions{flex-direction:column;gap:8px;margin-top:12px;display:flex}.public-drawer__menu{flex-direction:column;margin-top:8px;display:flex}.public-drawer__link{color:#1f2937;border-bottom:1px solid #066aca14;padding:13px 4px;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .15s,padding-left .15s;display:block}.public-drawer__link:hover{color:#066aca;padding-left:8px}.public-drawer__actions{margin-top:14px}.public-drawer__btn{justify-content:flex-start;width:100%}@media (width<=640px){.public-drawer{display:flex}}@media (width>=641px){.public-drawer,.public-drawer-overlay{display:none!important}}.app-shell{background:#fff;min-height:100vh;overflow-x:hidden}.opacity-0{opacity:0}.scroll-reveal{will-change:opacity}.animate-fade-in-up{animation:.5s forwards fadeInUp}@keyframes fadeInUp{0%{opacity:0}to{opacity:1}}.home-hero-section{width:100%;padding:0}.home-hero{isolation:isolate;background:#fff;justify-content:center;align-items:center;width:100%;min-height:560px;padding:clamp(36px,5vw,66px) clamp(20px,4vw,40px) clamp(28px,4vw,44px);display:flex;position:relative;overflow:hidden}.home-hero__spectrum{z-index:-1;pointer-events:none;opacity:.045;justify-content:center;align-items:center;gap:22px;padding:0 clamp(8px,2vw,28px);display:flex;position:absolute;inset:0}.home-hero__spectrum-bar{transform-origin:50%;background:linear-gradient(#555 0%,#333 55%,#066aca 100%);border-radius:999px;flex:none;width:26px;height:clamp(260px,72vh,620px);animation-name:homeHeroSpectrumBars;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate;transform:scaleY(.5)}@keyframes homeHeroSpectrumBars{0%{transform:scaleY(.12)}to{transform:scaleY(1)}}@media (prefers-reduced-motion:reduce){.home-hero__spectrum-bar{animation:none;transform:scaleY(.5)}}.home-hero__content{z-index:1;color:#111;text-align:center;flex-direction:column;align-items:center;gap:0;width:min(100%,920px);display:flex;position:relative}.home-hero__title{color:#111;letter-spacing:-.04em;margin:0;font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:clamp(1.8rem,3.45vw,2.58rem);font-weight:700;line-height:1.3}@media (width>=901px){.home-hero__title{font-size:clamp(2.1rem,3.9vw,3rem)}}.home-hero__title-accent{color:#066aca;text-underline-offset:6px;text-decoration:underline;text-decoration-thickness:2px}.home-hero__title-main{color:#111}.home-hero__description{color:#4b5563;max-width:860px;margin:6px 0 0;font-size:1rem;line-height:1.3}.home-hero__actions{isolation:isolate;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:6px;padding-top:18px;display:flex;position:relative}.home-hero__actions:before{content:"";background:#066aca1f;width:min(240px,100%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-hero__button{cursor:pointer;z-index:1;border-radius:999px;justify-content:center;align-items:center;gap:10px;min-width:220px;height:40px;padding:0 18px;font-size:.875rem;font-weight:700;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex;position:relative;overflow:hidden}.home-hero__button span,.home-hero__button svg{z-index:2;position:relative}.home-hero__button svg{transform-origin:50%;animation:5s ease-in-out infinite homeHeroIconNudge}@keyframes homeHeroIconNudge{0%,82%,to{transform:translateY(0)rotate(0)scale(1)}86%{transform:translateY(-3px)rotate(-10deg)scale(1.12)}90%{transform:translateY(0)rotate(8deg)scale(1.08)}94%{transform:translateY(-2px)rotate(-5deg)scale(1.05)}}@media (prefers-reduced-motion:reduce){.home-hero__button svg{animation:none}}.home-hero__button:before{content:"";filter:blur(.2px);opacity:0;z-index:1;pointer-events:none;width:72%;height:190%;position:absolute;top:-45%;left:-80%;transform:translate(-120%)rotate(18deg)}.home-hero__button:hover{transform:translateY(-1px)}.home-hero__button--primary{color:#fff;background:#066aca;border:1px solid #066aca}.home-hero__button--primary:before{background:linear-gradient(90deg,#0000 0%,#ffffff14 18%,#ffffff59 48%,#ffffff14 78%,#0000 100%);animation:3.2s ease-in-out infinite homeHeroButtonPrimaryFlow}.home-hero__button--primary:hover{background:#0557a8;border-color:#0557a8}.home-hero__button--secondary{color:#066aca;background:#fff;border:1px solid #066aca}.home-hero__button--secondary:before{background:linear-gradient(90deg,#0000 0%,#066aca0d 18%,#066aca33 48%,#066aca0d 78%,#0000 100%);animation:3.2s ease-in-out .42s infinite homeHeroButtonSecondaryFlow}.home-hero__button--secondary:hover{color:#0557a8;background:#066aca0f;border-color:#0557a8}@keyframes homeHeroButtonPrimaryFlow{0%{opacity:0;transform:translate(-120%)rotate(18deg)}12%{opacity:1}42%{opacity:1;transform:translate(235%)rotate(18deg)}50%,to{opacity:0;transform:translate(235%)rotate(18deg)}}@keyframes homeHeroButtonSecondaryFlow{0%,8%{opacity:0;transform:translate(-120%)rotate(18deg)}20%{opacity:1}52%{opacity:1;transform:translate(235%)rotate(18deg)}60%,to{opacity:0;transform:translate(235%)rotate(18deg)}}@media (width<=900px){.home-hero{min-height:520px;padding:60px 22px 28px}.home-hero__content{width:100%}}@media (width<=640px){.home-hero{min-height:480px;padding:56px 18px 24px}.home-hero__description{margin:6px 0 0}.home-hero__actions{flex-direction:column;align-items:stretch;width:100%;margin-top:6px;padding-top:18px}.home-hero__button{width:100%;min-width:0;max-width:none;padding:0 20px}}.home-products-section{justify-content:center;width:100%;padding:28px 0 24px;display:flex}.home-products-shell{width:min(1200px,100%);margin:0 22px}.home-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.home-product-card{background:var(--card-accent-soft);border:1px solid var(--card-accent-soft);text-align:center;border-radius:18px;flex-direction:column;align-items:center;gap:18px;padding:28px 24px;display:flex}.home-product-card__title{color:#1f2937;margin:0;font-size:clamp(1.1rem,2vw,1.4rem);font-weight:700;line-height:1.3}.home-product-card__media{justify-content:center;align-items:center;width:100%;padding:8px 0;display:flex}.home-product-card__media img{object-fit:contain;border-radius:10px;width:100%;max-width:460px;height:auto}.home-product-card__caption{background:var(--card-accent);border-radius:12px;flex-direction:column;align-items:center;gap:18px;width:100%;margin-top:8px;padding:26px 24px;display:flex;position:relative}.home-product-card__caption:before{content:"";border-left:12px solid #0000;border-right:12px solid #0000;border-bottom:11px solid var(--card-accent);width:0;height:0;position:absolute;top:-10px;left:50%;transform:translate(-50%)}.home-product-card__description{color:#fff;max-width:520px;margin:0;font-size:.95rem;line-height:1.3}.home-product-card__button{color:#fff;cursor:pointer;background:0 0;border:1px solid #ffffffd9;border-radius:6px;justify-content:center;align-items:center;height:40px;padding:0 22px;font-size:.875rem;font-weight:700;line-height:1;text-decoration:none;transition:all .2s;display:inline-flex}.home-product-card__button:hover{color:var(--card-accent);background:#fff;transform:translateY(-1px)}.home-product-card__button--soon{cursor:default;opacity:.85}.home-product-card__button--soon:hover{color:#fff;background:0 0;transform:none}@media (width<=900px){.home-products-section{padding:22px 0 18px}.home-products-grid{grid-template-columns:1fr}}@media (width<=640px){.home-products-shell{margin:0 16px}.home-product-card{padding:22px 16px}}.home-cta-section{justify-content:center;width:100%;padding:28px 0 44px;display:flex}.home-cta-shell{text-align:center;background:linear-gradient(135deg,#066aca 0%,#1f2937 100%);border-radius:20px;width:min(1200px,100%);margin:0 22px;padding:clamp(36px,5vw,64px) clamp(24px,4vw,56px);position:relative;overflow:hidden}.home-cta-glow{pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#fff0 70%);border-radius:50%;width:360px;height:360px;position:absolute;top:-45%;right:-8%}.home-cta-title{color:#fff;letter-spacing:-.02em;max-width:760px;margin:0 auto;font-size:clamp(1.45rem,2.8vw,2.1rem);font-weight:700;line-height:1.3;position:relative}.home-cta-description{color:#ffffffb8;max-width:660px;margin:12px auto 0;font-size:1rem;line-height:1.3;position:relative}.home-cta-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:24px;display:flex;position:relative}.home-cta__button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:10px;height:46px;padding:0 24px;font-size:.9rem;font-weight:700;line-height:1;text-decoration:none;transition:transform .15s,background .15s,border-color .15s,color .15s;display:inline-flex}.home-cta__button--primary{color:#066aca;background:#fff}.home-cta__button--primary:hover{background:#f1f1f1;transform:translateY(-1px)}.home-cta__button--secondary{color:#fff;background:0 0;border:1px solid #fff6}.home-cta__button--secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-1px)}@media (width<=640px){.home-cta-section{padding:22px 0 36px}.home-cta-shell{margin:0 16px}.home-cta-actions{flex-direction:column}.home-cta__button{width:100%}}@font-face{font-family:SN Pro;src:url(/assets/SNPro-Regular-DMcBx6I1.woff2)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SN Pro;src:url(/assets/SNPro-Medium-DiyPk6iO.woff2)format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SN Pro;src:url(/assets/SNPro-SemiBold-CXYHctgG.woff2)format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SN Pro;src:url(/assets/SNPro-Bold-CgQOAg8x.woff2)format("woff2");font-weight:700;font-style:normal;font-display:swap}:root{color:#13263a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-family:SN Pro,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html{scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}body{-ms-overflow-style:none;scrollbar-width:none;min-width:320px;margin:0;font-family:SN Pro,Segoe UI,sans-serif}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}a,button,input,textarea,select{font:inherit}*{font-family:inherit}button{border:0}#root{min-height:100vh}
