.homepage-hero{position:relative;overflow:hidden;padding:10rem 0;min-height:100vh;display:flex;align-items:center;overflow-x:hidden;}#particles-js{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;width:100vw;}.hero-content-wrapper{position:relative;z-index:2;}.hero-content-wrapper{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:5rem;}.hero-text-content{flex:0 0 60%;max-width:60%;padding-right:2rem;}.hero-text-content p{font-size:clamp(1.8rem,2vw,2.2rem);color:rgba(241,241,241,.8);max-width:55ch;margin-top:2.5rem;margin-bottom:3.5rem;}.hero-buttons{display:flex;gap:1.5rem;}.hero-buttons .btn{min-width:100px;justify-content:center;}.hero-image-content{flex:0 0 40%;max-width:40%;display:flex;justify-content:center;align-items:center;position:relative;}.hero-image-content .hero-image{max-width:100%;height:auto;position:relative;z-index:2;animation:pulseGlow 6s ease-in-out infinite;}.hero-image-content::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;width:110%;height:110%;background:radial-gradient(circle,rgba(245,197,24,.5) 0%,rgba(202,25,54,.4) 40%,rgba(202,25,54,0) 65%);filter:blur(60px);animation:radiateGlow 8s ease-in-out infinite;}@keyframes pulseGlow{0%,100%{transform:scale(1);}50%{transform:scale(1.02);}}@keyframes radiateGlow{0%,100%{transform:translate(-50%,-50%) scale(1);opacity:.7;}50%{transform:translate(-50%,-50%) scale(1.1);opacity:1;}}@media (max-width: 768px){.homepage-hero{padding:6rem 0;text-align:center;}.hero-content-wrapper{flex-direction:column;}.hero-text-content{flex-basis:100%;max-width:100%;padding-right:0;order:1;}.hero-image-content{order:2;margin:4rem;flex-basis:100%;max-width:100%;width:80%;margin-left:auto;margin-right:auto;}.hero-buttons{justify-content:center;}.hero-image-content .hero-image{width:90%;}}.homepage-services{overflow:hidden;padding:2rem 0;}.homepage-services .section-title{text-align:center;margin-bottom:5rem;}.swiper-container-wrapper{}.services-slider{width:100%;padding-top:2rem;padding-bottom:8rem;}.swiper-slide{width:400px;height:auto;transition:transform .4s ease,opacity .4s ease,filter .4s ease;}.swiper-slide:not(.swiper-slide-active){transform:scale(.85);opacity:.5;filter:blur(4px);}.service-card{background:#1f2a45;border-radius:24px;padding:3rem;height:100%;border:1px solid rgba(255,255,255,.1);position:relative;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:transform .3s ease,box-shadow .3s ease;}.service-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.3),0 0 30px rgba(245,197,24,.1);}.card-accent{position:absolute;top:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background:var(--accent-color);border-radius:0 0 10px 10px;box-shadow:0 0 15px var(--accent-color);}.card-icon{font-size:2.5rem;color:var(--accent-color);margin-bottom:2rem;}.service-card h3{font-size:2.4rem;margin-bottom:1.5rem;color:var(--text-color-pure-white);}.service-card p{font-size:1.5rem;color:var(--text-color);line-height:1.7;}.swiper-button-next,.swiper-button-prev{color:var(--accent-color);transform:translateY(-50%);}.swiper-button-next:after,.swiper-button-prev:after{font-size:2rem;font-weight:900;}.services-slider .swiper-pagination{display:none;}@media (max-width: 768px){.swiper-container-wrapper{padding:0 2rem 2rem;}.service-card{padding:2rem;}.swiper-slide{width:100%;transform:none !important;opacity:1 !important;filter:none !important;}.swiper-button-next,.swiper-button-prev{display:none;}.homepage-services .section-title{margin-bottom:0;}.services-slider .swiper-pagination{display:block;}}.homepage-whynurosparx{padding:6rem 0;}.homepage-whynurosparx .section-title{text-align:center;margin-bottom:6rem;}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;}.why-card{background:#1f2a45;border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:3rem;position:relative;overflow:hidden;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease;}.why-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px rgba(0,0,0,.2);}.card-accent-bar{position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-color);}.card-content{flex-grow:1;display:flex;flex-direction:column;}.why-card h4{color:var(--text-color-pure-white);margin-bottom:1.5rem;line-height:1.4;font-weight:600;}.insight-stat{color:var(--accent-color);font-weight:800;}.source-link{color:#d3d3d3;text-decoration:none;margin-top:auto;padding-top:1.5rem;align-self:flex-start;transition:color .2s ease;}.source-link:hover{color:var(--accent-color);text-decoration:underline;}@media (max-width: 992px){.why-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width: 768px){.why-grid{grid-template-columns:1fr;gap:3rem;}.homepage-whynurosparx{padding:6rem 0;}.homepage-whynurosparx .section-title{margin-bottom:2rem;}}.has-animated-grid{position:relative;overflow:hidden;}.has-animated-grid::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;background-image:radial-gradient(circle,rgba(255,255,255,.1) 2px,transparent 1px);background-size:25px 25px;animation:moveGrid 10s linear infinite;}.has-animated-grid .container{position:relative;z-index:1;}@keyframes moveGrid{from{background-position:0 0;}to{display:fixed;background-position:-25px -25px;}}.homepage-pricing{padding:6rem 0;text-align:center;}.homepage-pricing h2{margin-bottom:4rem;}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:5rem;text-align:left;}.pricing-card{min-height:200px;height:100%;position:relative;border-radius:18px;padding:2.4rem;background:var(--card-bg,#223);border:1px solid var(--card-stroke,rgba(255,255,255,.06));box-shadow:0 10px 24px rgba(0,0,0,.25);overflow:hidden;display:flex;flex-direction:column;justify-content:center;transition:transform .3s ease,box-shadow .3s ease;}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(0,0,0,.3);}.pricing-card h4{color:#fff;line-height:1.3;display:flex;align-items:flex-start;gap:1.2rem;}.pricing-card h4 i{color:var(--primary-color);margin-top:.2rem;width:24px;text-align:center;}.pricing-card p{margin-top:1.2rem;opacity:.92;line-height:1.6;}.pricing-cta-wrapper{text-align:center;}.theme-search-content{--card-bg:radial-gradient(80% 120% at 0% 0%,rgba(202,25,54,.16),rgba(34,44,68,.9));--card-stroke:rgba(202,25,54,.35);}.theme-ai-automation{--card-bg:radial-gradient(80% 120% at 100% 0%,rgba(71,116,255,.16),rgba(34,44,68,.9));--card-stroke:rgba(71,116,255,.35);}.theme-cro-experience{--card-bg:radial-gradient(80% 120% at 0% 100%,rgba(245,197,24,.16),rgba(34,44,68,.9));--card-stroke:rgba(245,197,24,.35);}.theme-performance-ads{--card-bg:radial-gradient(80% 120% at 100% 100%,rgba(255,85,40,.14),rgba(34,44,68,.9));--card-stroke:rgba(255,85,40,.32);}.theme-shorts-graphics{--card-bg:radial-gradient(80% 120% at 50% 0%,rgba(255,255,255,.08),rgba(34,44,68,.9));--card-stroke:rgba(255,255,255,.22);}.theme-supply-chain{--card-bg:radial-gradient(80% 120% at 50% 100%,rgba(0,200,160,.14),rgba(34,44,68,.9));--card-stroke:rgba(0,200,160,.32);}@media (max-width: 992px){.pricing-grid{grid-template-columns:repeat(2,1fr);}}@media (max-width: 768px){.homepage-pricing{padding:4rem 0;}.pricing-grid{grid-template-columns:1fr;gap:2rem;}.pricing-card{text-align:left;}}.who-we-are-hero{padding:6rem 0 2rem;text-align:center;background-color:transparent;}.who-we-are-hero h2{margin-bottom:2rem;}.who-we-are-hero .subheadline{color:rgba(241,241,241,.85);max-width:70ch;margin:0 auto;line-height:1.6;}.features-split-section{padding:2rem 0 8rem;background-color:transparent;}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;position:relative;}.feature-item{padding:2.5rem 3rem;text-align:left;border-radius:12px;transition:transform .3s ease;border:1px solid rgba(255,255,255,.05);}.feature-item:hover{transform:translateY(-5px);}.features-grid > :nth-child(1){background-color:#1f2a45;}.features-grid > :nth-child(2){background-color:#242b3e;}.features-grid > :nth-child(3){background-color:#1f2a45;}.feature-item h3{font-weight:700;margin-bottom:3rem;padding-bottom:1rem;position:relative;}.feature-item h3::after{content:"";position:absolute;bottom:0;width:40px;height:3px;background-color:var(--primary-color);}.features-grid > :nth-child(1) h3::after{left:0;}.features-grid > :nth-child(2) h3{text-align:center;}.features-grid > :nth-child(2) h3::after{left:50%;transform:translateX(-50%);background-color:var(--accent-color);}.features-grid > :nth-child(3) h3{text-align:right;}.features-grid > :nth-child(3) h3::after{left:auto;right:0;}.feature-item ul{list-style:none;padding:0;margin:0;}.feature-item ul li{display:flex;align-items:center;gap:1.5rem;line-height:1.7;color:rgba(241,241,241,.9);}.feature-item ul li:not(:last-child){margin-bottom:2rem;}.feature-item ul li i{width:20px;text-align:center;color:var(--primary-color);margin-top:5px;flex-shrink:0;}.features-grid > :nth-child(2) ul li i{color:var(--accent-color);}.features-grid > :nth-child(3) ul li i{color:var(--primary-color);}.features-grid > :nth-child(2) ul li{justify-content:center;text-align:center;}.features-grid > :nth-child(3) ul li{justify-content:flex-end;text-align:right;}.features-grid > :nth-child(3) ul li i{order:1;margin-left:1.5rem;margin-right:0;}@media (max-width: 992px){.features-grid{grid-template-columns:1fr;gap:3rem;}.feature-item,.feature-item h3,.features-grid > :nth-child(2) h3,.features-grid > :nth-child(3) h3{text-align:left !important;}.feature-item h3::after,.features-grid > :nth-child(2) h3::after,.features-grid > :nth-child(3) h3::after{left:0 !important;right:auto !important;transform:none !important;}.feature-item ul li,.features-grid > :nth-child(2) ul li,.features-grid > :nth-child(3) ul li{justify-content:flex-start !important;text-align:left !important;}.features-grid > :nth-child(3) ul li i{order:-1;margin-left:0;margin-right:1.5rem;}}.homepage-cta{padding:4rem 0;background-color:var(--secondary-color);position:relative;}.cta-card{display:flex;margin:0 auto;background:#1f2a45;border-radius:24px;box-shadow:0 25px 50px -12px rgba(0,0,0,.4);position:relative;overflow:hidden;}.cta-visual{flex:0 0 40%;position:relative;min-height:300px;}.circle{position:absolute;top:50%;left:0;border-radius:50%;transform:translate(-50%,-50%) scale(.5);opacity:0;transition:transform 1s cubic-bezier(.25,1,.5,1),opacity .5s ease-out;}.circle.c1{width:150px;height:150px;background:rgba(245,197,24,.3);}.circle.c2{width:250px;height:250px;background:rgba(245,197,24,.28);}.circle.c3{width:350px;height:350px;background:rgba(245,197,24,.26);}.circle.c4{width:450px;height:450px;background:rgba(202,25,54,.24);}.circle.c5{width:550px;height:550px;background:rgba(202,25,54,.22);}.circle.c6{width:650px;height:650px;background:rgba(202,25,54,.2);}.circle.c7{width:750px;height:750px;background:rgba(202,25,54,.18);}.circle.c8{width:850px;height:850px;background:rgba(202,25,54,.16);}.circle.c9{width:950px;height:950px;background:rgba(202,25,54,.14);}.cta-content{flex:1 1 60%;padding:6rem;display:flex;flex-direction:column;justify-content:center;text-align:left;z-index:2;align-items:center;}.cta-content h2{color:var(--text-color-pure-white);margin-bottom:1.5rem;line-height:1.2;}.cta-content .accent-text{color:var(--accent-color);}.cta-content .description,.cta-content .sub-description{font-size:1.6rem;color:rgba(241,241,241,.8);max-width:45ch;margin-bottom:1.5rem;}.cta-action-row{display:flex;align-items:center;gap:2rem;}.btn-cta-primary{padding:1.2rem 3rem;font-size:1.6rem;background-color:var(--accent-color);color:var(--secondary-color);border-radius:8px;display:inline-flex;align-items:center;gap:1rem;font-weight:700;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0;}.btn-cta-primary:hover{transform:scale(1.05);color:var(--secondary-color);box-shadow:0 10px 20px rgba(0,0,0,.2);}.btn-cta-primary i{transition:transform .3s ease;}.btn-cta-primary:hover i{transform:translateX(4px);}.microcopy{font-size:1.3rem;color:rgba(255,255,255,.6);}@media (max-width: 900px){.cta-card{flex-direction:column;}.cta-visual{position:absolute;top:0;right:-50%;bottom:0;left:-50%;width:200%;height:100%;flex-basis:auto;z-index:0;opacity:.15;}.circle{left:50%;}.cta-content{padding:2rem;text-align:center;align-items:center;z-index:1;}.cta-action-row{flex-direction:column;gap:1.5rem;}}