.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%);contain:layout}.hero::before{content:'';position:absolute;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%);pointer-events:none;z-index:0}.hero::after{content:'';position:absolute;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%);pointer-events:none;z-index:0}@keyframes float-slow{0%,100%{transform:translate(0,0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(-30px,-10px) scale(1.02)}}.hero-sphere{position:absolute;border-radius:50%;pointer-events:none;z-index:2;display:flex;align-items:center;justify-content:center;contain:layout size paint;will-change:transform}.hero-sphere--blue{width:380px;height:380px;top:5%;left:3%;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 120px rgba(74,155,217,.8),0 0 60px rgba(74,155,217,.6),0 40px 80px rgba(74,155,217,.5),inset 0 -40px 80px rgba(0,0,0,.2),inset 0 40px 80px rgba(255,255,255,.4);animation:sphere-float 12s ease-in-out infinite}.hero-sphere--red{width:320px;height:320px;bottom:8%;right: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,#ec7063 0,#e74c3c 40%,#c0392b 100%);box-shadow:0 0 100px rgba(231,76,60,.8),0 0 50px rgba(231,76,60,.6),0 35px 70px rgba(231,76,60,.5),inset 0 -35px 70px rgba(0,0,0,.2),inset 0 35px 70px rgba(255,255,255,.4);animation:sphere-float 10s ease-in-out infinite 2s}.sphere-letter{font-family:'Space Grotesk',sans-serif;font-weight:700;color:rgba(255,255,255,.98);text-shadow:2px 4px 12px rgba(0,0,0,.35),0 0 50px rgba(255,255,255,.3);user-select:none}.hero-sphere--blue .sphere-letter{font-size:190px;margin-top:-10px;margin-left:-5px}.hero-sphere--red .sphere-letter{font-size:160px;margin-top:-8px}@keyframes sphere-float{0%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-25px) rotate(3deg)}50%{transform:translateY(-10px) rotate(-2deg)}75%{transform:translateY(-20px) rotate(2deg)}}.hero-tech-icons{display:none}.tech-icon{position:absolute;stroke-width:2.5;animation:icon-float 20s ease-in-out infinite}.tech-icon--cpu,.tech-icon--hdd,.tech-icon--laptop,.tech-icon--ram{stroke:rgba(30,58,95,0.85);fill:rgba(30,58,95,0.15);filter:drop-shadow(0 4px 20px rgba(74, 155, 217, .5))}.tech-icon--pulse,.tech-icon--shield,.tech-icon--stethoscope,.tech-icon--wrench{stroke:rgba(127,29,29,0.85);fill:rgba(127,29,29,0.15);filter:drop-shadow(0 4px 20px rgba(231, 76, 60, .5))}.tech-icon--cpu{width:120px;height:120px;top:6%;left:25%;animation-delay:0s}.tech-icon--hdd{width:100px;height:100px;top:50%;left:2%;animation-delay:2s;animation-duration:18s}.tech-icon--stethoscope{width:110px;height:110px;top:15%;right:18%;animation-delay:4s;animation-duration:22s}.tech-icon--wrench{width:95px;height:95px;bottom:25%;left:15%;animation-delay:1s;animation-duration:19s}.tech-icon--shield{width:90px;height:90px;top:35%;right:3%;animation-delay:3s;animation-duration:21s}.tech-icon--ram{width:110px;height:110px;bottom:10%;right:22%;animation-delay:5s;animation-duration:17s}.tech-icon--pulse{width:130px;height:130px;top:60%;left:35%;animation-delay:2.5s;animation-duration:23s}.tech-icon--laptop{width:105px;height:105px;top:8%;right:5%;animation-delay:4.5s;animation-duration:20s}@keyframes icon-float{0%,100%{transform:translateY(0) rotate(0);opacity:1}25%{transform:translateY(-25px) rotate(5deg);opacity:.8}50%{transform:translateY(-15px) rotate(-3deg);opacity:1}75%{transform:translateY(-30px) rotate(3deg);opacity:.9}}.hero-bubbles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden;contain:strict}.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;contain:layout size paint;will-change:transform,opacity}.bubble:nth-child(2n){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:#ffffff;stroke-width:3;fill:none;filter:drop-shadow(0 2px 6px rgba(0, 0, 0, .4))}.bubble:first-child{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}@keyframes bubble-rise{0%{bottom:-100px;opacity:0;transform:translateX(0) scale(.6) rotate(0)}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)}100%{bottom:110%;opacity:0;transform:translateX(-5px) scale(.7) rotate(0)}}.hero-falling-letters{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden;display:none}.hero-falling-letters.active{display:block}@keyframes easter-egg-pulse{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.letter-bubble{position:absolute;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:'Space Grotesk',sans-serif;font-weight:700;color:rgba(255,255,255,.95);text-shadow:0 2px 8px rgba(0,0,0,.3);animation:letter-fall linear infinite;opacity:0;border:2px solid rgba(255,255,255,.4)}.letter-bubble--c{background:linear-gradient(135deg,#5dade2 0,#4a9bd9 50%,#2980b9 100%);box-shadow:0 6px 25px rgba(74,155,217,.5),inset 0 0 20px rgba(255,255,255,.2)}.letter-bubble--a{background:linear-gradient(135deg,#ec7063 0,#e74c3c 50%,#c0392b 100%);box-shadow:0 6px 25px rgba(231,76,60,.5),inset 0 0 20px rgba(255,255,255,.2)}.letter-bubble:first-child{width:50px;height:50px;font-size:24px;left:5%;animation-duration:20s;animation-delay:0s}.letter-bubble:nth-child(2){width:45px;height:45px;font-size:22px;left:15%;animation-duration:18s;animation-delay:3s}.letter-bubble:nth-child(3){width:55px;height:55px;font-size:26px;left:28%;animation-duration:22s;animation-delay:6s}.letter-bubble:nth-child(4){width:40px;height:40px;font-size:20px;left:40%;animation-duration:19s;animation-delay:1s}.letter-bubble:nth-child(5){width:48px;height:48px;font-size:24px;left:55%;animation-duration:21s;animation-delay:4s}.letter-bubble:nth-child(6){width:52px;height:52px;font-size:26px;left:68%;animation-duration:17s;animation-delay:7s}.letter-bubble:nth-child(7){width:42px;height:42px;font-size:20px;left:82%;animation-duration:23s;animation-delay:2s}.letter-bubble:nth-child(8){width:46px;height:46px;font-size:22px;left:93%;animation-duration:20s;animation-delay:5s}@keyframes letter-fall{0%{top:-80px;opacity:0;transform:translateX(0) scale(.8) rotate(0)}8%{opacity:.7;transform:translateX(-10px) scale(1) rotate(-5deg)}25%{opacity:.6;transform:translateX(15px) scale(.95) rotate(10deg)}50%{opacity:.5;transform:translateX(-12px) scale(1.05) rotate(-8deg)}75%{opacity:.4;transform:translateX(10px) scale(.9) rotate(5deg)}92%{opacity:.3;transform:translateX(-8px) scale(.85) rotate(-3deg)}100%{top:110%;opacity:0;transform:translateX(5px) scale(.7) rotate(0)}}.hero-icons{display:none}.hero-content{position:relative;z-index:10;max-width:800px;margin:0 auto;padding:0 2rem;text-align:center;min-height:450px;display:flex;flex-direction:column;justify-content:center;contain:layout style}.hero h1{font-size:56px;font-weight:700;color:#1a202c;margin-bottom:1.5rem;line-height:1.15;min-height:135px;contain:layout}.hero h1 span{background:linear-gradient(135deg,#4a9bd9 0,#2980b9 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:19px;color:#4b5563;margin-bottom:2.5rem;line-height:1.8;max-width:650px;margin-left:auto;margin-right:auto;min-height:105px;contain:layout}.hero-badges{display:flex;justify-content:center;gap:.75rem;margin-bottom:2.5rem;flex-wrap:wrap;min-height:50px;contain:layout}.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:none;color:#fff;box-shadow:0 4px 20px rgba(74,155,217,.4)}.hero-badge--highlight svg{stroke:white}.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;min-height:68px}.hero .btn-primary{background:linear-gradient(135deg,var(--red) 0,#c0392b 100%);color:#fff;padding:1.1rem 2.5rem;font-size:17px;font-weight:700;border-radius:12px;box-shadow:0 8px 30px rgba(231,76,60,.4);transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem;border:none}.hero .btn-primary:hover{transform:translateY(-3px);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-size:17px;font-weight:600;border-radius:12px;transition:all .3s ease;text-decoration:none;display:inline-flex;align-items:center;gap:.6rem}.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}.scroll-indicator{display:none}.opening-hours{padding:80px 2rem;background:#f8fafc;position:relative;overflow:hidden}.opening-hours__decor{position:absolute;border-radius:50%;pointer-events:none}.opening-hours__decor--blue{top:-180px;right:-120px;width:450px;height:450px;background:radial-gradient(circle,rgba(74,155,217,.1) 0,transparent 60%)}.opening-hours__decor--red{bottom:-150px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(231,76,60,.08) 0,transparent 60%)}.opening-hours__card{max-width:920px;margin:0 auto;display:grid;grid-template-columns:1fr 1.3fr;border-radius:24px;overflow:hidden;box-shadow:0 25px 60px rgba(0,0,0,.1),0 8px 24px rgba(0,0,0,.06);position:relative;z-index:1}.opening-hours__left{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 60%,#4a9bd9 100%);padding:3rem 2.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;position:relative;overflow:hidden}.opening-hours__left::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(ellipse 60% 50% at 25% 20%,rgba(255,255,255,.15) 0,transparent 50%),radial-gradient(ellipse 40% 40% at 80% 80%,rgba(0,0,0,.1) 0,transparent 50%);pointer-events:none}.opening-hours__clock{width:100px;height:100px;margin-bottom:1.5rem;position:relative;z-index:1}.opening-hours__title{font-family:'Space Grotesk','Space Grotesk Fallback',sans-serif;font-size:28px;font-weight:700;color:#fff;margin-bottom:.75rem;position:relative;z-index:1}.opening-hours__subtitle{font-size:15px;color:rgba(255,255,255,.8);line-height:1.6;max-width:280px;margin-bottom:1.5rem;position:relative;z-index:1}.opening-hours__status{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1.25rem;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:100px;backdrop-filter:blur(10px);position:relative;z-index:1}.opening-hours__dot{width:10px;height:10px;border-radius:50%;background:#2ecc71;box-shadow:0 0 10px rgba(46,204,113,.6);animation:hours-pulse 2s ease-in-out infinite}.opening-hours__status--closed .opening-hours__dot{background:#e74c3c;box-shadow:0 0 10px rgba(231,76,60,.6);animation:none}.opening-hours__status-text{font-size:14px;font-weight:600;color:#fff}@keyframes hours-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.opening-hours__right{background:#fff;padding:2.5rem;display:flex;flex-direction:column;justify-content:center}.opening-hours__row{display:flex;align-items:center;padding:.9rem 1rem;border-radius:10px;transition:background .2s ease;border-left:3px solid transparent}.opening-hours__row:hover{background:rgba(74,155,217,.05)}.opening-hours__row--today{background:rgba(74,155,217,.06);border-left-color:var(--blue)}.opening-hours__row--today:hover{background:rgba(74,155,217,.1)}.opening-hours__row--closed{opacity:.55}.opening-hours__day{font-weight:600;color:#1a202c;font-size:15px;white-space:nowrap}.opening-hours__divider{flex:1;border-bottom:2px dotted #d1d5db;margin:0 1rem;min-width:20px}.opening-hours__times{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.opening-hours__time{font-family:'Space Grotesk','Space Grotesk Fallback',sans-serif;font-weight:600;color:#2980b9;font-size:15px;letter-spacing:.03em;white-space:nowrap}.opening-hours__time--closed{color:#e74c3c;font-family:Quicksand,'Quicksand Fallback',sans-serif;font-style:italic}.opening-hours__cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1.5rem;padding:.85rem 2rem;background:linear-gradient(135deg,var(--red) 0,#c0392b 100%);color:#fff;font-weight:700;font-size:15px;border-radius:12px;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(231,76,60,.3);align-self:center}.opening-hours__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(231,76,60,.4)}.opening-hours__cta svg{transition:transform .3s ease}.opening-hours__cta:hover svg{transform:translateX(3px)}@media (max-width:768px){.opening-hours{padding:60px 1.5rem}.opening-hours__card{grid-template-columns:1fr}.opening-hours__left{padding:2.5rem 2rem}.opening-hours__clock{width:80px;height:80px;margin-bottom:1.25rem}.opening-hours__title{font-size:24px}.opening-hours__right{padding:2rem 1.5rem}.opening-hours__row{padding:.85rem .75rem}}@media (max-width:480px){.opening-hours{padding:50px 1rem}.opening-hours__left{padding:2rem 1.5rem}.opening-hours__subtitle{font-size:14px}.opening-hours__row{flex-wrap:wrap;gap:.2rem}.opening-hours__divider{display:none}.opening-hours__times{align-items:flex-start;margin-left:auto}.opening-hours__time{font-size:14px}.opening-hours__day{font-size:14px}}.services{padding:120px 2rem;background:#fff;position:relative;overflow:hidden}.services::before{content:'';position:absolute;top:-150px;left:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(74,155,217,.15) 0,transparent 50%);border-radius:50%;pointer-events:none}.services::after{content:'';position:absolute;bottom:-200px;right:-150px;width:550px;height:550px;background:radial-gradient(circle,rgba(231,76,60,.12) 0,transparent 50%);border-radius:50%;pointer-events:none}.about{padding:0;position:relative;overflow:hidden;background:#fff;min-height:600px}.about .container{position:relative;padding:100px 2rem}.about:nth-of-type(2n){background:#f8fafc}#why-choose-us{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#why-choose-us .container{background:0 0}#why-choose-us .section-title{text-align:center}#why-choose-us .about-text h3,#why-choose-us .about-text p,#why-choose-us .about-text ul li,#why-choose-us .about-text ul li strong,#why-choose-us .section-title h2,#why-choose-us .section-title p{color:#fff}#why-choose-us .section-title p{color:rgba(255,255,255,.85)}#why-choose-us .about-text ul li{color:rgba(255,255,255,.9)}#why-choose-us .about-text ul li:hover{background:rgba(255,255,255,.1);border-left-color:#fff}#why-choose-us .about-text ul li::before{background:linear-gradient(135deg,#fff 0,#e0e0e0 100%);box-shadow:0 4px 12px rgba(0,0,0,.2)}#why-choose-us .about-text ul li::after{color:#2980b9}#why-choose-us .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{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%);direction:rtl}#about>*{direction:ltr}#about .container{background:0 0}#about .section-title{text-align:center}#about .about-image{clip-path:polygon(0 0,100% 0,90% 100%,0 100%)}#about .about-text h3,#about .about-text p,#about .about-text ul li,#about .about-text ul li strong,#about .section-title h2,#about .section-title p{color:#fff}#about .section-title p{color:rgba(255,255,255,.85)}#about .about-text p{color:rgba(255,255,255,.9)}#about .about-image::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,rgba(127,29,29,.4) 0,rgba(231,76,60,.25) 100%);pointer-events:none;z-index:3}#about .stats{display:flex;gap:2rem;margin-top:2rem;flex-wrap:wrap}#about .stat-item{text-align:center;flex:1;min-width:100px;padding:1rem;background:rgba(255,255,255,.15);border-radius:15px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}#about .stat-number,#why-choose-us .stat-number{font-size:36px;font-weight:700;color:#fff;font-family:'Space Grotesk',sans-serif;background:0 0;-webkit-background-clip:unset;-webkit-text-fill-color:white;background-clip:unset}#about .stat-label,#why-choose-us .stat-label{font-size:14px;color:#fff;margin-top:.25rem}.about-text h3{font-size:26px;margin-top:2rem;margin-bottom:1rem;font-weight:700;color:#1a202c}.about-text ul{list-style:none;margin-bottom:2rem}.about-text ul li{padding:1rem 0;padding-left:3rem;position:relative;color:#475569;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-text ul li:hover{background:rgba(74,155,217,.05);border-left-color:var(--blue);padding-left:3.25rem}.about-text ul li::before{content:'';position:absolute;left:.5rem;top:1.15rem;width:22px;height:22px;background:linear-gradient(135deg,var(--blue) 0,#2980b9 100%);border-radius:50%;box-shadow:0 4px 12px rgba(74,155,217,.3)}.about-text ul li::after{content:'✓';position:absolute;left:15px;top:1.1rem;color:#fff;font-size:12px;font-weight:700}.about-text ul li strong{color:#1a202c}.bento-grid--solid{max-width:1000px;margin:0 auto}.bento-card--solid{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%);border:none;border-radius:20px;padding:2rem;position:relative;overflow:hidden;opacity:1!important;transform:translateY(0)!important;transition:transform .4s ease,box-shadow .4s ease;box-shadow:0 10px 30px rgba(0,0,0,.2),0 5px 15px rgba(0,0,0,.1),inset 0 1px 0 rgba(255,255,255,.1)}.bento-card--solid.bento-card--featured::before,.bento-card--solid::before{display:none!important}.bento-card--solid::after{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)}.bento-card--solid:hover{transform:translateY(-8px) perspective(1000px) rotateX(2deg)!important;box-shadow:0 20px 40px rgba(0,0,0,.3),0 10px 20px rgba(0,0,0,.2),inset 0 1px 0 rgba(255,255,255,.15)}.bento-card--blue,.bento-card--blue:hover,.bento-card--solid.bento-card--featured.bento-card--blue:hover{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)!important}.bento-card--red,.bento-card--red:hover,.bento-card--solid.bento-card--featured.bento-card--red:hover{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)!important}.bento-card--solid .bento-card__icon{width:60px;height:60px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;backdrop-filter:blur(10px)}.bento-card--solid .bento-card__icon svg{width:28px;height:28px;color:#fff}.bento-card--solid .bento-card__content h3,.bento-card--solid .bento-card__title{color:#fff!important;font-size:1.25rem;font-weight:700;margin-bottom:.75rem}.bento-card--solid .bento-card__content p,.bento-card--solid .bento-card__desc,.bento-card--solid .bento-card__text{color:rgba(255,255,255,.9)!important;font-size:.95rem;line-height:1.6}.bento-card--solid .bento-card__link{color:rgba(255,255,255,.9)!important}.bento-card--solid .bento-card__link:hover{color:#fff!important}.bento-card--solid.bento-card--featured{grid-column:span 2;display:flex;flex-direction:row;align-items:center;gap:2rem;padding:2.5rem}.bento-card--solid.bento-card--featured .bento-card__content{flex:1}.bento-card--solid.bento-card--featured .bento-card__content h3,.bento-card--solid.bento-card--featured .bento-card__title{font-size:1.5rem;color:#fff!important}.bento-card--solid.bento-card--featured .bento-card__image{flex:0 0 280px;height:200px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,.3)}.bento-card--solid.bento-card--featured .bento-card__image img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.bento-card--solid.bento-card--featured{grid-column:span 1;flex-direction:column}.bento-card--solid.bento-card--featured .bento-card__image{flex:none;width:100%;height:180px}}.bento-card--cta .bento-card__content h3{color:#fff!important}.bento-card--cta .bento-card__content p{color:rgba(255,255,255,.9)!important}.blog{padding:120px 2rem;background:#fff;position:relative;overflow:hidden}.blog::before{content:'';position:absolute;top:-150px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(231,76,60,.12) 0,transparent 50%);border-radius:50%;pointer-events:none}.blog::after{content:'';position:absolute;bottom:-150px;left:-150px;width:450px;height:450px;background:radial-gradient(circle,rgba(74,155,217,.1) 0,transparent 50%);border-radius:50%;pointer-events:none}@media (max-width:1024px){.hero{padding:90px 0 110px}.hero-sphere--blue{width:200px;height:200px;top:10%;left:5%}.hero-sphere--red{width:160px;height:160px;bottom:15%;right:5%}}@media (max-width:768px){.hero{padding:70px 1.5rem 90px;min-height:100vh}.hero-content{min-height:380px}.hero h1{font-size:36px;min-height:90px}.hero-subtitle{font-size:16px;min-height:115px}.hero-badges{gap:.5rem;min-height:90px}.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--blue .sphere-letter{font-size:75px}.hero-sphere--red{width:120px;height:120px;bottom:10%;right:-20px;opacity:.6}.hero-sphere--red .sphere-letter{font-size:60px}.hero::after,.hero::before{opacity:.5}.hero-tech-icons{display:none}.about,.blog,.services{padding:80px 1.5rem}.about-text ul li{padding-left:2.5rem}.about-text ul li::before{left:0}.about-text ul li::after{left:5px}}@media (max-width:480px){.hero{padding:60px 1rem 80px}.hero-content{min-height:400px}.hero h1{font-size:30px;min-height:75px}.hero-subtitle{min-height:145px}.hero-badges{min-height:130px}.hero .btn-primary{padding:1rem 1.5rem;font-size:15px}.hero-sphere--blue{width:120px;height:120px;top:5%;left:-30px}.hero-sphere--red{width:100px;height:100px;bottom:10%;right:-20px}}