.stars{position:fixed;top:0;left:0;width:100%;height:100%}.star,.stars{pointer-events:none}.star{position:absolute;background-color:white;border-radius:50%;opacity:.3;animation:twinkle 5s ease-in-out infinite;box-shadow:0 0 4px 1px rgba(255,255,255,.4);z-index:-1}@keyframes twinkle{0%{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}to{opacity:.3;transform:scale(1)}}@media (prefers-color-scheme:dark){.star{background-color:white;box-shadow:0 0 4px 1px rgba(255,255,255,.6)}}.news-hero{position:relative;height:70vh;min-height:500px;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden;color:#fff}.parallax-bg{background:linear-gradient(135deg,#0a1128,#1a237e);z-index:-1}.parallax-bg,.stars,.twinkling{position:absolute;top:0;left:0;width:100%;height:100%}.stars{background:url(/images/stars.png) repeat top;z-index:-1}.twinkling{background:url(/images/twinkling.png) repeat top;z-index:-1;animation:move-twink-back 200s linear infinite}@keyframes move-twink-back{0%{background-position:0 0}to{background-position:-10000px 5000px}}.hero-content{max-width:900px;padding:0 20px;z-index:2}.hero-title{margin-bottom:1rem;animation:fadeInUp 1s ease-out}.hero-desc{font-size:1.25rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto;opacity:.9;animation:fadeInUp 1s ease-out .2s backwards}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);animation:bounce 2s infinite}.mouse{width:26px;height:40px;border:2px solid rgba(255,255,255,.7);border-radius:20px;position:relative}.wheel{width:4px;height:8px;background:#fff;position:absolute;top:8px;left:50%;transform:translateX(-50%);border-radius:2px;animation:wheel 1.5s infinite}@keyframes wheel{0%{transform:translateX(-50%) translateY(0);opacity:1}to{transform:translateX(-50%) translateY(15px);opacity:0}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateX(-50%) translateY(0)}40%{transform:translateX(-50%) translateY(-10px)}60%{transform:translateX(-50%) translateY(-5px)}}.news-content{position:relative;background:#f8fafc;padding-bottom:80px}.filter-container{margin-bottom:3rem}.categories-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:1.5rem}.category-btn{background-color:#fff;color:#333;border:1px solid #e2e8f0;border-radius:30px;padding:8px 20px;font-size:.9rem;transition:all .3s ease;cursor:pointer}.category-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}.category-btn.active{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border:none;box-shadow:0 4px 10px rgba(0,114,255,.3)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:50px}.news-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;height:100%;display:flex;flex-direction:column;position:relative}.news-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.news-card:hover .card-img{transform:scale(1.05)}.card-img-container{height:200px}.card-img-container,.img-overlay{position:relative;overflow:hidden}.card-img,.img-overlay{height:100%;width:100%}.card-img{-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.news-category{position:absolute;top:15px;right:15px;background:#1a237e;color:#fff;padding:5px 15px;border-radius:30px;font-size:.8rem;font-weight:500;z-index:2}.card-content{padding:20px;display:flex;flex-direction:column;flex-grow:1;position:relative}.card-meta{display:flex;align-items:center;margin-bottom:12px;font-size:.85rem;color:#64748b}.divider{margin:0 8px}.card-title{margin-bottom:12px;color:#1e293b;line-height:1.4}.card-excerpt{font-size:.95rem;color:#64748b;margin-bottom:20px;line-height:1.6;flex-grow:1}.read-more{display:flex;align-items:center;gap:6px;color:#0072ff;font-weight:600;font-size:.9rem;transition:all .3s ease;margin-top:auto}.read-more:hover{gap:10px;color:#0044ff}.loading-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.skeleton-item{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);height:100%}.skeleton-img{height:200px;background:linear-gradient(90deg,#f0f0f0,#f8f8f8 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-text{padding:20px}.skeleton-title{height:24px;width:90%}.skeleton-excerpt,.skeleton-title{background:linear-gradient(90deg,#f0f0f0,#f8f8f8 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;margin-bottom:15px;border-radius:4px}.skeleton-excerpt{height:60px}.skeleton-meta{height:16px;background:linear-gradient(90deg,#f0f0f0,#f8f8f8 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.load-more-container{display:flex;justify-content:center;margin-top:20px}.load-more-btn{background:transparent;border:2px solid #0072ff;color:#0072ff;padding:10px 30px;border-radius:30px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.load-more-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:linear-gradient(90deg,#00c6ff,#0072ff);transition:all .3s ease;z-index:-1}.load-more-btn:hover{color:#fff}.load-more-btn:hover:before{width:100%}.newsletter-container{margin-top:80px;background:linear-gradient(135deg,#1a237e,#0a1128);padding:60px 30px;border-radius:15px;color:#fff;position:relative;overflow:hidden}.newsletter-container:before{content:"";position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);background:url(/images/stars.png);opacity:.2;animation:move-twink-back 200s linear infinite;z-index:0}.newsletter-content{position:relative;z-index:1;max-width:600px;margin:0 auto;text-align:center}.newsletter-title{font-size:2rem;font-weight:700;margin-bottom:1rem}.newsletter-desc{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.subscribe-form{display:flex;max-width:500px;margin:0 auto;box-shadow:0 5px 25px rgba(0,0,0,.2);border-radius:50px;overflow:hidden}.subscribe-form input{flex-grow:1;padding:15px 25px;border:none;font-size:1rem;outline:none}.subscribe-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border:none;padding:15px 30px;font-weight:600;cursor:pointer;transition:all .3s ease}.subscribe-btn:hover{background:linear-gradient(90deg,#0072ff,#00c6ff)}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-desc{font-size:1rem}.news-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px}.newsletter-title{font-size:1.5rem}.newsletter-desc{font-size:1rem}.subscribe-form{flex-direction:column;border-radius:12px}.subscribe-form input{padding:15px;border-radius:12px 12px 0 0}.subscribe-btn{border-radius:0 0 12px 12px}}@media (max-width:480px){.hero-title{font-size:2rem}.categories-list{gap:8px}.category-btn{padding:6px 15px;font-size:.8rem}}.article-page{background-color:#f8fafc}.article-hero{padding:80px 0 40px;background:linear-gradient(135deg,#fff,#f1f5f9);border-bottom:1px solid #e2e8f0}.breadcrumbs{display:flex;align-items:center;margin-bottom:25px;font-size:.9rem;color:#64748b}.breadcrumbs a{color:#64748b;transition:color .3s ease}.breadcrumbs a:hover{color:#0072ff}.separator{margin:0 10px}.current{color:#1e293b;font-weight:500}.article-title{font-size:2.8rem;font-weight:800;color:#1e293b;margin-bottom:30px;line-height:1.3}.article-meta{flex-wrap:wrap;justify-content:space-between;gap:20px}.article-meta,.meta-author{display:flex;align-items:center}.meta-author{gap:15px}.author-img img{border-radius:50%;-o-object-fit:cover;object-fit:cover}.author-info{display:flex;flex-direction:column}.author-name{font-weight:600}.meta-details{flex-wrap:wrap;gap:20px}.meta-details,.meta-item{display:flex;align-items:center}.meta-item{gap:8px;color:#64748b;font-size:.95rem}.meta-item i{color:#0072ff;font-size:1.1rem}.article-content{padding:60px 0}.content-layout{display:grid;grid-template-columns:3fr 1fr;gap:40px}.main-content{background:#fff;border-radius:15px;box-shadow:0 5px 30px rgba(0,0,0,.05);overflow:hidden}.featured-image{width:100%;height:500px;position:relative;overflow:hidden}.article-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-body{padding:40px;font-size:1.1rem;line-height:1.8;color:#334155}.article-body h2{font-size:1.8rem;font-weight:700;color:#1e293b;margin:35px 0 20px}.article-body p{margin-bottom:20px}.article-body ol,.article-body ul{margin-bottom:20px;padding-right:20px}.article-body li{margin-bottom:10px}.article-body a{color:#0072ff;text-decoration:underline;text-underline-offset:3px;transition:color .3s ease}.article-body a:hover{color:#005ad1}.article-tags{padding:20px 40px;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:15px;flex-wrap:wrap}.tags-title{font-weight:600;color:#1e293b}.tags-list{display:flex;flex-wrap:wrap;gap:10px}.tag-item{background:#f1f5f9;color:#334155;padding:5px 15px;border-radius:20px;font-size:.9rem;transition:all .3s ease}.tag-item:hover{background:#0072ff;color:#fff;transform:translateY(-2px)}.article-share{padding:20px 40px;border-top:1px solid #e2e8f0;display:flex;align-items:center;gap:15px}.share-title{font-weight:600;color:#1e293b}.share-buttons{display:flex;gap:10px}.share-btn{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;color:#fff;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.share-btn:hover{transform:translateY(-3px);box-shadow:0 5px 10px rgba(0,0,0,.1)}.share-btn.facebook{background:#3b5998}.share-btn.twitter{background:#1da1f2}.share-btn.linkedin{background:#0077b5}.share-btn.whatsapp{background:#25d366}.sidebar{display:flex;flex-direction:column;gap:30px}.author-card,.newsletter-widget,.popular-articles{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.author-card-header{display:flex;align-items:center;gap:15px;margin-bottom:15px}.author-card-img{border-radius:50%;-o-object-fit:cover;object-fit:cover}.author-card-name{font-size:1.2rem;font-weight:600;color:#1e293b;margin-bottom:5px}.author-card-role{font-size:.9rem;color:#64748b}.author-card-bio{font-size:.95rem;color:#334155;line-height:1.6;margin-bottom:20px}.author-card-social{display:flex;gap:15px}.social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f1f5f9;color:#0072ff;transition:all .3s ease}.social-link:hover{background:#0072ff;color:#fff;transform:translateY(-2px)}.sidebar-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:20px;position:relative;padding-bottom:10px}.sidebar-title:after{content:"";position:absolute;bottom:0;right:0;width:60px;height:3px;background:#0072ff;border-radius:3px}.articles-list{display:flex;flex-direction:column;gap:15px}.related-article{display:flex;gap:15px;padding-bottom:15px;border-bottom:1px solid #e2e8f0}.related-article:last-child{border-bottom:none;padding-bottom:0}.related-article-img{flex-shrink:0;border-radius:8px;overflow:hidden}.related-article-img img{width:100px;height:70px;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.related-article:hover .related-article-img img{transform:scale(1.05)}.related-article-info{display:flex;flex-direction:column}.related-article-title{font-size:1rem;font-weight:600;color:#1e293b;margin-bottom:5px;line-height:1.4;transition:color .3s ease}.related-article:hover .related-article-title{color:#0072ff}.related-article-date{font-size:.8rem;color:#64748b}.widget-title{font-size:1.3rem;font-weight:600;color:#1e293b;margin-bottom:15px}.widget-desc{font-size:.95rem;color:#334155;margin-bottom:20px}.widget-form{display:flex;flex-direction:column;gap:10px}.widget-form input{padding:12px 15px;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;outline:none;transition:border-color .3s ease}.widget-form input:focus{border-color:#0072ff}.widget-form button{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border:none;padding:12px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.widget-form button:hover{background:linear-gradient(90deg,#0072ff,#00c6ff);box-shadow:0 5px 15px rgba(0,114,255,.2)}.more-articles{padding:60px 0;background:#fff}.section-title{font-size:2rem;color:#1e293b;text-align:center;margin-bottom:40px}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;margin-bottom:40px}.grid-article{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease;height:100%;display:flex;flex-direction:column}.grid-article:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.grid-article-img{position:relative;height:200px;overflow:hidden}.grid-article-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.grid-article:hover .grid-article-img img{transform:scale(1.05)}.grid-article-category{position:absolute;top:15px;right:15px;background:#1a237e;color:#fff;padding:5px 15px;border-radius:30px;font-size:.8rem;font-weight:500;z-index:2}.grid-article-content{padding:20px;display:flex;flex-direction:column;flex-grow:1}.grid-article-title{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#1e293b;line-height:1.4;transition:color .3s ease}.grid-article:hover .grid-article-title{color:#0072ff}.grid-article-excerpt{font-size:.95rem;color:#64748b;margin-bottom:15px;line-height:1.6;flex-grow:1}.grid-article-meta{display:flex;align-items:center;font-size:.85rem;color:#64748b}.grid-article-dot{margin:0 8px}.view-all-container{display:flex;justify-content:center}.view-all-btn{display:flex;align-items:center;gap:8px;background:transparent;border:2px solid #0072ff;color:#0072ff;padding:12px 30px;border-radius:30px;font-weight:600;font-size:1rem;transition:all .3s ease}.view-all-btn:hover{background:#0072ff;color:#fff;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,114,255,.2)}.article-loading{min-height:100vh;padding:100px 0;display:flex;justify-content:center}.skeleton-container{width:100%;max-width:900px;padding:0 20px}.skeleton-img,.skeleton-meta,.skeleton-paragraph,.skeleton-title{background:linear-gradient(90deg,#f0f0f0,#f8f8f8 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.skeleton-title{height:40px;width:80%;margin-bottom:20px}.skeleton-meta{height:20px;width:60%;margin-bottom:40px}.skeleton-img{height:400px;margin-bottom:40px}.skeleton-paragraph{height:20px;width:100%;margin-bottom:15px}.article-not-found{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px}.article-not-found h1{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:20px}.article-not-found p{font-size:1.2rem;color:#64748b;margin-bottom:30px;max-width:600px}.back-to-news{display:inline-block;background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;padding:12px 30px;border-radius:50px;font-weight:600;transition:all .3s ease}.back-to-news:hover{transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,114,255,.2)}@media (max-width:1024px){.content-layout{grid-template-columns:2fr 1fr;gap:30px}.article-title{font-size:2.4rem}.featured-image{height:400px}}@media (max-width:768px){.content-layout{grid-template-columns:1fr}.article-hero{padding:60px 0 30px}.article-title{font-size:2rem}.article-meta{flex-direction:column;align-items:flex-start;gap:15px}.meta-details{width:100%;justify-content:space-between}.featured-image{height:300px}.article-body{padding:30px 20px;font-size:1rem}.article-share,.article-tags{padding:15px 20px}.articles-grid{grid-template-columns:1fr}}@media (max-width:480px){.article-title{font-size:1.8rem}.breadcrumbs{font-size:.8rem}.featured-image{height:200px}.article-body h2{font-size:1.5rem}.meta-details{flex-direction:column;align-items:flex-start;gap:10px}}.tech-hero{position:relative;height:80vh;min-height:600px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,#0a0a2a,#1a1a5e);color:#fff}.tech-hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.tech-sphere{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(circle at center,rgba(255,255,255,.05) 0,transparent 70%);border-radius:50%;box-shadow:0 0 40px rgba(0,162,255,.1);opacity:.6;animation:rotateSphere 20s linear infinite;z-index:0}@keyframes rotateSphere{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(1.1)}to{transform:translate(-50%,-50%) rotate(1turn) scale(1)}}.tech-particles{position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/particles.png);opacity:.4;z-index:0}.tech-hero-content{position:relative;z-index:10;text-align:center;max-width:900px;padding:0 20px}.tech-hero-title{font-size:4rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#00c6ff,#0072ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:fadeInUp 1s ease-out;text-shadow:0 10px 20px rgba(0,0,0,.2)}.tech-hero-desc{color:#fff;font-size:1.4rem;margin-bottom:2.5rem;opacity:.9;animation:fadeInUp 1s ease-out .2s backwards;max-width:700px;margin-left:auto;margin-right:auto}.tech-hero-cta{display:flex;justify-content:center;gap:20px;animation:fadeInUp 1s ease-out .4s backwards}.tech-cta-btn{padding:12px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.tech-cta-btn.primary{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border:none;box-shadow:0 4px 15px rgba(0,114,255,.3)}.tech-cta-btn.primary:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,114,255,.4)}.tech-cta-btn.secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.tech-cta-btn.secondary:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-5px)}.tech-hero-cards{position:absolute;top:0;left:0;width:100%;height:100%;z-index:5;pointer-events:none}.floating-tech-card{position:absolute;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:15px;padding:15px;display:flex;align-items:center;gap:10px;box-shadow:0 4px 30px rgba(0,0,0,.1);animation:float 6s ease-in-out infinite}.floating-tech-card:first-child{top:25%;left:15%}.floating-tech-card:nth-child(2){top:65%;left:20%}.floating-tech-card:nth-child(3){top:30%;right:15%}.floating-tech-card:nth-child(4){top:60%;right:20%}.floating-tech-card .tech-icon{font-size:1.8rem;color:#00c6ff}.floating-tech-card span{font-weight:500}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.tech-showcase{background:#f8fafc;position:relative;z-index:10}.tech-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;margin-bottom:40px}.tech-category-btn{background:#fff;color:#333;border:none;border-radius:50px;padding:10px 25px;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px rgba(0,0,0,.05)}.tech-category-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.1)}.tech-category-btn.active{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 5px 15px rgba(0,114,255,.2)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.tech-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease;border-top:4px solid transparent;display:flex;flex-direction:column;height:100%}.tech-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.tech-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.tech-card-icon{width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center}.tech-card-exp{display:flex;flex-direction:column;align-items:flex-end;font-weight:700;color:#1e293b}.tech-card-exp span{font-size:.8rem;font-weight:400;color:#64748b}.tech-card-title{font-size:1.5rem;font-weight:700;margin-bottom:10px;color:#1e293b}.tech-card-desc{font-size:1rem;color:#64748b;margin-bottom:20px;line-height:1.6}.tech-features{margin-bottom:20px;flex-grow:1}.tech-features-title{font-size:1.1rem;font-weight:600;margin-bottom:15px;color:#1e293b}.tech-features-list{list-style:none;padding:0}.tech-feature-item{display:flex;align-items:center;margin-bottom:10px;font-size:.95rem;color:#64748b}.feature-bullet{width:8px;height:8px;border-radius:50%;margin-left:10px}.tech-card-footer{margin-top:auto}.tech-details-btn{width:100%;padding:10px;background:transparent;color:#0072ff;font-weight:600;cursor:pointer;transition:all .3s ease;border-radius:8px;border:1px solid #e2e8f0}.tech-details-btn:hover{background:#f1f5f9}.tech-card.skeleton{min-height:300px}.skeleton-circle{width:60px;height:60px;border-radius:12px}.skeleton-circle,.skeleton-line{background:linear-gradient(90deg,#f0f0f0,#f8f8f8 50%,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-line{height:20px;margin-bottom:15px;border-radius:4px}.skeleton-line:first-child{width:60%}.skeleton-line:nth-child(2){width:90%}.skeleton-line:nth-child(3){width:70%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.tech-process{background:#fff;padding:80px 0;position:relative}.process-flow{display:flex;flex-direction:column;gap:40px;max-width:800px;margin:0 auto;position:relative}.process-flow:before{content:"";position:absolute;top:0;bottom:0;right:30px;width:2px;background:linear-gradient(180deg,#00c6ff,#0072ff);z-index:1}.process-step{display:flex;gap:20px;position:relative}.process-step-number{width:60px;height:60px;background:linear-gradient(135deg,#00c6ff,#0072ff);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;box-shadow:0 10px 20px rgba(0,114,255,.2);position:relative;z-index:2}.process-step-content{background:#f8fafc;border-radius:15px;padding:25px;flex-grow:1;box-shadow:0 5px 15px rgba(0,0,0,.05);transition:all .3s ease}.process-step:hover .process-step-content{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.process-step-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:10px}.process-step-desc{font-size:1rem;color:#64748b;line-height:1.6}.tech-comparison{background:#f8fafc;padding:80px 0}.tech-stacks{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-top:50px}.tech-stack{background:#fff;border-radius:20px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%}.tech-stack:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.tech-stack.featured{border:2px solid #0072ff;box-shadow:0 10px 30px rgba(0,114,255,.15)}.featured-badge{position:absolute;top:-15px;right:30px;background:linear-gradient(90deg,#ff4081,#ff7e5f);color:#fff;padding:8px 20px;border-radius:30px;font-size:.9rem;font-weight:600;box-shadow:0 5px 15px rgba(255,64,129,.3)}.tech-stack-header{margin-bottom:25px;text-align:center}.tech-stack-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:10px}.tech-stack-subtitle{font-size:1rem;color:#64748b}.tech-stack-icon-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}.tech-stack-icon{background:#f8fafc;border-radius:10px;height:80px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.tech-stack-icon:hover{transform:scale(1.05);box-shadow:0 5px 15px rgba(0,0,0,.05)}.tech-stack-benefits{list-style:none;padding:0;margin-bottom:25px;flex-grow:1}.tech-stack-benefits li{position:relative;padding-right:25px;margin-bottom:12px;font-size:1rem;color:#1e293b}.tech-stack-benefits li:before{content:"✓";position:absolute;right:0;color:#0072ff;font-weight:700}.tech-stack-footer{margin-top:auto}.tech-stack-cta{display:block;text-align:center;padding:12px;background:#f1f5f9;color:#1e293b;border-radius:8px;font-weight:600;transition:all .3s ease;text-decoration:none;width:100%}.tech-stack-cta:hover{background:#e2e8f0}.tech-stack-cta.featured{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff}.tech-stack-cta.featured:hover{background:linear-gradient(90deg,#0072ff,#005ad1);box-shadow:0 5px 15px rgba(0,114,255,.2)}.tech-consulting{background:#fff;padding:80px 0;position:relative;overflow:hidden}.tech-consulting:before{top:-100px;left:-100px;background:radial-gradient(circle,rgba(0,198,255,.1) 0,transparent 70%)}.tech-consulting:after,.tech-consulting:before{content:"";position:absolute;width:300px;height:300px;border-radius:50%}.tech-consulting:after{bottom:-100px;right:-100px;background:radial-gradient(circle,rgba(0,114,255,.1) 0,transparent 70%);z-index:0}.consulting-content{display:flex;align-items:center;gap:60px;position:relative;z-index:1}.consulting-text{flex:1}.consulting-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:20px}.consulting-desc{font-size:1.1rem;color:#64748b;margin-bottom:30px;line-height:1.7}.consulting-benefits{list-style:none;padding:0;margin-bottom:30px}.benefit-item{gap:15px;margin-bottom:15px}.benefit-icon,.benefit-item{display:flex;align-items:center}.benefit-icon{justify-content:center;width:40px;height:40px;background:rgba(0,114,255,.1);border-radius:50%;font-size:1.2rem}.benefit-text{font-size:1.05rem;color:#1e293b}.consulting-cta{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border:none;padding:15px 35px;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,114,255,.2)}.consulting-cta:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,114,255,.3)}.consulting-image{flex:1}.image-container{position:relative;overflow:hidden;border-radius:20px;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .3s ease}.image-container:hover{transform:translateY(-10px) rotate(2deg);box-shadow:0 30px 60px rgba(0,0,0,.15)}.consulting-img{width:100%;height:auto;display:block;border-radius:20px}@media (max-width:1024px){.tech-hero-title{font-size:3.5rem}.tech-hero-desc{font-size:1.2rem}.floating-tech-card:first-child,.floating-tech-card:nth-child(3){display:none}.consulting-content{flex-direction:column;gap:40px}.consulting-image,.consulting-text{flex:initial;width:100%}}@media (max-width:768px){.tech-hero{min-height:500px}.tech-hero-title{font-size:2.5rem}.tech-hero-desc{font-size:1.1rem}.tech-hero-cta{flex-direction:column;gap:15px}.floating-tech-card{display:none}.section-title{font-size:2rem}.process-flow:before{right:28px}.tech-stacks{grid-template-columns:1fr}}@media (max-width:480px){.tech-hero-title{font-size:2rem}.tech-category-btn{padding:8px 15px;font-size:.9rem}.process-step{flex-direction:column;align-items:flex-start}.process-flow:before{right:28px;height:calc(100% - 60px);top:60px}.process-step-number{margin-bottom:15px}.consulting-title{font-size:2rem}}.contact-page{background-color:#f8fafc}.contact-hero{position:relative;height:70vh;min-height:600px;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-description{margin-bottom:3rem}.hero-cards{display:flex;gap:30px;justify-content:center;margin-top:3rem}.hero-card{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:15px;padding:25px;min-width:200px;transition:all .3s ease;border:1px solid rgba(255,255,255,.2);text-align:center}.hero-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.2);background:rgba(255,255,255,.15)}.card-icon{font-size:2.5rem;margin-bottom:15px;color:#00c6ff}.card-title{font-size:1.2rem;font-weight:700;margin-bottom:10px}.card-text{font-size:1rem;opacity:.9}.contact-info-section{background-color:#fff;position:relative}.section-title{margin-bottom:1rem}.section-title:after{left:50%}.contact-info-wrapper{display:flex;flex-direction:column;gap:40px}.contact-info-boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.contact-info-box{background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease;display:flex;flex-direction:column;gap:20px;border-top:4px solid transparent;-o-border-image:linear-gradient(90deg,#00c6ff,#0072ff);border-image:linear-gradient(90deg,#00c6ff,#0072ff);border-image-slice:1}.contact-info-box:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.info-box-icon{width:60px;height:60px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0072ff;border-radius:15px;display:flex;align-items:center;justify-content:center;font-size:1.8rem}.info-box-content{flex-grow:1}.info-box-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:15px}.info-box-text{font-size:1rem;color:#64748b;margin-bottom:5px;line-height:1.6}.social-media-box{background:linear-gradient(135deg,#0a1128,#1a237e);color:#fff;border-radius:15px;padding:40px;text-align:center;margin-top:30px}.social-media-title{font-size:1.5rem;font-weight:700;margin-bottom:25px;color:#fff}.social-icons{gap:20px}.social-icon,.social-icons{display:flex;justify-content:center}.social-icon{width:50px;height:50px;border-radius:50%;background:rgba(255,255,255,.1);align-items:center;font-size:1.3rem;color:#fff;transition:all .3s ease}.social-icon:hover{transform:translateY(-5px);background:#0072ff;box-shadow:0 10px 20px rgba(0,114,255,.3)}.contact-form-section{background-color:#f8fafc;position:relative}.form-map-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:stretch}.contact-form-container{background:#fff;border-radius:20px;padding:40px;box-shadow:0 5px 30px rgba(0,0,0,.05);display:flex;flex-direction:column}.form-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:10px}.form-subtitle{font-size:1.1rem;color:#64748b;margin-bottom:30px}.success-message{margin-bottom:30px;display:flex;gap:20px;background:linear-gradient(90deg,#d1fae5,#a7f3d0);padding:20px;border-radius:10px;align-items:center}.success-icon{font-size:2rem;color:#059669}.success-title{font-size:1.2rem;color:#065f46;margin-bottom:5px}.success-text{font-size:1rem;color:#047857}.contact-form{gap:20px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:8px}.form-group label{font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:12px 15px;border-radius:8px}.error-message{font-size:.85rem}.form-submit{margin-top:20px}.submit-btn{border:none;border-radius:8px;padding:15px 30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;gap:10px}.submit-btn:hover:not(:disabled){background:linear-gradient(90deg,#0072ff,#00c6ff);box-shadow:0 10px 20px rgba(0,114,255,.2);transform:translateY(-2px)}.map-container{position:relative;border-radius:20px;overflow:hidden;height:100%;min-height:500px;box-shadow:0 5px 30px rgba(0,0,0,.05)}.map-overlay{position:absolute;top:20px;right:20px;z-index:10}.map-card{background:#fff;border-radius:15px;padding:25px;box-shadow:0 5px 30px rgba(0,0,0,.1);max-width:300px}.map-card-title{font-size:1.3rem;font-weight:700;color:#1e293b;margin-bottom:15px}.map-card-address{font-size:1rem;color:#64748b;margin-bottom:20px;line-height:1.7}.map-directions-btn{display:inline-flex;align-items:center;gap:8px;color:#0072ff;font-weight:600;transition:all .3s ease}.map-directions-btn:hover{color:#005ad1;gap:12px}.map-placeholder{height:100%;position:relative}.map-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.faq-section{background-color:#fff;position:relative}.more-questions{text-align:center;margin-top:50px;padding:40px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:20px}.more-questions-title{font-size:1.8rem;font-weight:700;color:#1e293b;margin-bottom:15px}.more-questions-text{font-size:1.1rem;color:#334155;margin-bottom:25px}.consultation-btn{display:inline-flex;align-items:center;gap:10px;background:#0072ff;color:#fff;border-radius:50px;padding:15px 30px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.consultation-btn:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,114,255,.3)}.cta-section{background:linear-gradient(135deg,#0a1128,#1a237e);color:#fff;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(/images/circuit-pattern.png);opacity:.05;z-index:0}.cta-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:800;margin-bottom:1.5rem}.cta-text{font-size:1.3rem;margin-bottom:2.5rem;opacity:.9}.cta-buttons{display:flex;gap:20px;justify-content:center}.cta-primary-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;border:none;border-radius:50px;padding:15px 35px;font-size:1.1rem;font-weight:600;transition:all .3s ease;box-shadow:0 5px 15px rgba(0,114,255,.3)}.cta-primary-btn:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,114,255,.4)}.cta-secondary-btn{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;padding:15px 35px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.cta-secondary-btn:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-5px)}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-description{font-size:1.2rem}.form-map-wrapper{grid-template-columns:1fr;gap:30px}.map-container{min-height:400px}}@media (max-width:768px){.contact-hero{min-height:500px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.hero-cards{flex-direction:column;gap:20px;max-width:400px;margin-left:auto;margin-right:auto}.section-title{font-size:2rem}.contact-info-box{padding:25px}.form-row{grid-template-columns:1fr}.faq-question h3{font-size:1.1rem}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}.cta-buttons{flex-direction:column;max-width:300px;margin:0 auto}}@media (max-width:480px){.hero-title{font-size:2rem}.contact-form-container{padding:25px}.form-title{font-size:1.5rem}.map-card{max-width:250px;padding:20px}.more-questions{padding:30px 20px}.more-questions-title{font-size:1.5rem}.consultation-btn{padding:12px 25px;font-size:1rem}}.consultation-page{background-color:#f8fafc}.consultation-hero{position:relative;height:60vh;min-height:500px;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-background{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a1128,#1a237e);z-index:-2}.hero-overlay{background:url(/images/circuit-pattern.png);opacity:.1}.hero-overlay,.hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-particles{background:url(/images/particles.png);opacity:.5;animation:particleAnimation 100s linear infinite}@keyframes particleAnimation{0%{background-position:0 0}to{background-position:100% 100%}}.hero-content{max-width:1000px;margin:0 auto;text-align:center;position:relative;z-index:1;animation:fadeInUp 1s ease-out}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;background:linear-gradient(90deg,#00c6ff,#0072ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 10px 20px rgba(0,0,0,.2)}.hero-description{font-size:1.4rem;margin-bottom:2rem;max-width:700px;margin-left:auto;margin-right:auto;opacity:.9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.booking-section{position:relative;background-color:#f8fafc}.booking-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);position:relative;top:-50px;overflow:hidden}.success-container{padding:60px 40px;text-align:center}.success-animation{margin:0 auto 40px}.checkmark-circle,.success-animation{position:relative;width:100px;height:100px}.checkmark-circle{border-radius:50%;background:#d1fae5;animation:fill-circle .4s ease-in-out .4s forwards;opacity:0}.checkmark-stem{width:10px;height:40px;left:50px;top:26px;animation:draw-stem .4s ease-in-out .9s forwards}.checkmark-kick,.checkmark-stem{position:absolute;background-color:#10b981;transform:rotate(45deg);border-radius:5px;opacity:0}.checkmark-kick{width:20px;height:10px;left:33px;top:57px;animation:draw-kick .4s ease-in-out .9s forwards}@keyframes fill-circle{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}@keyframes draw-stem{0%{opacity:0;height:0}to{opacity:1;height:40px}}@keyframes draw-kick{0%{opacity:0;width:0}to{opacity:1;width:20px}}.success-title{font-size:2.5rem;font-weight:700;color:#1e293b;margin-bottom:20px}.success-message{font-size:1.2rem;color:#64748b;max-width:700px;margin:0 auto 40px;line-height:1.7}.success-actions{display:flex;gap:20px;justify-content:center}.contact-btn,.home-btn{padding:15px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;transition:all .3s ease}.home-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 5px 15px rgba(0,114,255,.3)}.home-btn:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,114,255,.4)}.contact-btn{background:transparent;color:#0072ff;border:2px solid #0072ff}.contact-btn:hover{background:rgba(0,114,255,.1);transform:translateY(-5px)}.progress-container{padding:30px 40px;border-bottom:1px solid #e2e8f0}.progress-bar{height:6px;background:#e2e8f0;border-radius:3px;margin-bottom:30px;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#00c6ff,#0072ff);border-radius:3px;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between}.progress-step{display:flex;flex-direction:column;align-items:center;gap:10px;width:33.333%;position:relative;transition:all .3s ease;opacity:.5}.progress-step.active{opacity:1}.step-number{width:36px;height:36px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-weight:700;transition:all .3s ease}.progress-step.active .step-number{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 5px 15px rgba(0,114,255,.3)}.step-label{font-size:.95rem;font-weight:600;color:#64748b;text-align:center}.progress-step.active .step-label{color:#1e293b}.form-container{padding:0 40px 40px}.form-step{padding:40px 0 20px;animation:fadeIn .5s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.step-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:10px}.step-description{font-size:1.1rem;color:#64748b;margin-bottom:30px}.form-group{margin-bottom:25px}.form-group label{display:block;font-size:1rem;font-weight:600;color:#334155;margin-bottom:10px}.required{color:#ef4444}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#0072ff;outline:none;box-shadow:0 0 0 3px rgba(0,114,255,.1)}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.error-message{color:#ef4444;font-size:.9rem;margin-top:5px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.time-slots{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px}.time-slot{padding:10px 20px;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;font-weight:600;color:#1e293b}.time-slot:hover{border-color:#cbd5e1;background:#f8fafc}.time-slot.selected{border-color:#0072ff;background:rgba(0,114,255,.05);color:#0072ff}.no-times,.select-date-first{padding:15px;background:#f8fafc;border-radius:10px;color:#64748b;text-align:center;margin-bottom:10px}.no-times{color:#ef4444;background:rgba(239,68,68,.05)}.booking-note{display:flex;gap:15px;background:#f8fafc;padding:20px;border-radius:10px;margin-bottom:30px}.note-icon{font-size:1.5rem;color:#0072ff}.note-title{font-size:1.1rem;font-weight:600;color:#1e293b;margin-bottom:5px}.note-text{font-size:.95rem;color:#64748b;line-height:1.6}.step-actions{display:flex;justify-content:space-between;margin-top:40px}.next-btn,.prev-btn,.submit-btn{padding:14px 30px;border-radius:50px;font-size:1.1rem;font-weight:600;display:flex;align-items:center;gap:10px;transition:all .3s ease;cursor:pointer;border:none}.prev-btn{background:transparent;color:#64748b;border:2px solid #e2e8f0}.prev-btn:hover{background:#f8fafc;color:#1e293b}.next-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 5px 15px rgba(0,114,255,.2)}.next-btn:hover,.submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,114,255,.3)}.submit-btn{background:linear-gradient(90deg,#00c6ff,#0072ff);color:#fff;box-shadow:0 5px 15px rgba(0,114,255,.2);display:flex;justify-content:center;align-items:center}.submit-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border-radius:50%;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;animation:spin 1s linear infinite;margin-right:10px}@keyframes spin{to{transform:rotate(1turn)}}.choose-us-section{padding:80px 0;background:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#1a237e;margin-bottom:2rem;position:relative;display:inline-block}.section-title:after{content:"";position:absolute;bottom:-10px;transform:translateX(-50%);width:80px;height:4px;background:linear-gradient(90deg,#00c6ff,#0072ff);border-radius:2px}.section-subtitle{font-size:1.2rem;color:#64748b;max-width:700px;margin-left:auto;margin-right:auto}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:30px}.benefit-card{background:#fff;border-radius:15px;padding:30px;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease;border-bottom:4px solid transparent;-o-border-image:linear-gradient(90deg,#00c6ff,#0072ff);border-image:linear-gradient(90deg,#00c6ff,#0072ff);border-image-slice:1}.benefit-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.benefit-icon{font-size:2.5rem;color:#0072ff;margin-bottom:20px}.benefit-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:15px}.benefit-description{font-size:1rem;color:#64748b;line-height:1.7}.testimonials-section{background:#f8fafc;padding:80px 0}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}.testimonial-card{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 5px 20px rgba(0,0,0,.05);transition:all .3s ease}.testimonial-card:hover{transform:translateY(-10px);box-shadow:0 15px 30px rgba(0,0,0,.1)}.testimonial-content{padding:30px;position:relative}.quote-icon{position:absolute;top:20px;right:20px;font-size:2rem;color:#e2e8f0;opacity:.5}.testimonial-text{font-size:1.05rem;color:#334155;line-height:1.7;margin-bottom:0;position:relative;z-index:1}.testimonial-author{display:flex;align-items:center;gap:15px;padding:20px 30px;background:#f8fafc}.author-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.author-name{font-size:1.1rem;font-weight:700;color:#1e293b;margin-bottom:5px}.author-role{font-size:.9rem;color:#64748b}.faq-section{background:#fff;padding:80px 0}.faq-wrapper{max-width:900px;margin:0 auto}.faq-item{border-bottom:1px solid #e2e8f0;padding:25px 0}.faq-question{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:10px 0}.faq-question h3{font-size:1.3rem;font-weight:600;color:#1e293b}.faq-icon{font-size:1.5rem;color:#0072ff;transition:all .3s ease}.faq-answer{max-height:0;overflow:hidden;transition:all .5s ease;padding:0 20px}.faq-item.active .faq-answer{max-height:500px;padding:20px}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer p{font-size:1.05rem;color:#64748b;line-height:1.7}@media (max-width:1024px){.hero-title{font-size:3rem}.hero-description{font-size:1.2rem}.booking-container{margin:0 20px}.services-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:768px){.consultation-hero{min-height:400px}.hero-title{font-size:2.5rem}.hero-description{font-size:1.1rem}.booking-container{top:-30px}.form-container,.progress-container{padding-left:20px;padding-right:20px}.step-label{font-size:.8rem}.form-row{grid-template-columns:1fr;gap:15px}.service-card{padding:15px}.step-actions{flex-direction:column;gap:15px}.next-btn,.prev-btn,.submit-btn{width:100%;justify-content:center}.success-actions{flex-direction:column}.benefits-grid,.testimonials-grid{grid-template-columns:1fr}}@media (max-width:480px){.hero-title{font-size:2rem}.success-title{font-size:1.8rem}.success-container{padding:40px 20px}.step-title{font-size:1.5rem}.step-description{font-size:1rem}.booking-note{flex-direction:column}.faq-question h3{font-size:1.1rem}.section-title{font-size:2rem}}.faq-item:hover .faq-question h3{color:#0072ff}