*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-color: #3498db;--secondary-color: #2c3e50;--text-color: #34495e;--light-bg: #f8f9fa;--white: #ffffff;--brand-cyan: #1FB8E0;--brand-violet: #6A3DD8;--brand-deep: #0b1230;--brand-indigo: #1a1640;--brand-gradient: linear-gradient(135deg, #1FB8E0 0%, #6A3DD8 100%);--brand-gradient-soft: linear-gradient(135deg, rgba(31,184,224,.12), rgba(106,61,216,.12));--surface-light: #ffffff;--surface-soft: #f7f8fc;--text-primary: #0b1230;--text-secondary: #4a5072;--text-on-dark: #e8ecff;--fs-h1: clamp(40px, 5vw, 64px);--fs-h2: clamp(28px, 3.5vw, 40px);--fs-h3: 22px;--fs-body: 17px;--fs-caption: 13px;--radius-md: 10px;--radius-lg: 16px;--shadow-glow: 0 12px 32px rgba(31,184,224,.18);--shadow-card: 0 8px 24px rgba(11,18,48,.08)}body{margin:0;min-width:320px;min-height:100vh;background-color:var(--white);color:var(--text-color)}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}ul{list-style:none}#root{min-height:100vh;display:flex;flex-direction:column}.fade-section{opacity:0;transform:translateY(16px);transition:opacity .4s ease,transform .4s ease}.fade-section.in-view{opacity:1;transform:translateY(0)}:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:2px;border-radius:4px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.fade-section{opacity:1;transform:none}}.header{position:sticky;top:0;z-index:50;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(11,18,48,.06);transition:padding .2s ease,background .2s ease;padding:18px 0}.header.is-scrolled{padding:10px 0;background:#fffffff2}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-primary);font-weight:700}.logo img{height:36px;width:auto}.company-name{font-size:16px}.nav{display:flex;align-items:center;gap:24px}.nav-list{display:flex;gap:20px;list-style:none;margin:0;padding:0}.nav-list a{color:var(--text-primary);text-decoration:none;font-size:15px;position:relative;padding:6px 0}.nav-list a.active:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:var(--brand-cyan);border-radius:2px}.cta-button{background:var(--brand-gradient);color:#fff;padding:10px 18px;border-radius:999px;text-decoration:none;font-weight:600;font-size:14px;box-shadow:var(--shadow-glow);transition:transform .15s ease}.cta-button:hover{transform:translateY(-1px)}.hamburger{display:none;background:none;border:0;cursor:pointer;width:36px;height:36px;flex-direction:column;justify-content:center;gap:5px}.hamburger span{display:block;height:2px;background:var(--text-primary);border-radius:2px}.nav-backdrop{display:none;position:fixed;inset:0;background:#0b123066;border:0;cursor:pointer;z-index:90;animation:fade-in .2s ease}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.hamburger{display:flex}.nav-backdrop{display:block}.nav{position:fixed;top:0;right:0;height:100vh;width:280px;background:var(--surface-light);flex-direction:column;align-items:stretch;padding:80px 24px 24px;transform:translate(100%);transition:transform .22s ease;box-shadow:-8px 0 24px #00000014;z-index:100}.nav.is-open{transform:translate(0)}.nav-list{flex-direction:column;gap:8px}.cta-button{text-align:center;margin-top:16px}}.hero-logo3d{--tiltX: 0deg;--tiltY: 0deg;position:relative;width:100%;aspect-ratio:1 / 1;max-width:480px;margin:0 auto;perspective:1000px}.hl-stage{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform:rotateX(var(--tiltX)) rotateY(var(--tiltY));transition:transform .2s ease;animation:hl-float 6s ease-in-out infinite}.hl-img{width:80%;height:auto;max-height:80%;object-fit:contain;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;transform:translateZ(0);backface-visibility:hidden;filter:drop-shadow(0 8px 18px rgba(31,184,224,.35));-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.hl-blob{position:absolute;border-radius:50%;filter:blur(40px);opacity:.7;pointer-events:none}.hl-blob--cyan{width:60%;height:60%;top:0;left:0;background:radial-gradient(circle,#1FB8E0,transparent 70%);animation:hl-drift-1 12s ease-in-out infinite}.hl-blob--violet{width:70%;height:70%;bottom:0;right:0;background:radial-gradient(circle,#6A3DD8,transparent 70%);animation:hl-drift-2 14s ease-in-out infinite}@keyframes hl-float{0%,to{transform:rotateX(var(--tiltX)) rotateY(var(--tiltY)) translateY(0)}50%{transform:rotateX(var(--tiltX)) rotateY(var(--tiltY)) translateY(-10px)}}@keyframes hl-drift-1{0%,to{transform:translate(0)}50%{transform:translate(20px,30px)}}@keyframes hl-drift-2{0%,to{transform:translate(0)}50%{transform:translate(-25px,-20px)}}.hero{position:relative;background:linear-gradient(135deg,var(--brand-deep) 0%,var(--brand-indigo) 100%);color:var(--text-on-dark);overflow:hidden;padding:96px 0 120px;isolation:isolate}.hero-bg{position:absolute;inset:0;z-index:-1}.hero-bg-glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.45}.hero-bg-glow--cyan{width:460px;height:460px;top:-120px;left:-120px;background:radial-gradient(circle,var(--brand-cyan),transparent 70%)}.hero-bg-glow--violet{width:520px;height:520px;bottom:-160px;right:-120px;background:radial-gradient(circle,var(--brand-violet),transparent 70%)}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:center}.hero-copy{display:flex;flex-direction:column;gap:16px}.hero-eyebrow{font-size:var(--fs-caption);letter-spacing:2px;color:var(--brand-cyan);font-weight:600}.hero-title{font-size:var(--fs-h1);line-height:1.05;font-weight:800;margin:0;color:#fff}.hero-description{font-size:var(--fs-body);color:var(--text-on-dark);opacity:.85;max-width:540px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.btn-primary{background:var(--brand-gradient);color:#fff;padding:14px 26px;border-radius:999px;text-decoration:none;font-weight:600;box-shadow:var(--shadow-glow);transition:transform .15s ease}.btn-primary:hover{transform:translateY(-1px)}.btn-outline{border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:12.5px 26px;border-radius:999px;text-decoration:none;font-weight:600;transition:background .15s ease,border-color .15s ease}.btn-outline:hover{background:#ffffff14;border-color:#ffffffb3}.hero-trust{display:flex;align-items:center;gap:10px;margin-top:18px;font-size:var(--fs-caption);color:#e8ecffbf}.hero-stars{color:#ffce3a;letter-spacing:2px}.hero-visual{display:flex;justify-content:center;width:100%;min-width:0}@media(max-width:1024px){.hero-container{grid-template-columns:1fr}.hero-visual{order:-1;max-width:360px;margin:0 auto}.hero{padding:64px 0 80px}}.footer{background-color:#2c3e50;color:#ecf0f1;padding:3rem 2rem 1rem}.footer-container{margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;padding-bottom:2rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#3498db}.footer-description{font-size:.95rem;line-height:1.6;color:#bdc3c7}.footer-heading{font-size:1.125rem;font-weight:600;margin-bottom:1rem;color:#fff}.footer-links,.footer-info{list-style:none;padding:0;margin:0}.footer-links li,.footer-info li{margin-bottom:.5rem}.footer-links a{color:#bdc3c7;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#3498db}.footer-info li{color:#bdc3c7;font-size:.95rem}.footer-bottom{border-top:1px solid #34495e;padding-top:1.5rem;text-align:center;color:#95a5a6;font-size:.9rem;display:flex;justify-content:center;align-items:center;gap:1rem;flex-wrap:wrap}.footer-trustpilot{display:inline-block;min-width:160px}.privacy-link{color:#3498db;text-decoration:none;transition:color .3s ease}.privacy-link:hover{color:#5dade2;text-decoration:underline}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:.5rem}}.trust-strip{background:var(--surface-light);border-bottom:1px solid rgba(11,18,48,.06);padding:24px 0}.trust-strip-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}.client-logos{display:flex;gap:32px;list-style:none;margin:0;padding:0;flex-wrap:wrap}.client-logo{font-weight:700;font-size:14px;color:var(--text-secondary);letter-spacing:1px;text-transform:uppercase;filter:grayscale(1);opacity:.55;transition:opacity .2s ease,filter .2s ease}.client-logo:hover{filter:none;opacity:1}@media(max-width:768px){.client-logos{gap:18px}.client-logo{font-size:12px}}.services-pillars{background:var(--surface-soft);padding:96px 0}.services-container{max-width:1200px;margin:0 auto;padding:0 24px}.services-head{text-align:center;max-width:640px;margin:0 auto 56px}.services-pillars .section-eyebrow{font-size:var(--fs-caption);letter-spacing:2px;color:var(--brand-cyan);font-weight:600}.services-pillars .section-title{font-size:var(--fs-h2);font-weight:800;margin:12px 0;color:var(--text-primary)}.services-pillars .section-subtitle{color:var(--text-secondary);font-size:var(--fs-body)}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.pillar-card{background:var(--surface-light);border:1px solid rgba(11,18,48,.08);border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;gap:12px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.pillar-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-glow);border-color:#1fb8e066}.pillar-icon{width:56px;height:56px;border-radius:14px;background:var(--brand-gradient);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:800}.pillar-title{font-size:var(--fs-h3);font-weight:700;margin:4px 0 0;color:var(--text-primary)}.pillar-desc{color:var(--text-secondary);font-size:15px;flex:1}.pillar-link{color:var(--brand-violet);text-decoration:none;font-weight:600;font-size:14px}.pillar-link:hover{color:var(--brand-cyan)}@media(max-width:1024px){.pillars-grid{grid-template-columns:1fr}}.how-we-work{background:var(--surface-light);padding:96px 0}.how-container{max-width:1200px;margin:0 auto;padding:0 24px}.how-head{text-align:center;max-width:640px;margin:0 auto 56px}.how-we-work .section-eyebrow{font-size:var(--fs-caption);letter-spacing:2px;color:var(--brand-cyan);font-weight:600}.how-we-work .section-title{font-size:var(--fs-h2);font-weight:800;margin:12px 0;color:var(--text-primary)}.how-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.how-step{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:14px}.how-circle{width:64px;height:64px;border-radius:50%;background:var(--brand-gradient);color:#fff;font-weight:800;font-size:22px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-glow);z-index:2}.how-line{position:absolute;top:32px;left:calc(50% + 32px);right:calc(-50% + 32px);height:2px;background:var(--brand-gradient);opacity:.5;z-index:1}.how-text{max-width:220px}.how-step-title{font-size:var(--fs-h3);margin:0 0 6px;color:var(--text-primary)}.how-step-desc{font-size:14px;color:var(--text-secondary);margin:0}@media(max-width:768px){.how-steps{grid-template-columns:1fr;gap:32px}.how-line{display:none}}.reviews-carousel{background:var(--brand-deep);color:var(--text-on-dark);padding:96px 0}.rc-container{max-width:1200px;margin:0 auto;padding:0 24px}.rc-head{text-align:center;max-width:640px;margin:0 auto 32px}.reviews-carousel .section-eyebrow{font-size:var(--fs-caption);letter-spacing:2px;color:var(--brand-cyan);font-weight:600}.reviews-carousel .section-title{font-size:var(--fs-h2);font-weight:800;margin:12px 0;color:#fff}.rc-subtitle{margin:12px 0 0;color:#e8ecffbf;font-size:var(--fs-body)}.reviews-carousel .trustpilot-widget{display:block;min-height:240px;margin:0 auto;text-align:center}.reviews-carousel .trustpilot-widget a{color:var(--brand-cyan);font-weight:600;text-decoration:none;display:inline-block;padding:16px 0}.reviews-carousel .trustpilot-widget a:hover{color:#fff}.rc-all-link{display:block;text-align:center;margin-top:28px;color:var(--brand-cyan);text-decoration:none;font-weight:600}.rc-all-link:hover{color:#fff}.cta-band{background:var(--brand-gradient);color:#fff;padding:96px 0}.cta-container{max-width:720px;margin:0 auto;padding:0 24px;text-align:center}.cta-title{font-size:var(--fs-h2);font-weight:800;margin:0 0 12px}.cta-subtitle{font-size:var(--fs-body);opacity:.9;margin:0 0 32px}.cta-form{display:grid;gap:12px;text-align:left}.cta-form input,.cta-form textarea{background:#fffffff2;border:0;border-radius:10px;padding:14px 16px;font-size:15px;color:var(--text-primary);font-family:inherit}.cta-form textarea{resize:vertical;min-height:120px}.cta-form input:focus,.cta-form textarea:focus{outline:3px solid #fff}.cta-submit{background:#fff;color:var(--brand-violet);border:0;padding:14px 24px;border-radius:999px;font-weight:700;font-size:15px;cursor:pointer;transition:transform .15s ease;margin-top:4px}.cta-submit:hover:not(:disabled){transform:translateY(-1px)}.cta-submit:disabled{opacity:.7;cursor:progress}.cta-error{background:#ffffff26;color:#fff;padding:12px;border-radius:10px;font-size:14px;margin:0}.cta-success{background:#ffffff26;border-radius:var(--radius-lg);padding:32px;display:flex;flex-direction:column;align-items:center;gap:12px}.cta-success-check{width:56px;height:56px;border-radius:50%;background:#fff;color:var(--brand-violet);display:flex;align-items:center;justify-content:center;font-size:28px;font-weight:800}.home-page{min-height:100vh;display:flex;flex-direction:column}main{flex:1;margin-top:72px}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#555}.about{padding:5rem 2rem;background-color:#f8f9fa}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem}.about-text{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:1.5rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:800;color:#3498db;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#7f8c8d;font-weight:500}.about-image{width:100%;height:100%;min-height:400px}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;box-shadow:0 10px 30px #0000001a}@media(max-width:968px){.about-container{grid-template-columns:1fr;gap:3rem}.about-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:2rem}}@media(max-width:480px){.section-title{font-size:2rem}.about-stats{grid-template-columns:1fr}}.services{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);position:relative;overflow:hidden}.animated-bg{position:absolute;inset:0;background:linear-gradient(-45deg,#667eea,#764ba2,#f093fb,#4facfe);background-size:400% 400%;animation:gradientShift 15s ease infinite;opacity:.9;z-index:0}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.parallax-shapes{position:absolute;inset:0;pointer-events:none;z-index:1}.shape{position:absolute;border-radius:50%;opacity:.1;filter:blur(60px)}.shape-1{width:400px;height:400px;background:radial-gradient(circle,#fff 0%,transparent 70%);top:10%;left:10%;animation:float 20s ease-in-out infinite}.shape-2{width:300px;height:300px;background:radial-gradient(circle,#f093fb 0%,transparent 70%);top:50%;right:15%;animation:float 15s ease-in-out infinite reverse}.shape-3{width:500px;height:500px;background:radial-gradient(circle,#4facfe 0%,transparent 70%);bottom:10%;left:50%;animation:float 25s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(50px,-50px) rotate(120deg)}66%{transform:translate(-50px,50px) rotate(240deg)}}.services-container{max-width:1200px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem;position:relative;z-index:2}.section-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.2);transition:transform .3s ease}.section-subtitle{font-size:1.125rem;color:#f0f0f0;max-width:600px;margin:0 auto;text-shadow:1px 1px 2px rgba(0,0,0,.1)}.services-grid{display:flex;gap:1.5rem;margin-top:3rem;overflow-x:auto;padding-bottom:2rem;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:2}.services-grid::-webkit-scrollbar{display:none}.services-grid-centered{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;margin-top:3rem;justify-items:center;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;z-index:2}.service-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.3);min-width:260px;max-width:260px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;opacity:0;transform:translateY(30px) scale(.95)}.service-card.visible{opacity:1;transform:translateY(0) scale(1)}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .4s ease;z-index:0}.service-card:hover:before{opacity:1}.service-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 16px 48px #667eea4d;border-color:#667eea80;cursor:pointer}.service-icon{font-size:3rem;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 4px 15px #667eea4d;position:relative;z-index:1;transition:all .4s cubic-bezier(.68,-.55,.265,1.55)}.service-card:hover .service-icon{transform:rotateY(360deg) scale(1.1);box-shadow:0 8px 25px #667eea80}.icon-inner{position:relative;z-index:2;color:#fff;transition:transform .3s ease}.service-card:hover .icon-inner{transform:scale(1.2);filter:drop-shadow(0 0 10px rgba(255,255,255,.8))}.icon-particles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .3s ease}.service-card:hover .icon-particles{opacity:1;animation:particleBurst .6s ease-out}@keyframes particleBurst{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(3);opacity:0}}.icon-particles:before,.icon-particles:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background:#fffc;transform:translate(-50%,-50%)}.service-title{font-size:1.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.4;position:relative;z-index:1;transition:color .3s ease}.service-card:hover .service-title{color:#667eea}.service-description{font-size:1rem;color:#7f8c8d;line-height:1.6;margin-bottom:1.5rem;flex:1;position:relative;z-index:1}.see-more-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:auto;position:relative;z-index:1;overflow:hidden}.see-more-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);transition:left .5s ease}.see-more-btn:hover:before{left:100%}.see-more-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #667eea80}.btn-arrow{display:inline-block;margin-left:.5rem;transition:transform .3s ease}.see-more-btn:hover .btn-arrow{transform:translate(5px)}.checkmark{color:#3498db;font-weight:700;font-size:1.125rem;flex-shrink:0}.ai-services-section{margin-top:6rem;padding-top:4rem;border-top:2px solid rgba(255,255,255,.2);position:relative;z-index:2}.ai-services-header{text-align:center;margin-bottom:3rem;position:relative;z-index:2}.ai-badge{display:inline-block;padding:.5rem 1.5rem;background:linear-gradient(135deg,#fff3,#ffffff1a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;border-radius:50px;font-size:.875rem;font-weight:600;letter-spacing:1px;margin-bottom:1rem;box-shadow:0 4px 15px #0000001a;border:1px solid rgba(255,255,255,.3);animation:floatBadge 3s ease-in-out infinite}@keyframes floatBadge{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.ai-title{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.2);margin-bottom:1rem}.ai-services-grid{display:flex;gap:1.5rem;margin-top:3rem;overflow-x:auto;padding-bottom:2rem;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:2}.ai-services-grid::-webkit-scrollbar{display:none}@media(max-width:768px){.services{padding:3rem 1.5rem}.section-title{font-size:2rem}.services-grid{gap:1.5rem;padding-bottom:1.5rem}.service-card{padding:1.5rem;min-width:240px;max-width:240px}.service-icon{width:70px;height:70px;font-size:2.5rem}.ai-services-section{margin-top:4rem;padding-top:3rem}.ai-services-grid{gap:1.5rem;padding-bottom:1.5rem}}.service-detail-page{min-height:100vh;display:flex;flex-direction:column}.service-detail-container{max-width:1200px;margin:0 auto;padding:6rem 2rem 4rem;flex:1}.back-btn{background:transparent;border:none;color:#3498db;font-size:1rem;cursor:pointer;padding:.5rem 1rem;margin-bottom:2rem;transition:color .3s ease}.back-btn:hover{color:#2980b9}.service-detail-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.service-detail-header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:2px solid #f1f3f5}.service-detail-icon{font-size:5rem;margin-bottom:1.5rem;display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;box-shadow:0 8px 30px #667eea4d}.service-detail-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;line-height:1.3}.service-detail-description{font-size:1.25rem;color:#7f8c8d;line-height:1.6;max-width:800px;margin:0 auto}.service-detail-body{max-width:900px;margin:0 auto}.service-detail-body h2{font-size:1.875rem;font-weight:700;color:#2c3e50;margin-bottom:1.5rem;margin-top:2rem}.service-detail-features{list-style:none;padding:0;margin:0 0 3rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1rem}.service-detail-features li{padding:1rem;background:#f8f9fa;border-radius:8px;display:flex;align-items:center;gap:1rem;transition:all .3s ease}.service-detail-features li:hover{background:#e8f4f8;transform:translate(5px)}.feature-checkmark{color:#3498db;font-weight:700;font-size:1.5rem;flex-shrink:0}.service-detail-info{margin:3rem 0}.service-detail-info p{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:1.5rem}.service-cta{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:12px;text-align:center;margin-top:3rem}.service-cta h3{font-size:2rem;margin-bottom:1rem}.service-cta p{font-size:1.125rem;margin-bottom:2rem;opacity:.95}.contact-btn{background:#fff;color:#667eea;border:none;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}@media(max-width:768px){.service-detail-container{padding:4rem 1.5rem 2rem}.service-detail-content{padding:2rem 1.5rem}.service-detail-icon{width:100px;height:100px;font-size:4rem}.service-detail-title{font-size:1.875rem}.service-detail-description{font-size:1.125rem}.service-detail-body h2{font-size:1.5rem}.service-detail-features{grid-template-columns:1fr}.service-cta{padding:2rem 1.5rem}.service-cta h3{font-size:1.5rem}}.case-study-section{margin:3rem 0;padding:2rem 0;border-top:2px solid #f1f3f5}.case-study-card{background:linear-gradient(145deg,#f8f9ff,#fff);border-radius:12px;padding:2.5rem;border:1px solid rgba(102,126,234,.15);box-shadow:0 4px 15px #0000000d}.case-study-card h3{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid rgba(102,126,234,.2)}.case-study-item{margin-bottom:2rem}.case-study-item h4{font-size:1.125rem;font-weight:600;color:#667eea;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.5px}.case-study-item p{font-size:1.125rem;line-height:1.8;color:#34495e;margin:0}.case-study-tech{background:#667eea1a;border-left:4px solid #667eea;padding:1.25rem 1.5rem;border-radius:8px;margin-top:2rem;font-size:1rem;color:#2c3e50}.case-study-tech strong{color:#667eea;font-weight:600}.tools-section{background:linear-gradient(135deg,#667eea14,#764ba214);border-radius:12px;padding:1.5rem 2rem;font-size:1.125rem;color:#2c3e50;border-left:4px solid #667eea;margin-top:1rem;line-height:1.8}@media(max-width:768px){.case-study-card{padding:1.5rem}.case-study-card h3{font-size:1.5rem}.case-study-item h4,.case-study-item p{font-size:1rem}}.contact-page{min-height:100vh;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.contact-container{max-width:800px;margin:0 auto}.contact-header{text-align:center;margin-bottom:3rem}.contact-title{font-size:2.5rem;font-weight:700;color:#2c3e50;margin-bottom:1rem}.contact-subtitle{font-size:1.125rem;color:#7f8c8d;line-height:1.6}.contact-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;margin-bottom:3rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.95rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.875rem;font-size:1rem;border:2px solid #e8e8e8;border-radius:8px;transition:all .3s ease;font-family:inherit;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group textarea{resize:vertical;min-height:120px}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%232c3e50' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .875rem center;padding-right:2.5rem}.submit-btn{width:100%;padding:1rem;font-size:1.125rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{background:#fff5f5;border:2px solid #fc8181;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#c53030;text-align:center}.error-message p{margin:0;font-size:.95rem}.success-message{background:#fff;padding:3rem 2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;text-align:center;margin-bottom:3rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff;margin:0 auto 1.5rem;animation:scaleIn .5s ease}.success-message h2{font-size:2rem;color:#2c3e50;margin-bottom:.75rem}.success-message p{font-size:1.125rem;color:#7f8c8d}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.contact-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 40px #0000001a}.info-item{display:flex;gap:1rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0}.info-item h4{font-size:1rem;font-weight:600;color:#2c3e50;margin-bottom:.25rem}.info-item p{font-size:.95rem;color:#7f8c8d;margin:0}@media(max-width:768px){.contact-page{padding:5rem 1.5rem 3rem}.contact-title{font-size:2rem}.contact-form{padding:2rem 1.5rem}.contact-info{grid-template-columns:1fr}}.privacy-policy-page{min-height:100vh;display:flex;flex-direction:column}.privacy-policy-container{max-width:900px;margin:0 auto;padding:6rem 2rem 4rem;flex:1}.privacy-policy-title{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;text-align:center}.privacy-policy-updated{text-align:center;color:#7f8c8d;font-size:1rem;margin-bottom:3rem}.privacy-policy-content{background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 20px #00000014}.privacy-policy-content section{margin-bottom:2.5rem}.privacy-policy-content section:last-child{margin-bottom:0}.privacy-policy-content h2{font-size:1.75rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #3498db}.privacy-policy-content p{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:1rem}.privacy-policy-content ul{margin:1rem 0;padding-left:2rem}.privacy-policy-content li{font-size:1.125rem;line-height:1.8;color:#34495e;margin-bottom:.75rem}.privacy-policy-content strong{color:#2c3e50;font-weight:600}@media(max-width:768px){.privacy-policy-container{padding:4rem 1.5rem 2rem}.privacy-policy-title{font-size:2rem}.privacy-policy-content{padding:2rem 1.5rem}.privacy-policy-content h2{font-size:1.5rem}.privacy-policy-content p,.privacy-policy-content li{font-size:1rem}.privacy-policy-content ul{padding-left:1.5rem}}.app{min-height:100vh;width:100%;overflow-x:hidden}
