.cal-modal-overlay{z-index:99999;-webkit-backdrop-filter:blur(24px)saturate(200%);background:#050812d1;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1.25rem;animation:.25s ease-out forwards fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cal-modal-glow-bg{filter:blur(60px);pointer-events:none;z-index:0;background:radial-gradient(circle,#3b82f640 0%,#8b5cf626 45%,#0000 70%);width:600px;height:600px;animation:6s ease-in-out infinite alternate floatGlow;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes floatGlow{0%{opacity:.7;transform:translate(-50%,-50%)scale(.95)}to{opacity:1;transform:translate(-50%,-50%)scale(1.1)}}.cal-modal-glass-card{z-index:1;background:linear-gradient(145deg,#0f172af0 0%,#0a0f1ef7 100%);border:1px solid #ffffff29;border-radius:28px;flex-direction:column;width:100%;max-width:980px;max-height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards modalScaleUp;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #000000b3,0 0 50px #3b82f633,inset 0 1px 1px #ffffff40}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.92)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.cal-modal-header{background:#ffffff08;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.75rem 1rem;display:flex}.cal-modal-badge{color:#93c5fd;letter-spacing:.5px;text-transform:uppercase;background:#3b82f626;border:1px solid #60a5fa4d;border-radius:9999px;align-items:center;gap:6px;margin-bottom:.4rem;padding:4px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.sparkle-pulse{animation:3s linear infinite sparkleSpin}@keyframes sparkleSpin{0%{opacity:.8;transform:rotate(0)}50%{opacity:1;transform:rotate(180deg)}to{opacity:.8;transform:rotate(360deg)}}.cal-modal-title{color:#fff;letter-spacing:-.01em;align-items:center;gap:8px;margin:0 0 .3rem;font-size:1.4rem;font-weight:700;display:flex}.cal-title-icon{color:#3b82f6;filter:drop-shadow(0 0 8px #3b82f699);flex-shrink:0}.cal-modal-features-row{color:#94a3b8;gap:1rem;font-size:.8rem;font-weight:500;display:flex}.cal-modal-features-row span{align-items:center;gap:5px;display:flex}.cal-modal-close-btn{color:#cbd5e1;cursor:pointer;background:#ffffff14;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.cal-modal-close-btn:hover{color:#fca5a5;background:#ef444440;border-color:#ef444480;transform:rotate(90deg)scale(1.08)}.cal-modal-body{-webkit-overflow-scrolling:touch;background:#0a0f1e80;flex:1;padding:.5rem;overflow-y:auto}@media (width<=768px){.cal-modal-overlay{padding:.75rem}.cal-modal-glass-card{border-radius:20px;max-height:94vh}.cal-modal-header{padding:1rem 1.15rem .85rem}.cal-modal-title{font-size:1.15rem}.cal-modal-features-row{flex-flow:wrap;gap:.5rem;font-size:.75rem}}@media (width<=480px){.cal-modal-overlay{padding:.4rem}.cal-modal-glass-card{border-radius:16px;max-height:98vh}.cal-modal-header{padding:.85rem .85rem .65rem}.cal-modal-badge{padding:3px 8px;font-size:.7rem}.cal-modal-title{gap:6px;font-size:1rem}.cal-modal-close-btn{width:34px;height:34px}.cal-modal-features-row{display:none}.cal-modal-body{padding:.15rem}}.contact-modal-overlay{-webkit-backdrop-filter:blur(12px);z-index:99999;background:#0f172abf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.25s ease-out forwards modalFadeIn;display:flex;position:fixed;top:0;left:0}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.contact-modal-card{background:#fff;border:1px solid #e2e8f0cc;border-radius:20px;flex-direction:column;width:100%;max-width:580px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #fff3}.contact-modal-header{background:linear-gradient(135deg,#f8fafc 0%,#eff6ff 100%);border-bottom:1px solid #e2e8f0;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem 1rem;display:flex}.contact-modal-badge{color:#1d4ed8;text-transform:uppercase;letter-spacing:.03em;background:#dbeafe;border-radius:50px;align-items:center;gap:.35rem;margin-bottom:.4rem;padding:.25rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.contact-modal-title{color:#0f172a;margin:0;font-size:1.2rem;font-weight:800;line-height:1.3}.contact-modal-close-btn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #cbd5e1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.contact-modal-close-btn:hover{color:#fff;background:#ef4444;border-color:#ef4444;transform:rotate(90deg)}.contact-modal-body{-webkit-overflow-scrolling:touch;flex:1;padding:1.25rem 1.5rem;overflow-y:auto}@media (width<=640px){.contact-modal-overlay{padding:.5rem}.contact-modal-card{border-radius:16px;max-height:94vh}.contact-modal-header{padding:1rem 1.1rem .85rem}.contact-modal-title{font-size:1.05rem}.contact-modal-body{padding:1rem 1.1rem}}@media (height<=550px) and (orientation:landscape){.contact-modal-card{max-height:96vh}.contact-modal-header{padding:.6rem 1rem}.contact-modal-body{padding:.75rem 1rem}}:root{--primary:#4f46e5;--primary-light:#6366f1;--primary-dark:#4338ca;--primary-glow:#6366f11f;--accent:#06b6d4;--text-dark:#0f172a;--text-body:#334155;--text-muted:#475569;--text-light:#334155;--bg-white:#fff;--bg-light:#f8fafc;--bg-section:#f1f5f9;--bg-dark:#0f172a;--bg-darker:#070b14;--border:#e2e8f0;--border-light:#f1f5f9;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:24px;--radius-pill:999px;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 12px 32px #00000014;--shadow-xl:0 24px 48px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-body);background:var(--bg-white);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;cursor:pointer;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{outline:none;font-family:inherit}img{max-width:100%;display:block}.site{position:relative}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{z-index:1000;-webkit-backdrop-filter:blur(20px)saturate(180%);border-radius:var(--radius-pill);background:linear-gradient(135deg,#ffffffe6 0%,#eef2ffd9 100%);border:1.5px solid #6366f159;width:92%;max-width:1280px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:1rem;left:50%;transform:translate(-50%);box-shadow:0 0 16px 1px #6366f138,0 10px 35px #4f46e51f,inset 0 1px 1px #fffffff2}.header:hover{background:linear-gradient(135deg,#fffffff5 0%,#eef2ffeb 100%);border-color:#6366f18c;box-shadow:0 0 24px 2px #6366f152,0 14px 40px #4f46e533,inset 0 1px 1px #fff}.header-inner{justify-content:space-between;align-items:center;padding:.6rem 1.5rem .6rem 1.8rem;display:flex}.logo-container{cursor:pointer;flex-shrink:0;align-items:center;gap:.8rem;margin-right:2rem;display:flex}.logo-img{object-fit:contain;border-radius:10px;flex-shrink:0;width:38px;height:38px}.footer-logo-img{width:34px;height:34px}.logo-text-group{flex-direction:column;display:flex}.logo-text{color:var(--text-dark);font-size:1.3rem;font-weight:500;line-height:1.2}.logo-bold{font-weight:800}.logo-tagline{color:var(--text-muted);letter-spacing:.5px;font-size:.6rem;font-weight:500}.nav-links{-webkit-backdrop-filter:blur(12px);background:#e0e7ff8c;border:1px solid #c7d2feb3;border-radius:999px;align-items:center;gap:.25rem;padding:.3rem;display:flex;box-shadow:inset 0 1px 2px #4f46e50f}.nav-link{color:var(--text-dark);border:1px solid #0000;border-radius:999px;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative;overflow:hidden}.nav-link:after{content:"";opacity:0;background:#4f46e54d;border-radius:50%;width:150%;padding-bottom:150%;transition:transform .5s ease-out,opacity .5s ease-out;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(1)}.nav-link:active:after{opacity:1;transition:all;transform:translate(-50%,-50%)scale(0)}.nav-link:hover,.nav-link.active{color:var(--primary-dark);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #4f46e540;box-shadow:0 4px 16px #4f46e51f,inset 0 1px 1px #fff}.btn-primary,.header-cta{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.6rem 1.4rem;font-size:.875rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #4f46e54d}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #4f46e566}.hamburger{color:var(--text-dark);background:0 0;padding:.5rem;display:none}@media (width<=968px){.nav-links{-webkit-backdrop-filter:blur(24px)saturate(190%);background:#ffffffe0;border:1px solid #ffffffb3;border-radius:20px;flex-direction:column;gap:.35rem;padding:1.25rem;display:none;position:absolute;top:calc(100% + .75rem);left:4%;right:4%;box-shadow:0 20px 50px #0000001f,inset 0 1px 1px #ffffffe6}.nav-links.nav-open{display:flex}.nav-link{border-radius:12px;padding:.75rem 1rem;font-size:.95rem}.nav-link:hover{background:#f1f5f9cc}.nav-link.active:after{display:none}.hamburger{display:block}.header-cta{display:none}}.btn-solid{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:var(--radius-pill);align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #4f46e54d}.btn-solid:hover{transform:translateY(-2px);box-shadow:0 8px 25px #4f46e566}.btn-outline{color:var(--primary);border:2px solid var(--primary);border-radius:var(--radius-pill);background:0 0;align-items:center;gap:.5rem;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #4f46e54d}.btn-ghost{color:var(--text-dark);border-radius:var(--radius-pill);background:0 0;border:none;align-items:center;gap:.75rem;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-ghost:hover{color:var(--primary)}.play-circle{background:var(--primary-glow);width:36px;height:36px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.section-eyebrow{color:var(--primary);letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:inline-block}.section-eyebrow.light{color:#ffffffb3}.section-title-lg{color:var(--text-dark);margin-bottom:1rem;font-size:2.75rem;font-weight:800;line-height:1.2}.section-desc{color:var(--text-muted);max-width:550px;margin:0 auto;font-size:1.05rem}.section-header-center{text-align:center;margin-bottom:4rem}.hero{justify-content:center;align-items:center;min-height:90vh;padding:9rem 2rem 4rem;display:flex}.hero-content{grid-template-columns:1fr 1.4fr;align-items:center;gap:3rem;max-width:1400px;margin:0 auto;display:grid}.hero-badge{color:var(--primary);background:var(--primary-glow);border-radius:var(--radius-pill);border:1px solid #6366f126;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.85rem;font-weight:500;display:inline-flex}.hero-title{color:var(--text-dark);letter-spacing:-.5px;margin-bottom:1.5rem;font-family:Inter,sans-serif;font-size:3.5rem;font-weight:500;line-height:1.2}.text-gradient{background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--text-body);max-width:520px;margin-bottom:2.5rem;font-family:Space Grotesk,Inter,sans-serif;font-size:1.35rem;font-weight:500;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.hero-stats-row{align-items:center;gap:1.5rem;display:flex}.hero-stat{flex-direction:column;display:flex}.hero-stat strong{color:var(--text-dark);font-size:1.5rem;font-weight:800}.hero-stat span{color:var(--text-muted);font-size:.8rem}.hero-stat-divider{background:var(--border);width:1px;height:36px}.hero-right{justify-content:center;align-items:center;display:flex}.hero-visual{width:360px;height:360px;position:relative}.hero-orbit{display:none}.tech-logo-float{z-index:2;cursor:pointer;width:90px;height:90px;transform-style:preserve-3d;background:linear-gradient(145deg,#fff,#e6e9f0);border:1px solid #ffffff80;border-radius:50%;justify-content:center;align-items:center;padding:16px;transition:z-index .3s;display:flex;position:absolute;box-shadow:15px 15px 30px #00000026,-15px -15px 30px #ffffffe6,inset 8px 8px 16px #ffffffe6,inset -8px -8px 16px #0000000d}.tech-logo-float img{object-fit:contain;filter:drop-shadow(0 15px 15px #00000026);width:100%;height:100%;transform-style:preserve-3d;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),filter .4s;animation:8s linear infinite spin3D;transform:translateZ(25px)}@keyframes spin3D{0%{transform:translateZ(25px)rotateY(0)}to{transform:translateZ(25px)rotateY(360deg)}}.tech-logo-float:hover{z-index:10;animation-play-state:paused}.tech-logo-float:hover img{filter:drop-shadow(0 25px 20px #00000040);animation-play-state:paused;transform:translateZ(40px)scale(1.2)rotateY(0)}.logo-react{animation:8s ease-in-out infinite alternate rf-1;top:5%;left:20%}.logo-js{animation:10s ease-in-out infinite alternate rf-2;top:25%;right:0%}.logo-docker{animation:9s ease-in-out infinite alternate rf-3;bottom:15%;right:20%}.logo-k8s{animation:11s ease-in-out infinite alternate rf-4;bottom:25%;left:5%}.logo-python{animation:7s ease-in-out infinite alternate rf-5;top:45%;left:35%}@keyframes rf-1{0%{transform:translate(0)rotateX(15deg)rotateY(-20deg)}to{transform:translate(30px,-40px)rotateX(-15deg)rotateY(20deg)}}@keyframes rf-2{0%{transform:translate(0)rotateX(-20deg)rotateY(15deg)}to{transform:translate(-40px,30px)rotateX(20deg)rotateY(-15deg)}}@keyframes rf-3{0%{transform:translate(0)rotateX(20deg)rotateY(20deg)}to{transform:translate(-30px,-30px)rotateX(-20deg)rotateY(-20deg)}}@keyframes rf-4{0%{transform:translate(0)rotateX(-15deg)rotateY(-20deg)}to{transform:translate(40px,40px)rotateX(15deg)rotateY(20deg)}}@keyframes rf-5{0%{transform:translate(0)rotateX(25deg)rotateY(0)}to{transform:translate(-20px,-20px)rotateX(-15deg)rotateY(25deg)}}@media (width<=768px){.hero{padding:8rem 1.5rem 3rem}.hero-content{text-align:center;grid-template-columns:1fr}.hero-title{font-size:2.5rem}.hero-subtitle{margin:0 auto 2rem}.hero-buttons,.hero-stats-row{justify-content:center}.hero-right{display:none}}.trust-strip{background:var(--bg-dark);padding:1rem 0;overflow:hidden}.marquee-track{width:max-content;animation:25s linear infinite marquee;display:flex}.marquee-content{flex-shrink:0;gap:3rem;padding:0 1.5rem;display:flex}.marquee-content span{color:#fff9;white-space:nowrap;font-size:.85rem;font-weight:500}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.services{background:var(--bg-white);padding:6rem 0}.services-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.services-header-left{flex:1}.services-header-right{max-width:380px;color:var(--text-muted);text-align:right;font-size:.95rem;line-height:1.7}@media (width<=768px){.services-header{flex-direction:column;align-items:flex-start}.services-header-right{text-align:left;max-width:100%}}.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=968px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.services-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.service-card{padding:1rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.85rem}}.service-card{background:var(--bg-light);border-radius:var(--radius-lg);border:1px solid var(--border-light);flex-direction:column;padding:2rem;transition:all .3s;display:flex}.service-card:hover{box-shadow:var(--shadow-xl);background:#fff;border-color:#0000;transform:translateY(-5px)}.service-icon-wrap{border-radius:var(--radius-md);background:var(--accent-bg,var(--primary-glow));width:56px;height:56px;color:var(--accent,var(--primary));justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.service-card h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.1rem;font-weight:700}.service-card p{color:var(--text-muted);flex-grow:1;margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.card-link{color:var(--accent,var(--primary));align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;transition:gap .2s;display:inline-flex}.card-link:hover{gap:.75rem}.stats-section{background:var(--bg-section);padding:5rem 0}.stats-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}@media (width<=768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){.stats-grid{grid-template-columns:1fr}}.stat-block{text-align:center;padding:1.5rem}.stat-number{color:var(--text-dark);margin-bottom:.75rem;font-size:3rem;font-weight:900;line-height:1}.stat-number span{color:var(--primary)}.stat-text{color:var(--text-muted);font-size:.9rem;line-height:1.6}.portfolio{background:var(--bg-white);padding:6rem 0}.portfolio-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.portfolio-grid{grid-template-columns:1fr 1fr}}@media (width<=480px){.portfolio-grid{grid-template-columns:1fr}}.portfolio-card{border-radius:var(--radius-lg);color:#fff;cursor:pointer;flex-direction:column;justify-content:flex-end;min-height:220px;padding:2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.portfolio-card.large{grid-column:span 2;min-height:280px}@media (width<=480px){.portfolio-card.large{grid-column:span 1}}.portfolio-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)scale(1.01)}.portfolio-card:before{content:"";z-index:1;background:linear-gradient(#0000000d,#000000a6);position:absolute;inset:0}.pf-content{z-index:2;position:relative}.pf-cat{text-transform:uppercase;letter-spacing:1.5px;opacity:.75;margin-bottom:.4rem;font-size:.7rem;font-weight:700;display:block}.pf-content h3{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.pf-content p{opacity:.8;margin-bottom:.75rem;font-size:.85rem;line-height:1.6}.pf-link{color:#fff;opacity:.8;align-items:center;gap:.4rem;font-size:.8rem;font-weight:600;transition:opacity .2s,gap .2s;display:inline-flex}.pf-link:hover{opacity:1;gap:.7rem}.grad-1{background:linear-gradient(135deg,#4f46e5,#7c3aed)}.grad-2{background:linear-gradient(135deg,#059669,#06b6d4)}.grad-3{background:linear-gradient(135deg,#ea580c,#ef4444)}.grad-4{background:linear-gradient(135deg,#0284c7,#6366f1)}.grad-5{background:linear-gradient(135deg,#0f172a,#334155)}.about{background:var(--bg-section);padding:6rem 0}.about-layout{grid-template-columns:1.1fr 1fr;align-items:start;gap:5rem;display:grid}@media (width<=768px){.about-layout{grid-template-columns:1fr;gap:3rem}}.about-desc{color:var(--text-body);margin-bottom:1rem;font-size:1rem;line-height:1.8}.about-desc.muted{color:var(--text-muted)}.about-right{flex-direction:column;gap:1.25rem;display:flex}.value-item{border-radius:var(--radius-md);border:1px solid var(--border-light);background:#fff;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex}.value-item:hover{box-shadow:var(--shadow-md);border-color:#6366f133;transform:translate(6px)}.value-num{color:var(--primary);flex-shrink:0;width:36px;font-size:1.25rem;font-weight:900}.value-item h4{color:var(--text-dark);margin-bottom:.25rem;font-size:1rem;font-weight:700}.value-item p{color:var(--text-muted);font-size:.875rem;line-height:1.6}.process{background:var(--bg-white);padding:6rem 0}.process-timeline{flex-direction:column;gap:0;max-width:700px;margin:0 auto;display:flex}.process-item{gap:2rem;display:flex}.process-marker{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.process-num{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:.85rem;font-weight:800;display:flex}.process-line{background:linear-gradient(to bottom, var(--primary-light), var(--border));flex:1;width:2px;min-height:40px}.process-content{padding-bottom:3rem}.process-icon-circle{background:var(--primary-glow);width:48px;height:48px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.process-content h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.process-content p{color:var(--text-muted);font-size:.9rem;line-height:1.7}.testimonials{background:var(--bg-section);padding:6rem 0}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}@media (width<=768px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{border-radius:var(--radius-lg);border:1px solid var(--border-light);background:#fff;padding:2rem;transition:all .3s}.testimonial-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.testimonial-card.featured{border:2px solid var(--primary);box-shadow:0 8px 30px #4f46e51a}.testimonial-stars{gap:.2rem;margin-bottom:1rem;display:flex}.testimonial-card p{color:var(--text-body);margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:.75rem;display:flex}.author-avatar{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.75rem;font-weight:700;display:flex}.testimonial-author strong{color:var(--text-dark);font-size:.9rem;display:block}.testimonial-author span{color:var(--text-muted);font-size:.8rem}.pricing{background:var(--bg-white);padding:6rem 0}.pricing-header{justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:4rem;display:flex}.pricing-header-desc{max-width:340px;color:var(--text-muted);text-align:right;font-size:.95rem}@media (width<=768px){.pricing-header{flex-direction:column;align-items:flex-start}.pricing-header-desc{text-align:left}}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch;gap:1.75rem;display:grid}@media (width<=968px){.pricing-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}}.pricing-card{background:var(--bg-light);border-radius:var(--radius-lg);border:1px solid var(--border-light);flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative}.pricing-card:hover{box-shadow:var(--shadow-xl);transform:translateY(-5px)}.pricing-card.popular{border:2px solid var(--primary);background:#fff;transform:scale(1.04);box-shadow:0 10px 40px #4f46e51f}.pricing-card.popular:hover{transform:scale(1.04)translateY(-5px)}.popular-badge{background:linear-gradient(135deg, var(--primary), var(--primary-light));color:#fff;border-radius:var(--radius-pill);padding:.35rem 1.25rem;font-size:.75rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%)}.pricing-card-top{border-bottom:1px solid var(--border-light);margin-bottom:1.5rem;padding-bottom:1.5rem}.pricing-tier-name{color:var(--primary);margin-bottom:.75rem;font-size:1rem;font-weight:700;display:block}.pricing-price{color:var(--text-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:900}.pricing-price span{color:var(--text-muted);font-size:1rem;font-weight:500}.pricing-card-top p{color:var(--text-muted);font-size:.9rem}.pricing-features{flex-direction:column;flex-grow:1;gap:.8rem;margin-bottom:2rem;display:flex}.pricing-features li{color:var(--text-body);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.pricing-features li svg{color:var(--primary);flex-shrink:0}.pricing-btn{justify-content:center;width:100%}.cta-banner{background:linear-gradient(135deg, var(--primary), #7c3aed);padding:5rem 0}.cta-content{text-align:center;color:#fff}.cta-content h2{margin-bottom:1rem;font-size:2.5rem;font-weight:800}.cta-content p{opacity:.85;max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.btn-white{color:var(--primary)!important;background:#fff!important;box-shadow:0 4px 15px #00000026!important}.btn-white:hover{box-shadow:0 8px 25px #0003!important}.contact{background:var(--bg-dark);padding:6rem 0}.contact-layout{grid-template-columns:1fr 1.3fr;align-items:start;gap:4rem;display:grid}@media (width<=768px){.contact-layout{grid-template-columns:1fr;gap:3rem}}.contact-title{color:#fff;margin-bottom:1.25rem;font-size:2.5rem;font-weight:800;line-height:1.2}.contact-desc{color:var(--text-light);margin-bottom:2.5rem;font-size:1rem;line-height:1.8}.contact-info-list{flex-direction:column;gap:1rem;display:flex}.contact-info-item{color:#fffc;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.contact-info-item svg{color:var(--primary-light)}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);background:#ffffff0d;border:1px solid #ffffff1a;padding:2.5rem}.form-row{grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:1.25rem;display:grid}@media (width<=600px){.form-row{grid-template-columns:1fr;gap:.5rem}.contact-form,.modal-form-wrap{padding:1.5rem}}.form-group{flex-direction:column;gap:.5rem;margin-bottom:1rem;display:flex}.form-group label{color:#fffc;font-size:.85rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border-radius:var(--radius-sm);color:#fff;background:#ffffff14;border:1px solid #ffffff26;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s,background .2s}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff4d}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary-light);background:#ffffff1f}.form-group select{cursor:pointer}.form-group select option{background:var(--bg-dark);color:#fff}.form-group textarea{resize:vertical;min-height:100px}.form-submit{justify-content:center;width:100%;padding:1rem;font-size:1.05rem}.footer{background:var(--bg-darker);color:#ffffffb3}.footer-top{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding:5rem 0 3rem;display:grid}@media (width<=768px){.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}}@media (width<=480px){.footer-top{grid-template-columns:1fr}}.footer-logo{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.footer-logo .logo-text{color:#fff}.footer-brand p{margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.social-links{gap:.75rem;display:flex}.social-icon{color:#ffffffe6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .3s;display:flex}.social-icon:hover{background:var(--primary);border-color:var(--primary);color:#fff;transform:translateY(-2px)}.footer-col h4{color:#fff;margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.7rem;display:flex}.footer-col li{font-size:.9rem}.footer-col li a{cursor:pointer;transition:color .2s}.footer-col li a:hover{color:var(--primary-light)}.footer-contact-list li{align-items:center;gap:.6rem;display:flex}.footer-contact-list li svg{color:var(--primary-light);flex-shrink:0}.footer-bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 0;font-size:.85rem;display:flex}.footer-bottom-links{gap:2rem;display:flex}.footer-bottom-links a{transition:color .2s}.footer-bottom-links a:hover{color:var(--primary-light)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{animation:.6s ease-out forwards fadeInUp}.hero-title{animation:.8s ease-out .1s both fadeInUp}.hero-subtitle{animation:.8s ease-out .2s both fadeInUp}.hero-buttons{animation:.8s ease-out .3s both fadeInUp}.hero-stats-row{animation:.8s ease-out .4s both fadeInUp}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--text-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.service-hero{color:#fff;text-align:center;margin-top:-80px;padding:8rem 0 5rem;position:relative;overflow:hidden}.service-hero:before{content:"";background:linear-gradient(#0000001a,#000000b3);position:absolute;inset:0}.service-hero-content{z-index:2;max-width:800px;margin:0 auto;position:relative}.service-hero-icon{width:80px;height:80px;box-shadow:var(--shadow-xl);background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 2rem;display:flex}.service-hero-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:900}.service-hero-desc{opacity:.95;font-size:1.15rem;line-height:1.8}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--bg-light);border-radius:var(--radius-lg);border:1px solid var(--border-light);padding:2.5rem 2rem;transition:all .3s}.feature-card:hover{box-shadow:var(--shadow-md);background:#fff;transform:translateY(-5px)}.feature-card h3{color:var(--text-dark);margin-bottom:.5rem;font-size:1.25rem;font-weight:800}.feature-card p{color:var(--text-muted);font-size:.95rem;line-height:1.6}@media (width<=900px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-grid{grid-template-columns:1fr}.service-hero-title{font-size:2.5rem}}.types-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem;display:grid}.type-card{border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);background:#fff;transition:transform .3s,box-shadow .3s;overflow:hidden}.type-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.type-image-wrap{background:var(--bg-light);justify-content:center;align-items:center;width:100%;height:220px;display:flex;overflow:hidden}.type-image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.type-card:hover .type-image{transform:scale(1.05)}.type-content{padding:2rem}.type-content h3{color:var(--text-dark);margin-bottom:.75rem;font-size:1.25rem;font-weight:700}.type-content p{color:var(--text-muted);font-size:.95rem;line-height:1.6}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-container{border-radius:var(--radius-lg);background:#fff;width:100%;max-width:600px;max-height:90vh;animation:.3s modalIn;position:relative;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}@keyframes modalIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{color:var(--text-muted);cursor:pointer;z-index:10;background:0 0;border:none;transition:color .2s;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--text-dark)}.modal-form-wrap{padding:3rem 2.5rem}.modal-form-header{text-align:center;margin-bottom:2rem}.modal-eyebrow{text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:700}.modal-form-header h2{color:var(--text-dark);margin:.5rem 0;font-size:2rem;font-weight:800}.modal-form-header p{color:var(--text-muted)}.plan-form .form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.plan-form .form-group input,.plan-form .form-group select,.plan-form .form-group textarea{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--bg-light);width:100%;color:var(--text-dark);padding:.85rem 1.25rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 1px 2px #00000008}.plan-form .form-group select{cursor:pointer}.plan-form .form-group input:focus,.plan-form .form-group select:focus,.plan-form .form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-glow), inset 0 1px 2px #00000003;background:#fff;outline:none;transform:translateY(-1px)}.plan-form .form-group input:hover,.plan-form .form-group select:hover,.plan-form .form-group textarea:hover{border-color:var(--primary-light)}.submit-btn{justify-content:center;margin-top:1rem;padding:1rem;font-size:1.05rem}.thank-you-state{text-align:center;padding:5rem 3rem}.success-icon-wrap{justify-content:center;margin-bottom:1.5rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleIn;display:flex}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.thank-you-state h2{color:var(--text-dark);margin-bottom:1rem;font-size:2.2rem;font-weight:800}.thank-you-state p{color:var(--text-muted);margin-bottom:.5rem;font-size:1.1rem;line-height:1.6}.muted-text{opacity:.8;font-size:.95rem!important}@media (width<=480px){.hero{min-height:85vh;padding:7rem 1rem 3rem}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.section-title-lg{font-size:2rem}.services,.stats-section,.portfolio,.about,.process,.testimonials{padding:4rem 1rem}.container{padding:0 1rem}.header{width:95%;top:.5rem}.header-inner{padding:.5rem 1rem}.logo-text{font-size:1.1rem}.logo-container{margin-right:1rem}.hero-buttons{flex-direction:column;gap:.5rem}.btn-solid,.btn-ghost{justify-content:center;width:100%}.hero-stats-row{gap:1rem}}.service-pricing-section{border-bottom:1px solid var(--border-light);margin-bottom:6rem;padding-bottom:4rem}.service-pricing-section:last-of-type{border-bottom:none}.service-pricing-header{align-items:center;gap:1.5rem;margin-bottom:3rem;display:flex}.service-pricing-header .service-icon-wrap{border-radius:var(--radius-lg);background:var(--accent-bg,var(--primary-glow));width:64px;height:64px;color:var(--accent,var(--primary));justify-content:center;align-items:center;display:flex}.service-pricing-title{color:var(--text-dark);margin-bottom:.25rem;font-size:2rem;font-weight:800}.service-pricing-desc{color:var(--text-muted);max-width:600px;font-size:1.05rem}@media (width<=768px){.service-pricing-header{flex-direction:column;align-items:flex-start;gap:1rem}}.custom-plan-banner{border-radius:var(--radius-lg);color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 50%,#312e81 100%);border:1px solid #ffffff1f;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.75rem 2.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 32px -8px #312e814d}.custom-plan-banner:before{content:"";filter:blur(50px);pointer-events:none;background:#6366f140;border-radius:50%;width:220px;height:220px;position:absolute;top:-50%;right:-20%}.custom-plan-content{z-index:2;position:relative}.custom-plan-content h3{color:#fff;margin-bottom:.35rem;font-size:1.4rem;font-weight:800}.custom-plan-content p{color:#ffffffd9;max-width:500px;font-size:.92rem;line-height:1.5}.custom-plan-btn{white-space:nowrap;z-index:2;position:relative;color:#312e81!important;background:#fff!important;border-radius:10px!important;padding:.7rem 1.6rem!important;font-size:.9rem!important;font-weight:700!important;transition:all .3s!important;box-shadow:0 6px 16px #0000001f!important}.custom-plan-btn:hover{transform:translateY(-2px);background:#f8fafc!important;box-shadow:0 12px 25px #00000040!important}.newsletter-section{background:var(--bg-white);padding:3.5rem 0;position:relative}.newsletter-box{-webkit-backdrop-filter:blur(24px)saturate(190%);border-radius:var(--radius-xl);background:linear-gradient(135deg,#0f172aeb 0%,#1e293be0 50%,#312e81d9 100%);border:1.5px solid #ffffff2e;justify-content:space-between;align-items:center;gap:3rem;padding:3rem 3.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 50px -10px #0f172a59,inset 0 1px 1px #ffffff40,0 0 40px #6366f133}.newsletter-box:before{content:"";filter:blur(40px);pointer-events:none;background:radial-gradient(circle,#6366f159 0%,#ec489900 70%);border-radius:50%;width:280px;height:280px;position:absolute;top:-50%;right:-10%}.newsletter-content{color:#fff;z-index:2;flex:1;position:relative}.newsletter-content h2{color:#fff;letter-spacing:-.02em;margin-bottom:.4rem;font-size:1.75rem;font-weight:800}.newsletter-content p{color:#ffffffd9;font-size:.975rem;line-height:1.5}.newsletter-form{z-index:2;flex-direction:column;flex:1;gap:.85rem;max-width:400px;display:flex;position:relative}.newsletter-form input{-webkit-backdrop-filter:blur(12px);color:#fff;background:#ffffff1f;border:1.5px solid #ffffff38;border-radius:14px;width:100%;padding:.85rem 1.2rem;font-size:.95rem;font-weight:500;transition:all .3s;box-shadow:inset 0 1px 2px #0000001a}.newsletter-form input::placeholder{color:#ffffffb3}.newsletter-form input:focus{background:#fff3;border-color:#818cf8;outline:none;box-shadow:0 0 0 4px #6366f14d}.newsletter-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);border:1px solid #ffffff4d;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.95rem;font-weight:700;transition:all .3s;display:flex;box-shadow:0 8px 25px #6366f166}.newsletter-form button:hover{background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);transform:translateY(-2px);box-shadow:0 12px 30px #6366f18c}.newsletter-error{color:#fca5a5;text-align:center;margin-top:.35rem;font-size:.85rem}.newsletter-success{border-radius:var(--radius-lg);color:#fff;background:#ffffff14;flex:1;align-items:center;gap:1rem;padding:1.25rem 1.5rem;animation:.5s cubic-bezier(.175,.885,.32,1.275) scaleIn;display:flex}.success-check{color:#4ade80}.reviews-section{background:var(--bg-section);padding:6rem 0;overflow:hidden}.reviews-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}@media (width<=968px){.reviews-container{grid-template-columns:1fr}}.reviews-scroller{height:500px;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.reviews-track{flex-direction:column;gap:1.25rem;animation:24s linear infinite scrollVertical;display:flex}.reviews-track:hover{animation-play-state:paused}.review-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border:1.5px solid #6366f12e;border-radius:18px;padding:1.35rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #4f46e514}.review-card:hover{border-color:#6366f173;transform:translateY(-3px)scale(1.01);box-shadow:0 16px 40px #4f46e52e}.review-avatar{color:#fff;background:linear-gradient(135deg,#6366f1 0%,#4338ca 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.05rem;font-weight:800;display:flex;box-shadow:0 4px 12px #4f46e54d}.verified-badge{color:#15803d;background:#dcfce7;border-radius:999px;margin-left:.35rem;padding:.15rem .45rem;font-size:.68rem;font-weight:700;display:inline-block}.review-header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.review-name{color:var(--text-dark);font-size:.98rem;font-weight:700}.review-country{color:var(--text-muted);margin-top:.1rem;font-size:.78rem;font-weight:500}.review-stars{color:#f59e0b;gap:2px;display:flex}.review-text{color:#334155;margin-top:.6rem;font-size:.92rem;font-style:normal;line-height:1.55}@keyframes scrollVertical{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.write-review-box{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);background:#fff;padding:2.5rem}.write-review-box h3{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.star-rating-input{gap:.5rem;margin-bottom:1.5rem;display:flex}.star-btn{color:#e2e8f0;cursor:pointer;background:0 0;border:none;transition:transform .2s}.star-btn.active{color:#f59e0b}.star-btn:hover{transform:scale(1.2)}.star-btn.pop{animation:.4s cubic-bezier(.175,.885,.32,1.275) starPop}@keyframes starPop{0%{transform:scale(1)}50%{transform:scale(1.5)}to{transform:scale(1)}}.policy-page{background:var(--bg-light);min-height:calc(100vh - 300px);padding:8rem 0 5rem}.policy-page .container{border-radius:var(--radius-lg);max-width:800px;box-shadow:var(--shadow-md);background:#fff;margin:0 auto;padding:3rem}.policy-page h1{color:var(--text-dark);margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.last-updated{color:var(--text-muted);border-bottom:1px solid var(--border-light);margin-bottom:3rem;padding-bottom:1.5rem;font-size:.95rem}.policy-section{margin-bottom:2.5rem}.policy-section h2{color:var(--primary-dark);margin-bottom:1rem;font-size:1.4rem;font-weight:700}.policy-section p,.policy-section ul{color:var(--text-body);margin-bottom:1rem;line-height:1.8}.policy-section ul{padding-left:2rem;list-style:outside}@media (width<=600px){.policy-page{padding:6rem 0 4rem}.policy-page .container{padding:1.5rem}.policy-page h1{font-size:2rem}}.services-page-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.maintenance-plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:center;gap:2rem;margin-bottom:4rem;display:grid}.why-us-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.form-grid-2col{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.service-category-card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;padding:2rem;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px -10px #0000000d}.upcoming-badge{color:#854d0e;letter-spacing:.5px;background:#fef08a;border-radius:50px;padding:.25rem .65rem;font-size:.7rem;font-weight:700;position:absolute;top:1.25rem;right:1.25rem}.service-cat-header{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.service-cat-icon{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.service-cat-title{color:var(--text-dark);margin-bottom:.2rem;font-size:1.2rem;font-weight:700}.service-cat-price{color:var(--text-muted);font-size:.85rem;font-weight:500}.service-cat-list{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.service-cat-list li{align-items:flex-start;gap:.5rem;font-size:.9rem;display:flex}.service-cat-btn{border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:1.5rem;padding:.8rem;font-weight:600;text-decoration:none;display:flex}.maintenance-plan-card{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;padding:2rem;display:flex;position:relative;box-shadow:0 4px 6px -1px #0000000d}.maintenance-plan-card.popular{border-width:2px;padding:2.5rem 2rem;box-shadow:0 20px 40px -10px #0000001a}.popular-badge-plan{color:#fff;text-transform:uppercase;border-radius:50px;padding:.4rem 1.2rem;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.plan-title{color:var(--text-dark);text-align:center;margin-bottom:.75rem;font-size:1.4rem}.plan-price-wrap{text-align:center;margin-bottom:1.5rem}.plan-price{color:var(--text-dark);font-size:2.25rem;font-weight:800}.plan-period{color:var(--text-muted);margin-left:4px;font-weight:500}.plan-features-wrap{border-top:1px solid var(--border);margin-bottom:1.5rem;padding-top:1.25rem}.plan-features-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.plan-features-list li{color:var(--text-body);align-items:center;gap:.6rem;font-size:.88rem;display:flex}.plan-btn{background:var(--bg-light);width:100%;color:var(--text-dark);cursor:pointer;border:none;border-radius:12px;padding:.85rem;font-weight:600}@media (width<=768px){.services-grid,.pricing-grid,.services-page-grid,.maintenance-plans-grid,.why-us-grid,.portfolio-grid,.types-grid,.features-grid{-webkit-overflow-scrolling:touch;margin-left:-.5rem;margin-right:-.5rem;scroll-snap-type:none!important;flex-wrap:nowrap!important;gap:.85rem!important;padding:.5rem .5rem 1.25rem!important;display:flex!important;overflow:auto hidden!important}.services-grid>*,.pricing-grid>*,.services-page-grid>*,.maintenance-plans-grid>*,.why-us-grid>*,.portfolio-grid>*,.types-grid>*,.features-grid>*,.service-category-card,.maintenance-plan-card{border-radius:16px!important;flex:0 0 70%!important;width:70%!important;min-width:210px!important;max-width:245px!important;padding:1rem .9rem!important;font-size:.8rem!important;transform:none!important}.service-cat-icon{border-radius:12px!important;width:40px!important;height:40px!important}.service-cat-title,.plan-title,.service-card h3,.pricing-tier-name,.type-content h3{margin-bottom:.2rem!important;font-size:.95rem!important}.service-cat-price,.plan-period,.service-card p,.service-pricing-desc,.type-content p{font-size:.78rem!important;line-height:1.4!important}.plan-price{font-size:1.5rem!important}.service-cat-list li,.plan-features-list li{gap:.35rem!important;font-size:.78rem!important}.service-cat-btn,.plan-btn{margin-top:1rem!important;padding:.6rem!important;font-size:.8rem!important}.service-icon-wrap{width:44px!important;height:44px!important;margin-bottom:.75rem!important}.pricing-card-top{margin-bottom:.75rem!important;padding-bottom:.75rem!important}.form-grid-2col{grid-template-columns:1fr!important;gap:.75rem!important}section,.services,.pricing,.why-us,.portfolio,.stats-section,.write-review-section,.contact{padding:2rem 0!important}.services-header,.pricing-header,.section-header-center{margin-bottom:1.5rem!important}.custom-plan-banner{text-align:center!important;border-radius:16px!important;flex-direction:column!important;gap:.85rem!important;margin-top:1.5rem!important;padding:1.25rem 1rem!important}.custom-plan-content h3{margin-bottom:.2rem!important;font-size:1.15rem!important}.custom-plan-content p{font-size:.8rem!important;line-height:1.4!important}.custom-plan-btn{justify-content:center!important;width:100%!important;padding:.6rem 1.2rem!important;font-size:.85rem!important}.modal-overlay{padding:.5rem!important}.modal-container{border-radius:18px!important;width:96%!important;max-height:90vh!important}.modal-form-wrap{padding:1.25rem 1rem!important}.modal-form-header{margin-bottom:.85rem!important}.modal-form-header h2{margin:.2rem 0!important;font-size:1.3rem!important}.modal-form-header p{font-size:.82rem!important}.modal-close{top:.85rem!important;right:.85rem!important}.plan-form .form-group label{margin-bottom:.2rem!important;font-size:.78rem!important}.plan-form .form-group input,.plan-form .form-group select,.plan-form .form-group textarea{border-radius:8px!important;padding:.55rem .75rem!important;font-size:.88rem!important}.plan-form .form-group textarea{min-height:70px!important}.submit-btn{margin-top:.5rem!important;padding:.7rem!important;font-size:.92rem!important}.thank-you-state{padding:2.2rem 1rem!important}.thank-you-state h2{font-size:1.4rem!important}.services-grid::-webkit-scrollbar{height:4px}.pricing-grid::-webkit-scrollbar{height:4px}.services-page-grid::-webkit-scrollbar{height:4px}.maintenance-plans-grid::-webkit-scrollbar{height:4px}.why-us-grid::-webkit-scrollbar{height:4px}.portfolio-grid::-webkit-scrollbar{height:4px}.types-grid::-webkit-scrollbar{height:4px}.features-grid::-webkit-scrollbar{height:4px}.services-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.pricing-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.services-page-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.maintenance-plans-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.why-us-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.portfolio-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.types-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}.features-grid::-webkit-scrollbar-thumb{background:var(--primary-light);border-radius:10px}}@media (width<=968px){.dg-hero-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.dg-services-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.dg-stats-bar{border-radius:20px!important;gap:.75rem!important;padding:1.25rem 1rem!important}.dg-divider{display:none!important}.dg-form-checkboxes,.dg-form-2col{grid-template-columns:1fr!important}.wd-hero-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.wd-feature-badges{grid-template-columns:1fr 1fr!important}.wd-services-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.wd-why-grid{grid-template-columns:1fr 1fr!important;gap:1rem!important}.wd-pricing-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.wd-stats-bar{border-radius:20px!important;gap:.75rem!important;padding:1.25rem 1rem!important}.wd-divider{display:none!important}}@media (width<=580px){.wd-why-grid{grid-template-columns:1fr!important}.wd-mockup-wrapper{padding:2.5rem .25rem!important}.wd-widget-top-left{top:-25px!important;left:-5px!important}.wd-widget-top-right{top:-25px!important;right:-5px!important}.wd-widget-bottom-left{bottom:-25px!important;left:-5px!important}.wd-widget-bottom-right{bottom:-35px!important;right:5px!important}}html,body,.site,#root{max-width:100vw!important;overflow-x:hidden!important}@media (width<=768px){h1,.hero-title,.contact-hero-title,.branding-hero-title,.eng-hero-title,.wd-hero-title{letter-spacing:-.02em!important;font-size:clamp(1.65rem,6.5vw,2.3rem)!important;line-height:1.25!important}h2,.section-title{font-size:clamp(1.35rem,5vw,1.85rem)!important;line-height:1.3!important}h3{font-size:clamp(1.15rem,4vw,1.4rem)!important}p,.hero-desc,.contact-hero-desc,.branding-hero-desc{font-size:clamp(.88rem,3vw,1rem)!important;line-height:1.55!important}.container{padding:0 1rem!important}.grid-2,.grid-3,.grid-4,.contact-layout-grid,.info-cards-grid,.services-grid,.features-grid{grid-template-columns:1fr!important;gap:1.25rem!important}.header-actions-desktop{display:none!important}.btn-primary,.btn-secondary,.btn-solid,.btn-cal-glass,button[type=submit]{text-align:center!important;border-radius:9999px!important;justify-content:center!important;align-items:center!important;width:auto!important;max-width:100%!important;padding:.65rem 1.25rem!important;font-size:.9rem!important;display:inline-flex!important}.hero-buttons{flex-direction:column!important;align-items:center!important;gap:.75rem!important;width:100%!important;display:flex!important}.hero-buttons .btn-solid,.hero-buttons .btn-secondary{width:90%!important;max-width:320px!important}.horizontal-mobile-scroll{scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;gap:1rem!important;padding-bottom:.75rem!important;display:flex!important;overflow-x:auto!important}.horizontal-mobile-scroll>*{scroll-snap-align:start!important;flex:0 0 85%!important;max-width:85%!important}}@media (width<=480px){.container{padding:0 .75rem!important}.header-actions{gap:.35rem!important}.wd-widget-top-left,.wd-widget-top-right,.wd-widget-bottom-left,.wd-widget-bottom-right{width:100%!important;margin-bottom:.5rem!important;position:static!important;transform:none!important}}@media (width<=768px){.header{border-width:1px!important;border-radius:999px!important;width:96%!important;margin:0 auto!important;top:.35rem!important;box-shadow:0 4px 15px #00000014!important}.header-inner{min-height:44px!important;padding:.3rem .75rem!important}.logo-container{gap:.35rem!important;margin-right:0!important}.logo-img{border-radius:6px!important;width:24px!important;height:24px!important}.logo-text{font-size:.98rem!important}.logo-tagline{display:none!important}.hamburger{padding:.2rem!important}.hamburger svg{width:20px!important;height:20px!important}main{padding-top:55px!important}.newsletter-section{padding:1.25rem 0!important}.newsletter-box{text-align:center!important;border-radius:14px!important;flex-direction:column!important;gap:.85rem!important;padding:1.15rem 1rem!important}.newsletter-content h2{margin-bottom:.2rem!important;font-size:1.1rem!important}.newsletter-content p{font-size:.8rem!important;line-height:1.3!important}.newsletter-form{gap:.45rem!important;width:100%!important;max-width:100%!important}.newsletter-form input{border-radius:10px!important;padding:.55rem .75rem!important;font-size:.82rem!important}.newsletter-form button{border-radius:10px!important;padding:.55rem 1rem!important;font-size:.85rem!important}.wd-services-grid,.dg-services-grid,.services-grid,.services-page-grid,.maintenance-plans-grid,.wd-pricing-grid,.pricing-grid,.category-grid,.features-grid,.wd-why-grid{grid-template-columns:repeat(2,1fr)!important;gap:.55rem!important;display:grid!important}.wd-service-card,.dg-service-card,.service-card,.pricing-card,.category-card,.feature-card,.wd-pricing-card{border-radius:12px!important;padding:.75rem .55rem!important}.wd-service-card h3,.dg-service-card h3,.service-card h3,.pricing-card h3,.category-card h3{margin-bottom:.2rem!important;font-size:.88rem!important}.wd-service-card p,.dg-service-card p,.service-card p,.pricing-card p,.category-card p{font-size:.74rem!important;line-height:1.3!important}.header-actions-desktop,.btn-cal-glass,.header-cta,.btn-primary.header-cta{display:none!important}.service-detail-page{padding-top:0!important}.service-hero{padding:1.25rem .5rem!important}.service-hero-content{gap:.75rem!important;padding-top:.5rem!important;padding-bottom:1rem!important}.service-hero h1{font-size:1.4rem!important;line-height:1.2!important}.service-hero p{font-size:.8rem!important}.service-hero-icon svg{width:32px!important;height:32px!important}.service-types-grid,.service-features-grid,.service-pricing-grid,.deliverables-grid,.service-detail-grid,.types-grid,.features-grid{grid-template-columns:repeat(2,1fr)!important;gap:.5rem!important;display:grid!important}.service-type-card,.service-feature-card,.service-pricing-card,.deliverable-card,.type-card,.feature-card{border-radius:10px!important;padding:.65rem .5rem!important}.service-type-card h3,.service-feature-card h3,.type-card h3,.feature-card h3{margin-bottom:.15rem!important;font-size:.84rem!important}.service-type-card p,.service-feature-card p,.type-card p,.feature-card p{font-size:.72rem!important;line-height:1.25!important}}.btn-explore-aesthetic{background:#fff;border:1.5px solid #cbd5e1;border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 2.2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #0000000a;color:#0f172a!important}.btn-explore-aesthetic:hover{background:#0f172a;border-color:#0f172a;transform:translateY(-3px);box-shadow:0 10px 25px #0f172a33;color:#fff!important}@media (width<=768px){.hero-buttons{flex-flow:wrap;justify-content:center;gap:.75rem;width:100%;display:flex}.hero-buttons .btn-primary,.hero-buttons .btn-explore-aesthetic{border-radius:9999px;max-width:100%;width:auto!important;padding:.65rem 1.35rem!important;font-size:.88rem!important}.hero-cta-banner{gap:1rem!important;padding:1.2rem 1rem!important}.hero-cta-banner h2{font-size:1.15rem!important}.hero-cta-banner .btn-solid{padding:.55rem 1.25rem!important;font-size:.85rem!important}.newsletter-form button{margin:0 auto;width:auto!important;padding:.65rem 1.35rem!important;font-size:.88rem!important}.btn-pwa-install{padding:.35rem .75rem!important;font-size:.78rem!important}}.reveal-on-scroll{opacity:0;will-change:opacity, transform;transition:opacity .85s cubic-bezier(.16,1,.3,1),transform .85s cubic-bezier(.16,1,.3,1)}.reveal-up{transform:translateY(45px)}.reveal-down{transform:translateY(-45px)}.reveal-left{transform:translate(-55px)}.reveal-right{transform:translate(55px)}.reveal-scale{transform:scale(.92)}.reveal-active{opacity:1!important;transform:translate(0)scale(1)!important}.delay-100{transition-delay:.1s}.delay-200{transition-delay:.2s}.comparison-section{background:linear-gradient(#f8fafc 0%,#edf2f7 50%,#f8fafc 100%);padding:6.5rem 0;position:relative;overflow:hidden}.comparison-wrapper{background:#fff;border:1px solid #e2e8f0f2;border-radius:24px;margin-top:3rem;transition:box-shadow .3s;position:relative;overflow-x:auto;box-shadow:0 25px 60px #0f172a14,0 4px 16px #0f172a08}.comparison-table{border-collapse:collapse;text-align:left;width:100%;min-width:820px}.comparison-table th,.comparison-table td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.35rem 1.6rem}.comparison-table th{color:#334155;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;font-size:.95rem;font-weight:700}.comparison-table th.col-strichlab{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 60%,#312e81 100%);padding-top:1.4rem;padding-bottom:1.4rem;box-shadow:inset 0 2px 4px #ffffff1a}.cmp-brand-header{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.cmp-brand-logo{object-fit:contain;filter:drop-shadow(0 2px 8px #6366f166);border-radius:6px;width:32px;height:32px}.cmp-brand-title{letter-spacing:-.3px;color:#fff;font-size:1.25rem;font-weight:800;font-family:var(--font-heading)}.badge-recommended{color:#fff;text-transform:uppercase;letter-spacing:.3px;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:50px;align-items:center;gap:.25rem;padding:.3rem .7rem;font-size:.72rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #10b98159}.comparison-table td.col-strichlab{background:#4f46e50a;border-left:2px solid #6366f1;border-right:2px solid #6366f1}.comparison-table tr:hover td.col-strichlab{background:#4f46e513}.comparison-table tr:last-child td{border-bottom:none}.cmp-feature-name{color:#0f172a;align-items:center;gap:.5rem;font-size:1.05rem;font-weight:700;display:flex}.cmp-feature-desc{color:#64748b;margin-top:.25rem;font-size:.85rem;line-height:1.45}.cmp-strichlab-val{color:#0f172a;align-items:flex-start;gap:.65rem;font-size:.95rem;font-weight:700;line-height:1.45;display:flex}.cmp-strichlab-val .cmp-icon{color:#10b981;background:#d1fae5;border-radius:50%;flex-shrink:0;margin-top:2px;padding:3px}.cmp-other-val{color:#64748b;align-items:flex-start;gap:.65rem;font-size:.9rem;line-height:1.45;display:flex}.cmp-other-val .cmp-icon-cross{color:#ef4444;background:#fee2e2;border-radius:50%;flex-shrink:0;margin-top:2px;padding:3px}.cmp-cta-row{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:1.5rem 2rem;display:flex}.cmp-cta-text{font-size:1.1rem;font-weight:700}.cmp-cta-desc{color:#cbd5e1;margin-top:.2rem;font-size:.9rem;font-weight:400}.cmp-card-grid{grid-template-columns:1fr 1.12fr 1fr;align-items:stretch;gap:1.75rem;margin-top:3rem;display:grid}@media (width<=992px){.cmp-card-grid{grid-template-columns:1fr;gap:2rem}}.cmp-card-box{background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;justify-content:space-between;padding:2.2rem 2rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 10px 30px #0f172a0a}.cmp-card-box:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0f172a14}.cmp-card-featured{color:#fff;z-index:2;background:linear-gradient(145deg,#0f172a 0%,#1e1b4b 50%,#0f172a 100%);border:2px solid #6366f1;position:relative;transform:scale(1.03);box-shadow:0 25px 60px #4f46e540,0 8px 24px #0f172a66}@media (width<=992px){.cmp-card-featured{transform:scale(1)}}.cmp-card-featured:hover{transform:scale(1.04)translateY(-5px);box-shadow:0 30px 70px #4f46e559}.cmp-card-head{border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1.25rem}.cmp-card-featured .cmp-card-head{border-bottom:1px solid #ffffff1f}.cmp-card-title{color:#0f172a;font-size:1.25rem;font-weight:800}.cmp-card-featured .cmp-card-title{color:#fff}.cmp-card-subtitle{color:#64748b;margin-top:.2rem;font-size:.85rem}.cmp-card-featured .cmp-card-subtitle{color:#cbd5e1}.cmp-pill-list{flex-direction:column;gap:1.15rem;margin:0;padding:0;list-style:none;display:flex}.cmp-pill-item{color:#475569;align-items:flex-start;gap:.75rem;font-size:.92rem;line-height:1.45;display:flex}.cmp-pill-item strong{color:#0f172a;font-size:.95rem;display:block}.cmp-card-featured .cmp-pill-item strong{color:#fff}.cmp-card-featured .cmp-pill-item{color:#e2e8f0}.cmp-icon-check-bg{color:#fff;background:#10b981;border-radius:50%;flex-shrink:0;margin-top:2px;padding:3px;box-shadow:0 4px 10px #10b9814d}.process-section{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);padding:6rem 0;position:relative}.process-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3.5rem;display:grid}.process-card{background:#fff;border:1px solid #e2e8f0e6;border-radius:20px;flex-direction:column;justify-content:space-between;padding:2.2rem 1.8rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 10px 30px #0f172a0a}.process-card:hover{border-color:#6366f166;transform:translateY(-6px);box-shadow:0 20px 45px #4f46e51f}.process-card-header{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.process-num-badge{color:#4f46e5;background:#eef2ff;border:1px solid #4f46e533;border-radius:50px;padding:.35rem .85rem;font-size:.85rem;font-weight:800}.process-icon-box{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#312e81 100%);border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 6px 16px #0f172a33}.process-card-title{color:#0f172a;margin-bottom:.5rem;font-size:1.2rem;font-weight:800}.process-card-desc{color:#64748b;font-size:.92rem;line-height:1.6}.matrix-container{max-width:1100px;margin:3rem auto 0;padding:.5rem 0 1.5rem;position:relative;overflow-x:auto}.matrix-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 50px #0f172a0f}.matrix-table{border-collapse:collapse;width:100%;min-width:860px;position:relative}.matrix-table th.col-feature,.matrix-table td.col-feature{text-align:left;width:31%;padding-left:1.75rem}.matrix-table th.col-freelance,.matrix-table td.col-freelance{text-align:center;width:23%}.matrix-table th.col-strichlab,.matrix-table td.col-strichlab{text-align:center;background:#4f46e506;border-left:2px solid #312e81;border-right:2px solid #312e81;width:23%;position:relative}.matrix-table th.col-agency,.matrix-table td.col-agency{text-align:center;width:23%}.matrix-header-card{flex-direction:column;align-items:center;padding:1.8rem 1rem;display:flex}.matrix-header-icon{color:#334155;background:#f1f5f9;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:.75rem;display:flex;box-shadow:0 4px 10px #0000000a}.matrix-header-card.highlight .matrix-header-icon{color:#d97706;background:#fef3c7}.matrix-header-title{color:#0f172a;align-items:center;gap:.5rem;font-size:1.3rem;font-weight:800;display:flex}.matrix-header-subtitle{color:#64748b;margin-top:.25rem;margin-bottom:1.25rem;font-size:.85rem}.matrix-btn-outline{color:#334155;background:#fff;border:1.5px solid #cbd5e1;border-radius:10px;padding:.55rem 1.4rem;font-size:.85rem;font-weight:700;text-decoration:none;transition:all .2s}.matrix-btn-outline:hover{background:#f8fafc;border-color:#94a3b8}.matrix-btn-solid{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e1b4b 100%);border-radius:12px;align-items:center;gap:.4rem;padding:.65rem 1.6rem;font-size:.88rem;font-weight:800;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 6px 18px #0f172a40}.matrix-btn-solid:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0f172a59}.matrix-group-header td{color:#0f172a;text-transform:uppercase;letter-spacing:.5px;background:#f8fafc;border-top:1.5px solid #e2e8f0;border-bottom:1.5px solid #e2e8f0;padding:.85rem 1.75rem;font-size:.95rem;font-weight:800}.matrix-row td{vertical-align:middle;border-bottom:1px solid #f1f5f9;padding:1.1rem 1rem;font-size:.92rem}.matrix-row:nth-child(2n) td{background:#fbfcfd}.matrix-row:nth-child(2n) td.col-strichlab{background:#4f46e50b}.matrix-feature-label{color:#334155;cursor:help;border-bottom:1px dotted #94a3b8;font-weight:600;display:inline-block}.matrix-val-check{color:#10b981;justify-content:center;align-items:center;display:inline-flex}.matrix-val-dash{color:#cbd5e1;font-size:1.1rem;font-weight:700}.matrix-badge-pill{border-radius:50px;padding:.25rem .65rem;font-size:.78rem;font-weight:700;display:inline-block}.matrix-badge-green{color:#065f46;background:#d1fae5}.matrix-badge-gray{color:#475569;background:#f1f5f9}.matrix-badge-red{color:#991b1b;background:#fee2e2}@media (width<=768px){.matrix-container{margin-top:1.5rem;padding:0;overflow-x:visible}.matrix-table-wrap{border-radius:16px;box-shadow:0 10px 25px #0f172a0d}.matrix-table{table-layout:fixed;width:100%!important;min-width:100%!important}.matrix-table th.col-feature,.matrix-table td.col-feature{width:42%!important;padding-left:.5rem!important;padding-right:.25rem!important;font-size:.76rem!important}.matrix-table th.col-freelance,.matrix-table td.col-freelance{width:18%!important;padding:.5rem .15rem!important}.matrix-table th.col-strichlab,.matrix-table td.col-strichlab{border-left:1.5px solid #312e81;border-right:1.5px solid #312e81;width:22%!important;padding:.5rem .15rem!important}.matrix-table th.col-agency,.matrix-table td.col-agency{width:18%!important;padding:.5rem .15rem!important}.matrix-header-card{padding:.85rem .2rem!important}.matrix-header-icon{width:30px!important;height:30px!important;margin-bottom:.35rem!important}.matrix-header-icon svg{width:15px!important;height:15px!important}.matrix-header-title{text-align:center;flex-direction:column!important;gap:.2rem!important;font-size:.75rem!important}.matrix-header-title img{width:20px!important;height:20px!important}.matrix-header-subtitle{display:none!important}.matrix-btn-solid{border-radius:8px!important;gap:.2rem!important;margin-top:.35rem!important;padding:.35rem .5rem!important;font-size:.68rem!important}.matrix-btn-solid svg{width:12px!important;height:12px!important}.matrix-badge-pill{word-break:break-word;line-height:1.2;padding:.18rem .35rem!important;font-size:.64rem!important}.matrix-group-header td{letter-spacing:0!important;padding:.65rem .5rem!important;font-size:.78rem!important}.matrix-feature-label{font-size:.76rem!important;line-height:1.25!important}}.shimmer{background:linear-gradient(90deg,#f1f5f9 0%,#e2e8f0 50%,#f1f5f9 100%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.skeleton-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.skeleton-banner{border-radius:16px;width:100%;height:140px;margin-bottom:2rem}.skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;display:grid}.skeleton-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.skeleton-icon{border-radius:12px;width:44px;height:44px}.skeleton-title{width:70%;height:22px}.skeleton-text{width:100%;height:14px}.skeleton-text.short{width:50%}.skeleton-btn{border-radius:50px;width:100%;height:36px;margin-top:.5rem}
