@keyframes float-gentle{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-15px) rotate(2deg)}50%{transform:translateY(-8px) rotate(-1deg)}75%{transform:translateY(-20px) rotate(1deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes terminalLine{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}@keyframes progressFill{0%{width:0}to{width:100%}}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.hero--terminal{margin-top:80px;background:linear-gradient(135deg,#0f172a 0,#1e293b 50%,#0f172a 100%);color:#fff;padding:120px 2rem 100px;position:relative;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero--terminal::after,.hero--terminal::before{content:"";position:absolute;pointer-events:none}.hero--terminal::before{top:0;left:0;right:0;bottom:0;background-image:linear-gradient(rgba(74,155,217,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(74,155,217,.03) 1px,transparent 1px);background-size:50px 50px}.hero--terminal::after{top:50%;left:50%;transform:translate(-50%,-50%);width:800px;height:800px;background:radial-gradient(circle,rgba(74,155,217,.15)0,transparent 70%)}.hero--terminal .hero-content{max-width:800px;margin:0 auto;position:relative;z-index:10;text-align:center}.hero--terminal h1{font-size:48px;margin-bottom:.5rem;font-weight:700;letter-spacing:-.02em;animation:fadeInUp .6s ease-out}.hero--terminal h1 .letter-c{color:#4a9bd9;font-weight:800}.hero--terminal h1 .letter-a{color:#e74c3c;font-weight:800}.hero-tagline{font-size:18px;color:rgba(255,255,255,.6);margin-bottom:2.5rem;animation:fadeInUp .6s ease-out .1s backwards}.terminal{background:#0d1117;border-radius:12px;overflow:hidden;box-shadow:0 25px 50px rgba(0,0,0,.5),0 0 0 1px rgba(255,255,255,.1);text-align:left;margin-bottom:2.5rem;animation:fadeInUp .6s ease-out .2s backwards}.terminal__header{background:#161b22;padding:12px 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid rgba(255,255,255,.1)}.terminal__dot{width:12px;height:12px;border-radius:50%}.terminal__dot--red{background:#ff5f56}.terminal__dot--yellow{background:#ffbd2e}.terminal__dot--green{background:#27c93f}.terminal__body,.terminal__title{font-family:"SF Mono","Consolas","Monaco",monospace}.terminal__title{margin-left:12px;font-size:13px;color:rgba(255,255,255,.5)}.terminal__body{padding:20px 24px;font-size:14px;line-height:1.8;min-height:320px}.terminal__line{display:flex;align-items:center;gap:8px;opacity:0;animation:terminalLine .3s ease-out forwards;animation-delay:calc(var(--delay)*.5s)}.terminal__line--blank{height:1.8em}.terminal__prompt{color:#58a6ff;font-weight:600}.terminal__text{color:#c9d1d9}.terminal__text--dim{color:#6e7681}.terminal__text--warn{color:#d29922;font-weight:600}.terminal__text--success{color:#3fb950;font-weight:600}.terminal__status{width:16px;text-align:center;font-weight:700}.terminal__status--error{color:#f85149}.terminal__status--success{color:#3fb950}.terminal__progress{width:120px;height:8px;background:#21262d;border-radius:4px;overflow:hidden;margin:0 8px}.terminal__progress-bar{display:block;height:100%;width:0;background:linear-gradient(90deg,#58a6ff,#3fb950);border-radius:4px;animation:progressFill 1.5s ease-out forwards;animation-delay:calc(var(--delay, 1)*.5s)}.terminal__cursor{display:inline-block;width:8px;height:16px;background:#3fb950;margin-left:4px;animation:cursorBlink 1s step-end infinite;vertical-align:middle}.hero-stats{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;animation:fadeInUp .6s ease-out .4s backwards}.hero-stat{text-align:center;padding:1rem 1.5rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;backdrop-filter:blur(10px)}.hero-stat__value{display:block;font-size:18px;font-weight:700;color:#fff;margin-bottom:.25rem}.hero-stat__label{font-size:13px;color:rgba(255,255,255,.5)}.hero--terminal .hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .6s ease-out .5s backwards}.hero--terminal .btn-primary,.hero--terminal .btn-secondary{color:#fff;padding:1rem 2rem;border-radius:8px;font-weight:600;display:inline-flex;align-items:center;text-decoration:none;transition:all .3s ease}.hero--terminal .btn-primary{background:linear-gradient(135deg,#4a9bd9 0,#2980b9 100%);gap:.5rem;border:0}.hero--terminal .btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px rgba(74,155,217,.4)}.hero--terminal .btn-primary svg{width:18px;height:18px;transition:transform .3s ease}.hero--terminal .btn-primary:hover svg{transform:translateX(4px)}.hero--terminal .btn-secondary{background:0 0;border:1px solid rgba(255,255,255,.2)}.hero--terminal .btn-secondary:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.hero-floating{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:2;overflow:hidden}.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:#fff;text-shadow:0 2px 8px rgba(0,0,0,.3);border:2px solid rgba(255,255,255,.4);animation:float-gentle 8s ease-in-out infinite}.letter-bubble--c{width:85px;height:85px;font-size:42px;top:15%;left:6%;background:linear-gradient(135deg,#5dade2 0,#4a9bd9 50%,#2980b9 100%);box-shadow:0 8px 32px rgba(74,155,217,.5),inset 0 0 30px rgba(255,255,255,.2);animation-delay:0s}.letter-bubble--a{width:75px;height:75px;font-size:38px;top:20%;right:8%;background:linear-gradient(135deg,#ec7063 0,#e74c3c 50%,#c0392b 100%);box-shadow:0 8px 32px rgba(231,76,60,.5),inset 0 0 30px rgba(255,255,255,.2);animation-delay:-4s}.hero-icons{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1;overflow:hidden}.hero-icon{position:absolute;color:rgba(255,255,255,.12);animation:float-gentle 10s ease-in-out infinite}.hero-icon--cpu{width:60px;height:60px;top:60%;left:5%;animation-delay:-2s;animation-duration:12s}.hero-icon--wrench{width:50px;height:50px;top:75%;right:8%;animation-delay:-5s;animation-duration:9s}.hero-icon--hdd{width:55px;height:55px;top:40%;right:5%;animation-delay:-1s;animation-duration:11s}.hero-icon--circuit{width:45px;height:45px;bottom:15%;left:15%;animation-delay:-3s;animation-duration:10s}.hero-icon--ram{width:65px;height:65px;bottom:20%;right:20%;animation-delay:-6s;animation-duration:13s}.services{padding:100px 2rem;background:linear-gradient(to bottom,#fff 0,#f8fafc 100%)}.services--cta{background:linear-gradient(135deg,rgba(74,155,217,.03)0,rgba(74,155,217,.08) 100%);position:relative}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.06);transition:all .3s ease;border:1px solid rgba(0,0,0,.04)}.service-card:hover{transform:translateY(-6px);box-shadow:0 15px 40px rgba(0,0,0,.1)}.service-card .service-icon{width:100%;height:160px;overflow:hidden;background:#f1f5f9}.service-card .service-icon img{display:block;transition:transform .4s ease}.service-card:hover .service-icon img{transform:scale(1.05)}.service-card h3{font-size:17px;font-weight:700;color:#1a202c;padding:1.25rem 1.25rem .5rem;margin:0}.service-card p{font-size:14px;color:#4b5563;line-height:1.6;padding:0 1.25rem 1.25rem;margin:0}.service-number{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#4a9bd9,#2980b9);color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 1.25rem;box-shadow:0 4px 12px rgba(74,155,217,.3)}#problems{direction:rtl;background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#problems>*{direction:ltr}#problems .about-image{clip-path:polygon(0 0,90%0,100% 100%,0 100%)}#problems .about-text h3,#problems .about-text p,#problems .about-text strong,#problems .section-title h2,#problems .section-title p{color:#fff}#problems .about-text p,#problems .section-title p{color:rgba(255,255,255,.9)}#problem-display,#problem-overheating{background:linear-gradient(135deg,#7f1d1d 0,#c0392b 50%,#e74c3c 100%)}#problem-overheating{direction:ltr!important}#problem-overheating .about-image{clip-path:polygon(0 0,100%0,100% 100%,10% 100%)}#problem-overheating .about-text h3,#problem-overheating .about-text p,#problem-overheating .about-text strong,#problem-overheating .section-title h2,#problem-overheating .section-title p{color:#fff}#problem-overheating .about-text p,#problem-overheating .section-title p{color:rgba(255,255,255,.9)}#problem-display{direction:rtl}#problem-display>*{direction:ltr}#problem-display .about-image{clip-path:polygon(0 0,90%0,100% 100%,0 100%)}#problem-display .about-text h3,#problem-display .about-text p,#problem-display .about-text strong,#problem-display .section-title h2,#problem-display .section-title p{color:#fff}#problem-display .about-text p,#problem-display .section-title p{color:rgba(255,255,255,.9)}#brands,#problem-water{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%)}#problem-water{direction:ltr!important}#problem-water .about-image{clip-path:polygon(0 0,100%0,100% 100%,10% 100%)}#problem-water .about-text h3,#problem-water .about-text p,#problem-water .about-text strong,#problem-water .section-title h2,#problem-water .section-title p{color:#fff}#problem-water .about-text p,#problem-water .section-title p{color:rgba(255,255,255,.9)}#brands{direction:rtl}#brands>*{direction:ltr}#brands .about-image{clip-path:polygon(0 0,90%0,100% 100%,0 100%)}#brands .about-text h3,#brands .about-text p,#brands .about-text strong,#brands .section-title h2,#brands .section-title p{color:#fff}#brands .about-text p,#brands .section-title p{color:rgba(255,255,255,.9)}.bento-grid{max-width:1000px}.bento-card{opacity:1;transform:translateY(0)}.bento-grid--solid{max-width:1000px;margin:0 auto}.bento-card--solid{background:linear-gradient(135deg,#1e3a5f 0,#2980b9 50%,#4a9bd9 100%);border:0;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--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,.service-card .service-icon 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}}.blog{padding:100px 2rem 120px;background:#fff}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}.bento-grid{gap:1rem}}@media (max-width:768px){.hero--terminal{padding:100px 1.5rem 80px;min-height:auto}.hero--terminal h1{font-size:32px}.hero-tagline{font-size:16px}.hero-tagline,.terminal{margin-bottom:2rem}.terminal__body{padding:16px;font-size:12px;min-height:280px}.terminal__progress{width:80px}.hero-stats{flex-direction:column;gap:.75rem}.hero-stat{padding:.75rem 1rem}.hero--terminal .hero-buttons{flex-direction:column;width:100%}.hero--terminal .btn-primary,.hero--terminal .btn-secondary{width:100%;justify-content:center}.services-grid{grid-template-columns:1fr;gap:1rem}.services{padding:60px 1.5rem}.bento-grid{grid-template-columns:1fr}.bento-card--featured{grid-column:span 1;flex-direction:column}}@media (max-width:480px){.terminal__body{font-size:11px;padding:12px}.terminal__text{word-break:break-word}}@media (prefers-reduced-motion:reduce){.terminal__line{animation:none;opacity:1}.terminal__progress-bar{animation:none;width:100%}.hero-icon,.letter-bubble,.terminal__cursor{animation:none}}@media (max-width:1024px){.letter-bubble--c{width:60px;height:60px;font-size:28px}.letter-bubble--a{width:55px;height:55px;font-size:26px}.hero-icon{opacity:.6}}@media (max-width:768px){.hero-floating,.hero-icons{display:none}}