.hero-banner{position:relative;overflow:hidden;min-height:auto;display:flex;flex-direction:column;background:var(--bg-page)}.hero-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(109,40,217,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(109,40,217,.08) 1px,transparent 1px);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,black 30%,transparent 90%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 50%,black 30%,transparent 90%);pointer-events:none;z-index:0;animation:gridShift 24s linear infinite}@keyframes gridShift{0%{background-position:0 0,0 0}to{background-position:56px 56px,56px 56px}}.hero-blur{position:absolute;z-index:0;border-radius:50%;filter:blur(90px);pointer-events:none}.hero-blur-1{top:-120px;right:-60px;width:520px;height:520px;background:#7c3aed14;animation:orbPulse 10s infinite}.hero-blur-2{bottom:-80px;left:-80px;width:420px;height:420px;background:#06b6d40f;animation:orbPulse 14s infinite reverse}@keyframes orbPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.12);opacity:1}}.hero-content{position:relative;z-index:1;flex:1;display:grid;grid-template-columns:55% 45%;max-width:1400px;width:100%;margin:0 auto;padding:0 3rem;align-items:center;gap:2.5rem}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;padding:3rem 1.5rem;min-height:auto;gap:3rem}}.hero-main{display:flex;flex-direction:column;justify-content:center;padding:2.5rem 0}.hero-badges{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem 1rem;border-radius:9999px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.hero-badge-experience{background:var(--bg-card);color:var(--text-dim);border:1px solid var(--border);box-shadow:none}.hero-badge-experience .badge-icon{color:var(--accent)}.badge-icon{width:.85rem;height:.85rem}.hero-title{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:500;letter-spacing:.01em;line-height:1.18;margin:0 0 1rem;color:var(--text-main);text-shadow:0 2px 12px rgba(0,0,0,.03)}.hero-gradient{color:var(--accent);font-weight:500;position:relative;display:inline-block;letter-spacing:.02em;text-shadow:0 2px 8px rgba(0,0,0,.04)}.hero-subheading{font-size:clamp(.97rem,1.5vw,1.08rem);font-weight:300;color:var(--text-dim);margin:.25rem 0 1.1rem;letter-spacing:.005em;line-height:1.32;text-align:left;font-style:italic;opacity:.85}.hero-gradient:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:3px;background:linear-gradient(90deg,var(--accent),transparent);border-radius:2px;opacity:.8}.hero-description{font-size:clamp(.95rem,1.6vw,1.05rem);color:var(--text-dim);line-height:1.7;max-width:46rem;margin:0 0 1.35rem}.hero-stats-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero-stat-pill{display:inline-flex;align-items:baseline;gap:.5rem;padding:0;padding-right:1.5rem;border-right:1px solid var(--border);background:transparent;border-radius:0}.hero-stat-pill:last-child{border-right:none;padding-right:0}.hero-stat-number{font-size:1.25rem;font-weight:700;color:var(--text-main);letter-spacing:-.02em;line-height:1}.hero-stat-label{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.12em;color:var(--text-dim)}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.hero-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.8rem 1.75rem;border-radius:10px;background:var(--accent);color:#fff;font-weight:600;font-size:.9rem;letter-spacing:-.005em;border:none;cursor:pointer;text-decoration:none;box-shadow:0 4px 14px #7c3aed2e;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.hero-cta-primary:hover{transform:translateY(-1px);background:#6d28d9;box-shadow:0 6px 20px #7c3aed47}.hero-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 2rem;border-radius:12px;background:transparent;color:var(--accent);font-weight:700;font-size:.9rem;border:1.5px solid var(--border);cursor:pointer;text-decoration:none;transition:all .2s ease}.hero-cta-secondary:hover{background:var(--accent-soft);border-color:var(--accent);transform:translateY(-2px)}.hero-right-column{display:flex;flex-direction:column;align-items:stretch;padding:2rem 0;gap:1rem}.carousel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.25rem}.carousel-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.13em;color:var(--accent)}.carousel-counter{font-size:.72rem;color:var(--text-dim);font-weight:500}.carousel-card-with-arrows{display:flex;align-items:center;gap:.6rem;flex:1}.carousel-card-with-arrows .service-carousel-card{flex:1;min-width:0}.carousel-side-btn{flex-shrink:0;width:34px;height:34px;border-radius:50%;border:1px solid var(--border);background:var(--bg-page);color:var(--text-dim);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease;padding:0}.carousel-side-btn:hover{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 12px #7c3aed4d}.service-carousel-card{background:var(--bg-card);border:1px solid var(--border);border-radius:1.5rem;padding:2rem;position:relative;overflow:hidden;flex:1;min-height:300px;display:flex;flex-direction:column;transition:border-color .3s ease}.service-carousel-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent),#06b6d4);transition:opacity .3s ease}.carousel-icon-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.carousel-icon-box{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#7c3aed26,#06b6d41a);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--accent)}.carousel-icon-box svg{width:1.3rem;height:1.3rem}.carousel-service-title{font-size:.95rem;font-weight:700;color:var(--text-main);line-height:1.4;letter-spacing:-.01em}.carousel-description{font-size:.82rem;color:var(--text-dim);line-height:1.65;margin-bottom:1.25rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.carousel-features{list-style:none;padding:0;margin:0 0 1.25rem;display:flex;flex-direction:column;gap:.55rem}.carousel-feature{font-size:.8rem;color:var(--text-main);display:flex;align-items:flex-start;gap:.6rem;line-height:1.5}.carousel-feature:before{content:"";width:5px;height:5px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#06b6d4);flex-shrink:0;margin-top:6px}.carousel-dots{display:flex;gap:.4rem;flex-wrap:wrap;justify-content:center;padding:.25rem 0}.carousel-dot{width:6px;height:6px;border-radius:50%;background:var(--border);border:none;padding:0;cursor:pointer;transition:all .25s ease;flex-shrink:0}.carousel-dot.active{background:var(--accent);width:18px;border-radius:3px}.carousel-cert-row{display:flex;gap:.75rem;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.carousel-cert-badge{display:flex;align-items:center;gap:.5rem;padding:.35rem .75rem;border-radius:9999px;background:var(--accent-soft);border:1px solid var(--border);font-size:.68rem;font-weight:600;color:var(--accent)}.carousel-cert-img{width:18px;height:18px;object-fit:contain;border-radius:2px}.trust-strip{position:relative;z-index:1;border-top:1px solid var(--border);background:var(--bg-card);padding:.85rem 0;overflow:hidden}.trust-strip:before,.trust-strip:after{content:"";position:absolute;top:0;bottom:0;width:80px;z-index:2;pointer-events:none}.trust-strip:before{left:0;background:linear-gradient(to right,var(--bg-card),transparent)}.trust-strip:after{right:0;background:linear-gradient(to left,var(--bg-card),transparent)}.trust-marquee{display:flex;gap:0;width:max-content;animation:marqueeScroll 30s linear infinite}.trust-marquee:hover{animation-play-state:paused}@keyframes marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.trust-item{display:inline-flex;align-items:center;gap:.5rem;padding:0 2rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);white-space:nowrap;border-right:1px solid var(--border)}.trust-item-dot{width:5px;height:5px;border-radius:50%;background:var(--accent);flex-shrink:0}.cert-card{background:var(--bg-card);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border);border-radius:1.5rem;padding:1.75rem;text-align:center;position:relative;overflow:hidden}.cert-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(135deg,#7c3aed,#06b6d4)}.sticky-note-image{width:70px;height:70px;object-fit:contain;margin:0 auto 1rem;display:block}.sticky-note-title{font-size:.9rem;font-weight:700;color:var(--text-main);margin-bottom:.4rem;letter-spacing:-.01em}.sticky-note-description{font-size:.75rem;color:var(--text-dim);line-height:1.6;margin:0}@media(max-width:1024px){.hero-right-column{padding:0}}@media(max-width:768px){.hero-banner{min-height:auto}.hero-ctas{flex-direction:column}.hero-cta-primary,.hero-cta-secondary{justify-content:center}}.services-section-container{padding:5rem 1.5rem;background-color:var(--bg-page);position:relative;overflow:hidden}.services-section-container:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:400px;background:radial-gradient(ellipse,rgba(124,58,237,.07) 0%,transparent 70%);pointer-events:none}.services-section-title{text-align:center;margin-bottom:3.5rem}.services-section-title h2{font-size:clamp(1.8rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;color:var(--text-main);margin-bottom:.75rem}.services-section-title p{font-size:1rem;color:var(--text-dim);max-width:500px;margin:0 auto;line-height:1.6}.services-title-accent{display:inline-block;width:60px;height:3px;background:linear-gradient(135deg,#7c3aed,#06b6d4);border-radius:9999px;margin:0 auto 1rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem;max-width:1400px;margin:0 auto;position:relative;z-index:1}.service-card{background:var(--bg-card);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border);border-radius:1.5rem;padding:2.25rem;display:flex;flex-direction:column;transition:all .3s ease;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(124,58,237,.5),transparent);pointer-events:none}.card-icon-wrapper{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,#7c3aed33,#06b6d426);border:1px solid rgba(124,58,237,.3);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .3s ease}.service-card:hover .card-icon-wrapper{background:linear-gradient(135deg,#7c3aed59,#06b6d440)}.card-header{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.25rem}.card-icon{color:var(--accent);width:1.4rem;height:1.4rem;flex-shrink:0}.card-title{font-size:1.05rem;font-weight:700;line-height:1.35;color:var(--text-main);letter-spacing:-.01em}.card-description{font-size:.9rem;line-height:1.65;color:var(--text-dim);margin-bottom:1.5rem}.card-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem}.card-tag{background:var(--accent-soft);color:var(--accent);padding:.3rem .85rem;border-radius:9999px;font-size:.72rem;font-weight:600;border:1px solid var(--border);transition:all .2s ease;cursor:default}.card-tag:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.card-features{list-style-type:none;padding:0;margin:auto 0 0;display:flex;flex-direction:column;gap:.75rem}.card-feature{font-size:.875rem;color:var(--text-main);display:flex;align-items:flex-start;gap:.75rem;line-height:1.5}.card-feature:before{content:"";width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#06b6d4);flex-shrink:0;margin-top:7px}.services-carousel-root{position:relative;padding:0 0 1rem}.services-carousel-track{display:flex;gap:1.25rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.5rem 3.5rem 1.25rem}.services-carousel-track::-webkit-scrollbar{display:none}.carousel-card-wrap{flex:0 0 340px;scroll-snap-align:start;height:auto}.carousel-arrow{position:absolute;top:50%;transform:translateY(-60%);z-index:10;width:42px;height:42px;border-radius:50%;border:1px solid var(--border);background:var(--bg-card);color:var(--text-main);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,opacity .2s ease;box-shadow:0 2px 12px #00000014}.carousel-arrow:hover:not(.disabled){background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 16px #7c3aed4d}.carousel-arrow.disabled{opacity:.3;cursor:default;pointer-events:none}.carousel-arrow-left{left:0}.carousel-arrow-right{right:0}.services-carousel-root:before,.services-carousel-root:after{content:"";position:absolute;top:0;bottom:0;width:60px;pointer-events:none;z-index:5}.services-carousel-root:before{left:0;background:linear-gradient(to right,var(--bg-page),transparent)}.services-carousel-root:after{right:0;background:linear-gradient(to left,var(--bg-page),transparent)}.card-explore-link{display:inline-block;margin-top:1.5rem;font-size:.84rem;font-weight:600;color:var(--accent);transition:transform .2s ease}.service-card:hover .card-explore-link{transform:translate(4px)}
