:root{--charcoal:#0e1013;--white:#fff;--blue:#7B49FF;--blue-light:#20C4F2;--ink-on-light:#111214;--muted-on-dark:#9a9ca3;--line-dark:rgba(255,255,255,.13);--ff-display:'Bricolage Grotesque',sans-serif;--ff-body:'Inter',sans-serif;--mobile-page-title:clamp(38px,10.5vw,46px);--mobile-section-title:clamp(30px,8.5vw,38px);}
html{scroll-behavior:smooth;}
header{position:fixed;top:0;left:0;width:100%;z-index:100;padding:28px 0;transition:background .3s ease,color .3s ease,border-color .3s ease;}
header.gradient-nav{color:#fff;background:linear-gradient(90deg,#20C4F2 0%,#7B49FF 100%);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 8px 28px rgba(56,49,170,.12);}
header.dark-nav{color:#fff;background:rgba(14,16,19,.72);backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.06);}
header.light-nav {
  color: #111318;

  background: linear-gradient(
    90deg,
    #e5f7fc 0%,
    #e9effc 50%,
    #eee7fc 100%
  );

  border-bottom: 1px solid rgba(89, 99, 170, 0.14);
  box-shadow: 0 6px 24px rgba(50, 68, 130, 0.08);

  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
header .wrap{display:flex;align-items:center;justify-content:space-between;}
header .logo::before{content:none!important;}
header .logo img{width:auto;height:52px;object-fit:contain;}
.logo .logo-light,.logo .logo-dark{display:none!important;}
.gradient-nav .logo-light,.dark-nav .logo-light,footer .logo-light{display:block!important;}
.light-nav .logo-dark{display:block!important;}
.nav-links{display:flex;align-items:center;gap:46px;}
nav ul{list-style:none;display:flex;gap:38px;}
nav a{font-size:14px;font-weight:400;position:relative;padding-bottom:3px;}
.nav-cta{position:relative;isolation:isolate;overflow:hidden;border:1px solid currentColor;padding:10px 22px;border-radius:100px;font-size:13px;font-weight:500;transition:transform .35s ease,background .3s ease,color .35s ease,border-color .35s ease,box-shadow .35s ease;}
.nav-cta::before{content:"";position:absolute;inset:-1px;z-index:-1;border-radius:inherit;background:linear-gradient(90deg,#13c8e8 0%,#4384f8 52%,#9346f6 100%);opacity:0;transition:opacity .4s ease;}
.gradient-nav .nav-cta:hover,.dark-nav .nav-cta:hover{background:#fff;color:#111214;border-color:#fff;}
.light-nav .nav-cta:hover{transform:translateY(-2px);background:transparent;color:#fff;border-color:transparent;box-shadow:0 14px 34px -18px rgba(85,65,220,.72);}
.light-nav .nav-cta:hover::before{opacity:1;}
.menu-btn{display:none;width:42px;height:42px;border:0;border-radius:0;background:transparent;color:inherit;appearance:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;padding:8px;cursor:pointer;}
.menu-btn span{display:block;width:24px;height:1px;background:currentColor;}
.menu-btn span{transition:transform .25s ease,opacity .2s ease;}
.menu-btn.is-open span:first-child{transform:translateY(7px) rotate(45deg);}
.menu-btn.is-open span:nth-child(2){opacity:0;}
.menu-btn.is-open span:last-child{transform:translateY(-7px) rotate(-45deg);}
.mobile-bottom-cta{display:none;}
.site-footer{position:relative;isolation:isolate;overflow:hidden;padding:clamp(48px,3vw,24px) 0 28px; color:#fff;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.14),transparent 34%),linear-gradient(135deg,#17bfee 0%,#5268f8 48%,#7b49ff 100%);}
.site-footer::before,.site-footer::after{display:none;}
.site-footer__glow{display:none;}
.site-footer__inner{position:relative;}
.footer-newsletter{display:grid;grid-template-columns:minmax(0,.9fr) minmax(430px,1.1fr);align-items:center;gap:clamp(38px,6vw,96px);padding:24px 40px 0px; border:1px solid rgba(255,255,255,.25);border-radius:24px;background:linear-gradient(120deg,rgba(255,255,255,.17),rgba(255,255,255,.08));box-shadow:0 18px 42px -32px rgba(23,18,72,.55),inset 0 1px 0 rgba(255,255,255,.18);}
.footer-newsletter__eyebrow{display:block;margin-bottom:13px;font-size:11px;font-weight:700;letter-spacing:.17em;text-transform:uppercase;color:rgba(255,255,255,.78);}
.footer-newsletter h2{margin:0 0 12px;font:600 clamp(30px,3vw,46px)/1.05 var(--ff-display);letter-spacing:-.035em;color:#fff;}
.footer-newsletter__copy p{max-width:48ch;margin:0;font-size:14.5px;line-height:1.65;color:rgba(255,255,255,.76);}
.newsletter-form{width:100%;}.newsletter-honeypot{display:none!important;}
.newsletter-form__field{display:flex;align-items:center;gap:10px;padding:8px 8px 8px 22px;border:1px solid rgba(255,255,255,.38);border-radius:100px;background:#fff;box-shadow:0 10px 26px -22px rgba(26,25,73,.62);transition:border-color .25s ease,box-shadow .25s ease;}
.newsletter-form__field:focus-within{border-color:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.16);}
.newsletter-form input{min-width:0;flex:1;padding:12px 0;border:0;outline:0;background:transparent;color:#20233b;font:14px var(--ff-body);}
.newsletter-form input::placeholder{color:#74798c;}
.newsletter-form button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:148px;padding:14px 20px;border:0;border-radius:100px;background:linear-gradient(120deg,#4f63f5,#7949ff);color:#fff;font:600 14px var(--ff-body);box-shadow:0 10px 26px -14px rgba(79,56,207,.85);transition:transform .3s ease,box-shadow .3s ease;}
.newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 14px 30px -14px rgba(79,56,207,.95);}
.newsletter-form button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease;}
.newsletter-form button:hover svg{transform:translateX(3px);}
.newsletter-form__status{min-height:20px;margin:9px 0 0 22px;font-size:12px;color:rgba(255,255,255,.82);}
.newsletter-form__status.is-error{color:#fff2c2;}
.newsletter-form.is-success .newsletter-form__field{display:none}.newsletter-form.is-success .newsletter-form__status{display:flex;align-items:center;min-height:74px;margin:0;padding:12px 22px;border:1px solid rgba(255,255,255,.38);border-radius:18px;background:rgba(255,255,255,.12);color:#fff;font-size:16px;font-weight:500;line-height:1.5}
.footer-brand{display:flex;flex-direction:column;align-items:center;padding:clamp(40px,6vw,40px) 0 36px;text-align:center;}
.footer-logo{display:inline-flex;align-items:center;justify-content:center;margin-bottom:18px;}
.footer-logo img{display:block;width:auto;height:72px;object-fit:contain;}
.footer-brand>p{max-width:52ch;margin:0;color:rgba(255,255,255,.76);font-size:14px;line-height:1.65;}
.footer-socials{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:0px;}
.footer-socials a{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(255,255,255,.38);border-radius:50%;color:#fff;background:rgba(255,255,255,.06);transition:transform .3s ease,background .3s ease,border-color .3s ease;}
.footer-socials a:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.75);background:rgba(255,255,255,.16);}
.footer-socials svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.footer-nav{display:flex;align-items:center;justify-content:center;gap:18px clamp(24px,3.8vw,58px);flex-wrap:wrap;padding:28px 0 32px;border-top:1px solid rgba(255,255,255,.17);border-bottom:1px solid rgba(255,255,255,.17);}
.footer-nav a,.footer-legal a{position:relative;color:rgba(255,255,255,.9);font-size:14px;transition:color .25s ease;}
.footer-nav a::after,.footer-legal a::after{content:"";position:absolute;left:0;right:100%;bottom:-5px;height:1px;background:#fff;transition:right .3s ease;}
.footer-nav a:hover,.footer-legal a:hover{color:#fff;}
.footer-nav a:hover::after,.footer-legal a:hover::after{right:0;}
.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:24px;color:rgba(255,255,255,.68);font-size:12.5px;}
.footer-bottom p{margin:0;}
.footer-legal{display:flex;align-items:center;gap:28px;}
.footer-legal a{color:rgba(255,255,255,.68);font-size:12.5px;}
.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important;}
.testi-yt-track.has-playing{will-change:auto;}
.testi-video-modal{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:clamp(18px,4vw,64px);background:rgba(4,6,10,.92);backdrop-filter:blur(14px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease;}
.testi-video-modal.open{opacity:1;visibility:visible;}
.testi-video-dialog{position:relative;width:min(1180px,94vw);aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 30px 100px rgba(0,0,0,.55);transform:translateY(24px) scale(.98);transition:transform .45s cubic-bezier(.22,.61,.36,1);}
.testi-video-modal.open .testi-video-dialog{transform:translateY(0) scale(1);}
.testi-video-dialog iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block;}
.testi-video-close{position:absolute;top:18px;right:18px;z-index:2;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.3);background:rgba(0,0,0,.62);color:#fff;font-size:26px;line-height:1;display:grid;place-items:center;transition:background .25s ease,transform .25s ease;}
.testi-video-close:hover{background:#7B49FF;transform:rotate(90deg);}
body.modal-open{overflow:hidden;}
@media(max-width:980px){header .logo img{height:43px}.nav-links{display:none;position:absolute;top:calc(100% + 10px);left:20px;right:20px;padding:24px;background:rgba(14,16,19,.97);color:#fff;border-radius:14px;flex-direction:column;align-items:stretch;box-shadow:0 20px 50px rgba(14,16,19,.2)}.nav-links.open{display:flex}.nav-links nav ul{flex-direction:column;gap:20px}.menu-btn{display:flex}.mobile-bottom-cta{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;align-items:center;justify-content:center;gap:14px;min-height:56px;padding:14px 24px calc(14px + env(safe-area-inset-bottom,0px));border:0;border-radius:0;background:linear-gradient(90deg,#13c8e8 0%,#4384f8 52%,#9346f6 100%);color:#fff!important;font:600 15px/1 var(--ff-body);letter-spacing:.01em;text-decoration:none!important;box-shadow:0 -8px 24px -16px rgba(52,62,180,.72);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease}.mobile-bottom-cta:active{transform:scale(.985)}.mobile-bottom-cta__arrow{font-size:21px;line-height:1;transition:transform .35s cubic-bezier(.22,1,.36,1)}.mobile-bottom-cta:hover .mobile-bottom-cta__arrow,.mobile-bottom-cta:focus-visible .mobile-bottom-cta__arrow{transform:translateX(4px)}body{padding-bottom:calc(76px + env(safe-area-inset-bottom,0px))}.footer-newsletter{grid-template-columns:1fr;gap:28px}.footer-logo {
    margin-bottom: 0px;
}}
@media(max-width:700px){.contact-copy>h1,.faq-hero h1,.cab-hero h1{font-size:var(--mobile-page-title)!important;line-height:1.04!important;letter-spacing:-.025em!important}.form-head h2,.faq-group-head h2,.cab-section-intro h2,.cab-install-head h2,.apps .section-head h2{font-size:var(--mobile-section-title)!important;line-height:1.08!important}}
@media(max-width:560px){header{padding:18px 0}header .wrap{padding-left:22px!important;padding-right:22px!important}header .logo img{height:39px}.nav-links{left:14px;right:14px}.site-footer{padding:32px 0 24px}.footer-newsletter{padding:27px 20px;border-radius:18px}.footer-newsletter h2{font-size:30px}.newsletter-form__field{display:grid;grid-template-columns:1fr;padding:7px;border-radius:16px}.newsletter-form input{padding:12px 10px}.newsletter-form button{width:100%;min-width:0}.newsletter-form__status{margin-left:8px}.footer-brand{padding:48px 0 30px}.footer-logo img{height:58px}.footer-brand>p{font-size:13.5px}.footer-socials{margin-top:24px}.footer-socials a{width:43px;height:43px}.footer-nav{justify-content:flex-start;display:grid;grid-template-columns:1fr 1fr;gap:17px 24px;padding:26px 0}.footer-bottom{align-items:flex-start;flex-direction:column;padding-top:22px}.footer-legal{gap:20px}}
