:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-height:100vh;background-color:#fff}#root{min-height:100vh}html{scroll-behavior:smooth}*{margin:0;padding:0;box-sizing:border-box}html{overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:#2d3748;background-color:#fefefe;overflow-x:hidden}.app{min-height:100vh;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.nav{position:fixed;top:0;left:0;right:0;background:#fff;border-bottom:1px solid rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-logo{display:flex;align-items:center;gap:.75rem}.nav-logo-image{height:50px;width:auto}.nav-logo-text{height:30px;width:auto}.nav-links{display:flex;gap:2rem}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease;position:relative}.nav-links a:hover{color:#e53e3e}.nav-links a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2,#38b2ac);transition:width .3s ease}.nav-links a:hover:after{width:100%}.hero{padding:120px 0 80px;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460,#533483,#e94560,#f39c12);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-container{max-width:1200px;margin:0 auto;padding:0 1rem}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-left{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.hero-logo{margin-bottom:1.5rem}.logo-image{height:150px;width:150px;border-radius:50%;box-shadow:0 10px 30px #0000004d;border:4px solid rgba(255,255,255,.2);transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.hero-intro{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.profile-photo{width:80px;height:80px;border-radius:50%;border:3px solid rgba(255,255,255,.3);box-shadow:0 8px 25px #0003;object-fit:cover;flex-shrink:0}.intro-text{flex:1}.hero-author{color:#cbd5e0;font-size:1rem;margin:.5rem 0 0;font-weight:500}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;color:#fff;margin:0}.hero-subtitle{color:#38b2ac;font-size:3.5rem;font-weight:800}.hero-description{font-size:1.2rem;color:#cbd5e0;line-height:1.6;margin:0}.service-pill{display:inline;background:linear-gradient(135deg,#f39c12,#e67e22,#f39c12);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.1rem;font-weight:700;margin:0 .3rem;transition:all .4s ease;cursor:pointer;text-transform:none;letter-spacing:.5px;vertical-align:baseline;position:relative;animation:gradientShift 4s ease-in-out infinite;text-shadow:0 0 15px rgba(243,156,18,.3)}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.service-pill:hover{background:linear-gradient(135deg,#fff,#f8f9fa,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;transform:translateY(-2px) scale(1.03);text-shadow:0 0 20px rgba(243,156,18,.6);animation:none}.hero-cta{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.hero-guarantee{font-size:.9rem;color:#a0aec0}.guarantee-text{font-weight:500}.hero-right{display:flex;justify-content:center;align-items:center}.hero-visual{width:100%;max-width:500px}.stats-card{background:#ffffff1a;border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:2rem;display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:center}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-number{font-size:2.5rem;font-weight:800;color:#38b2ac;line-height:1;margin-bottom:.5rem}.stat-label{color:#e2e8f0;font-size:.9rem;font-weight:500}.dashboard{background:#ffffff14;border-radius:20px;padding:1.5rem;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 25px 50px #0000004d;position:relative;overflow:hidden;animation:dashboardSlideIn .8s ease-out}@keyframes dashboardSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.dashboard:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#667eea,#764ba2,#38b2ac)}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard-title{color:#fff;font-size:1rem;font-weight:700;letter-spacing:.5px}.status-indicator{display:flex;align-items:center;gap:.5rem;color:#38b2ac;font-size:.8rem;font-weight:600}.status-dot{width:8px;height:8px;border-radius:50%;background:#38b2ac;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.main-chart{margin-bottom:1.5rem}.chart-title{color:#cbd5e0;font-size:.8rem;font-weight:600;margin-bottom:1rem;text-align:center;text-transform:uppercase;letter-spacing:1px;animation:chartTitleFadeIn 1s ease-out .3s forwards;opacity:0}.speed-chart{position:relative;height:120px;background:#ffffff08;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.1)}.chart-line{position:relative;width:100%;height:100%}.line-point{position:absolute;width:8px;height:8px;background:#38b2ac;border-radius:50%;border:2px solid rgba(255,255,255,.2);transform:translate(-50%,50%);animation:pointGlow 2s ease-in-out infinite}.line-point.active{background:#e53e3e;width:12px;height:12px;box-shadow:0 0 20px #e53e3e80}@keyframes pointGlow{0%,to{box-shadow:0 0 5px #38b2ac4d}50%{box-shadow:0 0 15px #38b2ac99}}.chart-svg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.chart-path{stroke-dasharray:200;stroke-dashoffset:200;animation:drawPath 3s ease-in-out forwards}@keyframes drawPath{to{stroke-dashoffset:0}}.chart-labels{display:flex;justify-content:space-between;margin-top:.5rem;color:#a0aec0;font-size:.7rem;font-weight:500}.performance-visualization{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:performanceSlideIn .8s ease-out forwards;opacity:0;transform:translateY(20px)}.animated-metrics{display:flex;flex-direction:column;gap:1.5rem}.metric-comparison{display:flex;align-items:center;justify-content:space-between;gap:1rem}.metric-before,.metric-after{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1}.metric-label{font-size:.8rem;color:#a0aec0;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.metric-value{font-size:1.8rem;font-weight:700;transition:all .3s ease}.metric-value.slow{color:#e53e3e;animation:slowPulse 2s ease-in-out infinite}.metric-value.fast{color:#38b2ac;animation:fastGlow 2s ease-in-out infinite}.progress-ring{position:relative;width:60px;height:60px;animation:ringRotate 3s linear infinite}.circular-chart{width:100%;height:100%;transform:rotate(-90deg)}.circle-bg{fill:none;stroke:#ffffff1a;stroke-width:2}.circle{fill:none;stroke-width:3;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;animation:circleDraw 2s ease-in-out forwards}.circle.slow{stroke:#e53e3e;stroke-dasharray:20,100}.circle.fast{stroke:#38b2ac;stroke-dasharray:85,100}.optimization-arrow{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:0 0 auto;animation:arrowPulse 2s ease-in-out infinite}.arrow-line{width:40px;height:2px;background:linear-gradient(90deg,#e53e3e,#38b2ac);border-radius:1px}.arrow-head{font-size:1.2rem;color:#38b2ac;font-weight:700}.optimization-text{font-size:.7rem;color:#a0aec0;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.improvement-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem}.improvement-stats .stat-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.75rem;background:#ffffff0d;border-radius:12px;border:1px solid rgba(255,255,255,.1);animation:statSlideUp .6s ease-out forwards;opacity:0;transform:translateY(10px)}.improvement-stats .stat-item:nth-child(1){animation-delay:.2s}.improvement-stats .stat-item:nth-child(2){animation-delay:.4s}.improvement-stats .stat-item:nth-child(3){animation-delay:.6s}.improvement-stats .stat-number{font-size:1.2rem;font-weight:700;color:#38b2ac}.improvement-stats .stat-label{font-size:.7rem;color:#a0aec0;font-weight:500;text-transform:uppercase;letter-spacing:.5px}@keyframes performanceSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes slowPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.05);opacity:1}}@keyframes fastGlow{0%,to{text-shadow:0 0 5px rgba(56,178,172,.3);transform:scale(1)}50%{text-shadow:0 0 20px rgba(56,178,172,.6);transform:scale(1.05)}}@keyframes ringRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes circleDraw{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes arrowPulse{0%,to{transform:scale(1);opacity:.8}50%{transform:scale(1.1);opacity:1}}@keyframes statSlideUp{to{opacity:1;transform:translateY(0)}}.metrics-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.metric-card{display:flex;align-items:center;gap:.75rem;background:#ffffff0d;border-radius:12px;padding:1rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;animation:metricCardSlideIn .6s ease-out forwards;opacity:0;transform:translateY(20px)}.metric-card:nth-child(1){animation-delay:.2s}.metric-card:nth-child(2){animation-delay:.4s}.metric-card:hover{background:#ffffff14;transform:translateY(-2px)}.metric-icon{font-size:1.5rem;opacity:.8}.metric-content{display:flex;flex-direction:column}.metric-value{color:#fff;font-size:1.2rem;font-weight:800;line-height:1;margin-bottom:.25rem}.metric-label{color:#a0aec0;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.progress-section{display:flex;flex-direction:column;gap:1rem;animation:progressSectionSlideIn .8s ease-out .6s forwards;opacity:0;transform:translateY(20px)}.progress-item{display:flex;flex-direction:column;gap:.5rem}.progress-header{display:flex;justify-content:space-between;align-items:center;color:#cbd5e0;font-size:.8rem;font-weight:500}.progress-bar{height:6px;background:#ffffff1a;border-radius:3px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#667eea,#38b2ac);border-radius:3px;position:relative;animation:fillProgress 2s ease-out}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes fillProgress{0%{width:0%}to{width:var(--width, 0%)}}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes metricCardSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes progressSectionSlideIn{to{opacity:1;transform:translateY(0)}}@keyframes chartTitleFadeIn{to{opacity:1}}.gradient-text{background:linear-gradient(135deg,#667eea,#764ba2,#38b2ac);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-block;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:linear-gradient(135deg,#667eea,#38b2ac);color:#fff;box-shadow:0 4px 15px #e53e3e66}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e53e3e99}.btn-secondary{background:transparent;color:#e53e3e;border:2px solid #e53e3e}.btn-secondary:hover{background:#e53e3e;color:#fff;transform:translateY(-2px)}section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#2d3748}.services{background:linear-gradient(135deg,#f8fafc,#e2e8f0,#cbd5e0);position:relative;overflow:visible;padding:4rem 0}.services:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="%23e53e3e" opacity="0.1"/><circle cx="80" cy="40" r="3" fill="%2338b2ac" opacity="0.1"/><circle cx="40" cy="80" r="2" fill="%233182ce" opacity="0.1"/><circle cx="90" cy="90" r="1" fill="%23e53e3e" opacity="0.1"/></svg>') repeat;animation:float 20s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.services-header{margin-bottom:3rem;position:relative;z-index:1}.services-intro{display:flex;align-items:center;gap:1.5rem;max-width:900px;margin:0 auto}.services-profile-photo{width:160px;height:160px;border-radius:50%;border:4px solid #ffffff;box-shadow:0 15px 35px #0000001a;object-fit:cover;flex-shrink:0}.intro-content{flex:1}.services-subtitle{font-size:1.3rem;color:#2d3748;margin-top:1rem;line-height:1.6;font-weight:600}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;position:relative;z-index:1;padding-top:2rem;padding-bottom:2rem;max-width:1200px;margin:0 auto}.service-card{background:#fff;padding:2.5rem 2rem;border-radius:25px;text-align:left;box-shadow:0 15px 35px #00000014;transition:all .4s ease;border:1px solid rgba(255,255,255,.8);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#38b2ac);transform:scaleX(0);transition:transform .3s ease}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{transform:translateY(-15px);box-shadow:0 25px 50px #00000026}.service-card.featured{border:2px solid #e53e3e;transform:scale(1.05);margin-top:20px}.service-card.featured:hover{transform:scale(1.05) translateY(-15px)}.featured-badge{position:absolute;top:-15px;right:20px;background:linear-gradient(135deg,#667eea,#38b2ac);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.8rem;font-weight:600;box-shadow:0 5px 15px #e53e3e4d;z-index:10}.service-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.service-icon{font-size:2.5rem;opacity:.8}.service-number{font-size:3rem;font-weight:800;color:#e2e8f0;line-height:1}.service-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748}.service-card p{color:#4a5568;line-height:1.6;margin-bottom:1.5rem}.service-features{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:linear-gradient(135deg,#667eea,#38b2ac);color:#fff;padding:.25rem .75rem;border-radius:15px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.service-card-electric-blue{background:linear-gradient(135deg,#667eea,#764ba2);border:3px solid #8b5cf6;box-shadow:0 15px 35px #667eea40}.service-card-electric-blue .service-icon-wrapper{background:#ffffff26;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px}.service-card-electric-blue .service-badge{background:#8b5cf6;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-card-electric-blue h3{color:#fff;font-size:1.6rem;font-weight:800}.service-card-electric-blue p{color:#ffffffe6;font-size:1rem}.service-card-hot-pink{background:linear-gradient(135deg,#e94560,#f39c12);border:3px solid #ff6b6b;box-shadow:0 15px 35px #e9456040}.service-card-hot-pink .service-icon-wrapper{background:#ffffff26;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px}.service-card-hot-pink .service-badge{background:#ff6b6b;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-card-hot-pink h3{color:#fff;font-size:1.6rem;font-weight:800}.service-card-hot-pink p{color:#ffffffe6;font-size:1rem}.service-card-neon-green{background:linear-gradient(135deg,#38b2ac,#2c7a7b);border:3px solid #4fd1c7;box-shadow:0 15px 35px #38b2ac40}.service-card-neon-green .service-icon-wrapper{background:#ffffff26;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px}.service-card-neon-green .service-badge{background:#4fd1c7;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-card-neon-green h3{color:#fff;font-size:1.6rem;font-weight:800}.service-card-neon-green p{color:#ffffffe6;font-size:1rem}.service-card-electric-yellow{background:linear-gradient(135deg,#f39c12,#e67e22);border:3px solid #fbbf24;box-shadow:0 15px 35px #f39c1240}.service-card-electric-yellow .service-icon-wrapper{background:#ffffff26;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px}.service-card-electric-yellow .service-badge{background:#fbbf24;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.service-card-electric-yellow h3{color:#fff;font-size:1.6rem;font-weight:800}.service-card-electric-yellow p{color:#ffffffe6;font-size:1rem}.service-features{display:flex;flex-direction:column;gap:.75rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;font-weight:500}.feature-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.service-card-electric-blue .feature-dot{background:#8b5cf6}.service-card-hot-pink .feature-dot{background:#ff6b6b}.service-card-neon-green .feature-dot{background:#4fd1c7}.service-card-electric-yellow .feature-dot{background:#fbbf24}.service-card-electric-blue .feature-item span,.service-card-hot-pink .feature-item span,.service-card-neon-green .feature-item span,.service-card-electric-yellow .feature-item span{color:#ffffffe6}.service-price{font-size:2.5rem;font-weight:800;margin:.5rem 0;line-height:1}.service-price span{font-size:1.2rem;font-weight:600;opacity:.9}.service-price-detail{font-size:.9rem;font-weight:500;margin-bottom:1rem;opacity:.8;font-style:italic}.service-btn{margin-top:1.5rem;width:100%;text-align:center;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600}.service-not-included{margin:1.5rem 0;padding:1rem;background:#0000000d;border-radius:12px;border-left:4px solid #e53e3e}.service-not-included h4{font-size:.9rem;font-weight:700;margin-bottom:.75rem;color:#2d3748;text-transform:uppercase;letter-spacing:.5px}.not-included-item{font-size:.85rem;color:#4a5568;margin-bottom:.5rem;line-height:1.4;font-weight:500}.service-card-electric-blue .service-not-included{background:#ffffff1a;border-left-color:#ff6b6b}.service-card-electric-blue .service-not-included h4{color:#fff}.service-card-electric-blue .not-included-item{color:#fffc}.service-card-hot-pink .service-not-included{background:#ffffff1a;border-left-color:#ff6b6b}.service-card-hot-pink .service-not-included h4{color:#fff}.service-card-hot-pink .not-included-item{color:#fffc}.service-card-neon-green .service-not-included{background:#ffffff1a;border-left-color:#ff6b6b}.service-card-neon-green .service-not-included h4{color:#fff}.service-card-neon-green .not-included-item{color:#fffc}.service-card-electric-yellow .service-not-included{background:#ffffff1a;border-left-color:#ff6b6b}.service-card-electric-yellow .service-not-included h4{color:#fff}.service-card-electric-yellow .not-included-item{color:#fffc}.services-section-header{text-align:center;margin:3rem 0 2rem}.services-title{font-size:2.8rem;font-weight:800;color:#2d3748;margin-bottom:1rem;line-height:1.2}.services-description{font-size:1.2rem;color:#4a5568;font-weight:500;margin:0}.pricing{background:#f8fafc}.pricing-subtitle{text-align:center;font-size:1.2rem;color:#4a5568;margin-bottom:3rem;font-weight:500}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.pricing-card{background:#fff;border-radius:20px;padding:2.5rem 2rem;text-align:center;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:2px solid transparent;position:relative}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000026}.pricing-card.featured{border-color:#e53e3e;transform:scale(1.05)}.featured-badge{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#667eea,#38b2ac);color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.9rem;font-weight:600}.pricing-header h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748}.price{font-size:3rem;font-weight:800;color:#e53e3e;margin-bottom:.5rem}.price span{font-size:1.2rem;color:#4a5568}.price-detail{color:#4a5568;margin-bottom:2rem;font-size:1.1rem}.pricing-features{list-style:none;text-align:left;margin-bottom:2rem}.pricing-features li{padding:.5rem 0;color:#4a5568;font-size:1rem}.custom-work{background:#fff;border-radius:20px;padding:2rem;text-align:center;margin-bottom:2rem;box-shadow:0 10px 30px #0000001a}.custom-work h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#2d3748}.custom-work p{color:#4a5568;margin-bottom:1rem}.custom-price{font-size:2.5rem;font-weight:800;color:#38b2ac}.new-customer-deal{background:linear-gradient(135deg,#667eea,#38b2ac);color:#fff;border-radius:20px;padding:2rem;text-align:center;position:relative;overflow:hidden}.deal-badge{font-size:1.2rem;font-weight:700;margin-bottom:1rem}.new-customer-deal h3{font-size:2rem;font-weight:800;margin:0}.about{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460,#533483,#e94560,#f39c12);color:#fff}.about .section-title{color:#fff}.about-text{max-width:800px;margin:0 auto;text-align:center}.about-text p{font-size:1.1rem;margin-bottom:1.5rem;opacity:.9}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;margin-top:3rem}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat p{opacity:.8;font-weight:500}.contact{background:linear-gradient(135deg,#f8fafc,#e2e8f0);position:relative;overflow:hidden}.contact:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%23e2e8f0" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="%23cbd5e0" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="%23a0aec0" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');pointer-events:none}.contact-header{text-align:center;margin-bottom:4rem;position:relative;z-index:1}.contact-badge{display:inline-block;background:linear-gradient(135deg,#38b2ac,#2c7a7b);color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.contact-description{font-size:1.2rem;color:#4a5568;max-width:600px;margin:0 auto;line-height:1.7}.contact-content{display:flex;justify-content:center;position:relative;z-index:1}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-card{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 40px #00000014;border:1px solid rgba(0,0,0,.05);transition:transform .3s ease,box-shadow .3s ease;max-width:800px;width:100%}.contact-card-gradient{background:linear-gradient(135deg,#e94560,#f39c12);border:3px solid #ff6b6b;box-shadow:0 15px 35px #e9456040;color:#fff}.contact-card-gradient .contact-icon-wrapper{background:#fff3;border-radius:50%;padding:1rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px}.contact-card-gradient .contact-badge{background:#ff6b6b;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.contact-card-gradient h3{color:#fff;font-size:1.6rem;font-weight:800}.contact-card-gradient .contact-subtitle{color:#ffffffe6;font-size:1rem;margin-bottom:2rem;line-height:1.6}.contact-card-gradient .contact-item-content h4{color:#fff;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.contact-card-gradient .contact-item-content p{color:#ffffffe6;font-size:1.2rem;margin:0}.contact-card-gradient .contact-item-content a{color:gold;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-card-gradient .contact-item-content a:hover{color:#ffeb3b;text-decoration:underline}.contact-card-gradient .contact-btn{background:#fff3;color:#fff;border:2px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.contact-card-gradient .contact-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.contact-card:hover{transform:translateY(-5px);box-shadow:0 25px 50px #0000001f}.contact-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f1f5f9}.contact-icon{font-size:2rem;background:linear-gradient(135deg,#38b2ac,#2c7a7b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-card-header h3{font-size:1.5rem;font-weight:700;color:#1a202c;margin:0}.contact-details{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.contact-item{background:#ffffff1a;border:2px solid rgba(255,255,255,.2);border-radius:16px;padding:1.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:flex-start;gap:1rem}.contact-item:hover{background:#fff3;border-color:#fff6;transform:translateY(-3px);box-shadow:0 8px 25px #00000026}.contact-item-icon{font-size:1.8rem;flex-shrink:0;margin-top:.2rem;opacity:.9;transition:all .3s ease}.contact-item:hover .contact-item-icon{opacity:1;transform:scale(1.1)}.contact-item-content h4{font-size:1.1rem;font-weight:600;margin-bottom:.3rem;color:#2d3748}.contact-item-content p{color:#4a5568;font-size:1rem;margin:0}.contact-item-content a{color:#38b2ac;text-decoration:none;font-weight:600;transition:color .3s ease}.contact-item-content a:hover{color:#2c7a7b;text-decoration:underline}.contact-cta{margin-top:2rem;text-align:center}.contact-cta .btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600}.contact-guarantee{background:linear-gradient(135deg,#f0fff4,#e6fffa);padding:2rem;border-radius:20px;border:2px solid #38b2ac;text-align:center;position:relative;overflow:hidden}.contact-guarantee:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(56,178,172,.05) 0%,transparent 70%);animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(-20px,-20px) rotate(180deg)}}.guarantee-icon{font-size:2.5rem;margin-bottom:1rem;position:relative;z-index:1}.contact-guarantee h4{font-size:1.3rem;font-weight:700;color:#2d3748;margin-bottom:.8rem;position:relative;z-index:1}.contact-guarantee p{color:#4a5568;font-size:1rem;line-height:1.6;margin:0;position:relative;z-index:1}.contact-form-container{background:#fff;padding:3rem;border-radius:24px;box-shadow:0 20px 40px #00000014;border:1px solid rgba(0,0,0,.05);position:relative}.form-header{margin-bottom:2.5rem;text-align:center}.form-header h3{font-size:1.8rem;font-weight:700;color:#1a202c;margin-bottom:.8rem}.form-header p{color:#4a5568;font-size:1.1rem;margin:0}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.form-message.success{background-color:#f0f9ff;border:1px solid #0ea5e9;color:#0c4a6e}.form-message.error{background-color:#fef2f2;border:1px solid #ef4444;color:#991b1b}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2d3748;font-size:.95rem;margin-bottom:.3rem}.form-group input,.form-group select,.form-group textarea{padding:1rem 1.2rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#fafafa;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#38b2ac;background:#fff;box-shadow:0 0 0 3px #38b2ac1a}.btn-large{padding:1.2rem 2.5rem;font-size:1.1rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.8rem;transition:all .3s ease;position:relative;overflow:hidden}.btn-large:hover{transform:translateY(-2px);box-shadow:0 15px 30px #38b2ac4d}.btn-icon{font-size:1.2rem;transition:transform .3s ease}.btn-large:hover .btn-icon{transform:translate(4px)}.form-group{margin-bottom:0}.form-group input,.form-group textarea,.form-group select{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:border-color .3s ease;font-family:inherit;background-color:#fff}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#e53e3e}.form-group textarea{resize:vertical;min-height:120px}.footer{background:#2d3748;color:#fff;text-align:center;padding:2rem 0}.footer p{opacity:.8}@media (max-width: 1024px){.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.services-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-links{gap:1rem}.nav-logo-text{height:25px}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-title,.hero-subtitle{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-cta{align-items:center}.hero-intro{flex-direction:column;text-align:center;gap:1rem}.profile-photo{width:70px;height:70px}.logo-image{height:130px;width:130px}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-details{grid-template-columns:1fr;gap:1rem;width:100%;max-width:100%}.contact-item{padding:1.25rem;width:100%;box-sizing:border-box}.contact-header{margin-bottom:2.5rem}.contact-badge{font-size:.8rem;padding:.4rem 1.2rem}.contact-description{font-size:1.1rem}.contact-card,.contact-form-container{padding:2rem;width:100%;max-width:100%;box-sizing:border-box}.form-row{grid-template-columns:1fr;gap:1rem}.contact-guarantee{padding:1.5rem}.contact-guarantee h4{font-size:1.1rem}.contact-guarantee p{font-size:.9rem}.about-stats{grid-template-columns:repeat(3,1fr)}.services-grid{grid-template-columns:1fr}.container{padding:0 .75rem}}@media (max-width: 480px){.hero-title,.hero-subtitle,.section-title{font-size:2rem}.services-intro{flex-direction:column;text-align:center;gap:1rem}.services-profile-photo{width:140px;height:140px}.service-card{padding:2rem 1.5rem}.about-stats{grid-template-columns:1fr;gap:1rem}.stats-card{grid-template-columns:1fr;gap:1rem;padding:1.5rem}.stat-number{font-size:2rem}.dashboard{padding:1rem}.metrics-row{grid-template-columns:1fr;gap:.75rem}.metric-card{padding:.75rem}.metric-value{font-size:1rem}.speed-chart{height:100px}.line-point{width:6px;height:6px}.line-point.active{width:10px;height:10px}.contact-details{grid-template-columns:1fr;gap:.75rem;padding:0}.contact-item{padding:1rem;margin:0}.contact-card{padding:1.5rem;margin:0}}
