*{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark:#fff;--bg-card:#fff;--bg-secondary:#f5f5f5;--accent-red:red;--accent-red-hover:#f33;--text-dark:#1a1a1a;--text-light:#1a1a1a;--text-gray:#666;--text-gray-light:#999;--border-gray:#e0e0e0;--transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}html{scroll-behavior:auto}body,html{min-width:0;width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;background-color:var(--bg-dark);color:#1a1a1a;color:var(--text-dark);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;overflow-x:hidden}html.has-custom-cursor,html.has-custom-cursor *{cursor:none!important}canvas,img,svg,video{display:block;height:auto;max-width:100%}button,input,select,textarea{min-width:0;touch-action:manipulation}.App{min-width:0;overflow-x:hidden;width:100%}.custom-cursor{height:30px;left:-9999px;opacity:0;pointer-events:none;position:fixed;top:-9999px;transform-origin:center center;transition:opacity .2s ease;width:30px;will-change:transform;z-index:10000}.custom-cursor .cursor-image{transition:transform .2s ease}.custom-cursor.visible{opacity:1}.custom-cursor .cursor-image{display:block;height:100%;object-fit:contain;width:100%}.cursor-trail{height:100vh;left:0;opacity:0;overflow:visible;pointer-events:none;position:fixed;top:0;transition:opacity .2s ease;width:100vw;z-index:9999}.cursor-trail.visible{opacity:1}.cursor-trail path{filter:drop-shadow(0 0 2px rgba(0,123,255,.3))}@media (max-width:768px){.cursor-trail,.custom-cursor{display:none!important;opacity:0!important}}#root{min-height:100vh}.container{margin:0 auto;max-width:1400px;padding:0 40px}@media (max-width:768px){.container{padding:0 20px}}@media (max-width:480px){.container{padding:0 15px}}.header{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:#0000;border-bottom:none;left:0;max-height:100vh;overflow:visible;padding:10px 0;position:fixed;right:0;top:0;transition:transform .3s ease-in-out,opacity .3s ease-in-out,background .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,background .3s ease-in-out,backdrop-filter .3s ease-in-out;transition:transform .3s ease-in-out,opacity .3s ease-in-out,background .3s ease-in-out,backdrop-filter .3s ease-in-out,-webkit-backdrop-filter .3s ease-in-out;z-index:1000}.header.scrolled{background:#fffffff2;border-bottom:1px solid var(--border-gray)}.header.scrolled,.header.solid{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header.solid{background:#fffffffa;border-bottom:1px solid #94a3b847}.header.scrolled .header-nav-link{background:#3954a4;border:1px solid #3954a4;color:#fff}.header.scrolled .header-nav-link:hover{background:#eb1e44;border-color:#eb1e44;color:#fff}.header.hidden{opacity:0;transform:translateY(-100%)}.header.compact{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffb8;border-bottom:1px solid #94a3b847;padding:6px 0}.header.compact .logo-img{height:50px;max-height:50px}.header.compact .header-menu-toggle{height:40px;width:40px}.header.compact .header-nav-link{padding:6px 13px}.header-content{align-items:center;display:flex;flex-wrap:nowrap;gap:16px;justify-content:space-between;min-width:0}@media (max-width:768px){.header-content{align-items:center;flex-wrap:nowrap;gap:10px}}@media (max-width:480px){.header-content{flex-wrap:nowrap;gap:6px;justify-content:space-between}.logo-img{height:auto;max-height:35px}}.logo{align-items:center;display:flex;flex:0 0 auto;gap:12px;margin-top:0;min-width:0;overflow:hidden;text-decoration:none;transition:opacity .3s ease,width .3s ease}.logo.logo-hidden{display:none}.logo-img{flex-shrink:2;height:62px;max-height:62px;max-width:250px;min-width:0;object-fit:contain;transition:var(--transition);width:auto}.logo-img[src=""]{display:none}.header-nav{flex:0 0 auto;flex-wrap:nowrap;gap:12px;min-width:0}.header-menu-toggle,.header-nav{align-items:center;display:flex;position:relative}.header-menu-toggle{background:#fff;border:3px solid #0000;border-radius:50px;box-shadow:0 4px 15px #0000001a;cursor:pointer;height:44px;isolation:isolate;justify-content:center;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);width:44px;z-index:0}.header-menu-toggle:before{border-radius:50px;content:"";inset:-3px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;position:absolute;z-index:-1}.header-menu-toggle:before,.header-menu-toggle:hover{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#3954a4,#eb1e44);background-size:200% 200%}.header-menu-toggle:hover{border:3px solid #0000;box-shadow:0 10px 30px #eb1e4466;color:#fff;transform:translateY(-5px) scale(1.05)}.header-menu-toggle:hover:before{display:none}.header.scrolled .header-menu-toggle{background:#fff}.header.scrolled .header-menu-toggle:hover{background:linear-gradient(90deg,#3954a4,#eb1e44);background-size:200% 200%}.header-menu-icon{display:flex;flex-direction:column;height:20px;justify-content:space-between;position:relative;transition:var(--transition);width:24px;z-index:1}.header-menu-icon span{background:#3954a4;border-radius:2px;height:2px;transition:var(--transition);width:100%}.header-menu-toggle:hover .header-menu-icon span{background:#fff}.header-menu-icon.open span:first-child{background:#3954a4;transform:rotate(45deg) translate(8px,8px)}.header-menu-icon.open span:nth-child(2){opacity:0}.header-menu-icon.open span:nth-child(3){background:#3954a4;transform:rotate(-45deg) translate(8px,-8px)}.header-menu-toggle:hover .header-menu-icon.open span{background:#fff}.header-menu-nav{align-items:center;display:flex;flex:1 1 auto;flex-direction:row;flex-wrap:nowrap;gap:4px;justify-content:center;max-width:0;min-width:0;opacity:0;overflow:hidden;pointer-events:none;transition:max-width .45s cubic-bezier(.4,0,.2,1),opacity .35s ease}.header-menu-nav.open{max-width:100%;opacity:1;pointer-events:auto}.header-menu-link{background:#0000;border:1px solid #0000;border-radius:20px;color:var(--text-dark);flex:0 1 auto;font-size:14px;font-weight:600;letter-spacing:.2px;min-width:0;padding:7px 11px;text-decoration:none;transition:var(--transition);white-space:nowrap}.header-menu-link:focus,.header-menu-link:hover{background:#ff00001a;border-color:var(--accent-red);color:var(--accent-red)}.header-menu-link:active{background:#ff000026;border-color:var(--accent-red);color:var(--accent-red)}.header-nav-link{background:#3954a4;border:1px solid #3954a4;border-radius:20px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.5px;padding:8px 16px;position:relative;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.header-nav-link:hover{background:#eb1e44;border-color:#eb1e44;color:#fff;transform:translateY(-2px)}@media (max-width:1200px) and (min-width:769px){.header-menu-nav.open{flex-wrap:wrap;row-gap:2px}.header-menu-link{font-size:13px;padding:6px 9px}}@media (max-width:1100px){.header-menu-link{font-size:13px;padding:6px 8px}.header-menu-nav{gap:2px}}@media (max-width:768px){.header{padding:12px 0}.logo-img{height:48px}.header-content,.header-nav{position:relative}.header-nav{flex-wrap:nowrap;gap:6px;justify-content:flex-end;min-width:0}.header-menu-nav{align-items:stretch;background:#0000;flex:none;flex-direction:column;gap:12px;justify-content:flex-start;left:0;margin:0 auto;max-height:0;max-width:0;opacity:0;overflow:hidden;padding:0;position:absolute;right:0;top:calc(100% + 10px);width:min(100%,320px);z-index:20}.header-menu-nav.open{background:#fffffffa;border-radius:20px;box-shadow:0 20px 40px #0000001f;max-height:1000px;max-width:min(100%,320px);opacity:1;padding:12px}.header-menu-link{flex:none;font-size:14px;padding:8px 16px;text-align:center;width:100%}.logo{flex-shrink:3}.logo-img{height:auto;max-height:48px;max-width:180px;min-width:0;width:auto}.logo.logo-hidden{display:none}.header-nav-link{font-size:10px;padding:5px 10px;white-space:nowrap}.header-menu-toggle{height:40px;width:40px}.header-menu-icon{height:16px;width:20px}}@media (max-width:480px){.header{min-height:auto;padding:8px 0}.logo{flex-shrink:4;min-width:0}.logo.logo-hidden{display:none}.logo-img{height:auto;max-height:35px;max-width:100px;min-width:0;object-fit:contain}.header-nav{flex:0 0 auto;flex-wrap:nowrap;gap:4px;justify-content:flex-end;min-width:0}.header-nav-link{flex-shrink:0;font-size:9px;letter-spacing:.2px;line-height:1.2;min-width:fit-content;padding:4px 6px;white-space:nowrap}.header-menu-nav{max-width:0;width:100%}.header-menu-nav.open{background:#fffffff5;border-radius:18px;box-shadow:0 16px 40px #0000001f;max-width:100%;padding:12px 10px;width:100%}.header-menu-toggle{height:36px;width:36px}.header-menu-icon{height:14px;width:18px}.header-menu-link{font-size:12px;padding:6px 12px;text-align:center;white-space:normal;width:100%}.header-content{align-items:center;gap:4px;width:100%}.container{padding:0 8px}}@media (max-width:360px){.header-nav-link{font-size:7px;padding:3px 6px}.logo-img{height:auto;max-height:32px;max-width:60px;min-width:0;width:auto}.logo{flex-shrink:5}.header-menu-toggle{height:32px;width:32px}.header-menu-icon{height:12px;width:16px}.header-menu-link{font-size:11px;padding:5px 10px}.container{padding:0 8px}}.hero{align-items:center;background:#fff;display:flex;height:100vh;justify-content:center;overflow:hidden;position:relative;width:100%}.hero-background,.three-flocking-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.three-flocking-container{pointer-events:auto}.three-flocking-container canvas{display:block;height:100%!important;pointer-events:auto;width:100%!important}.hero-background-overlay{background:#ffffff80;height:100%;top:0}.hero-background-overlay,.hero-fade-overlay{left:0;position:absolute;width:100%;z-index:2}.hero-fade-overlay{background:linear-gradient(180deg,#fff0 0,#ffffff8c 45%,#ffffffe0 75%,#fff);bottom:0;height:320px;pointer-events:none}.hero-content{align-items:center;display:flex;flex-direction:column;gap:60px;height:100%;justify-content:center;padding:0 40px;position:relative;width:100%;z-index:3}.hero-text-container{display:inline-block;padding:0;position:relative;text-align:center}.typing-cursor{animation:blink 1s infinite;color:#06f;display:inline-block;margin-left:4px}.hero-text-first{color:#3954a4}.hero-text-second{color:#eb1e44}.hero-arrow{display:inline-block;height:.8em;margin:0 32px;object-fit:contain;vertical-align:middle;width:auto}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.hero-title{align-items:center;color:var(--text-dark);display:inline-flex;flex-wrap:wrap;font-size:72px;font-weight:800;justify-content:center;letter-spacing:-2px;line-height:1.2;margin:0;padding:0;position:relative;text-align:center;text-transform:uppercase;z-index:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-title{font-size:56px}}@media (max-width:768px){.hero-title{font-size:42px}.hero-content{padding:0 20px}}.hero-companies{align-items:center;animation:heroCompaniesFadeIn .8s ease-out 1.2s forwards;display:flex;gap:30px;justify-content:center;margin-top:50px;opacity:0;transform:translateY(20px)}@keyframes heroCompaniesFadeIn{to{opacity:1;transform:translateY(0)}}.hero-company-link{background:#fff;border-radius:50px;box-shadow:0 4px 15px #0000001a;color:#3954a4;display:inline-block;font-size:20px;font-weight:700;isolation:isolate;letter-spacing:1px;min-width:180px;padding:14px 40px;position:relative;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:0}.hero-company-link:before{border-radius:50px;content:"";inset:-3px;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:3px;position:absolute;z-index:-1}.hero-company-link:before,.hero-company-link:hover{animation:gradientShift 3s ease infinite;background:linear-gradient(90deg,#3954a4,#eb1e44);background-size:200% 200%}.hero-company-link:hover{box-shadow:0 10px 30px #eb1e4466;color:#fff;transform:translateY(-5px) scale(1.05)}.hero-company-link:hover:before{display:none}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@media (max-width:768px){.hero-companies{flex-direction:column;gap:20px;margin-top:40px}.hero-company-link{font-size:18px;min-width:180px;padding:12px 32px}}@media (max-width:480px){.hero{min-height:100vh;padding-top:60px}.hero-title{word-wrap:break-word;font-size:28px;padding:0 15px;white-space:normal}.hero-content{gap:40px;padding:0 15px}.hero-companies{align-items:stretch;flex-direction:column;gap:15px;margin-top:30px}.hero-company-link{font-size:16px;max-width:100%;min-width:auto;padding:10px 28px;text-align:center;width:100%}.hero-title{font-size:24px;line-height:1.25}.hero-content{gap:30px;padding:0 12px}.hero-text-container{max-width:90vw}}.hero-context{color:#334155;font-size:17px;font-weight:600;line-height:1.55;margin:18px auto 0;max-width:46ch}.hero-meta{align-items:center;bottom:88px;display:flex;flex-wrap:wrap;gap:18px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);z-index:4}.hero-meta a,.hero-meta span{align-items:center;background:#ffffffdb;border-radius:999px;box-shadow:0 8px 20px #3954a41f;color:#3954a4;display:inline-flex;font-size:13px;font-weight:700;gap:8px;padding:8px 14px;text-decoration:none}@media (max-width:768px){.hero-context{font-size:15px;padding:0 12px}.hero-meta{bottom:72px;width:calc(100% - 24px)}}.bottom-menu{bottom:40px;left:50%;position:fixed;transform:translateX(-50%);transition:opacity .3s ease-in-out,transform .3s ease-in-out;z-index:1000}.scroll-to-discover-bottom{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#ffffffe6;border:1px solid var(--border-gray);border-radius:30px;box-shadow:0 4px 12px #0000001a;color:var(--text-dark);cursor:pointer;font-size:14px;font-weight:600;letter-spacing:1px;padding:14px 24px;transition:var(--transition)}.scroll-to-discover-bottom:hover{background:#f003;border-color:var(--accent-red);color:var(--accent-red);transform:translateY(-2px)}@media (max-width:768px){.bottom-menu{bottom:30px}.scroll-to-discover-bottom{font-size:12px;padding:12px 18px}}@media (max-width:480px){.bottom-menu{bottom:20px}.scroll-to-discover-bottom{font-size:11px;padding:10px 16px}}.home-button-wrapper{animation:homeButtonAppear .4s cubic-bezier(.34,1.56,.64,1) forwards;bottom:40px;height:72px;opacity:0;position:fixed;right:40px;transform:scale(.8) translateY(20px);width:72px;z-index:1000}.home-button,.home-button-wrapper{align-items:center;display:flex;justify-content:center}.home-button{background:#0000;border:2px solid var(--accent-red);border-radius:50%;box-shadow:0 8px 24px #ff00001f;box-sizing:border-box;color:var(--accent-red);cursor:pointer;height:60px;margin:0;overflow:hidden;padding:0;position:absolute;transition:all .3s cubic-bezier(.4,0,.2,1);width:60px}.home-button-fill{background:linear-gradient(180deg,#3954a4,#eb1e44);bottom:0;left:0;position:absolute;transition:height .12s linear;width:100%;z-index:0}.home-icon{color:#fff;filter:drop-shadow(0 1px 1px rgba(0,0,0,.9)) drop-shadow(0 0 1px rgba(255,255,255,.85));position:relative;z-index:1}@keyframes homeButtonAppear{to{opacity:1;transform:scale(1) translateY(0)}}.home-button-wrapper:hover .home-button{box-shadow:0 12px 32px #ff00003d;transform:scale(1.1) translateY(-5px)}.home-button.scroll-complete{animation:completeGlow 1.6s ease-in-out infinite;box-shadow:0 0 0 2px #eb1e4459,0 0 18px #ff5a78b3,0 0 34px #eb1e4473,0 8px 24px #ff00003d}.home-button:active{transform:scale(.95) translateY(0)}.home-button svg{height:24px;transition:transform .3s ease;width:24px}.home-button-wrapper:hover .home-button svg{transform:translateY(-2px)}@keyframes completeGlow{0%,to{filter:brightness(1)}50%{filter:brightness(1.15)}}@media (max-width:768px){.home-button-wrapper{bottom:30px;height:62px;right:30px;width:62px}.home-button{height:50px;min-height:50px;min-width:50px;width:50px}.home-icon{height:20px;width:20px}}@media (max-width:480px){.home-button-wrapper{bottom:20px;height:57px;right:20px;width:57px}.home-button{height:45px;min-height:45px;min-width:45px;width:45px}.home-icon{height:18px;width:18px}}.page-fallback{min-height:40vh}.solutions{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:visible;padding:60px 0 200px;perspective:1500px;position:relative;scroll-margin-top:80px}.solutions.solutions--grid{justify-content:flex-start;padding-bottom:40px;perspective:none}.solutions-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr));padding:12px 0 0;width:100%}.solutions-grid-card{background:var(--gradient);border-radius:20px;padding:2px}.solutions-grid-card-inner{background:linear-gradient(135deg,#fff,#f6f7f9);border-radius:18px;box-shadow:0 10px 30px #1118271f;display:flex;flex-direction:column;gap:12px;height:100%;padding:18px}.solutions-grid-card-top{align-items:center;display:flex;gap:12px}.solutions-grid-icon{flex:0 0 auto;height:52px;object-fit:contain;width:52px}.solutions-grid-name{color:#0f172aeb;font-size:18px;font-weight:800;margin:0}.solutions-grid-description{color:#0f172ac2;flex:1 1;font-size:14px;line-height:1.6;margin:0}.solutions-grid-actions{display:flex;justify-content:center}.websites-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));padding:12px 0 0;width:100%}.websites-grid-card{background:var(--gradient);border-radius:20px;padding:2px}.websites-grid-card-inner{background:linear-gradient(135deg,#fff,#f6f7f9);border-radius:18px;box-shadow:0 10px 30px #1118271f;display:flex;flex-direction:column;gap:12px;height:100%;padding:18px}.websites-grid-front{border-radius:16px}.websites-grid-name{color:#0f172aeb;font-size:18px;font-weight:900;margin:0}.websites-grid-description{color:#0f172ac2;font-size:14px;line-height:1.65;margin:0}.solutions-page-cta{padding:6px 0 80px}.solutions-page-cta-row{display:flex;flex-wrap:wrap;gap:12px;justify-content:center}.solutions-page-cta-row .explore-more-link.explore-more-link--lg{font-size:14px;padding:14px 22px}.solutions-heading{margin-bottom:44px;opacity:0;padding:0 20px;text-align:center;transform:translateY(30px);transition:opacity 1s ease-out,transform 1s ease-out;width:100%}.solutions-heading.animate{opacity:1;transform:translateY(0)}.solutions-title{word-wrap:break-word;color:var(--text-dark);display:flex;flex-direction:column;font-size:clamp(1.8rem,5vw,4rem);font-weight:800;gap:10px;letter-spacing:-.02em;line-height:1.2;overflow-wrap:break-word}.title-line{display:block;overflow:hidden;position:relative}.title-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3954a4,#eb1e44);-webkit-background-clip:text;background-clip:text;display:inline-block;opacity:0;transform:translateY(100%);transition:opacity .8s cubic-bezier(.25,.46,.45,.94),transform .8s cubic-bezier(.25,.46,.45,.94)}.solutions-heading.animate .title-line .title-text{opacity:1;transform:translateY(0);transition-delay:.2s}.cards-hand{align-items:center;display:flex;height:510px;justify-content:center;perspective:1500px;position:relative;width:100%;z-index:1}.ace-card{cursor:pointer;height:383px;opacity:0;position:absolute;transform:translateX(0) translateY(0) rotate(0deg);transform:translateX(var(--start-x,0)) translateY(var(--start-y,0)) rotate(var(--start-rotate,0deg));transform-origin:center bottom;transition:transform 1.5s cubic-bezier(.34,1.56,.64,1),width .8s cubic-bezier(.34,1.56,.64,1),height .8s cubic-bezier(.34,1.56,.64,1),opacity 1.2s ease;transition-delay:0s;transition-delay:var(--delay,0s);width:255px;z-index:var(--z-index)}.ace-card:not(.animate-in){transition-delay:0s}.ace-card.animate-in{opacity:1;transform:translateX(var(--translate-x)) rotate(var(--rotation)) translateY(0);transition-delay:0s;transition-delay:var(--delay,0s)}.ace-card:not(.animate-in){opacity:0;transform:translateX(0) translateY(0) rotate(0deg);transform:translateX(var(--start-x,0)) translateY(var(--start-y,0)) rotate(var(--start-rotate,0deg))}.ace-card.animate-in:hover:not(.expanded){transform:translateX(var(--translate-x)) rotate(var(--rotation)) translateY(-30px) scale(1.05);z-index:50}.ace-card.expanded{cursor:default;height:425px;opacity:1;transform:translateX(0) rotate(0deg) translateY(-50px)!important;width:595px;z-index:100!important}.cards-hand.spread{height:510px;overflow:visible;padding:0 20px;transition:height .5s cubic-bezier(.4,0,.2,1)}.ace-card.spread{opacity:1;position:absolute}.ace-card.spread,.ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*235px)) rotate(0deg) translateY(0)!important}.ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*235px)) rotate(0deg) translateY(-10px) scale(1.02)!important}.spread-button-container{cursor:pointer;margin-bottom:6px;padding:10px 0}.spread-button,.spread-button-container{align-items:center;display:flex;justify-content:center}.spread-button{background:#fff;border:2px solid #94a3b873;border-radius:999px;box-shadow:0 8px 20px #11182729;color:#334155;font-size:13px;font-weight:700;height:48px;letter-spacing:.02em;pointer-events:none;position:relative;transition:all .3s ease;width:108px}.spread-button-container:hover .spread-button{border-color:#94a3b8a6;box-shadow:0 12px 26px #11182733;transform:translateY(-2px)}.spread-button-container:hover .spread-button.active,.spread-button.active{border-color:#3954a4f2}.spread-button.active{background:linear-gradient(90deg,#3954a4,#eb1e44);color:#fff}.spread-button-label{position:absolute;transition:color .25s ease,opacity .25s ease;z-index:1}.spread-button-label-left{left:12px}.spread-button-label-right{right:10px}.spread-button.active .spread-button-label{color:#ffffffeb}.spread-button.active .spread-button-label-right,.spread-button:not(.active) .spread-button-label-left{opacity:0}.spread-button:after{background:#e2e8f0;border-radius:50%;box-shadow:0 2px 8px #0f172a33;content:"";height:34px;left:7px;position:absolute;top:6px;transition:transform .3s ease;width:34px}.spread-button.active:after{background:#f8fafc;transform:translateX(56px)}.explore-more-wrap{display:flex;justify-content:center;margin-top:18px;opacity:0;transform:translateY(10px);transition:opacity .45s ease,transform .45s ease}.explore-more-wrap.show{opacity:1;transform:translateY(0)}.explore-more-link{background:#fff;border:1px solid #94a3b873;border-radius:999px;color:#1f2937;display:inline-block;font-size:13px;font-weight:700;letter-spacing:.03em;padding:10px 18px;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease}.explore-more-link:active,.explore-more-link:hover{background:linear-gradient(90deg,#3954a4,#eb1e44);border-color:#0000;color:#fff}.explore-more-link:active{transform:scale(1.08)}.explore-more-link:focus-visible{background:linear-gradient(90deg,#3954a4,#eb1e44);border-color:#0000;color:#fff;outline:none}.ace-card>div{backface-visibility:hidden;border-radius:20px;box-shadow:0 10px 40px #0003;height:100%;overflow:hidden;position:absolute;transition:transform .6s;width:100%}.card-front{align-items:center;background:linear-gradient(135deg,#fff 0,#f6f7f9 100%) padding-box,var(--gradient) border-box;border:2px solid #0000;display:flex;justify-content:center;padding:24px;transform:rotateY(0deg)}.ace-card.expanded .card-front{transform:rotateY(180deg)}.card-back{background:linear-gradient(135deg,#fff 0,#f6f7f9 100%) padding-box,var(--gradient) border-box;border:2px solid #0000;color:var(--text-dark);padding:28px;transform:rotateY(180deg)}.card-back,.card-demo-front{align-items:center;display:flex;justify-content:center}.card-demo-front{background:#ffffff8c;border-radius:14px;flex-direction:column;gap:16px;height:100%;padding:16px;text-align:center;width:100%}.solution-front-icon{height:88px;object-fit:contain;width:88px}.solution-front-name{color:#0f172ae6;font-size:clamp(1rem,2.2vw,1.4rem);font-weight:700;margin:0}.card-demo-back{clip-path:none;display:flex;flex-direction:column;gap:10px;max-width:560px;width:100%}.card-demo-back span{background:#3954a414;border-radius:999px;color:#0f172ab8;display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;padding:5px 12px;width:fit-content}.card-demo-back h3{color:var(--text-dark);font-size:clamp(1.25rem,2.7vw,2rem);margin:0}.card-demo-back p{color:#0f172ad1;font-size:14px;line-height:1.6;margin:0}.solution-view-details-button{background:linear-gradient(90deg,#3954a4,#eb1e44);border:0;border-radius:999px;color:#fff;cursor:pointer;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.03em;margin-top:4px;padding:10px 18px;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:fit-content}.solution-view-details-button:hover{box-shadow:0 8px 16px #3954a440;transform:translateY(-1px)}.card-website-front{background:#ffffffb8;height:100%;padding:14px;width:100%}.card-website-front,.website-logo-square{align-items:center;display:flex;justify-content:center}.website-logo-square{aspect-ratio:1/1;background:#fffffff2;width:min(92%,220px)}.website-logo{background:#0000;object-fit:contain}.software-logo-svg,.website-logo{height:100%;transform:scale(1.2);transform-origin:center;width:100%}.software-logo-svg{align-items:center;display:flex;justify-content:center}.software-logo-svg svg{height:100%;max-height:100%;max-width:100%;width:100%}.card-website-back{clip-path:none;display:flex;flex-direction:column;gap:14px;max-width:560px;width:100%}.card-website-back h3{color:var(--text-dark);font-size:clamp(1.25rem,2.7vw,2rem);margin:0}.card-website-back p{color:#0f172ad1;font-size:14px;line-height:1.6;margin:0}.website-card-actions{align-items:center;display:flex;gap:10px;margin-top:4px}.websites-grid-card .website-card-actions{justify-content:center}.website-contact-button{background:linear-gradient(90deg,#3954a4,#eb1e44);border-radius:999px;color:#fff;display:inline-block;font-size:12px;font-weight:700;letter-spacing:.03em;padding:10px 18px;text-align:center;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:fit-content}.website-contact-button:hover{box-shadow:0 8px 16px #3954a440;transform:translateY(-1px)}.website-link-icon{align-items:center;background:#3954a41a;border-radius:50%;color:#3954a4;display:inline-flex;height:38px;justify-content:center;transition:background .2s ease,transform .2s ease;width:38px}.website-link-icon:hover{background:#3954a42e;transform:translateY(-1px)}.website-link-icon svg{fill:currentColor;height:18px;width:18px}#websites .cards-hand{height:360px}#websites .ace-card{height:250px;width:250px}#websites .ace-card.spread,#websites .ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*285px)) rotate(0deg) translateY(0)!important}#websites .ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*285px)) rotate(0deg) translateY(-10px) scale(1.02)!important}#websites .ace-card.expanded{height:340px;width:340px}#websites .card-back{overflow-y:auto}#softwares .cards-hand{height:360px}#softwares .ace-card{height:250px;width:250px}#softwares .ace-card.spread,#softwares .ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*285px)) rotate(0deg) translateY(0)!important}#softwares .ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*285px)) rotate(0deg) translateY(-10px) scale(1.02)!important}#softwares .ace-card.expanded{height:340px;width:340px}#softwares .card-back{overflow-y:auto}.ace-card.expanded .card-back{transform:rotateY(0deg)}@keyframes card-back-content-in{0%{clip-path:inset(0 0 100% 0);opacity:0}to{clip-path:inset(0 0 0 0);opacity:1}}.ace-card.expanded .card-demo-back,.ace-card.expanded .card-website-back{animation:card-back-content-in .5s ease .6s forwards;opacity:0}@media (prefers-reduced-motion:reduce){.ace-card.expanded .card-demo-back,.ace-card.expanded .card-website-back{animation:none;opacity:1}}.card-corner{align-items:flex-start;display:flex;flex-direction:column;font-weight:800}.card-corner.bottom-right{align-items:flex-end;align-self:flex-end;transform:rotate(180deg)}.card-value{color:var(--text-dark);font-size:32px;line-height:1}.card-suit{font-size:24px;line-height:1;margin-top:-5px}.card-center{flex:1 1;flex-direction:column;gap:20px}.card-center,.card-logo{align-items:center;display:flex;justify-content:center}.card-logo{height:120px;opacity:.9;width:120px}.card-logo svg{filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));height:100%;width:100%}.card-label{color:var(--text-dark);font-size:24px;font-weight:700;letter-spacing:1px;opacity:.9;text-align:center;text-transform:uppercase}.card-back-content{display:flex;flex-direction:column;gap:24px;max-width:600px;width:100%}.solution-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000a;border-radius:20px;color:var(--text-dark);display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;padding:8px 16px;width:fit-content}.solution-title{color:var(--text-dark);font-size:42px;font-weight:800;letter-spacing:-1.5px;line-height:1.1;margin:0}.solution-description{color:#1a1a1ae6;font-size:16px;line-height:1.7}.solution-cta{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0000000f;border:2px solid #0000000f;border-radius:30px;color:var(--text-dark);cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;padding:16px 32px;transition:all .3s ease;width:fit-content}.solution-cta:hover{background:#00000014;border-color:#00000014;transform:translateX(5px)}.ace-card{height:319px;width:212px}.ace-card.expanded{height:383px;width:510px}.solution-title{font-size:36px}@media (max-width:768px){.solutions{padding:40px 0 120px;scroll-margin-top:70px}.solutions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.websites-grid{grid-template-columns:1fr}.solutions-heading{margin-bottom:32px;padding:0 15px}.solutions-title{font-size:clamp(1.5rem,6vw,2.5rem)}.cards-hand{height:383px;perspective:1000px}.cards-hand.spread{height:383px;overflow:visible;padding:0 10px}.ace-card.spread,.ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*165px)) rotate(0deg) translateY(0)!important}.ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*165px)) rotate(0deg) translateY(-6px) scale(1.015)!important}.ace-card{height:255px;width:170px}.ace-card.expanded{height:340px;max-width:425px;width:90vw}.card-value{font-size:24px}.card-suit{font-size:18px}.card-back-content{padding:0}.solution-title{font-size:28px}.solution-description{font-size:14px}.spread-button{font-size:14px;padding:10px 20px}#websites .cards-hand{height:290px}#websites .ace-card{height:190px;width:190px}#websites .ace-card.spread,#websites .ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*210px)) rotate(0deg) translateY(0)!important}#websites .ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*210px)) rotate(0deg) translateY(-6px) scale(1.015)!important}#websites .ace-card.expanded{height:min(86vw,300px);width:min(86vw,300px)}#softwares .cards-hand{height:290px}#softwares .ace-card{height:190px;width:190px}#softwares .ace-card.spread,#softwares .ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*210px)) rotate(0deg) translateY(0)!important}#softwares .ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*210px)) rotate(0deg) translateY(-6px) scale(1.015)!important}#softwares .ace-card.expanded{height:min(86vw,300px);width:min(86vw,300px)}}@media (max-width:480px){.solutions{min-height:auto;padding:30px 0 100px;scroll-margin-top:60px}.solutions-grid{grid-template-columns:1fr}.solutions-heading{margin-bottom:24px;padding:0 10px}.solutions-title{font-size:clamp(1.3rem,7vw,2rem);line-height:1.3}.cards-hand{height:340px;margin-top:20px}.cards-hand.spread{height:340px;overflow:visible;padding:0 10px}.ace-card.spread,.ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*118px)) rotate(0deg) translateY(0)!important}.ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*118px)) rotate(0deg) translateY(-5px) scale(1.01)!important}.ace-card{height:179px;width:119px}.ace-card.expanded{height:auto;margin:0 auto;max-width:340px;min-height:298px;width:calc(100vw - 30px)}.spread-button{font-size:13px;padding:8px 16px}.spread-button svg{height:20px;width:20px}.card-corner{padding:10px}.card-value{font-size:20px}.card-suit{font-size:16px}.card-back{padding:25px 15px}.card-back-content{gap:15px;padding:0}.solution-title{font-size:22px;line-height:1.2}.solution-description{font-size:12px;line-height:1.5}.solution-cta{font-size:11px;padding:10px 20px}.card-center{gap:8px}.card-logo{height:80px;width:80px}.card-label{font-size:16px}.card-corner{padding:8px}.card-value{font-size:18px}.card-suit{font-size:14px}#websites .cards-hand{height:240px}#websites .ace-card{height:130px;width:130px}#websites .ace-card.spread,#websites .ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*145px)) rotate(0deg) translateY(0)!important}#websites .ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*145px)) rotate(0deg) translateY(-5px) scale(1.01)!important}#websites .ace-card.expanded{height:min(calc(100vw - 34px),250px);width:min(calc(100vw - 34px),250px)}#softwares .cards-hand{height:240px}#softwares .ace-card{height:130px;width:130px}#softwares .ace-card.spread,#softwares .ace-card.spread.animate-in{transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*145px)) rotate(0deg) translateY(0)!important}#softwares .ace-card.spread:hover:not(.expanded){transform:translateX(calc((var(--spread-index) - ((var(--total-cards) - 1)/2))*145px)) rotate(0deg) translateY(-5px) scale(1.01)!important}#softwares .ace-card.expanded{height:min(calc(100vw - 34px),250px);width:min(calc(100vw - 34px),250px)}}
/*# sourceMappingURL=main.91587f88.css.map*/