.header{background:rgba(10,25,47,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(100,255,218,.1);position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;text-decoration:none;color:#64ffda;font-weight:700;font-size:1.5rem}.logo-subtitle{color:#8892b0;font-size:1rem;margin-left:.5rem}.nav{display:flex;gap:2rem;align-items:center}.nav-link{color:#ccd6f6;text-decoration:none;font-weight:500;transition:color .3s ease;position:relative}.nav-link:hover{color:#64ffda}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#64ffda;transition:width .3s ease}.nav-link:hover:after{width:100%}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background:#64ffda;margin:3px 0;transition:.3s}@media (max-width:768px){.menu-toggle{display:flex}.nav{position:absolute;top:100%;left:0;right:0;background:rgba(10,25,47,.98);flex-direction:column;padding:2rem;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-open{transform:translateY(0);opacity:1;visibility:visible}}.footer{background:#0a192f;border-top:1px solid rgba(100,255,218,.1);padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3,.footer-section h4{color:#64ffda;margin-bottom:1rem}.footer-description{color:#8892b0;line-height:1.6}.footer-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#ccd6f6;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#64ffda}.footer-contact p{color:#8892b0;margin-bottom:.5rem}.footer-bottom{border-top:1px solid rgba(100,255,218,.1);padding-top:1rem;text-align:center;color:#8892b0}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}}.hero{padding:120px 0 80px;text-align:center;background:linear-gradient(135deg,rgba(10,25,47,.9) 0%,rgba(17,34,64,.9) 100%)}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#64ffda 0%,#4fd1c5 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:#8892b0;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn-secondary{background:transparent;color:#64ffda;border:1px solid #64ffda}.btn-secondary:hover{background:rgba(100,255,218,.1);transform:translateY(-2px)}.hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.stat{text-align:center}.stat h3{font-size:2.5rem;font-weight:700;color:#64ffda;margin-bottom:.5rem}.stat p{color:#8892b0}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature{text-align:center;padding:2rem}.feature h4{font-size:1.5rem;color:#64ffda;margin-bottom:1rem}.feature p{color:#8892b0;line-height:1.6}@media (max-width:768px){.hero{padding:100px 0 40px}.hero-title{font-size:2.5rem}.hero-stats{gap:2rem}.stat h3{font-size:2rem}}.services-intro{text-align:center;font-size:1.2rem;color:#8892b0;max-width:800px;margin:0 auto 3rem;line-height:1.6}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:rgba(17,34,64,.8);border:1px solid rgba(100,255,218,.1);border-radius:15px;padding:2.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center}.service-card:hover{transform:translateY(-10px);border-color:#64ffda4d;box-shadow:0 20px 40px #0006}.service-card h3{font-size:1.5rem;color:#64ffda;margin-bottom:1rem}.service-card p{color:#ccd6f6;margin-bottom:1.5rem;line-height:1.6}.service-features{list-style:none;margin-bottom:2rem;text-align:left}.service-features li{color:#8892b0;margin-bottom:.5rem;padding-left:1.5rem;position:relative}.service-features li:before{content:"✓";color:#64ffda;position:absolute;left:0}.service-price{font-size:1.5rem;font-weight:600;color:#64ffda;margin-bottom:1.5rem}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:4rem;align-items:start;margin-bottom:4rem}.about-text h2{color:#64ffda;margin-bottom:1rem;font-size:2rem}.about-text h3{color:#64ffda;margin:2rem 0 1rem;font-size:1.5rem}.about-text p{color:#ccd6f6;line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.values-list{list-style:none;color:#8892b0}.values-list li{margin-bottom:1rem;padding-left:1rem;border-left:2px solid #64ffda}.about-stats{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.stat-item{text-align:center;padding:1.5rem;background:rgba(17,34,64,.6);border-radius:10px;border:1px solid rgba(100,255,218,.1)}.stat-number{font-size:2rem;font-weight:700;color:#64ffda;margin-bottom:.5rem}.stat-label{color:#8892b0;font-size:.9rem}.team-section{background:rgba(17,34,64,.3)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-card{text-align:center;padding:2rem;background:rgba(17,34,64,.8);border-radius:15px;border:1px solid rgba(100,255,218,.1);transition:all .3s ease}.team-card:hover{transform:translateY(-5px);border-color:#64ffda4d}.team-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;margin:0 auto 1rem;border:3px solid #64ffda}.team-card h3{color:#64ffda;margin-bottom:.5rem}.team-role{color:#8892b0;font-weight:500;margin-bottom:1rem}.team-description{color:#ccd6f6;line-height:1.6;font-size:.9rem}@media (max-width:768px){.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr 1fr;gap:1rem}.stat-item{padding:1rem}}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{color:#64ffda;margin-bottom:1rem;font-size:2rem}.contact-info p{color:#ccd6f6;line-height:1.8;margin-bottom:2rem;font-size:1.1rem}.contact-details{display:grid;gap:1.5rem}.contact-item h4{color:#64ffda;margin-bottom:.5rem;font-size:1.1rem}.contact-item p{color:#8892b0;margin:0;font-size:1rem}.contact-form{background:rgba(17,34,64,.8);padding:2.5rem;border-radius:15px;border:1px solid rgba(100,255,218,.1)}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:12px 16px;background:rgba(10,25,47,.6);border:1px solid rgba(100,255,218,.2);border-radius:8px;color:#e6f1ff;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#64ffda;box-shadow:0 0 5px 15px #64ffda33}.form-group input::placeholder,.form-group textarea::placeholder{color:#8892b0}.form-group select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2364ffda' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.btn-full{width:100%}@media (max-width: 768px){.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:2rem}}.cases-intro{text-align:center;font-size:1.2rem;color:#8892b0;max-width:800px;margin:0 auto 3rem;line-height:1.6}.dashboard-controls{display:flex;gap:2rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.filter-group{display:flex;align-items:center;gap:1rem}.filter-group label{color:#64ffda;font-weight:500}.filter-select{background:rgba(17,34,64,.8);border:1px solid rgba(100,255,218,.2);border-radius:8px;color:#e6f1ff;padding:8px 16px;font-size:1rem}.cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-bottom:4rem}.case-card{background:rgba(17,34,64,.8);border:1px solid rgba(100,255,218,.1);border-radius:15px;overflow:hidden;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.case-card:hover{transform:translateY(-5px);border-color:#64ffda4d;box-shadow:0 15px 35px #0006}.case-image{position:relative;height:200px;overflow:hidden}.case-image img{width:100%;height:100%;object-fit:cover}.case-industry{position:absolute;top:1rem;right:1rem;background:rgba(100,255,218,.9);color:#0a192f;padding:4px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.case-content{padding:2rem}.case-client{color:#64ffda;font-size:1.5rem;margin-bottom:.5rem}.case-duration{color:#8892b0;font-size:.9rem;margin-bottom:1.5rem}.case-metrics{background:rgba(10,25,47,.6);border-radius:10px;padding:1.5rem;margin-bottom:1.5rem}.metric-display{text-align:center}.metric-label{color:#64ffda;font-weight:600;margin-bottom:1rem;font-size:1.1rem}.metric-values{display:flex;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem}.metric-before,.metric-after{text-align:center}.metric-before span,.metric-after span{display:block;color:#8892b0;font-size:.8rem;margin-bottom:.5rem}.metric-before strong,.metric-after strong{color:#e6f1ff;font-size:1.5rem}.metric-arrow{color:#64ffda;font-size:1.5rem;font-weight:700}.metric-growth{color:#64ffda;font-size:1.2rem;font-weight:600;background:rgba(100,255,218,.1);padding:4px 12px;border-radius:20px;display:inline-block}.case-details{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.detail-section h4{color:#64ffda;margin-bottom:.8rem;font-size:1rem}.detail-section ul{list-style:none}.detail-section li{color:#ccd6f6;margin-bottom:.5rem;padding-left:1rem;position:relative;font-size:.9rem;line-height:1.4}.detail-section li:before{content:"•";color:#64ffda;position:absolute;left:0}.case-results{background:linear-gradient(135deg,rgba(100,255,218,.1)0%,rgba(79,209,197,.1)100%);border-radius:10px;padding:1.5rem;border-left:4px solid #64ffda}.case-results h4{color:#64ffda;margin-bottom:.8rem}.case-results p{color:#e6f1ff;line-height:1.6;margin:0}.cases-summary{background:rgba(17,34,64,.6);border-radius:15px;padding:3rem;text-align:center;border:1px solid rgba(100,255,218,.1)}.cases-summary h2{color:#64ffda;margin-bottom:2rem;font-size:2rem}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.summary-stat{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#64ffda;margin-bottom:.5rem}.stat-label{color:#8892b0;font-size:1rem}@media (max-width:768px){.dashboard-controls{flex-direction:column;align-items:center}.filter-group{flex-direction:column;text-align:center}.cases-grid,.case-details{grid-template-columns:1fr}.summary-stats{grid-template-columns:repeat(2,1fr)}.stat-number{font-size:2rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background:linear-gradient(135deg,#0a192f 0%,#112240 100%);color:#e6f1ff;line-height:1.6;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;background:linear-gradient(135deg,#64ffda 0%,#8892b0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-block;padding:12px 32px;border-radius:5px;text-decoration:none;font-weight:500;transition:all .3s ease;border:none;cursor:pointer}.btn-primary{background:linear-gradient(135deg,#64ffda 0%,#4fd1c5 100%);color:#0a192f}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #64ffda4d}.card{background:rgba(17,34,64,.8);border:1px solid rgba(100,255,218,.1);border-radius:10px;padding:2rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card:hover{transform:translateY(-5px);border-color:#64ffda4d;box-shadow:0 15px 35px #0000004d}.grid{display:grid;gap:2rem}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.grid-3{grid-template-columns:1fr}}
