.service-hero strong{color:var(--gold-light)}.pricing{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;padding:4rem 2rem;max-width:1000px;margin:0 auto}.package{text-align:center;background:#fff;border-radius:40px;padding:2rem;box-shadow:0 10px 30px rgb(0 0 0 / .1);transition:transform 0.3s ease;border:2px solid #fff0}body.dark-mode .package{background:var(--gray-dark)}.package:hover{transform:translateY(-10px);border-color:var(--accent)}.package h2{text-align:center;font-size:1.5rem;color:var(--accent);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #eee}body.dark-mode .package h2{border-bottom-color:#444}.package p{margin:1rem 0;display:flex;align-items:center;gap:.8rem;color:var(--gray)}body.dark-mode .package p{color:#cfcfcf}.package p::before{content:"•";color:var(--accent);font-weight:700;display:inline-block;width:1em}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;padding:4rem 2rem;background:var(--light);max-width:1400px;margin:0 auto}body.dark-mode .features{background:var(--gray-dark)}.feature-card{background:#fff;padding:2rem;border-radius:15px;text-align:center;box-shadow:0 5px 15px rgb(0 0 0 / .08);transition:var(--transition)}body.dark-mode .feature-card{background:#000}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgb(0 194 255 / .2)}.feature-card img{width:60px;height:60px;margin-bottom:1rem}.feature-card h4{font-size:1.2rem;color:var(--dark);margin-bottom:1rem;font-weight:700}body.dark-mode .feature-card h4{color:var(--white)}.feature-card p{color:var(--gray);line-height:1.8}body.dark-mode .feature-card p{color:#cfcfcf}.additional-content{background:#fff;padding:4rem 2rem}body.dark-mode .additional-content{background:var(--dark)}.container{max-width:1200px;margin:auto;padding:20px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto);gap:20px;align-items:center}.image-container{display:flex;flex-direction:column;align-items:center}.image-container h3,.box h3{color:var(--dark);margin-bottom:10px;font-size:1.2rem}body.dark-mode .image-container h3,body.dark-mode .box h3{color:var(--white)}.image-container p,.box p{margin-bottom:10px;color:var(--gray)}body.dark-mode .image-container p,body.dark-mode .box p{color:#cfcfcf}.image-container img{max-width:100%;height:auto;border-radius:10px}.box a{color:var(--gold);text-decoration:underline}.cta{grid-column:span 2;text-align:center;margin-top:20px}.carousel-container{position:relative;width:100%;max-width:100%;margin:1rem auto;overflow:hidden}.carousel{display:flex;gap:10px;transition:transform 0.5s ease-in-out}.carousel-item{flex:1 1 calc(50% - 10px);min-width:calc(50% - 10px);background-color:#ddd;border-radius:10px;overflow:hidden}.carousel-item img{width:100%;display:block}@media (max-width:768px){.pricing{grid-template-columns:1fr;padding:2rem 1rem}.package{margin:0 1rem}.features{padding:2rem 1rem}.container{display:flex;flex-direction:column;align-items:center;padding:10px}.box{width:100%;padding:15px;margin:10px 0}.carousel-item{flex:1 1 100%;min-width:100%}}.pxn-banner{position:relative;overflow:hidden;isolation:isolate;background:#060710;border-radius:16px;padding:90px 24px 100px;text-align:center;color:#fff}.pxn-banner::before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 60% 90% at 22% 50%,rgb(27 168 203 / .3),transparent 60%),radial-gradient(ellipse 55% 85% at 80% 60%,rgb(122 55 151 / .32),transparent 60%),radial-gradient(ellipse 40% 70% at 50% 110%,rgb(55 125 184 / .22),transparent 60%);z-index:0;animation:pxnGlow 16s ease-in-out infinite}@keyframes pxnGlow{0%,100%{transform:translate3d(0,0,0) scale(1)}50%{transform:translate3d(2%,-1%,0) scale(1.05)}}.pxn-banner__grid{position:absolute;inset:0;background-image:linear-gradient(rgb(120 140 220 / .07) 1px,transparent 1px),linear-gradient(90deg,rgb(120 140 220 / .07) 1px,transparent 1px);background-size:48px 48px;background-position:center center;-webkit-mask-image:radial-gradient(ellipse 75% 65% at center,#000 35%,transparent 95%);mask-image:radial-gradient(ellipse 75% 65% at center,#000 35%,transparent 95%);pointer-events:none;z-index:1;animation:pxnGridDrift 32s linear infinite}@keyframes pxnGridDrift{from{background-position:0 0}to{background-position:48px 48px}}.pxn-banner__svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:visible}.pxn-banner__svg .ribbon{fill:none;stroke:url(#pxnIgGrad);stroke-width:1.6;stroke-linecap:round;opacity:.55;stroke-dasharray:600 1200;animation:pxnRibbon 16s linear infinite}.pxn-banner__svg .ribbon.r2{animation-duration:22s;opacity:.4}.pxn-banner__svg .ribbon.r3{animation-duration:28s;opacity:.32}@keyframes pxnRibbon{from{stroke-dashoffset:0}to{stroke-dashoffset:-1800}}.pxn-banner__svg .node{fill:url(#pxnIgFill);transform-box:fill-box;transform-origin:center;animation:nodePulse 2.4s ease-in-out infinite}.pxn-banner__svg .node:nth-of-type(2){animation-delay:0.4s}.pxn-banner__svg .node:nth-of-type(3){animation-delay:0.8s}.pxn-banner__svg .node:nth-of-type(4){animation-delay:1.2s}.pxn-banner__svg .node:nth-of-type(5){animation-delay:1.6s}@keyframes nodePulse{0%,100%{transform:scale(.8);opacity:.5}50%{transform:scale(1.3);opacity:1}}.pxn-banner__particles{position:absolute;inset:0;pointer-events:none;z-index:3}.pxn-particle{position:absolute;width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#4ed9f5,#c08bff);box-shadow:0 0 10px rgb(123 91 251 / .7),0 0 22px rgb(80 100 220 / .4);opacity:0;animation:pxnFloat 9s ease-in-out infinite}.pxn-particle.p1{top:18%;left:6%;animation-delay:0.0s}.pxn-particle.p2{top:72%;left:12%;animation-delay:1.6s;width:4px;height:4px}.pxn-particle.p3{top:30%;left:20%;animation-delay:3.0s;width:5px;height:5px}.pxn-particle.p4{top:82%;left:30%;animation-delay:4.2s}.pxn-particle.p5{top:12%;left:46%;animation-delay:0.8s;width:4px;height:4px}.pxn-particle.p6{top:86%;left:54%;animation-delay:2.4s;width:5px;height:5px}.pxn-particle.p7{top:22%;left:66%;animation-delay:5.2s}.pxn-particle.p8{top:76%;left:76%;animation-delay:1.0s;width:4px;height:4px}.pxn-particle.p9{top:38%;left:84%;animation-delay:3.8s;width:5px;height:5px}.pxn-particle.p10{top:64%;left:92%;animation-delay:6.0s}.pxn-particle.p11{top:50%;left:3%;animation-delay:2.0s;width:4px;height:4px}.pxn-particle.p12{top:56%;left:96%;animation-delay:4.6s;width:4px;height:4px}.pxn-particle.p13{top:24%;left:34%;animation-delay:5.6s;width:5px;height:5px;background:linear-gradient(135deg,#ff6ec7,#c08bff)}.pxn-particle.p14{top:68%;left:40%;animation-delay:7.2s;width:4px;height:4px;background:linear-gradient(135deg,#ff6ec7,#7ab1ff)}.pxn-particle.p15{top:42%;left:70%;animation-delay:1.4s;width:5px;height:5px;background:linear-gradient(135deg,#ffaf7b,#c08bff)}@keyframes pxnFloat{0%{opacity:0;transform:translateY(0) scale(.5)}25%{opacity:1;transform:translateY(-22px) scale(1)}75%{opacity:.8;transform:translateY(-44px) scale(1)}100%{opacity:0;transform:translateY(-66px) scale(.5)}}.pxn-glyph{position:absolute;color:rgb(180 200 255 / .18);pointer-events:none;z-index:2;animation:pxnGlyphDrift 18s ease-in-out infinite}.pxn-glyph svg{display:block;width:28px;height:28px}.pxn-glyph.g1{top:14%;left:5%;animation-delay:0s}.pxn-glyph.g2{top:72%;left:11%;animation-delay:3s;transform:scale(.85)}.pxn-glyph.g3{top:22%;left:89%;animation-delay:6s;transform:scale(.9)}.pxn-glyph.g4{top:80%;left:84%;animation-delay:9s;transform:scale(.8)}.pxn-glyph.g5{top:16%;left:44%;animation-delay:12s;transform:scale(.75)}.pxn-glyph.g6{top:80%;left:48%;animation-delay:5s;transform:scale(.75)}@keyframes pxnGlyphDrift{0%,100%{transform:translateY(0) rotate(-3deg) scale(1);opacity:0}20%{opacity:1}80%{opacity:1}50%{transform:translateY(-22px) rotate(3deg) scale(1)}}.pxn-glyph.g2{animation-name:pxnGlyphDriftSm}.pxn-glyph.g4{animation-name:pxnGlyphDriftSm}.pxn-glyph.g5{animation-name:pxnGlyphDriftSm}.pxn-glyph.g6{animation-name:pxnGlyphDriftSm}@keyframes pxnGlyphDriftSm{0%,100%{transform:translateY(0) rotate(-3deg) scale(.8);opacity:0}20%{opacity:1}80%{opacity:1}50%{transform:translateY(-22px) rotate(3deg) scale(.8)}}.pxn-card{position:absolute;z-index:3;pointer-events:none;background:rgb(20 22 32 / .62);backdrop-filter:blur(6px);border:1px solid rgb(180 200 255 / .16);border-radius:10px;padding:6px 10px;display:inline-flex;align-items:center;gap:8px;font-family:"Manrope","Inter",sans-serif;font-size:11px;font-weight:600;color:rgb(255 255 255 / .85);box-shadow:0 8px 28px rgb(0 0 0 / .4);animation:cardFloat 9s ease-in-out infinite}.pxn-card__icon{width:20px;height:20px;flex-shrink:0;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,rgb(78 217 245 / .18),rgb(192 139 255 / .18));color:#c4d9ff}.pxn-card__icon svg{width:14px;height:14px;display:block}.pxn-card__plus{color:#4ed9f5;font-weight:700}.pxn-card.c1{top:11%;left:16%;animation-delay:0s}.pxn-card.c2{top:12%;right:16%;animation-delay:2.2s}.pxn-card.c3{bottom:22%;left:18%;animation-delay:4.5s}.pxn-card.c4{bottom:26%;right:12%;animation-delay:6.8s}@keyframes cardFloat{0%,100%{opacity:0;transform:translateY(8px)}15%{opacity:1;transform:translateY(0)}85%{opacity:1;transform:translateY(-4px)}95%{opacity:0;transform:translateY(-8px)}}.pxn-banner__content{position:relative;z-index:10;max-width:980px;margin:0 auto}.pxn-banner__title{font-family:"Manrope","Inter",system-ui,sans-serif;font-weight:800;font-size:clamp(34px, 4.6vw, 60px);letter-spacing:-.02em;line-height:1.1;margin:0 0 22px;text-shadow:0 4px 30px rgb(0 0 0 / .5)}.pxn-banner__title .rocket{display:inline-block;animation:pxnRocket 4s ease-in-out infinite;transform-origin:center}@keyframes pxnRocket{0%,100%{transform:translate(0,0) rotate(-8deg)}50%{transform:translate(4px,-6px) rotate(0deg)}}.pxn-banner__sub{font-size:clamp(15px, 1.4vw, 18px);line-height:1.65;color:rgb(255 255 255 / .78);max-width:720px;margin:0 auto 36px}.pxn-banner__sub .highlight{color:#4ed9f5;font-weight:700;background:linear-gradient(120deg,#4ed9f5,#c08bff);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;text-decoration:none}.pxn-banner__cta{display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,#3FA1F5 0%,#7B5BFB 65%,#A66CFF 100%);color:#fff;font-family:"Manrope","Inter",system-ui,sans-serif;font-weight:600;font-size:16px;padding:18px 38px;border-radius:999px;border:none;cursor:pointer;text-decoration:none;box-shadow:0 10px 32px rgb(80 90 220 / .5),inset 0 1px 0 rgb(255 255 255 / .25);transition:transform 0.2s,box-shadow 0.2s;position:relative}.pxn-banner__cta::before{content:"";position:absolute;inset:-3px;border-radius:inherit;background:linear-gradient(135deg,#3FA1F5,#A66CFF);filter:blur(14px);opacity:.5;z-index:-1;animation:pxnCtaPulse 3s ease-in-out infinite}@keyframes pxnCtaPulse{0%,100%{opacity:.4}50%{opacity:.7}}.pxn-banner__cta:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgb(80 90 220 / .65),inset 0 1px 0 rgb(255 255 255 / .3)}.pxn-banner__scan{position:absolute;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,#fff0 20%,rgb(140 180 255 / .6) 50%,#fff0 80%,transparent);box-shadow:0 0 18px rgb(140 180 255 / .5);z-index:4;pointer-events:none;animation:pxnScan 8s ease-in-out infinite}@keyframes pxnScan{0%,100%{top:-2px;opacity:0}10%{opacity:1}50%{top:100%;opacity:1}60%{opacity:0}}@media (max-width:768px){.pxn-banner .pxn-card,.pxn-banner .pxn-roi,.pxn-banner .pxn-platforms,.pxn-banner .pxn-glyph,.pxn-banner .pxn-swatches,.pxn-banner .pxn-code,.pxn-banner .pxn-bullseye,.pxn-banner .pxn-aperture,.pxn-banner .pxn-cursor,.pxn-banner .pxn-filmstrip{display:none!important}.pxn-banner .pxn-particle.p3,.pxn-banner .pxn-particle.p4,.pxn-banner .pxn-particle.p7,.pxn-banner .pxn-particle.p8,.pxn-banner .pxn-particle.p11,.pxn-banner .pxn-particle.p12{display:none}.pxn-banner{padding:60px 18px 70px}}@media (prefers-reduced-motion:reduce){.pxn-banner *,.pxn-banner::before{animation:none!important}}