.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;padding-top:80px;padding-bottom:3rem;overflow:hidden}.hero-background{position:absolute;inset:0;background:linear-gradient(135deg,#14b8a60a,#1f293308,#14b8a614);z-index:-1;overflow:hidden}.hero-bg-image{width:100%;height:100%;object-fit:cover;opacity:.45;filter:blur(1px) brightness(.95)}.hero-shape{position:absolute;bottom:-100px;right:-100px;width:500px;height:500px;background:radial-gradient(circle,var(--primary-color-15) 0%,var(--accent-color-10) 100%);border-radius:50%;z-index:-1;filter:blur(80px);animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-20px,-20px) scale(1.1)}}.hero-content{text-align:center;max-width:1000px;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:var(--text-dark);font-weight:500;margin-bottom:2.5rem;line-height:1.6}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.web-offering{padding:5rem 0;background:linear-gradient(180deg,var(--bg-white) 0%,var(--bg-light) 100%);position:relative;scroll-margin-top:6rem}.web-offering:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color-30),transparent)}.web-offering-head{text-align:center;max-width:720px;margin:0 auto 2.5rem}.stack-compare{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;margin-bottom:2rem}.stack-card{background:var(--glass-bg);backdrop-filter:blur(20px) saturate(200%);-webkit-backdrop-filter:blur(20px) saturate(200%);border-radius:20px;padding:2rem;box-shadow:var(--shadow-md);border:1px solid rgba(255,255,255,.6);display:flex;flex-direction:column;gap:1rem;transition:var(--transition)}.stack-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glass)}.stack-card--static{border-top:4px solid var(--primary-color)}.stack-card--dynamic{border-top:4px solid var(--accent-color)}.stack-card-badge{align-self:flex-start;font-size:.75rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.35rem .75rem;border-radius:999px;background:var(--primary-color-10);color:var(--primary-color)}.stack-card--dynamic .stack-card-badge{background:var(--accent-color-10);color:var(--accent-color)}.stack-card h3{font-size:1.35rem;font-weight:700;color:var(--text-dark);line-height:1.3}.stack-card>p{font-size:.9875rem;line-height:1.65;color:var(--text-light);margin:0}.stack-tags{display:flex;flex-wrap:wrap;gap:.5rem}.stack-tags span{font-size:.8125rem;font-weight:600;padding:.35rem .65rem;border-radius:8px;background:var(--bg-white);color:var(--text-dark);border:1px solid rgba(0,0,0,.06)}.stack-detail h4{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--text-dark);margin:0 0 .35rem}.stack-detail p{font-size:.9375rem;line-height:1.6;color:var(--text-light);margin:0}.stack-best{font-size:.875rem;line-height:1.55;color:var(--text-dark);margin:0;padding-top:.5rem;border-top:1px solid rgba(0,0,0,.06)}.web-offering-note{text-align:center;max-width:640px;margin:0 auto 1.5rem;font-size:1rem;line-height:1.7;color:var(--text-light)}.web-offering-cta{text-align:center}@media(max-width:900px){.stack-compare{grid-template-columns:1fr}}.services-preview{padding:4rem 0 5rem;background:linear-gradient(180deg,var(--bg-white) 0%,var(--bg-light) 100%);position:relative}.services-preview:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color-30),transparent)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:var(--glass-bg);backdrop-filter:blur(20px) saturate(200%);-webkit-backdrop-filter:blur(20px) saturate(200%);padding:0;border-radius:20px;box-shadow:var(--shadow-md);border:none;transition:var(--transition);text-align:center;overflow:hidden;position:relative;display:flex;flex-direction:column;align-items:center}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color-10) 0%,var(--accent-color-10) 100%);opacity:0;transition:var(--transition);pointer-events:none}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-glass);background:var(--glass-bg-hover)}.service-card:hover:before{opacity:1}.service-image{width:100%;align-self:stretch;height:200px;overflow:hidden;position:relative}.service-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.service-card:hover .service-image img{transform:scale(1.1)}.service-icon{width:80px;height:80px;min-width:80px;min-height:80px;flex-shrink:0;aspect-ratio:1;margin:-40px auto 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--text-white);box-shadow:var(--shadow-colored);position:relative;z-index:1;transition:var(--transition)}.service-icon svg{display:block;width:40px;height:40px;flex-shrink:0}.service-card:hover .service-icon{transform:rotate(5deg) scale(1.1);box-shadow:var(--shadow-glass)}.service-card h3,.service-card p{padding:0 2rem;width:100%}.service-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;margin-top:.5rem;color:var(--text-dark)}.service-card p{padding-bottom:2rem;margin-top:0;color:var(--text-light);line-height:1.7}.about{padding:5rem 0}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--glass-border)}.about-image-wrapper:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color-10) 0%,transparent 100%);opacity:0;transition:var(--transition);z-index:1;pointer-events:none}.about-image-wrapper:hover:before{opacity:1}.about-image{width:100%;height:auto;display:block;border-radius:16px;transition:var(--transition)}.about-image-wrapper:hover .about-image{transform:scale(1.05)}.about-text{max-width:600px}.about-text .section-title{text-align:left}.about-text p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.8}.stats-section{padding:6rem 0;background:linear-gradient(180deg,var(--bg-light) 0%,var(--bg-white) 100%);position:relative;overflow:visible;margin-bottom:0}.stats-section:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--bg-white);z-index:1}.stats-section+.footer{margin-top:0}.stats-section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--primary-color-30),transparent)}.stats-intro{text-align:center;max-width:700px;margin:0 auto 4rem}.stats-intro .section-title{margin-bottom:1rem}.stats-intro .section-subtitle{margin-bottom:0}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;align-items:stretch}.stat-card{display:flex;flex-direction:column;align-items:center;height:100%;background:var(--glass-bg);backdrop-filter:blur(25px) saturate(200%);-webkit-backdrop-filter:blur(25px) saturate(200%);padding:3rem 2.5rem;border-radius:24px;border:none;box-shadow:var(--shadow-md);text-align:center;transition:var(--transition);position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,var(--primary-color-10) 0%,var(--accent-color-10) 100%);opacity:0;transition:var(--transition);pointer-events:none}.stat-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-glass);background:var(--glass-bg-hover)}.stat-card:hover:before{opacity:1}.stat-icon{width:80px;height:80px;flex-shrink:0;margin:0 auto 1.5rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--text-white);box-shadow:var(--shadow-colored);position:relative;z-index:1;transition:var(--transition)}.stat-card:hover .stat-icon{transform:rotate(5deg) scale(1.1);box-shadow:var(--shadow-glass)}.stat-number{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:100%;min-height:3.5rem;font-size:3.5rem;font-weight:700;background:linear-gradient(135deg,var(--primary-color) 0%,var(--accent-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.75rem;line-height:1;position:relative;z-index:1}.stat-label{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:100%;min-height:3.25rem;color:var(--text-dark);font-weight:600;font-size:1.25rem;line-height:1.3;margin-bottom:1rem;position:relative;z-index:1}.stat-description{flex:1;display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:4.75rem;color:var(--text-light);font-size:.95rem;line-height:1.6;position:relative;z-index:1}.process-section{padding:6rem 0;background:var(--bg-light)}.process-intro{text-align:center;margin-bottom:4rem}.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;max-width:1400px;margin:0 auto}.process-steps .process-step:nth-child(1),.process-steps .process-step:nth-child(2),.process-steps .process-step:nth-child(3){grid-column:span 1}.process-steps .process-step:nth-child(4){grid-column:1}.process-steps .process-step:nth-child(5){grid-column:2}.process-steps .process-step:nth-child(6){grid-column:3}.process-step{text-align:center;position:relative;padding:2rem;background:var(--bg-white);border-radius:12px;box-shadow:0 4px 6px #0000000d;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a}.step-number{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:50px;height:50px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 4px 10px #14b8a64d}.step-icon{margin:2rem auto 1.5rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.process-step h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.process-step p{color:var(--text-light);line-height:1.7;font-size:.95rem}.process-step-complete{background:linear-gradient(135deg,var(--primary-color-10) 0%,var(--primary-color-20) 100%);border:2px solid var(--primary-color)}.process-step-complete:hover{border-color:var(--primary-color);box-shadow:0 8px 20px #14b8a633}.step-number-complete{background:var(--primary-color);color:#fff}.step-icon-complete,.process-step-complete h3{color:var(--primary-color)}.process-step-complete p{color:var(--text-dark)}.trust-section{padding:6rem 0;background:var(--bg-white)}.trust-intro{text-align:center;margin-bottom:4rem}.trust-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.trust-badge{text-align:center;padding:2.5rem 2rem;background:var(--bg-light);border-radius:12px;transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.trust-badge:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001a;border-color:var(--primary-color-30)}.trust-icon{margin:0 auto 1.5rem;color:var(--primary-color);display:flex;align-items:center;justify-content:center}.trust-badge h3{font-size:1.25rem;font-weight:700;color:var(--text-dark);margin-bottom:.75rem}.trust-badge p{color:var(--text-light);line-height:1.6;font-size:.95rem}.portfolio-section{padding:6rem 0;background:var(--bg-light)}.portfolio-intro{text-align:center;margin-bottom:4rem}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;max-width:1200px;margin:0 auto}.portfolio-item{background:var(--bg-white);border-radius:20px;overflow:hidden;box-shadow:var(--shadow-md);transition:transform .3s ease,box-shadow .3s ease;border:2px solid transparent}.portfolio-item:hover{transform:translateY(-8px);box-shadow:var(--shadow-glass);border-color:var(--primary-color-30)}.portfolio-image-wrapper{position:relative;width:100%;height:300px;overflow:hidden;background:linear-gradient(135deg,var(--primary-color-10) 0%,var(--accent-color-10) 100%)}.portfolio-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.portfolio-item:hover .portfolio-image{transform:scale(1.1)}.portfolio-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#14b8a6e6,#06b6d4e6);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.portfolio-item:hover .portfolio-overlay{opacity:1}.portfolio-overlay-content{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-white);text-align:center}.portfolio-overlay-content svg{animation:bounce 2s infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.portfolio-overlay-content span{font-weight:600;font-size:1.125rem}.portfolio-content{padding:2rem}.portfolio-content h3{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem}.portfolio-content p{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem;font-size:1rem}.portfolio-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.portfolio-tag{display:inline-block;padding:.5rem 1rem;background:var(--primary-color-10);color:var(--primary-color);border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid var(--primary-color-30)}.portfolio-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;text-decoration:none;transition:all .3s ease;font-size:1rem}.portfolio-link:hover{color:var(--accent-color);gap:.75rem}.portfolio-link svg{transition:transform .3s ease}.portfolio-link:hover svg{transform:translate(3px)}@media(max-width:1200px){.process-steps{grid-template-columns:repeat(2,1fr)}.process-steps .process-step:nth-child(1),.process-steps .process-step:nth-child(2){grid-column:span 1}.process-steps .process-step:nth-child(3),.process-steps .process-step:nth-child(4){grid-column:span 1}.process-steps .process-step:nth-child(5){grid-column:1}.process-steps .process-step:nth-child(6){grid-column:2}}@media(max-width:992px){.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.125rem}.services-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:3rem}.about-image-wrapper{order:-1}.stats-section{padding:4rem 0}.stats-grid{grid-template-columns:1fr;gap:2rem}.stat-card{padding:2.5rem 2rem}.process-section,.trust-section{padding:4rem 0}.process-steps{grid-template-columns:1fr;gap:2.5rem}.process-steps .process-step:nth-child(n){grid-column:span 1;max-width:100%}.trust-grid{grid-template-columns:1fr;gap:2rem}.portfolio-section{padding:4rem 0}.portfolio-grid{grid-template-columns:1fr;gap:2rem}}@media(max-width:480px){.hero-title{font-size:2rem}.hero-buttons{flex-direction:column}}.home-services-detail{padding:5rem 0;scroll-margin-top:6rem;background:linear-gradient(180deg,var(--bg-white) 0%,var(--bg-light) 100%)}.home-services-detail .services-detail-intro{text-align:center;max-width:720px;margin:0 auto 3rem}.home-services-detail .service-detail-card--compact{margin-bottom:0}.home-services-detail .service-detail-image img{object-position:right center}.home-services-detail .service-detail-card--compact:hover{transform:translateY(-4px)}.home-services-detail .service-detail-icon{width:80px;height:80px;min-width:80px;min-height:80px}.home-services-detail .service-detail-icon svg{display:block;width:40px;height:40px}.home-services-detail .service-detail-card h2{font-size:1.75rem}.home-services-detail .service-features{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.home-services-detail .service-detail-footer{margin-top:2rem;padding-top:1.75rem;border-top:1px solid rgba(15,76,92,.12);display:flex;align-items:center;justify-content:space-between;gap:1.5rem 2rem;flex-wrap:wrap}.home-services-detail .service-detail-footer__note{flex:1 1 16rem;margin:0;font-size:.9375rem;line-height:1.65;color:var(--text-light)}.home-services-detail .service-detail-footer__btn{flex-shrink:0}@media(max-width:768px){.home-services-detail{padding:4rem 0}.home-services-detail .services-detail-intro{margin-bottom:2rem}.home-services-detail .service-detail-footer{flex-direction:column;align-items:stretch;text-align:center}.home-services-detail .service-detail-footer__btn{width:100%}}
