@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)}50%{opacity:.6;transform:translateX(-10px) scale(.95) rotate(-5deg)}to{bottom:110%;opacity:0;transform:translateX(5px) scale(.7) rotate(0deg)}}#scratchCanvas,.unlock-overlay{top:0;left:0;width:100%;height:100%}.unlock-overlay{position:fixed;z-index:10000;transition:opacity .5s ease}#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-sphere,.hero::before{position:absolute;pointer-events:none}.hero::before{content:"";top:0;left:0;width:100%;height:100%;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{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))}.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(--blue);box-shadow:0 4px 15px rgba(74,155,217,.2);transform:translateY(-2px)}.hero-badge svg{width:18px;height:18px;stroke:var(--blue);fill:none}.hero-badge--highlight{background:linear-gradient(135deg,var(--blue),#2980b9);border:0;color:#fff;box-shadow:0 4px 20px rgba(74,155,217,.4)}.hero-badge--highlight svg{stroke:#fff}.hero .btn-primary:hover,.hero-badge--highlight:hover{transform:translateY(-3px);box-shadow:0 8px 30px rgba(74,155,217,.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}.split-section{display:flex;min-height:500px;position:relative;overflow:hidden}.split-content{width:50%;padding:100px 4rem 100px 6rem;position:relative;z-index:2}.split-content .section-title{text-align:center;margin-bottom:2rem}.split-content .section-title h2{color:#fff;font-size:42px}.split-content .section-title p{color:rgba(255,255,255,.85)}.location-item h4,.split-content h3{font-size:28px;margin-bottom:1.5rem;font-weight:700;color:#fff}.split-content address,.split-content p{color:rgba(255,255,255,.9);margin-bottom:1.5rem;line-height:1.8;font-size:16px}.split-content address{font-style:normal;font-size:17px;margin-bottom:2rem}.split-media,.split-media::after{position:absolute;top:0;height:100%}.split-media{right:0;width:60%;clip-path:polygon(20%0,100%0,100% 100%,0 100%);overflow:hidden}.split-media iframe,.split-media img{width:100%;height:100%;object-fit:cover;display:block}.split-media::after{content:"";left:0;width:100%;pointer-events:none;z-index:1}.split-section--media-left .split-content{margin-left:auto;padding:100px 6rem 100px 4rem}.split-section--media-left .split-media{left:0;right:auto;width:54.8%;clip-path:polygon(0 0,74.8%0,94.8% 100%,0 100%)}.split-section--red{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}.split-section--red .split-media::after{background:linear-gradient(135deg,rgba(127,29,29,.3)0,rgba(231,76,60,.2) 100%)}.split-section--blue{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}.split-section--blue .split-media::after{background:linear-gradient(135deg,rgba(30,58,95,.4)0,rgba(74,155,217,.25) 100%)}.location-details{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem}.location-item h4{font-size:18px;margin-bottom:.75rem}.location-item p{color:rgba(255,255,255,.9);line-height:1.7;margin:0}.location-item a{color:#fff;text-decoration:none;transition:opacity .3s ease}.location-item a:hover{opacity:.8}.location-actions{display:flex;gap:1rem;flex-wrap:wrap}.split-section--blue .btn-primary,.split-section--blue .btn-secondary{font-size:16px;font-weight:600;border-radius:12px;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease}.split-section--blue .btn-primary{background:#fff;color:var(--blue);padding:1rem 2rem;border:0}.split-section--blue .btn-primary:hover{background:#f0f4f8;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.split-section--blue .btn-secondary{background:0 0;color:#fff;border:2px solid #fff;padding:.9rem 2rem}.split-section--blue .btn-secondary:hover{background:#fff;color:var(--blue)}.values{padding:120px 2rem;background:#f8fafc;position:relative;overflow:hidden}.service-area::before,.values::after,.values::before{content:"";position:absolute;border-radius:50%;pointer-events:none}.values::before{top:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(74,155,217,.1)0,transparent 50%)}.service-area::before,.values::after{background:radial-gradient(circle,rgba(231,76,60,.08)0,transparent 50%)}.values::after{bottom:-150px;right:-150px;width:450px;height:450px}.values .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.values .section-title{text-align:center;margin-bottom:4rem}.values .section-title h2{color:var(--text-primary);background:linear-gradient(135deg,var(--blue) 0%,var(--red) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.values .section-title p{color:var(--text-subtle)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.value-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px rgba(0,0,0,.06);transition:all .4s ease;border:1px solid rgba(0,0,0,.05);text-align:center}.value-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px rgba(0,0,0,.1)}.value-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.value-icon--blue{background:linear-gradient(135deg,rgba(74,155,217,.15)0,rgba(41,128,185,.15) 100%)}.value-icon--red{background:linear-gradient(135deg,rgba(231,76,60,.15)0,rgba(192,57,43,.15) 100%)}.value-card:hover .value-icon{transform:scale(1.1)}.value-icon svg{width:36px;height:36px;stroke-width:2}.value-icon--blue svg{stroke:var(--blue)}.value-icon--red svg{stroke:var(--red)}.value-card h3{font-size:24px;margin-bottom:1rem;font-weight:700;color:var(--text-primary)}.district-card p,.value-card p{color:var(--text-subtle);line-height:1.7;font-size:15px}.service-area{padding:120px 2rem;background:#fff;position:relative;overflow:hidden}.service-area::before{top:-100px;right:-100px;width:400px;height:400px}.service-area .container{max-width:1200px;margin:0 auto;position:relative;z-index:1}.service-area .section-title{text-align:center;margin-bottom:3rem}.service-area-content{text-align:center}.service-area-intro{font-size:18px;color:var(--text-subtle);max-width:800px;margin:0 auto 3rem;line-height:1.7}.districts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.district-card{background:#f8fafc;padding:1.5rem;border-radius:16px;text-align:left;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.district-card:hover{background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.08);transform:translateY(-5px)}.district-card h4{font-size:18px;margin-bottom:.5rem;color:var(--blue);font-weight:700}.district-card p{font-size:14px;line-height:1.6;margin:0}.service-area-cta{font-size:17px;color:var(--text-subtle)}.service-area-cta a{color:var(--blue);font-weight:600;text-decoration:none}.service-area-cta a:hover{color:var(--red)}@media (max-width:1200px){.about-image{width:40%}.about--image-left .container{padding-left:45%}}@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-image{display:none}.about .container,.about--image-left .container,.about--image-right .container{max-width:100%;margin:0 auto;padding:80px 2rem}.values-grid{grid-template-columns:1fr}.districts-grid{grid-template-columns:repeat(2,1fr)}.split-section{flex-direction:column}.split-content{width:100%;padding:80px 2rem}.split-media{position:relative;width:100%;height:350px;clip-path:none}}@media (max-width:768px){.hero{padding:80px 0 100px;min-height:auto}.hero h1{font-size:36px}.hero-subtitle{font-size:16px}.hero-badges{flex-direction:column;align-items:center}.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 .section-title h2,.split-content .section-title h2{font-size:32px}.districts-grid,.location-details{grid-template-columns:1fr}.split-content{padding:60px 1.5rem}.split-media{height:300px}.scratch-instruction p{font-size:22px}.scratch-hint{font-size:14px}}@media (max-width:480px){.hero h1{font-size:30px}.hero .btn-primary{padding:1rem 1.5rem;font-size:15px}.value-card{padding:2rem}.value-card h3{font-size:20px}}