.section-wrapper{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;padding:0}.left-column,.strategy-left{flex:0 0 65%}.right-column,.strategy-right{flex:0 0 35%}.services-hero{color:#fff;padding:6rem 8%;position:relative;overflow:hidden}.animated-circle{position:absolute;top:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle at center,rgba(0,191,255,.25),transparent 70%);border-radius:50%;filter:blur(80px);animation:floaty 10s ease-in-out infinite alternate;pointer-events:none;z-index:0}@keyframes floaty{0%{transform:translate(0) scale(1)}to{transform:translate(30px,40px) scale(1.1)}}.services-container{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.left-column{flex:0 0 65%}.top-line{width:100%;height:1px;background-color:#198190;margin-bottom:2rem}.left-column h1{font-size:3.5rem;font-weight:500;line-height:1.2;color:#d6f0f2;margin-bottom:2rem}.highlight{color:#198190}.cta-btn{border:none;color:#fff;padding:12px 30px;border-radius:9999px;font-size:1rem;cursor:pointer;transition:background .3s ease;margin-bottom:3rem}.cta-btn,.cta-btn:hover{background-color:#198190}.video-box{display:flex;justify-content:flex-start;margin-top:2rem}.services-video{width:80%;max-width:650px;border:1px solid #198190;border-radius:8px;padding:8px;background-color:transparent}.right-column{flex:0 0 35%}.section-label{color:#198190;font-weight:400;font-size:1.1rem;margin-bottom:1rem;margin-top:-10px}.right-column p{color:#b8c4c6;line-height:1.7;font-size:1rem;max-width:350px}@media (max-width:1000px){.services-container{flex-direction:column}.left-column,.right-column{flex:1 1 100%}.left-column h1{font-size:2.2rem}.services-video{width:100%}.right-column p{max-width:100%}.right-column{gap:2rem}}.strategy-section{padding:3rem 8% 6rem;color:#fff}.section-heading{margin-bottom:3rem}.migration-section h3,.section-heading h2{font-size:3.5rem;font-weight:500;line-height:1.2;color:#d6f0f2}.section-heading .highlight{color:#198190}.strategy-container{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.strategy-left{flex:0 0 65%}.strategy-left ul{list-style:disc;padding-left:1.5rem;padding-right:1.5rem;color:#b8c4c6;line-height:1.9;font-size:1.5rem;list-style:none;padding:0}@media (max-width:768px){.strategy-left p,.strategy-left ul{font-size:1.125rem}}.strategy-left li:before{content:"\2713";color:#007bff;margin-right:12px}.strategy-left li{margin-bottom:1.2rem}.strategy-left li strong{color:#fff}.strategy-right{flex:0 0 35%;display:flex;justify-content:center;align-items:center}.strategy-image{width:100%;max-width:480px;aspect-ratio:4/3;height:auto;border:1px solid #198190;border-radius:8px;object-fit:cover}@media (max-width:1000px){.strategy-container{flex-direction:column}.strategy-left,.strategy-right{flex:1 1 100%}.migration-section h3,.section-heading h2{font-size:2.2rem}.strategy-left ul{font-size:1rem}.strategy-image{width:100%;height:auto}}.animated-grid{z-index:-1;background-image:url(/animations/bgGrid.svg);width:100%;height:100vh;background-size:cover;background-repeat:no-repeat;background-position:50%}.animated-grid,.floating-accents{position:fixed;inset:0;pointer-events:none}.floating-accents{z-index:0;overflow:hidden}.accent{position:absolute;width:400px;height:400px;border-radius:50%;filter:blur(120px);opacity:.25;animation:floatMove 40s ease-in-out infinite}.accent1{background:radial-gradient(circle,#6aa9ff 0,transparent 70%);top:10%;left:-10%;animation-delay:0s}.accent2{background:radial-gradient(circle,#8f6bff 0,transparent 70%);bottom:20%;right:-10%;animation-delay:10s}.accent3{background:radial-gradient(circle,#00c6ff 0,transparent 70%);top:50%;left:60%;animation-delay:20s}@keyframes floatMove{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-40px) translateX(30px)}}@media (max-width:600px){.animated-circle,.floating-accents{display:none}}.migration-section{padding:0 3% 80px}.migration-section>h3{margin-bottom:2.5rem;text-align:center}.card-wrapper .card{width:100%;border:1px solid #2996a7;padding:60px 38px 42px 30px;border-radius:12px;background-color:#0a1c23;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;transition:.45s cubic-bezier(.215,.61,.355,1)}.card-wrapper .card .title{display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:1rem}.card-wrapper .card .title h3{font-size:40px;font-family:PolySans;font-weight:300;color:#edd0c6}.card-wrapper .card .title h3 span{font-size:40px;font-family:Ivar Display;font-weight:300}.card-wrapper .card .title p{color:#cbcbcb;font-size:20px;font-family:PolySans}.card-wrapper .card .title .hr{width:100%;height:1px;background-color:#2996a7}.card-wrapper .card .title svg{width:12px;height:12px;transition:transform .45s cubic-bezier(.645,.045,.355,1)}.card-wrapper .card:hover{transform:translateY(-20px)!important;background-color:transparent;border:1px solid #cbcbcb}.card-wrapper .card:hover .title svg{transform:rotate(180deg)}@media (max-width:1200px){.card-wrapper .card{padding:20px 24px 18px 16px}.card-wrapper .card .title h3,.card-wrapper .card .title h3 span{font-size:26px}.card-wrapper .card .title p{font-size:14px}}.card-wrapper{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;max-width:1400px;margin:auto}@media (max-width:1000px){.card-wrapper{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.card-wrapper{grid-template-columns:repeat(1,1fr)}.services-hero,.strategy-section{padding-bottom:3rem}.services-hero{padding-top:3rem}}.gradient-icon-list{list-style:none;padding-left:0}.gradient-icon-list li{position:relative;margin-bottom:12px;font-size:1.125rem}.services-container{align-items:stretch}.right-column{display:flex;flex-direction:column}.right-column>div:nth-child(2){flex:1 1;display:flex;align-items:center}.gradient-icon-list li a{display:flex;align-items:center;gap:.75rem}.gradient-icon-list li a img{width:40px}.card-wrapper>a{display:flex}.card object{pointer-events:none}