@keyframes sphere-float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-25px) rotate(3deg)}50%{transform:translateY(-10px) rotate(-2deg)}75%{transform:translateY(-20px) rotate(2deg)}}@keyframes bubble-rise{0%{bottom:-100px;opacity:0;transform:translateX(0) scale(.6) rotate(0deg)}10%{opacity:.7;transform:translateX(15px) scale(1) rotate(10deg)}30%{opacity:.8;transform:translateX(-10px) scale(1.05) rotate(-5deg)}50%{opacity:.6;transform:translateX(20px) scale(.95) rotate(15deg)}70%{opacity:.7;transform:translateX(-15px) scale(1) rotate(-10deg)}90%{opacity:.5;transform:translateX(10px) scale(.9) rotate(5deg)}to{bottom:110%;opacity:0;transform:translateX(-5px) scale(.7) rotate(0deg)}}.unlock-overlay{position:fixed;z-index:10000;transition:opacity .5s ease}#scratchCanvas,.hero::before,.unlock-overlay{top:0;left:0;width:100%;height:100%}#scratchCanvas{position:absolute;cursor:crosshair}.scratch-instruction{position:absolute;bottom:120px;left:50%;transform:translateX(-50%);text-align:center;z-index:10;pointer-events:none}.scratch-instruction p{font-size:28px;font-weight:700;color:#fff;text-shadow:0 4px 20px rgba(0,0,0,.5);margin-bottom:.5rem}.scratch-hint{font-size:16px;color:rgba(255,255,255,.8);text-shadow:0 2px 10px rgba(0,0,0,.5)}.unlock-skip{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.95);border:2px solid rgba(74,155,217,.3);padding:.75rem 1.5rem;border-radius:100px;font-size:14px;font-weight:600;color:#475569;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;z-index:10}.unlock-skip:hover{background:#fff;border-color:var(--blue);color:var(--blue);box-shadow:0 8px 25px rgba(74,155,217,.3)}.unlock-skip svg{width:16px;height:16px}.hero{margin-top:80px;min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:100px 0 120px;background:linear-gradient(135deg,#1a5a8a 0,#2874a6 10%,#4a9bd9 25%,#8ec6e8 40%,#f0f4f8 50%,#f5c6c0 60%,#e74c3c 75%,#c0392b 90%,#922b21 100%)}.hero::before{content:"";background:radial-gradient(ellipse 80% 80%at 20% 30%,rgba(255,255,255,.4)0,transparent 50%),radial-gradient(ellipse 60% 60%at 80% 70%,rgba(255,255,255,.3)0,transparent 50%);z-index:0}.hero-sphere,.hero::after,.hero::before{position:absolute;pointer-events:none}.hero::after{content:"";top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.1)0,transparent 30%,transparent 70%,rgba(0,0,0,.05) 100%);z-index:0}.hero-sphere{border-radius:50%;z-index:2;display:flex;align-items:center;justify-content:center;transition:transform .3s ease}.hero-sphere--blue{width:320px;height:320px;top:8%;left:5%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8)0,transparent 25%),radial-gradient(circle at 70% 70%,rgba(0,0,0,.3)0,transparent 25%),linear-gradient(135deg,#5dade2 0,#4a9bd9 40%,#2980b9 100%);box-shadow:0 0 100px rgba(74,155,217,.7),0 0 50px rgba(74,155,217,.5),0 35px 70px rgba(74,155,217,.4),inset 0-35px 70px rgba(0,0,0,.2),inset 0 35px 70px rgba(255,255,255,.4);animation:sphere-float 12s ease-in-out infinite}.hero-sphere--red{width:280px;height:280px;bottom:10%;right:6%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.8)0,transparent 25%),radial-gradient(circle at 70% 70%,rgba(0,0,0,.3)0,transparent 25%),linear-gradient(135deg,#ec7063 0,#e74c3c 40%,#c0392b 100%);box-shadow:0 0 80px rgba(231,76,60,.7),0 0 40px rgba(231,76,60,.5),0 30px 60px rgba(231,76,60,.4),inset 0-30px 60px rgba(0,0,0,.2),inset 0 30px 60px rgba(255,255,255,.4);animation:sphere-float 10s ease-in-out infinite 2s}.sphere-icon{width:45%;height:45%;stroke:rgba(255,255,255,.95);fill:none;filter:drop-shadow(0 4px 12px rgba(0,0,0,.3))}.bubble svg circle[fill=currentColor],.bubble svg path[fill=currentColor],.sphere-icon circle[fill=currentColor],.sphere-icon path[fill=currentColor]{fill:rgba(255,255,255,.9)}.hero-bubbles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.bubble{position:absolute;border-radius:50%;background:rgba(30,58,95,.85);border:3px solid rgba(255,255,255,.5);box-shadow:0 8px 32px rgba(0,0,0,.25),inset 0 0 30px rgba(74,155,217,.3);animation:bubble-rise linear infinite;opacity:0;display:flex;align-items:center;justify-content:center}.bubble:nth-child(even){background:rgba(127,29,29,.85);box-shadow:0 8px 32px rgba(0,0,0,.25),inset 0 0 30px rgba(231,76,60,.3)}.bubble svg{width:50%;height:50%;stroke:#fff;stroke-width:3;fill:none;filter:drop-shadow(0 2px 6px rgba(0,0,0,.4))}.bubble:nth-child(1){width:70px;height:70px;left:8%;animation-duration:18s;animation-delay:0s}.bubble:nth-child(2){width:85px;height:85px;left:18%;animation-duration:22s;animation-delay:2s}.bubble:nth-child(3){width:60px;height:60px;left:32%;animation-duration:16s;animation-delay:4s}.bubble:nth-child(4){width:75px;height:75px;left:48%;animation-duration:20s;animation-delay:1s}.bubble:nth-child(5){width:65px;height:65px;left:62%;animation-duration:24s;animation-delay:3s}.bubble:nth-child(6){width:90px;height:90px;left:75%;animation-duration:19s;animation-delay:5s}.bubble:nth-child(7){width:55px;height:55px;left:88%;animation-duration:17s;animation-delay:2.5s}.bubble:nth-child(8){width:80px;height:80px;left:92%;animation-duration:21s;animation-delay:.5s}.bubble:nth-child(9){width:70px;height:70px;left:3%;animation-duration:23s;animation-delay:6s}.bubble:nth-child(10){width:65px;height:65px;left:42%;animation-duration:18s;animation-delay:4.5s}.hero-content{position:relative;z-index:10;max-width:800px;margin:0 auto;padding:0 2rem;text-align:center}.hero h1{font-size:56px;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.15}.hero h1 span{background:linear-gradient(135deg,#e74c3c 0,#c0392b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:19px;color:#475569;margin-bottom:2.5rem;line-height:1.8;max-width:650px;margin-left:auto;margin-right:auto}.hero-badges{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap}.hero-badge{display:flex;align-items:center;gap:.5rem;background:#fff;padding:.7rem 1.2rem;border-radius:100px;border:2px solid #e2e8f0;color:#475569;font-size:14px;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.04)}.hero-badge:hover{border-color:var(--red);box-shadow:0 4px 15px rgba(231,76,60,.2);transform:translateY(-2px)}.hero-badge svg{width:18px;height:18px;stroke:var(--red);fill:none}.hero-badge--highlight{background:linear-gradient(135deg,var(--red),#c0392b);border:0;color:#fff;box-shadow:0 4px 20px rgba(231,76,60,.4)}.hero-badge--highlight svg{stroke:#fff}.hero .btn-primary:hover,.hero-badge--highlight:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(231,76,60,.5)}.hero-buttons{display:flex;justify-content:center;gap:1.25rem;flex-wrap:wrap}.hero .btn-primary,.hero .btn-secondary{font-size:17px;border-radius:12px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem}.hero .btn-primary{background:linear-gradient(135deg,var(--red) 0%,#c0392b 100%);color:#fff;padding:1.1rem 2.5rem;font-weight:700;box-shadow:0 8px 30px rgba(231,76,60,.4);border:0}.hero .btn-primary:hover{box-shadow:0 12px 40px rgba(231,76,60,.5)}.hero .btn-secondary{background:#fff;color:var(--blue);border:2px solid var(--blue);padding:1rem 2rem;font-weight:600}.hero .btn-secondary:hover{background:var(--blue);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px rgba(74,155,217,.3)}.hero .btn-secondary svg{width:20px;height:20px}.services{padding:120px 2rem;background:#fff;position:relative;overflow:hidden}.services::after,.services::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.services::before{top:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(74,155,217,.15)0,transparent 50%)}.services::after{bottom:-200px;right:-150px;width:550px;height:550px;background:radial-gradient(circle,rgba(231,76,60,.12)0,transparent 50%)}.services-grid{display:grid;grid-template-columns:1fr;gap:4rem;max-width:1200px;margin:0 auto;position:relative;z-index:1}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;background:rgba(255,255,255,.95);backdrop-filter:blur(25px);border:1px solid rgba(74,155,217,.15);border-radius:25px;padding:3rem;box-shadow:0 10px 40px rgba(0,0,0,.06);transition:all .4s ease}.service-detail:hover{transform:translateY(-8px);box-shadow:0 20px 60px rgba(0,0,0,.1);border-color:rgba(74,155,217,.3)}.service-detail:nth-child(even){background:linear-gradient(135deg,rgba(248,250,252,.95)0,rgba(255,255,255,.95) 100%)}.service-detail.reverse{grid-template-columns:1fr 1fr}.service-detail.reverse .service-content{order:2}.service-detail.reverse .service-image{order:1}.service-content h2{font-size:38px;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,var(--blue) 0%,#2980b9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-detail:nth-child(even) .service-content h2{background:linear-gradient(135deg,var(--red) 0%,#c0392b 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-intro{font-size:17px}.service-content p,.service-intro{color:var(--text-subtle);line-height:1.7;margin-bottom:1.5rem}.service-card h3,.service-content h3{font-size:22px;margin-bottom:1rem;font-weight:700;color:var(--text-primary)}.about--blue .about-text ul,.feature-list{list-style:none;margin-bottom:2rem}.feature-list li{padding:.6rem 0;padding-left:2rem;position:relative;color:var(--text-subtle);line-height:1.6;font-size:15px}.feature-list li::before{content:"✓";position:absolute;left:0;color:var(--blue);font-weight:700;font-size:18px}.service-detail:nth-child(even) .feature-list li::before{color:var(--red)}.service-actions{display:flex;gap:1rem;flex-wrap:wrap}.service-image{width:100%;position:relative}.service-image img{width:100%;height:400px;object-fit:cover;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.12);transition:all .5s ease}.service-detail:hover .service-image img{transform:scale(1.03);box-shadow:0 20px 50px rgba(0,0,0,.15)}.about--blue{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%);padding:0;position:relative;overflow:hidden;min-height:600px}.about--blue .container{position:relative;padding:100px 2rem;background:0 0}.about--blue .section-title{text-align:center}.about--blue .about-text h3,.about--blue .about-text p,.about--blue .about-text ul li,.about--blue .about-text ul li strong,.about--blue .section-title h2,.about--blue .section-title p{color:#fff}.about--blue .section-title p{color:rgba(255,255,255,.85)}.about--blue .about-text ul li{color:rgba(255,255,255,.9);padding:1rem 0;padding-left:3rem;position:relative;line-height:1.7;font-size:15px;border-left:2px solid transparent;transition:all .3s ease;margin-left:-.5rem;padding-right:.5rem;border-radius:0 8px 8px 0}.about--blue .about-text ul li:hover{background:rgba(255,255,255,.1);border-left-color:#fff}.about--blue .about-text ul li::before{background:linear-gradient(135deg,#fff 0,#e0e0e0 100%);box-shadow:0 4px 12px rgba(0,0,0,.2)}.about--blue .about-text ul li::after{color:#2980b9}.about--blue .about-image{position:absolute;right:0;top:0;width:40%;height:100%;clip-path:polygon(20%0,100%0,100% 100%,0 100%);overflow:hidden}.about--blue .about-image img{width:100%;height:100%;object-fit:cover}.about--blue .about-image::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(30,58,95,.4)0,rgba(74,155,217,.25) 100%);pointer-events:none;z-index:3}.about--blue .about-text ul li::before{content:"";position:absolute;left:.5rem;top:1.15rem;width:22px;height:22px;border-radius:50%}.about--blue .about-text ul li::after{content:"✓";position:absolute;left:15px;top:1.1rem;font-size:12px;font-weight:700}.services--process{background:#f8fafc}.services--process::before{background:radial-gradient(circle,rgba(231,76,60,.1)0,transparent 50%);top:-100px;right:-100px;left:auto}.services--process::after{background:radial-gradient(circle,rgba(74,155,217,.1)0,transparent 50%);bottom:-100px;left:-100px;right:auto}.service-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.service-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.service-number{font-size:48px;font-weight:800;background:linear-gradient(135deg,var(--blue) 0%,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem;line-height:1}.service-card p{color:var(--text-subtle);line-height:1.7;font-size:15px}.blog{padding:120px 2rem;background:#fff;position:relative;overflow:hidden}.blog::after,.blog::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.blog::before{top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(231,76,60,.12)0,transparent 50%)}.blog::after{bottom:-150px;left:-150px;width:450px;height:450px;background:radial-gradient(circle,rgba(74,155,217,.1)0,transparent 50%)}@media (max-width:1200px){.about--blue .about-image{width:35%}}@media (max-width:1024px){.hero-sphere--blue{width:200px;height:200px;top:10%;left:5%}.hero-sphere--red{width:160px;height:160px;bottom:15%;right:5%}.about--blue .about-image{display:none}.about--blue .container{padding:80px 2rem}}@media (max-width:968px){.service-detail,.service-detail.reverse{grid-template-columns:1fr}.service-detail.reverse .service-content{order:1}.service-detail.reverse .service-image{order:2}}@media (max-width:768px){.hero{padding:80px 0 100px;min-height:auto}.hero h1{font-size:36px}.hero-subtitle{font-size:16px}.hero-badges{gap:.5rem}.hero-badge{padding:.5rem .9rem;font-size:13px}.hero-buttons{flex-direction:column;padding:0 1rem}.hero .btn-primary,.hero .btn-secondary{width:100%;justify-content:center}.hero-sphere--blue{width:150px;height:150px;top:5%;left:-30px;opacity:.7}.hero-sphere--red{width:120px;height:120px;bottom:10%;right:-20px;opacity:.6}.about,.blog,.services{padding:80px 1.5rem}.service-detail{padding:2rem}.service-content h2{font-size:28px}.service-image img{height:280px}.scratch-instruction p{font-size:22px}.scratch-hint{font-size:14px}}@media (max-width:480px){.hero h1{font-size:30px}.hero-badges{flex-direction:column;align-items:center}.hero .btn-primary{padding:1rem 1.5rem;font-size:15px}.service-content h2{font-size:24px}.service-cards-grid{grid-template-columns:1fr}}