.services-hero{background:var(--background);width:100%;min-height:calc(100vh - 90px);color:var(--foreground);align-items:center;padding:90px 7% 80px;display:flex;position:relative;overflow:hidden}.services-hero-container{z-index:2;grid-template-columns:minmax(0,1fr) minmax(480px,.9fr);align-items:center;gap:70px;width:100%;max-width:1450px;margin:0 auto;display:grid;position:relative}.services-hero-content{z-index:5;width:100%;position:relative}.services-hero-tag{color:#ff2f9f;letter-spacing:4px;text-transform:uppercase;margin-bottom:20px;font-size:.9rem;font-weight:800;display:inline-block}.services-hero-content h1{max-width:760px;color:var(--foreground);letter-spacing:-3.5px;margin:0 0 30px;font-size:clamp(3.4rem,5.3vw,5.7rem);font-weight:750;line-height:1.02}.services-hero-content h1 span{background:linear-gradient(90deg,#ff633f 0%,#ff2f9f 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;display:inline-block}.services-hero-content>p{max-width:660px;color:var(--text-secondary);margin:0 0 40px;font-size:1.05rem;line-height:1.9}.services-hero-buttons{flex-wrap:wrap;align-items:center;gap:16px;display:flex}.services-hero-btn{letter-spacing:.2px;border-radius:10px;justify-content:center;align-items:center;gap:18px;min-height:58px;padding:0 30px;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .3s,box-shadow .3s,border-color .3s,background .3s,color .3s;display:inline-flex}.services-hero-btn span{font-size:1.2rem;line-height:1;transition:transform .3s}.services-hero-btn:hover span{transform:translate(5px)}.services-hero-primary{color:#fff;background:linear-gradient(90deg,#ff633f 0%,#ff2f9f 100%);border:1px solid #0000;box-shadow:0 15px 35px #ff2f9f2e}.services-hero-primary:hover{transform:translateY(-4px);box-shadow:0 20px 42px #ff2f9f4d}.services-hero-secondary{border:1px solid var(--border-color);color:var(--foreground);background:0 0}.services-hero-secondary:hover{background:#ff2f9f0d;border-color:#ff2f9f8c;transform:translateY(-4px);box-shadow:0 14px 35px #ff2f9f14}.services-hero-visual{justify-content:center;align-items:center;width:100%;min-height:640px;display:flex;position:relative}.services-hero-image-box{z-index:3;background:radial-gradient(circle at 50% 72%,#ff2f9f21,#0000 45%),linear-gradient(145deg,#ff2f9f0b,#7046ff0b);border:1px solid #ff2f9f14;border-radius:34px;justify-content:center;align-items:flex-end;width:100%;max-width:570px;height:610px;transition:transform .45s,border-color .45s,box-shadow .45s;display:flex;position:relative;overflow:hidden;box-shadow:0 35px 80px #0000002e}.services-hero-image{z-index:4;object-fit:contain;object-position:center bottom;transform-origin:bottom;filter:drop-shadow(0 20px 24px #0000002e);width:112%;max-width:none;height:96%;transition:transform .5s cubic-bezier(.22,1,.36,1);display:block;position:relative;transform:translateY(8px)scale(1.12)}.services-hero-image-box:hover{border-color:#ff2f9f33;transform:translateY(-7px);box-shadow:0 42px 95px #00000038}.services-hero-image-box:hover .services-hero-image{transform:translateY(3px)scale(1.17)}.services-hero-glow{z-index:1;filter:blur(125px);pointer-events:none;background:#ff2f9f29;border-radius:50%;width:520px;height:470px;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.hero-circle{z-index:5;pointer-events:none;border:1px solid #ff2f9f66;border-radius:50%;position:absolute}.hero-circle-one{width:125px;height:125px;top:55px;right:-5px}.hero-circle-two{width:78px;height:78px;bottom:35px;left:15px}.hero-dot{z-index:6;pointer-events:none;background:#ff2f9f;border-radius:50%;position:absolute;box-shadow:0 0 25px #ff2f9f99}.hero-dot-one{width:18px;height:18px;top:110px;left:5px}.hero-dot-two{width:17px;height:17px;top:46%;right:35px}html[data-theme=dark] .services-hero-image-box{background:radial-gradient(circle at 50% 70%,#ff2f9f2b,#0000 48%),linear-gradient(145deg,#ff2f9f0a,#7046ff0e);border-color:#ff2f9f12;box-shadow:0 35px 90px #0000004d}html[data-theme=dark] .services-hero-glow{background:#ff2f9f2b}html[data-theme=light] .services-hero-image-box{background:radial-gradient(circle at 50% 72%,#ff2f9f16,#0000 47%),linear-gradient(145deg,#fff 0%,#fff8fc 100%);border-color:#ff2f9f14;box-shadow:0 30px 75px #3c1e371c}html[data-theme=light] .services-hero-glow{filter:blur(135px);background:#ff2f9f14}html[data-theme=light] .services-hero-image{filter:drop-shadow(0 20px 25px #46283c21)}@media (max-width:1250px){.services-hero{padding-left:6%;padding-right:6%}.services-hero-container{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);gap:45px}.services-hero-image-box{max-width:520px;height:560px}.services-hero-visual{min-height:590px}}@media (max-width:1000px){.services-hero{padding:85px 5% 80px}.services-hero-container{grid-template-columns:1fr .85fr;gap:40px}.services-hero-content h1{letter-spacing:-2.5px;font-size:clamp(3rem,5vw,4.5rem)}.services-hero-visual{min-height:520px}.services-hero-image-box{height:500px}.services-hero-image{width:116%;height:96%;transform:translateY(7px)scale(1.1)}}@media (max-width:820px){.services-hero{min-height:auto;padding:75px 24px 80px}.services-hero-container{grid-template-columns:1fr;gap:60px}.services-hero-content{text-align:center}.services-hero-content h1{letter-spacing:-2px;max-width:700px;margin-left:auto;margin-right:auto}.services-hero-content>p{margin-left:auto;margin-right:auto}.services-hero-buttons{justify-content:center}.services-hero-visual{width:100%;max-width:590px;min-height:560px;margin:0 auto}.services-hero-image-box{max-width:540px;height:550px}.services-hero-image{width:112%;height:97%;transform:translateY(8px)scale(1.1)}.hero-circle-one{right:5px}}@media (max-width:520px){.services-hero{padding:65px 20px 70px}.services-hero-tag{letter-spacing:3px;margin-bottom:16px;font-size:.78rem}.services-hero-content h1{letter-spacing:-1.8px;margin-bottom:24px;font-size:2.8rem;line-height:1.04}.services-hero-content>p{margin-bottom:32px;font-size:.95rem;line-height:1.75}.services-hero-buttons{flex-direction:column;width:100%}.services-hero-btn{width:100%;max-width:330px}.services-hero-visual{min-height:430px}.services-hero-image-box{border-radius:26px;width:100%;height:420px}.services-hero-image{width:118%;height:98%;transform:translateY(6px)scale(1.08)}.services-hero-image-box:hover .services-hero-image{transform:translateY(3px)scale(1.11)}.hero-circle-one{width:90px;height:90px;top:35px}.hero-circle-two{width:65px;height:65px;bottom:20px}.hero-dot-one,.hero-dot-two{width:14px;height:14px}.services-hero-glow{width:320px;height:320px;bottom:20px}}
.services-carousel{background:var(--background);width:100%;color:var(--foreground);padding:110px 7% 100px;overflow:hidden}.services-carousel-container{width:100%;max-width:1400px;margin:0 auto}.services-carousel-header{text-align:left;justify-content:space-between;align-items:flex-end;gap:40px;width:100%;margin:0 0 42px;display:flex}.services-carousel-header>div{max-width:880px}.services-carousel-header>div>span{color:#ff2f9f;letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-size:.88rem;font-weight:700;display:inline-block}.services-carousel-header h2{color:var(--foreground);margin:0;font-size:clamp(2.2rem,3.5vw,3.5rem);font-weight:700;line-height:1.12}.services-view-all{color:var(--accent-pink);letter-spacing:.5px;text-transform:uppercase;flex-shrink:0;align-items:center;gap:10px;padding-bottom:4px;font-size:.78rem;font-weight:800;text-decoration:none;transition:gap .25s,color .25s;display:inline-flex}.services-view-all span{font-size:1.1rem}.services-view-all:hover{color:var(--accent-orange);gap:15px}.services-static-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;width:100%;display:grid}.service-card{border:1px solid var(--border-color);background:var(--card-background);border-radius:18px;min-width:0;min-height:390px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden;box-shadow:0 16px 40px #00000014}.service-card:before{content:"";opacity:0;pointer-events:none;background:radial-gradient(circle,#ff2f9f24,#0000 68%);border-radius:50%;width:180px;height:180px;transition:opacity .35s,transform .5s;position:absolute;top:-80px;right:-80px}.service-card:hover{border-color:#ff2f9f66;transform:translateY(-8px);box-shadow:0 24px 55px #ff2f9f1f}.service-card:hover:before{opacity:1;transform:scale(1.2)}.service-card-content{z-index:2;flex-direction:column;min-height:390px;padding:26px 20px 24px;display:flex;position:relative}.service-icon{color:#ff2f9f;background:linear-gradient(135deg,#ff2f9f1a,#6d5cff1a);border:1px solid #ff2f9f4d;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:24px;font-size:24px;transition:transform .35s,background .35s;display:flex}.service-card:hover .service-icon{background:#ff2f9f29;transform:rotate(-5deg)scale(1.08)}.service-card-content h3{color:var(--foreground);text-transform:none;margin:0 0 14px;font-size:1.15rem;font-weight:800;line-height:1.25}.service-card-content>p{color:var(--text-secondary);margin:0 0 22px;font-size:.9rem;line-height:1.65}.service-card-content ul{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.service-card-content li{color:var(--text-secondary);align-items:center;gap:8px;font-size:.85rem;line-height:1.45;display:flex}.service-card-content li span{color:#ff2f9f;flex-shrink:0;font-size:.55rem}@media (max-width:1150px){.services-carousel{padding:95px 6%}.services-static-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{min-height:360px}.service-card-content{min-height:360px;padding:26px 24px}}@media (max-width:850px){.services-carousel-header{flex-direction:column;align-items:flex-start;gap:20px}.services-view-all{align-self:flex-start}.services-static-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.services-carousel{padding:75px 20px}.services-carousel-header{margin-bottom:32px}.services-carousel-header h2{font-size:2.15rem}.services-static-grid{grid-template-columns:1fr;gap:16px}.service-card{min-height:auto}.service-card-content{min-height:auto;padding:26px 22px}}
.services-industries-section{background:var(--bg-primary);color:var(--text-primary);padding:90px 0;transition:background-color .35s}.services-industries-container{width:min(100% - 40px,1280px);margin:0 auto}.services-industries-heading{margin-bottom:46px}.services-industries-label{color:var(--accent-pink);letter-spacing:1.7px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.services-industries-heading h2{color:var(--text-primary);margin:0;font-size:clamp(28px,3.2vw,42px);font-weight:850;line-height:1.15}.services-industries-grid{border:none;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;width:100%;display:grid}.services-industry-item{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:160px;padding:28px 22px;transition:transform .35s,background-color .35s;display:flex;position:relative;overflow:hidden}.services-industry-item:not(:last-child):after{content:"";background:var(--card-border);width:1px;transition:background-color .35s,opacity .35s;position:absolute;top:24px;bottom:24px;right:0}.services-industry-item:before{content:"";opacity:0;pointer-events:none;filter:blur(12px);background:radial-gradient(circle,#ff2ca824 0%,#6d5cff12 42%,#0000 72%);border-radius:50%;width:180px;height:180px;transition:opacity .4s,transform .5s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.65)}.services-industry-item:hover:before{opacity:1;transform:translate(-50%,-50%)scale(1.2)}.services-industry-item:hover{background:#ff2ca806;transform:translateY(-7px)}.services-industry-icon{z-index:2;width:54px;height:54px;color:var(--accent-pink);background:linear-gradient(135deg,#ff2ca81a,#6d5cff1a);border:1px solid #ff2ca838;border-radius:14px;place-items:center;font-size:26px;transition:transform .35s,background .35s,color .35s,border-color .35s,box-shadow .35s;display:grid;position:relative}.services-industry-item:hover .services-industry-icon{color:#fff;background:linear-gradient(135deg,#ff6534,#ff2ca8);border-color:#0000;transform:translateY(-5px)rotate(-5deg)scale(1.08);box-shadow:0 12px 30px #ff2ca840}.services-industry-item p{z-index:2;max-width:175px;color:var(--text-primary);margin:0;font-size:14px;font-weight:700;line-height:1.4;transition:color .3s,transform .3s;position:relative}.services-industry-item:hover p{transform:translateY(-2px)}@media (max-width:1000px){.services-industries-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.services-industry-item:nth-child(3n):after{display:none}.services-industry-item{min-height:150px}}@media (max-width:700px){.services-industries-section{padding:70px 0}.services-industries-container{width:min(100% - 28px,600px)}.services-industries-heading{margin-bottom:34px}.services-industries-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.services-industry-item:nth-child(3n):after{display:block}.services-industry-item:nth-child(2n):after{display:none}}@media (max-width:480px){.services-industries-grid{grid-template-columns:1fr}.services-industry-item{min-height:135px}.services-industry-item:after{display:none!important}}
.services-why-section{background:var(--bg-secondary);color:var(--text-primary);padding:90px 0}.services-why-container{width:min(100% - 40px,1280px);margin:0 auto}.services-why-heading{margin-bottom:46px}.services-why-label{color:var(--accent-pink);letter-spacing:1.7px;text-transform:uppercase;margin:0 0 10px;font-size:12px;font-weight:900}.services-why-heading h2{color:var(--text-primary);margin:0;font-size:clamp(28px,3.2vw,42px);font-weight:850;line-height:1.15}.services-why-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.services-why-card{border:1px solid var(--card-border);background:var(--card-bg);min-height:230px;box-shadow:0 16px 40px var(--shadow-color);border-radius:18px;padding:28px 24px;transition:transform .35s,border-color .35s,box-shadow .35s;position:relative;overflow:hidden}.services-why-card:before{content:"";opacity:0;background:radial-gradient(circle,#ff2ca824,#0000 68%);border-radius:50%;width:160px;height:160px;transition:opacity .35s,transform .45s;position:absolute;top:-70px;right:-70px}.services-why-card:hover{box-shadow:0 24px 55px var(--shadow-color);border-color:#ff2ca866;transform:translateY(-7px)}.services-why-card:hover:before{opacity:1;transform:scale(1.2)}.services-why-icon{z-index:1;width:52px;height:52px;color:var(--accent-pink);background:linear-gradient(135deg,#ff2ca81f,#6d5cff1f);border:1px solid #ff2ca83d;border-radius:14px;place-items:center;margin-bottom:24px;font-size:24px;display:grid;position:relative}.services-why-card h3{z-index:1;color:var(--text-primary);margin:0 0 12px;font-size:18px;font-weight:850;line-height:1.3;position:relative}.services-why-card p{z-index:1;color:var(--text-secondary);margin:0;font-size:14px;line-height:1.7;position:relative}@media (max-width:1000px){.services-why-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:700px){.services-why-section{padding:70px 0}.services-why-container{width:min(100% - 28px,600px)}.services-why-grid{grid-template-columns:1fr;gap:16px}.services-why-card{min-height:auto}}
.services-process{background:var(--background);width:100%;color:var(--foreground);padding:96px 0 104px;position:relative;overflow:hidden}.services-process:before{content:"";filter:blur(110px);pointer-events:none;background:#ff2f9f14;border-radius:50%;width:420px;height:420px;position:absolute;top:10%;left:-180px}.services-process:after{content:"";filter:blur(110px);pointer-events:none;background:#7046ff14;border-radius:50%;width:380px;height:380px;position:absolute;bottom:5%;right:-160px}.services-process-container{z-index:2;width:min(100% - 40px,1440px);margin:0 auto;position:relative}.services-process-header{text-align:left;width:100%;margin:0 0 50px}.services-process-header>span{color:var(--accent-pink);letter-spacing:1.8px;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:900;display:inline-block}.services-process-header h2{max-width:1000px;color:var(--foreground);letter-spacing:-.5px;margin:0;font-size:clamp(30px,3vw,42px);font-weight:800;line-height:1.12}.services-process-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:20px;width:100%;display:grid;position:relative}.services-process-grid:before{content:"";opacity:.8;pointer-events:none;background:linear-gradient(90deg,#ff2f9f59,#6d5cff80,#ff2f9f59);height:2px;position:absolute;top:42px;left:3%;right:3%}.process-card{z-index:2;min-width:0;box-shadow:none;background:0 0;border:none;border-radius:0;padding:0 8px;transition:transform .35s;position:relative}.process-card:hover{transform:translateY(-6px)}.process-number{z-index:3;background:var(--background);width:86px;height:86px;color:var(--accent-pink);letter-spacing:.6px;box-shadow:0 0 0 6px var(--background), 0 10px 28px #ff2f9f14;border:1px solid #ff2f9f7a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:28px;font-size:.95rem;font-weight:850;transition:transform .35s,background .35s,color .35s,box-shadow .35s;display:flex;position:relative}.process-card:hover .process-number{color:#fff;box-shadow:0 0 0 6px var(--background), 0 14px 32px #ff2f9f33;background:linear-gradient(135deg,#ff6534,#ff2f9f);transform:scale(1.06)}.process-card h3{min-height:50px;color:var(--foreground);text-transform:none;margin:0 0 10px;font-size:.92rem;font-weight:800;line-height:1.35}.process-card p{min-height:76px;color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.58}@media (max-width:1200px){.services-process{padding:92px 0}.services-process-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 22px}.services-process-grid:before{display:none}.process-card{border:1px solid var(--border-color);background:var(--card-background);border-radius:18px;padding:22px;transition:transform .35s,border-color .35s,box-shadow .35s}.process-card:hover{border-color:#ff2f9f66;box-shadow:0 20px 45px #ff2f9f1a}.process-number{width:58px;height:58px;box-shadow:none;margin-bottom:22px}.process-card h3,.process-card p{min-height:auto}}@media (max-width:850px){.services-process-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.services-process{padding:76px 0}.services-process-container{width:min(100% - 28px,600px)}.services-process-header{margin-bottom:34px}.services-process-header h2{font-size:30px}.services-process-grid{grid-template-columns:1fr;gap:16px}.process-card{padding:24px 22px}.process-number{width:54px;height:54px;margin-bottom:20px}}
.services-tech{background:var(--background);width:100%;color:var(--foreground);padding:95px 0 105px;position:relative;overflow:hidden}.services-tech:before{content:"";filter:blur(120px);pointer-events:none;background:#ff2f9f14;border-radius:50%;width:430px;height:430px;position:absolute;top:5%;right:-180px}.services-tech:after{content:"";filter:blur(110px);pointer-events:none;background:#7046ff14;border-radius:50%;width:380px;height:380px;position:absolute;bottom:-80px;left:-160px}.services-tech-container{z-index:2;width:min(100% - 40px,1400px);margin:0 auto;position:relative}.services-tech-header{text-align:left;width:100%;margin:0 0 28px}.services-tech-header>span{color:var(--accent-pink);letter-spacing:1.8px;text-transform:uppercase;font-size:12px;font-weight:900;display:inline-block}.services-tech-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:0;width:100%;display:grid;position:relative}.services-tech-column{min-width:0;min-height:225px;padding:8px 28px 14px;transition:transform .35s,background-color .35s;position:relative}.services-tech-column:first-child{padding-left:0}.services-tech-column:last-child{padding-right:0}.services-tech-column:not(:last-child):after{content:"";pointer-events:none;background:linear-gradient(#0000,#ffffff14 18%,#ff2f9f2b 50%,#ffffff14 82%,#0000);width:1px;position:absolute;top:8px;bottom:8px;right:0}.services-tech-column:before{content:"";opacity:0;filter:blur(18px);pointer-events:none;background:radial-gradient(circle,#ff2f9f1a,#6d5cff0b 45%,#0000 72%);border-radius:50%;width:190px;height:190px;transition:opacity .35s,transform .45s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.75)}.services-tech-column:hover:before{opacity:1;transform:translate(-50%,-50%)scale(1.15)}.services-tech-column:hover{transform:translateY(-4px)}.services-tech-column h3{z-index:2;min-height:38px;color:var(--accent-pink);letter-spacing:.6px;text-transform:uppercase;margin:0 0 20px;font-size:.82rem;font-weight:850;line-height:1.35;position:relative}.services-tech-list{z-index:2;flex-direction:column;gap:15px;display:flex;position:relative}.services-tech-item{min-width:0;color:var(--text-secondary);cursor:default;align-items:center;gap:11px;transition:transform .3s,color .3s;display:flex}.services-tech-item:hover{color:var(--foreground);transform:translate(4px)}.services-tech-icon{width:30px;height:30px;color:var(--accent-pink);background:linear-gradient(135deg,#ff2f9f14,#6d5cff12);border:1px solid #ff2f9f33;border-radius:8px;flex:none;place-items:center;font-size:16px;transition:transform .3s,background .3s,color .3s,border-color .3s,box-shadow .3s;display:grid}.services-tech-item:hover .services-tech-icon{color:#fff;background:linear-gradient(135deg,#ff6534,#ff2f9f);border-color:#0000;transform:rotate(-5deg)scale(1.08);box-shadow:0 10px 24px #ff2f9f33}.services-tech-item>span{min-width:0;color:inherit;font-size:.86rem;font-weight:600;line-height:1.35}[data-theme=light] .services-tech-column:not(:last-child):after,.light .services-tech-column:not(:last-child):after{background:linear-gradient(#0000,#19192317 18%,#ff2f9f2e 50%,#19192317 82%,#0000)}@media (max-width:1200px){.services-tech{padding:90px 0}.services-tech-grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:40px}.services-tech-column{min-height:220px;padding:8px 28px 14px}.services-tech-column:first-child,.services-tech-column:last-child{padding-left:28px;padding-right:28px}.services-tech-column:nth-child(3n):after{display:none}}@media (max-width:800px){.services-tech{padding:80px 0}.services-tech-container{width:min(100% - 32px,720px)}.services-tech-header{margin-bottom:30px}.services-tech-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:35px}.services-tech-column{min-height:210px;padding:8px 24px 14px}.services-tech-column:first-child,.services-tech-column:last-child{padding-left:24px;padding-right:24px}.services-tech-column:nth-child(3n):after{display:block}.services-tech-column:nth-child(2n):after{display:none}}@media (max-width:560px){.services-tech{padding:70px 0}.services-tech-container{width:min(100% - 28px,600px)}.services-tech-header{margin-bottom:22px}.services-tech-header>span{letter-spacing:1.5px;font-size:11px}.services-tech-grid{grid-template-columns:1fr;row-gap:0}.services-tech-column,.services-tech-column:first-child,.services-tech-column:last-child{min-height:auto;padding:26px 0}.services-tech-column:after{display:none!important}.services-tech-column:not(:last-child){border-bottom:1px solid var(--border-color)}.services-tech-column h3{min-height:auto;margin-bottom:18px;font-size:.8rem}.services-tech-list{gap:13px}.services-tech-icon{width:32px;height:32px;font-size:16px}.services-tech-item>span{font-size:.9rem}}
.services-cta{background:var(--background);width:100%;color:var(--foreground);padding:80px 7% 95px;position:relative;overflow:hidden}.services-cta-box{z-index:2;border:1px solid var(--border-color);background:radial-gradient(circle at 12% 20%, #ff2f9f14, transparent 30%), radial-gradient(circle at 88% 80%, #7046ff14, transparent 32%), linear-gradient(145deg, #ff2f9f0d, #7046ff0a), var(--card-background);isolation:isolate;border-radius:28px;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr) auto;align-items:center;gap:45px;width:100%;max-width:1400px;min-height:210px;margin:0 auto;padding:48px 56px;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 65px #00000024}.services-cta-box:before{content:"";filter:blur(95px);pointer-events:none;background:#ff2f9f2e;border-radius:50%;width:290px;height:290px;position:absolute;top:-120px;left:-120px}.services-cta-box:after{content:"";filter:blur(100px);pointer-events:none;background:#7046ff24;border-radius:50%;width:300px;height:300px;position:absolute;bottom:-140px;right:-120px}.services-cta-content{z-index:2;position:relative}.services-cta-content h2{color:var(--foreground);letter-spacing:-1px;margin:0;font-size:clamp(2.3rem,3vw,3.4rem);font-weight:800;line-height:1.12}.services-cta-content p{color:var(--text-secondary);margin:14px 0 0;font-size:1rem;line-height:1.7}.services-cta-button{z-index:2;color:#fff;letter-spacing:.3px;white-space:nowrap;background:linear-gradient(90deg,#ff6534 0%,#ff2f9f 100%);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:16px;min-width:250px;min-height:58px;padding:0 28px;font-size:.92rem;font-weight:800;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;position:relative;box-shadow:0 14px 35px #ff2f9f38}.services-cta-button span{font-size:1.2rem;line-height:1;transition:transform .3s}.services-cta-button:hover{transform:translateY(-4px);box-shadow:0 20px 45px #ff2f9f57}.services-cta-button:hover span{transform:translate(4px,-4px)}[data-theme=light] .services-cta-box,.light .services-cta-box{box-shadow:0 24px 60px #19192317}@media (max-width:1050px){.services-cta{padding:75px 6% 90px}.services-cta-box{grid-template-columns:1fr auto;gap:30px;padding:44px 40px}.services-cta-content{grid-column:1/2}.services-cta-button{grid-area:1/2/auto/3}}@media (max-width:760px){.services-cta{padding:60px 20px 75px}.services-cta-box{border-radius:22px;flex-direction:column;align-items:flex-start;gap:28px;min-height:auto;padding:38px 28px;display:flex}.services-cta-content h2{font-size:2.15rem}.services-cta-content p{font-size:.96rem}.services-cta-button{justify-content:space-between;width:100%;min-width:0}}@media (max-width:420px){.services-cta{padding-left:16px;padding-right:16px}.services-cta-box{padding:32px 22px}.services-cta-content h2{font-size:1.9rem}.services-cta-button{font-size:.85rem}}
