.header{background:#dfe6fd;position:sticky;top:0;z-index:20}.header__inner{background:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;border-radius:0 0 12px 12px;padding:14px 0;margin:0 auto}.header__inner_1{display:flex;align-items:center;gap:20px;flex:1;min-width:0}.header__brand{display:flex;align-items:center;justify-content:center}.header__logo img{height:32px;width:auto}.header__nav{display:none;flex-direction:row;align-items:center;gap:18px;margin-left:auto}.header__link{color:#242424;font-weight:500;font-size:14px;text-decoration:none;position:relative;padding:8px 0}.header__cta{display:none;align-items:center;justify-content:flex-end}.header__cta-btn{width:180px;justify-content:center}.header__cta-text{font-family:IBM Plex Mono;font-size:14px;color:#fff}.header__menu{margin-left:auto;background:var(--color-card);border:1px solid rgba(0,0,0,.08);border-radius:10px;height:40px;width:40px;font-size:18px;z-index:1001}@media (min-width: 900px){.header__inner{padding:16px 0}.header__nav,.header__cta{display:flex}.header__menu{display:none}}@media (max-width: 899px){.header__inner{padding:12px 0}.header__logo img{height:30px}.header__nav{display:flex;position:fixed;top:0;right:-100%;width:min(320px,80vw);height:100vh;background:#fff;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:96px 24px 24px;gap:0;box-shadow:-4px 0 24px #0000001a;transition:right .3s ease;z-index:1000}.header__nav--open{right:0}.header__link{padding:16px 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:15px}.header__link:after{display:none}.header__cta{display:none;position:fixed;bottom:-100%;left:0;right:0;padding:20px 24px;background:#fff;border-top:1px solid rgba(0,0,0,.06);transition:bottom .3s ease;z-index:1000}.header__cta--open{display:block;bottom:0}.header__cta-btn{width:100%;justify-content:center;padding:14px 20px}.header__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.hero{position:relative;min-height:85vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;padding:96px 0 64px}.hero__video{position:absolute;top:0;left:-65px;width:115%;height:100%;object-fit:cover;z-index:-2}@media (max-width: 768px){.hero__video{left:0;width:100%}}.hero__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#d9e0ff;opacity:.75;z-index:-1}.hero__content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#1a1a1a;max-width:860px;padding:80px 20px 40px}@media (max-width: 768px){.hero{min-height:70vh}.hero{padding:72px 0 48px}.hero__content{padding:40px 16px}.hero__badge{font-size:12px;padding:6px 14px}.hero__title{font-size:32px!important;line-height:1.2}.hero__subtitle{font-size:16px!important}.hero__cta{padding:14px 24px!important;font-size:13px!important}}.hero__badge{display:flex;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 16px;border-radius:20px;font-size:14px;border:1px solid rgba(0,0,0,.1);color:#333}.hero__badge img{height:16px;width:auto;margin-right:8px}.hero__title{font-size:64px;font-weight:600;line-height:1.1;margin-bottom:16px;margin-top:15px;color:#1a1a1a}.hero__subtitle{font-size:18px;color:#4f5875;margin-bottom:32px;max-width:600px}.hero__cta{border:none;border-radius:4px;width:180px;height:48px}.hero__companies{padding:24px 0;display:flex;justify-content:center;align-items:center;gap:32px;flex-wrap:wrap}.hero__trusted{font-size:16px}.hero__logos{display:flex;justify-content:center;align-items:center;gap:40px;flex-wrap:wrap}.hero__logo{height:30px;width:auto}@media (max-width: 768px){.hero__logos{gap:24px}.hero__logo{height:24px}.hero__companies{flex-direction:column;gap:16px}.hero__trusted{font-size:14px}}.products{background:#fff}.products__title{font-size:40px;font-weight:600;margin-bottom:12px}.products__subtitle{max-width:650px;margin:0 auto 32px}.products .container{max-width:none}.products__carousel{position:relative;width:100%;overflow:hidden}.products__track{display:flex;gap:28px;width:max-content;padding:12px 0 24px;animation:products-marquee 45s linear infinite;will-change:transform}.products__carousel:hover .products__track{animation-play-state:paused}@keyframes products-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.products__rail::-webkit-scrollbar{height:8px}.products__rail::-webkit-scrollbar-thumb{background:#0f155440;border-radius:999px}.products__rail::-webkit-scrollbar-track{background:transparent}.product-card{flex:0 0 360px;width:360px;height:480px;border-radius:16px;padding:27px 27px 100px;position:relative;display:flex;flex-direction:column;overflow:hidden;background-image:radial-gradient(rgba(255,255,255,.5) 1px,transparent 1px),var(--card-bg, #f5f5ff)}.product-card__top{display:flex;margin:10px;justify-content:space-between;align-items:center}.product-card__title{font-size:22px;font-weight:700;letter-spacing:.5px;color:#1a1a27}.product-card__badge{font-size:13px;background:#fff;color:#1e2353;padding:6px 16px;border-radius:999px;box-shadow:0 4px 18px #101e7326}.product-card__features{list-style:none;margin:22px 0 0;padding:0;display:flex;flex-direction:column;gap:12px;align-items:center}.product-card__feature{font-size:14px;line-height:1.35;font-weight:600;background:linear-gradient(90deg,#d3e4ff,#bcd8ff);color:#1d2b44;padding:10px 16px;border-radius:8px;box-shadow:inset 0 0 0 1px #fff6;width:100%;transition:width .2s ease}.product-card__feature:nth-child(2){background:linear-gradient(90deg,#cfe1ff,#b7d4ff);width:90%}.product-card__feature:nth-child(3){background:linear-gradient(90deg,#c9dcff,#b1ceff);width:82%}.product-card__avatar{position:absolute;left:55%;bottom:-100px;width:200px;display:flex;align-items:flex-end}.product-card__avatar-img{width:190px;height:auto;object-fit:contain;filter:drop-shadow(0 25px 35px rgba(27,22,68,.25))}.product-card--blank{flex:0 0 386px;width:386px;height:480px;border:2px dashed rgba(180,155,255,.5);background:#fff;border-radius:32px}.product-card--create{flex:0 0 360px;width:360px;height:480px;border:1px dashed #573dff;background:#fff;border-radius:16px;position:relative;display:flex;justify-content:center}.product-card--create__inner{text-align:center;padding-top:70px;z-index:2;display:flex;flex-direction:column;gap:20px;align-items:center}.product-card--create__icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(57,49,131,.15)}.product-card--create__icon p{font-size:36px;font-weight:100;line-height:36px;margin:0}.product-card--create__text{font-size:14px;padding:12px 24px;background:#fff;border-radius:8px;border:1px solid rgba(40,32,111,.12);font-weight:600;letter-spacing:.3px}.product-card--create__avatar{position:absolute;left:45%;bottom:-140px;width:220px}.product-card--create__avatar img{width:100%;height:auto;object-fit:contain;filter:drop-shadow(0 8px 16px rgba(0,0,0,.12))}.products__nav{display:none}.products__nav--left{left:clamp(6px,1.5vw,24px);transform:translateY(-50%)}.products__nav--right{right:clamp(6px,1.5vw,24px);transform:translateY(-50%)}.products__nav:disabled{opacity:.4;pointer-events:none}.products__nav:not(:disabled):hover{transform:translateY(-50%) scale(1.05)}@media (max-width: 800px){.products__nav{display:none}.products__rail{padding-inline:0}}@media (max-width: 768px){.products{padding:60px 0}.products__title{font-size:28px}.products__subtitle{font-size:16px;max-width:100%;padding-inline:8px}.products__carousel{overflow-x:auto}.products__track{animation:none;gap:16px;padding:16px 8px 24px;scroll-snap-type:x mandatory}.products__track>*{scroll-snap-align:start}.products__track>:nth-child(n+7){display:none}.product-card,.product-card--create{flex:0 0 280px;width:280px;height:auto;min-height:360px;padding:20px 20px 90px}.product-card__title{font-size:18px}.product-card__feature{font-size:13px}.product-card__avatar{left:50%;bottom:-70px;width:160px}.product-card__avatar-img{width:150px}.product-card--create__avatar{left:50%;bottom:-90px;width:170px}}@media (prefers-reduced-motion: reduce){.products__track{animation:none}}@media (max-width: 550px){.products__rail{gap:18px;padding:8px 0 16px}}.solutions{position:relative;overflow:visible;padding:110px 0;--solutions-sticky-top: 0px}.solutions__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.solutions__bg-video{width:100%;height:100%;object-fit:cover;position:relative;z-index:1;opacity:.7}.solutions__bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#fffffff2,#ebedffe6 70%,#ebedfffa)}.solutions .container{position:relative;z-index:1;overflow:visible}.solutions__header{max-width:760px;margin:0 auto 64px}.solutions__title{font-size:40px;font-weight:600;margin:0 0 16px}.solutions__subtitle{margin:0 auto 32px;color:#4f5875;font-size:18px;line-height:1.5}.solutions__cta{height:48px;width:223px;margin:0 auto;border:none;text-transform:uppercase;background:#2c2626;color:#fff;cursor:pointer}.solutions__cta .cta__text{width:143px}.solutions__cta svg{transition:transform .2s ease}.solutions__cards{display:flex;flex-direction:column;gap:48px;align-items:center;position:relative}.solution-card-wrapper{width:100%;display:flex;justify-content:center}.solution-card{width:868px;max-width:calc(100% - 24px);height:520px;display:flex;border-radius:40px;background:#fffffffa;border:1px solid rgba(255,255,255,.8);box-shadow:0 50px 90px #0e0f281f;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.solution-card--reverse{flex-direction:row-reverse}.solution-card__panel{padding:40px 38px;display:flex;flex-direction:column;gap:28px;height:100%}.solution-card__panel--agents,.solution-card__panel--system{position:relative}.solution-card__panel--agents{background:#fff;border-right:1px solid rgba(228,231,243,.8);flex:0 0 340px}.solution-card--reverse .solution-card__panel--agents{border-right:none;border-left:1px solid rgba(228,231,243,.8)}.solution-card__panel--system{flex:1;background:transparent;justify-content:center}.solution-card__panel--system:before{content:"";position:absolute;top:20px;right:20px;bottom:20px;left:20px;border-radius:32px;background:#e3e9ff;border:2px solid rgba(255,255,255,.9);box-shadow:inset 0 3px 18px #ffffff59,inset 0 -3px 18px #8498ff26}.solution-card__panel--system>*{position:relative}.solution-card__label{font-size:22px;color:#1a1c25;margin:0}.solution-card__agents{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px;flex:1}.solution-card__agents li{padding:18px 20px;border-radius:12px;background:#f5f5f7;color:#2a2c38;box-shadow:inset 0 1px 3px #00000008}.solution-card__cta{align-self:flex-start;color:#fff;border:0;text-transform:uppercase;height:48px;width:164px;margin:0 auto}.solution-card .btn--dark{width:136px!important}.solution-card__system-head h3{margin:0;font-size:24px;font-weight:400;color:#0c1022}.solution-card__system-body{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-top:auto}.solution-card__icon{width:92px;place-items:center}.solution-card__icon img{width:44px;height:44px;object-fit:contain}.solution-card__highlight{font-weight:700;margin-bottom:10px;color:#10132b;font-size:18px}.solution-card__panel--system p{margin:0;color:#2f354d;line-height:1.55}@media (max-width: 900px){.solution-card{width:100%;max-width:100%}.solution-card__panel{padding:32px}}@media (max-width: 768px){.solutions{padding:60px 0;background:#d1daf5}.solutions__title{font-size:28px}.solutions__subtitle{font-size:16px}.solutions__header{margin-bottom:40px}.solutions__cta{justify-content:center;font-size:12px;padding:12px 24px}.solutions__cards{gap:20px;padding:0 16px}.solution-card,.solution-card--reverse{width:100%;max-width:100%;height:auto;flex-direction:column;border-radius:12px;background:#fff;box-shadow:0 4px 12px #0e0f2814;border:none;padding:15px}.solution-card__panel{padding:0;background:transparent;border:none}.solution-card__panel--system{order:1;display:flex;flex-direction:column;gap:16px;margin-bottom:24px;background:#e8edff;border-radius:12px;padding:12px;border:1px solid rgba(209,218,255,.5)}.solution-card__panel--system:before{display:none}.solution-card__system-head{order:-1}.solution-card__system-head h3{font-size:20px;font-weight:600}.solution-card__system-body{display:flex;flex-direction:column;gap:12px;margin:0}.solution-card__icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.solution-card__icon img{width:56px;height:56px}.solution-card__highlight{font-size:15px;font-weight:600;margin:0}.solution-card__panel--system p{font-size:14px;line-height:1.5;margin:0}.solution-card__panel--agents{order:2;background:transparent;border:none;flex:1;display:flex;flex-direction:column;gap:16px}.solution-card--reverse .solution-card__panel--agents{border:none}.solution-card__label{font-size:15px;font-weight:600;color:#1a1c25;margin-bottom:4px}.solution-card__agents{gap:8px;flex:1}.solution-card__agents li{padding:12px 14px;font-size:13px;line-height:1.4;border-radius:8px;background:#f8f9fb;color:#2a2c38;font-weight:400}.solution-card__cta{font-size:13px;font-weight:600;padding:10px;gap:8px;align-self:flex-start}}.vision{background:#fff;margin-bottom:40px}.vision-card{position:relative;display:grid;gap:24px;grid-template-columns:1fr;align-items:start;border-radius:28px;padding:40px 28px;overflow:hidden}.vision-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--vision-bg) center/cover no-repeat;z-index:1}.vision-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#d1daffd9;z-index:2}.vision-card__content,.vision-card__art{position:relative;z-index:3}.vision-card__title{font-size:40px;font-weight:600;margin:0 0 16px;color:#1a1a1a}.vision-card__text{margin:0;max-width:520px;color:#4a4a4a;line-height:1.6;font-size:18px}.vision-card__art{display:grid;place-items:center}.vision-card__img{width:300px;max-width:100%;transform:rotate(8deg);filter:drop-shadow(0 14px 40px rgba(51,65,85,.25))}@media (min-width: 1024px){.vision-card{grid-template-columns:1fr 420px;padding:56px 60px;align-items:start}.vision-card__img{width:420px}}@media (max-width: 768px){.vision{margin-bottom:24px;padding:0 16px}.vision-card{padding:15px;border-radius:20px;gap:20px;width:90%;justify-self:center}.vision-card__title{font-size:28px;margin-bottom:12px}.vision-card__text{font-size:16px;max-width:100%}.vision-card__img{width:150px;transform:rotate(5deg)}}.contact{position:relative;padding:64px 0 24px;background:var(--color-bg)}.contact:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--contact-bg) center/cover no-repeat;pointer-events:none;z-index:-1}.contact:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#d1daff80;pointer-events:none;z-index:0}.contact__inner{z-index:1;position:relative;display:grid;gap:32px;padding:56px 0}@media (min-width: 1024px){.contact__inner{grid-template-columns:1fr 1fr;align-items:start;gap:48px}}.contact__left{max-width:560px}.contact__title{font-size:32px;font-weight:700;margin:0 0 32px}.contact__timeline{list-style:none;margin:0;padding:0;display:grid;gap:40px}.timeline-item{display:grid;grid-template-columns:20px 1fr;gap:4px}.timeline-item__bullet{width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 0 0 4px #fff6;margin-top:6px}.timeline-item__title{font-weight:600;margin-bottom:8px}.timeline-item__text{margin:0;font-size:14px;line-height:1.5;color:var(--color-text-muted)}.contact__right{display:flex;justify-content:center}.contact-form{z-index:1;position:relative;background:#fff;width:100%;max-width:660px;border-radius:16px;border:1px solid rgba(0,0,0,.08);padding:28px 32px 36px;display:flex;flex-direction:column;gap:24px;box-shadow:0 18px 36px #0c10221f}.contact-form__heading{font-size:14px;font-weight:600;margin:0;color:#111}.contact-form__grid{display:grid;gap:20px;grid-template-columns:1fr 1fr}.field{display:flex;flex-direction:column;gap:6px}.field--full{grid-column:1 / -1}.field__label{font-size:12px;font-weight:500;color:#121212}.field__input{border:1px solid #e1e4ea;background:#fafbff;border-radius:8px;padding:8px;font-size:14px;font-family:inherit}.field__input:focus{outline:2px solid var(--color-primary);outline-offset:2px}.field__textarea{resize:none;min-height:110px}.contact-form__actions{display:flex;justify-content:flex-start}.contact-form__submit{display:inline-flex;gap:12px;align-items:center;justify-content:center;font-size:14px;font-weight:600;text-transform:uppercase;border-radius:8px;padding:12px;height:auto;background:#2c2626;color:#fff;border:none;cursor:pointer}.form-success{color:#0f7b3e;font-size:13px;margin:6px 0 0}.form-error{color:#b3261e;font-size:13px;margin:6px 0 0}@media (max-width: 1024px){.contact__inner{grid-template-columns:1fr;gap:24px}.contact__left{max-width:100%;padding:0}.contact__right{margin-top:0}}@media (max-width: 768px){.contact{min-height:auto}.contact__inner{padding:32px 0;gap:16px}.contact__title{font-size:26px;margin-bottom:20px}.contact__timeline{gap:24px}.timeline-item__title{font-size:14px}.timeline-item__text{font-size:13px}.contact-form{top:0;padding:16px;border-radius:12px;gap:16px}.contact-form__heading{font-size:13px}.contact-form__grid{grid-template-columns:1fr;gap:16px}.field__label{font-size:11px}.field__input{font-size:13px;padding:10px}.field__textarea{min-height:90px}.contact-form__submit{width:100%;font-size:13px;padding:14px 24px}}.footer{background:#fff;border-top:1px solid rgba(0,0,0,.06)}.footer__social-bar{border-bottom:1px solid rgba(0,0,0,.06)}.footer__social-inner{display:flex;align-items:center;justify-content:center;min-height:56px}.footer__social-list{list-style:none;margin:0;padding:0;display:flex;align-items:center;justify-content:center;gap:40px}.footer__social-item{display:flex;align-items:center;gap:12px}.footer__social-link{display:inline-flex;gap:10px;align-items:center;color:#111;text-decoration:none;font-weight:500}.footer__social-icon{width:18px;height:18px;display:block}.footer__social-text{line-height:1;display:inline-block}.footer__social-separator{display:inline-flex;align-items:center;justify-content:center;height:18px;margin:0 20px}.footer__social-separator-icon{width:14px;height:14px;display:block}.footer__main{display:grid;gap:40px;padding:48px 16px 72px}.footer__brand-block{display:flex;flex-direction:column;gap:16px}.footer__brand-letters{display:flex;align-items:center;gap:4px}.footer__brand-letters img{height:48px;width:auto}.footer__copyright{color:var(--color-text-muted);font-size:14px}.footer__cols{display:grid;gap:24px}.footer__col-title{font-weight:600;margin-bottom:12px}.footer__link{display:block;color:#111;text-decoration:none;margin:8px 0}.footer__link:hover{text-decoration:underline}@media (min-width: 900px){.footer__main{grid-template-columns:280px 1fr}.footer__cols{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.footer__social-bar{padding:20px 16px;border-bottom:1px solid rgba(0,0,0,.08)}.footer__social-inner{justify-content:flex-start;min-height:auto}.footer__social-list{flex-direction:column;gap:0;align-items:stretch;width:100%}.footer__social-item{width:100%;border-bottom:1px solid rgba(0,0,0,.06)}.footer__social-item:last-child{border-bottom:none}.footer__social-link{width:100%;justify-content:space-between;padding:16px 0;font-size:15px;font-weight:400}.footer__social-icon{width:20px;height:20px;order:-1}.footer__social-text{flex:1;margin-left:12px}.footer__social-separator{display:inline-flex;margin:0}.footer__social-separator-icon{width:16px;height:16px}.footer__main{grid-template-columns:1fr;padding:32px 16px 40px;gap:32px}.footer__brand-block{order:999;padding-top:24px;border-top:1px solid rgba(0,0,0,.08);border-bottom:none;align-items:center}.footer__brand-letters img{height:42px}.footer__copyright{font-size:13px;color:#666}.footer__cols{grid-template-columns:1fr;gap:32px}.footer__col-title{font-size:14px;font-weight:600;margin-bottom:12px;color:#111}.footer__link{font-size:14px;margin:10px 0;color:#333;font-weight:400}}:root{--color-surface: #f6f7ff;--color-card: #ffffff;--color-text: #0e1321;--color-text-muted: #556070;--color-bg: #eef1ff;--color-primary: #5b6cff;--color-primary-contrast: #ffffff;--color-accent: #91a4ff;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 8px;--shadow-sm: 0 2px 8px rgba(16, 24, 40, .06);--shadow-md: 0 8px 24px rgba(16, 24, 40, .07);--container-max: 1200px}@media (min-width: 768px){:root{--container-max: 1200px}}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,IBM Plex Mono;color:var(--color-text);background:var(--color-bg)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding-inline:clamp(16px,4vw,32px)}img{max-width:100%;display:block}button{font-family:IBM Plex Mono;cursor:pointer}a{color:inherit;text-decoration:none}.section{padding:48px 0}@media (min-width: 1024px){.section{padding:72px 0}}@media (max-width: 640px){.section{padding:36px 0}}.btn--ghost{background:transparent;color:var(--color-text);border-color:#0000001a}.btn--dark,.btn,.hero__cta,.solutions__cta,.solution-card__cta,.contact-form__submit{font-family:IBM Plex Mono,monospace!important;font-weight:600!important;font-size:14px!important}.grid{display:grid;gap:16px}@media (min-width: 768px){.grid--2{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.grid--3{grid-template-columns:repeat(3,1fr)}}.card{background:var(--color-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:16px}.card__header{margin-bottom:12px}.card__title{font-size:16px;font-weight:600}.card__list{margin:0;padding:0;list-style:none}.card__list-item{padding:10px 12px;background:var(--color-surface);border-radius:var(--radius-sm);margin-bottom:8px}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.badge{display:inline-block;padding:4px 10px;border-radius:999px;background:var(--color-surface);font-size:12px;color:var(--color-text-muted)}.cta{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;padding:4px 4px 4px 24px;gap:10px;background:#2c2626;box-shadow:0 2px 4px #2c26261a;border-radius:4px}.cta__btn{display:flex;flex-direction:row;align-items:center;gap:12px;padding:0;background:transparent;border:none;color:#fff;text-decoration:none;cursor:pointer;width:153px;height:40px}.cta__btn:disabled{opacity:.6;cursor:not-allowed}.cta__text{font-family:IBM Plex Mono;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;color:#fff;text-transform:uppercase}.cta__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.cta__icon img{width:24px;height:24px;display:block}@media (max-width: 768px){.cta{padding:4px 12px;min-height:44px}.cta__btn{justify-content:center;width:100%}}
