@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--color-primary:#06f;--color-primary-hover:#0052cc;--font-main:"Inter", sans-serif;--bg-main:linear-gradient(135deg, #e0f2fe 0%, #fff 100%);--bg-secondary:linear-gradient(135deg, #f0f9ff 0%, #f4f7fb 100%);--bg-hero:linear-gradient(135deg, #bae6fd 0%, #fff 100%);--bg-footer:linear-gradient(135deg, #e0f2fe 0%, #fff 100%);--bg-card:#fffc;--bg-nav:#ffffffd9;--text-main:#1e293b;--text-muted:#475569;--text-heading:#0f172a;--text-nav:#475569;--border-color:#0000000d;--shadow-color:#00000008;--hero-shape-1:#0066ff0d;--hero-shape-2:#0066ff14}body.dark{--bg-main:#020814;--bg-secondary:#030d1d;--bg-hero:#030d1d;--bg-footer:#020610;--bg-card:#ffffff08;--bg-nav:#030d1df2;--text-main:#d1d9e6;--text-muted:#a3b1c6;--text-heading:#fff;--text-nav:#d1d9e6;--border-color:#ffffff0d;--shadow-color:#0003;--hero-shape-1:#0066ff1a;--hero-shape-2:#0066ff26}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background:var(--bg-main);color:var(--text-main);line-height:1.6;transition:background-color .3s,color .3s;overflow-x:hidden}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;font-family:var(--font-main);border:none;outline:none}.container{max-width:1280px;margin:0 auto;padding:0 2rem}.btn-primary{background:linear-gradient(135deg, var(--color-primary), #00bfff);color:#fff;cursor:pointer;border:none;border-radius:30px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #06f3}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0066ff4d}.btn-outline{color:#fff;background-color:#0000;border:1px solid #ffffff4d;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s;display:inline-flex}.btn-outline:hover{background-color:#ffffff1a;border-color:#fff}.fade-in{opacity:0;transition:opacity .8s ease-out,transform .8s ease-out;transform:translateY(30px)}.fade-in.visible,.visible .fade-in{opacity:1;transform:translateY(0)}.stagger-1{transition-delay:.1s}.stagger-2{transition-delay:.2s}.stagger-3{transition-delay:.3s}.stagger-4{transition-delay:.4s}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{color:var(--color-primary);text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.section-title{color:var(--text-heading);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-desc{color:var(--text-muted);max-width:600px;margin:0 auto}@media (width<=768px){.container{padding:0 1.5rem}.section-title{font-size:2rem}}.header{z-index:1000;background-color:#0000;width:100%;padding:1.5rem 0;transition:all .3s;position:fixed;top:0;left:0}.header.scrolled{background:var(--bg-nav);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0;box-shadow:0 4px 20px #0000001a}.header-container{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.75rem;display:flex}.logo-icon{background:linear-gradient(135deg, var(--color-primary), #00d2ff);color:#fff;clip-path:polygon(0 0,100% 0,100% 75%,75% 100%,0 100%);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;font-weight:800;display:flex}.logo-text{flex-direction:column;display:flex}.logo-title{color:var(--text-heading);font-size:1.25rem;font-weight:700;line-height:1.1}.text-primary{color:var(--color-primary)}.logo-subtitle{color:var(--text-muted);letter-spacing:.5px;font-size:.65rem}.nav-list{gap:2rem;display:flex}.nav-link{color:var(--text-nav);font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.nav-link:hover,.nav-link.active{color:var(--color-primary)}.nav-link.active:after{content:"";background-color:var(--color-primary);border-radius:2px;width:100%;height:2px;position:absolute;bottom:-6px;left:0}.header-cta,.header-actions{align-items:center;gap:1.5rem;display:flex}.theme-toggle{color:var(--text-nav);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;font-size:1.25rem;transition:color .3s;display:flex}.theme-toggle:hover{color:var(--color-primary)}.mobile-menu-toggle{color:var(--text-nav);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}.mobile-nav-overlay{display:none}@media (width<=992px){.nav,.desktop-only{display:none}.mobile-menu-toggle{display:block}.header-actions{gap:.5rem}.mobile-nav-overlay{background:var(--bg-nav);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);z-index:999;width:100%;height:calc(100vh - 80px);transition:transform .3s ease-in-out;display:block;position:fixed;top:80px;left:0;overflow-y:auto;transform:translate(100%)}.mobile-nav-overlay.open{transform:translate(0)}.mobile-nav{flex-direction:column;height:100%;padding:2rem;display:flex}.mobile-nav-list{flex-direction:column;gap:1.5rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.mobile-nav-link{color:var(--text-heading);border-bottom:1px solid var(--border-color);padding:.5rem 0;font-size:1.25rem;font-weight:600;text-decoration:none;display:block}.mobile-nav-link.active{color:var(--color-primary)}.full-width{text-align:center;width:100%}}.footer{background:var(--bg-footer);color:var(--text-main);font-family:var(--font-main,"Inter", system-ui, -apple-system, sans-serif);padding-top:4rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-top{border-bottom:1px solid var(--border-color);grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:2rem;padding-bottom:3rem;display:grid}.footer-col{flex-direction:column;display:flex}.brand-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.logo-circle{background:var(--bg-card);border:2px solid var(--color-primary);width:50px;height:50px;box-shadow:0 0 10px var(--hero-shape-1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo-m{color:#fbbf24;font-family:Times New Roman,Times,serif;font-size:1.75rem;font-weight:700}.brand-titles{flex-direction:column;display:flex}.brand-name{color:var(--text-heading);letter-spacing:-.5px;margin:0 0 .3rem;font-size:1.25rem;font-weight:700}.brand-subtitle{color:var(--text-muted);font-size:.85rem;line-height:1.4}.brand-desc{color:var(--text-muted);margin-top:0;font-size:.95rem;line-height:1.6}.col-heading{color:var(--text-heading);margin-top:0;margin-bottom:1.5rem;padding-bottom:.5rem;font-size:1.15rem;font-weight:700;display:inline-block;position:relative}.col-heading:after{content:"";background-color:var(--color-primary);width:30px;height:2px;position:absolute;bottom:0;left:0}.footer-links{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.footer-links li{align-items:center;display:flex}.footer-links a{color:var(--text-nav);font-size:.95rem;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--color-primary)}.link-icon{color:var(--color-primary);margin-right:.5rem;font-size:.75rem}.subscribe-desc{color:var(--text-muted);margin-top:0;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.subscribe-form{gap:.5rem;display:flex}.subscribe-form input{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-main);border-radius:8px;outline:none;flex:1;padding:.75rem 1rem;font-size:.9rem;transition:border-color .3s}.subscribe-form input:focus{border-color:var(--color-primary)}.subscribe-form input::placeholder{color:var(--text-muted)}.subscribe-form button{background-color:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.2rem;transition:background-color .3s;display:flex}.subscribe-form button:hover{background-color:var(--color-primary-hover)}.footer-bottom{padding:1.5rem 0}.bottom-container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.copyright{color:var(--text-muted);margin:0;font-size:.9rem}.social-links{gap:1rem;display:flex}.social-link{background:var(--bg-secondary);border:1px solid var(--border-color);width:40px;height:40px;color:var(--text-main);border-radius:50%;justify-content:center;align-items:center;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{background:var(--color-primary);border-color:var(--color-primary);color:#fff;transform:translateY(-3px)}@media (width<=1024px){.footer-top{grid-template-columns:1fr 1fr;gap:3rem}}@media (width<=640px){.footer-top{grid-template-columns:1fr}.bottom-container{text-align:center;flex-direction:column;justify-content:center}}.hero{background:0 0;align-items:center;min-height:100vh;padding:180px 0 100px;display:flex;position:relative;overflow:hidden}.hero-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.shape-1{background:linear-gradient(135deg, var(--hero-shape-1) 0%, transparent 100%);clip-path:polygon(0 40%,100% 0,100% 100%,0 100%);width:100%;height:60%;position:absolute;bottom:0;left:0}.shape-2{background:radial-gradient(circle, var(--hero-shape-2) 0%, transparent 70%);width:60%;height:80%;position:absolute;top:0;right:-20%}.hero-container{z-index:1;justify-content:space-between;align-items:center;gap:2rem;display:flex;position:relative}.hero-content{flex:1;max-width:600px}.badge{color:#00bfff;background:#0066ff1a;border:1px solid #06f3;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{color:var(--text-heading);margin-bottom:1.5rem;font-size:3.5rem;font-weight:800;line-height:1.1}.text-gradient{background:linear-gradient(90deg,#00bfff,#06f);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-desc{color:var(--text-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.hero-actions{gap:1rem;margin-bottom:3.5rem;display:flex}.hero-features{border-top:1px solid var(--border-color);gap:2.5rem;padding-top:2rem;display:flex}.feature-item{color:var(--text-main);align-items:center;gap:.75rem;font-size:.85rem;line-height:1.2;display:flex}.feature-icon{color:#00bfff;font-size:1.5rem}.hero-image-wrapper{flex:1;max-width:600px;position:relative}.hero-image{width:100%;height:auto;box-shadow:0 20px 40px var(--shadow-color);z-index:2;border:1px solid var(--border-color);border-radius:12px;position:relative}.handwritten-text{color:var(--text-heading);z-index:3;text-shadow:2px 2px 4px var(--shadow-color);font-family:Caveat,cursive;font-size:2rem;line-height:1;position:absolute;top:-40px;right:-30px;transform:rotate(-10deg)}@media (width<=992px){.hero-container{text-align:center;flex-direction:column}.hero-container{text-align:center;grid-template-columns:1fr;gap:3rem}.hero-actions{justify-content:center}.hero-features{flex-wrap:wrap;justify-content:center}.handwritten-text{right:10px}}@media (width<=768px){.hero{padding:120px 0 60px}.hero-title{font-size:2.5rem}.hero-desc{font-size:1rem}.hero-features{flex-direction:column;align-items:center;gap:1rem}.handwritten-text{font-size:1.5rem;top:-20px}}.services-section{background:#f4f8fb;padding:100px 0;position:relative}body.dark .services-section{background:var(--bg-main)}.services-header{text-align:center;max-width:800px;margin:0 auto 4rem}.services-header .section-title{color:#0f172a;margin-bottom:1.5rem;font-size:2.8rem;font-weight:800}body.dark .services-header .section-title{color:var(--text-heading)}.services-header .section-desc{color:#475569;font-size:1.05rem;line-height:1.8}body.dark .services-header .section-desc{color:var(--text-muted)}.services-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.service-card{border:1px solid var(--border-color);text-align:center;z-index:1;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}body.dark .service-card{background:var(--bg-card)}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.card-blobs{z-index:-1;width:100%;height:120px;position:absolute;top:0;left:0}.card-blobs svg{object-fit:fill;width:100%;height:100%}body.dark .card-blobs path[fill=\#e9e4fc]{fill:#8b5cf61a}body.dark .card-blobs path[fill=\#e0f7fa]{fill:#06b6d41a}.service-icon-wrapper{margin-bottom:1.5rem;transition:transform .3s;position:relative}.service-card:hover .service-icon-wrapper{transform:scale(1.05)}.service-title{color:var(--text-heading);margin-bottom:.5rem;font-size:1.25rem;font-weight:600}.service-subtitle{color:var(--text-muted);font-size:.95rem}.service-overlay{color:#fff;text-align:center;opacity:0;visibility:hidden;z-index:10;background:linear-gradient(135deg,#4f46e5,#3b82f6);justify-content:center;align-items:center;width:100%;height:100%;padding:2.5rem;transition:all .6s cubic-bezier(.25,1,.5,1);display:flex;position:absolute;top:0;left:0;transform:translateY(100%)}.service-card:hover .service-overlay{opacity:1;visibility:visible;transform:translateY(0)}.service-overlay p{color:#fffffff2;margin:0;font-size:.95rem;font-weight:500;line-height:1.7}@media (width<=992px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.services-section{padding:70px 0}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{min-height:240px}.service-overlay{padding:1.5rem}}.services-action{text-align:center;margin-top:4rem}.btn-all-services{background-color:var(--color-primary,#3b82f6);color:#fff;border-radius:8px;justify-content:center;align-items:center;padding:14px 36px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 4px 15px #3b82f64d}.btn-all-services:hover{color:#fff;background-color:#2563eb;transform:translateY(-5px);box-shadow:0 10px 25px #3b82f666}.featured-projects-section{background:#f4f8fb;padding:80px 0}body.dark .featured-projects-section{background:var(--bg-main)}.projects-header-wrapper{justify-content:space-between;align-items:flex-end;margin-bottom:3.5rem;display:flex}.projects-header-left{max-width:600px}.projects-header-left .section-title{color:#0f172a;margin-bottom:1rem;font-size:2.8rem;font-weight:800}body.dark .projects-header-left .section-title{color:var(--text-heading)}.projects-header-left .section-desc{color:#475569;font-size:1.05rem;line-height:1.6}body.dark .projects-header-left .section-desc{color:var(--text-muted)}.projects-header-right{padding-bottom:8px}.view-all-link{color:#1e293b;align-items:center;gap:8px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}body.dark .view-all-link{color:var(--text-heading)}.view-all-link:hover{color:#3b82f6;transform:translate(4px)}.projects-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.project-card{background:#fff;border-radius:16px;flex-direction:column;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000000a}body.dark .project-card{background:var(--bg-card);box-shadow:0 10px 30px #0003}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000014}.project-img-wrapper{background:#e2e8f0;width:100%;height:240px;overflow:hidden}body.dark .project-img-wrapper{background:#0f172a}.project-img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.project-card:hover .project-img{transform:scale(1.05)}.project-content{flex-grow:1;justify-content:space-between;align-items:center;padding:1.8rem;display:flex}.project-info{flex-direction:column;gap:6px;display:flex}.project-title{color:#0f172a;margin:0;font-size:1.25rem;font-weight:700}body.dark .project-title{color:var(--text-heading)}.project-category{color:#3b82f6;margin:0;font-size:.9rem;font-weight:500}.project-action{color:#0f172a;border:1px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}body.dark .project-action{color:var(--text-heading);border-color:#ffffff1a}.project-card:hover .project-action{color:#fff;background:#3b82f6;border-color:#3b82f6}@media (width<=992px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.projects-header-wrapper{flex-direction:column;align-items:flex-start;gap:1.5rem}.projects-grid{grid-template-columns:1fr}}.stats{background:var(--bg-main);border-bottom:1px solid var(--border-color);padding:60px 0}.stats-grid{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;display:flex}.stat-card{flex:1;align-items:center;gap:1.5rem;min-width:200px;display:flex}.stat-icon-wrapper{width:50px;height:50px;color:var(--color-primary);background-color:#0066ff1a;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.stat-number{color:var(--text-heading);font-size:1.75rem;font-weight:800;line-height:1.2}.stat-label{color:var(--text-muted);font-size:.85rem;font-weight:500}@media (width<=768px){.stat-card{min-width:calc(50% - 1rem)}}@media (width<=480px){.stat-card{min-width:100%}}.testimonials{background:var(--bg-main);padding:100px 0}.testimonials-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.testimonials-header .section-desc{margin:0}.testimonials-nav{gap:1rem;display:flex}.nav-btn{border:1px solid var(--border-color);background:var(--bg-card);width:45px;height:45px;color:var(--text-heading);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.nav-btn:hover{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:0 4px 15px var(--shadow-color);border-radius:12px;flex-direction:column;justify-content:space-between;padding:2rem;display:flex}.testimonial-quote{color:var(--text-muted);margin-bottom:2rem;font-size:1rem;font-style:italic;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.author-avatar{object-fit:cover;border-radius:50%;width:50px;height:50px}.author-info{flex-direction:column;display:flex}.author-name{color:var(--text-heading);font-size:.95rem;font-weight:700}.author-role{color:var(--text-muted);font-size:.8rem}@media (width<=992px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.testimonials-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.testimonials-grid{grid-template-columns:1fr}}.fake-captcha-container{cursor:pointer;-webkit-user-select:none;user-select:none;background:#f9f9f9;border:1px solid #d3d3d3;border-radius:3px;justify-content:space-between;align-items:center;width:304px;max-width:100%;margin-bottom:1.5rem;padding:12px 14px;font-family:Roboto,helvetica,arial,sans-serif;transition:all .3s;display:flex;box-shadow:0 0 4px 1px #00000014}body.dark .fake-captcha-container{background:#222;border-color:#444}.fake-captcha-left{align-items:center;gap:12px;display:flex}.captcha-checkbox{background:#fff;border:2px solid #c1c1c1;border-radius:2px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}body.dark .captcha-checkbox{background:#333;border-color:#555}.captcha-checkbox:hover{border-color:#b2b2b2}.captcha-checkbox.loading{background:0 0!important;border-color:#0000!important}.captcha-spinner{border:3px solid #f3f3f3;border-top-color:#4a90e2;border-radius:50%;width:28px;height:28px;animation:1s linear infinite spin}body.dark .captcha-spinner{border-color:#4a90e2 #444 #444}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.captcha-checkbox.verified{background:#3b82f6!important;border-color:#3b82f6!important}.captcha-checkmark{fill:#fff;width:20px;height:20px;animation:.3s cubic-bezier(.175,.885,.32,1.275) popIn}@keyframes popIn{0%{transform:scale(0)}to{transform:scale(1)}}.captcha-text{color:#282828;font-size:14px;font-weight:400}body.dark .captcha-text{color:#ddd}.fake-captcha-right{flex-direction:column;justify-content:center;align-items:center;display:flex}.fake-captcha-right img{width:32px;height:32px;margin-bottom:2px}.captcha-brand{color:#555;font-size:10px}.captcha-links{color:#555;margin-top:2px;font-size:8px}body.dark .captcha-brand,body.dark .captcha-links{color:#aaa}.contact-section{background:var(--bg-main);padding:100px 0;position:relative;overflow:hidden}.contact-container{z-index:1;position:relative}.contact-content{grid-template-columns:1.2fr 1fr;align-items:center;gap:4rem;display:grid}.contact-form-wrapper{color:#fff;background:linear-gradient(135deg,#2b56e8 0%,#3a68fc 100%);border-radius:8px;padding:3.5rem;box-shadow:0 20px 50px #2b56e833}.form-header{text-align:center;margin-bottom:2.5rem}.form-title{color:#fff;margin-bottom:.5rem;font-size:2rem;font-weight:700}.form-subtitle{opacity:.9;font-size:1rem;font-weight:500}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-row{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group input,.form-group textarea{color:#fff;width:100%;font-family:var(--font-main);background:0 0;border:1px solid #fff6;border-radius:4px;padding:.9rem 1rem;font-size:.95rem;transition:all .3s}.form-group input::placeholder,.form-group textarea::placeholder{color:#fffc}.form-group input:focus,.form-group textarea:focus{background:#ffffff1a;border-color:#fff;outline:none}.recaptcha-placeholder{color:#333;background:#f9f9f9;border-radius:4px;width:fit-content;min-width:250px;margin-bottom:.5rem;padding:.5rem 1rem}.recaptcha-box{justify-content:space-between;align-items:center;display:flex}.recaptcha-checkbox{align-items:center;gap:.75rem;display:flex}.recaptcha-checkbox input[type=checkbox]{cursor:pointer;accent-color:#2b56e8;width:24px;height:24px}.recaptcha-checkbox label{font-size:.9rem;font-weight:500}.recaptcha-logo{color:#555;flex-direction:column;align-items:center;font-size:.6rem;display:flex}.recaptcha-logo img{width:28px;height:28px;margin-bottom:2px}.submit-btn{color:#fff;cursor:pointer;letter-spacing:1px;background:0 0;border:2px solid #fff;border-radius:4px;width:100%;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s}.submit-btn:hover{color:#2b56e8;background:#fff}.form-footer{opacity:.9;justify-content:center;align-items:center;gap:1.5rem;margin-top:2rem;font-size:.9rem;display:flex}.footer-contact{align-items:center;gap:.5rem;display:flex}.footer-divider{background:#ffffff80;width:1px;height:15px}.contact-image-wrapper{text-align:center;flex-direction:column;align-items:center;display:flex}.image-subtitle{color:var(--text-heading);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.image-title{color:var(--text-heading);margin-bottom:2rem;font-size:2.5rem;font-weight:700}.contact-illustration{object-fit:contain;border-radius:12px;width:100%;max-width:500px;height:auto}@media (width<=992px){.contact-content{grid-template-columns:1fr;gap:3rem}.contact-image-wrapper{order:-1}}@media (width<=768px){.form-row{grid-template-columns:1fr}.contact-form-wrapper{padding:2.5rem 1.5rem}.form-footer{flex-direction:column;gap:.8rem}.footer-divider{display:none}}.faq-section{background:var(--bg-main);padding:80px 0;position:relative}.faq-container{max-width:1000px;margin:0 auto}.faq-header{text-align:center;margin-bottom:3rem}.faq-subtitle{color:var(--color-primary);letter-spacing:.5px;text-transform:uppercase;font-size:1rem;font-weight:700}.faq-title{color:var(--text-heading);margin-top:.5rem;font-size:2.2rem;font-weight:700}.faq-list{flex-direction:column;gap:.5rem;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:12px;transition:all .3s;overflow:hidden}.faq-item:hover{background:var(--hero-shape-1);border-color:#06f3}.faq-item.active{background:var(--hero-shape-1);border-color:var(--color-primary)}.faq-question{align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.faq-icon{color:var(--color-primary);stroke-width:3px;flex-shrink:0;font-size:1.25rem;transition:transform .3s}.faq-item.active .faq-icon{transform:rotate(180deg)}.faq-question h3{color:var(--text-heading);margin:0;font-size:1.05rem;font-weight:600}.faq-answer-wrapper{max-height:0;transition:max-height .4s cubic-bezier(.175,.885,.32,1.275);overflow:hidden}.faq-item.active .faq-answer-wrapper{max-height:500px}.faq-answer{color:var(--text-muted);padding:0 1.5rem 1.5rem 3.75rem;font-size:.95rem;line-height:1.6}@media (width<=768px){.faq-question{padding:1.2rem 1rem}.faq-answer{padding:0 1rem 1.2rem 3.25rem}}.technologies-section{background:#f4f8fb;padding:80px 0;position:relative;overflow:hidden}body.dark .technologies-section{background:var(--bg-card,#1e293b)}.tech-header{text-align:center;margin-bottom:4rem}.tech-header h2{color:#032b5e;text-transform:uppercase;letter-spacing:1.5px;padding-bottom:12px;font-size:1.5rem;font-weight:800;display:inline-block;position:relative}body.dark .tech-header h2{color:var(--text-heading)}.tech-header h2:after{content:"";background-color:#3b82f6;border-radius:2px;width:60px;height:2px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.marquee-container{white-space:nowrap;width:100%;padding:20px 0;display:flex;position:relative;overflow:hidden}.marquee-container:before,.marquee-container:after{content:"";z-index:2;pointer-events:none;width:150px;height:100%;position:absolute;top:0}.marquee-container:before{background:linear-gradient(90deg,#f4f8fb 0%,#0000 100%);left:0}.marquee-container:after{background:linear-gradient(270deg,#f4f8fb 0%,#0000 100%);right:0}body.dark .marquee-container:before{background:linear-gradient(to right, var(--bg-card,#1e293b) 0%, transparent 100%)}body.dark .marquee-container:after{background:linear-gradient(to left, var(--bg-card,#1e293b) 0%, transparent 100%)}.marquee-content{animation:40s linear infinite scroll;display:flex}.marquee-container:hover .marquee-content{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-33.3333%)}}.tech-item{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;min-width:180px;padding:0 20px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex}.tech-item:hover{transform:translateY(-8px)scale(1.05)}.tech-icon{filter:drop-shadow(0 4px 8px #00000014);justify-content:center;align-items:center;margin-bottom:12px;font-size:3.5rem;transition:all .3s;display:flex}body.dark .nextjs-icon{fill:#fff!important;color:#fff!important}.tech-name{color:#0f172a;font-size:.9rem;font-weight:700}body.dark .tech-name{color:var(--text-muted)}.cta{background:var(--bg-hero);padding:80px 0;position:relative;overflow:hidden}.cta-background{z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.cta-shape{clip-path:polygon(0 0,100% 0,100% 100%,0 70%);background:linear-gradient(135deg,#06f3 0%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.cta-content{z-index:1;max-width:800px;position:relative}.cta-title{color:var(--text-heading);margin:.5rem 0 1.5rem;font-size:2.5rem;font-weight:800}.cta-desc{color:var(--text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.1rem}.cta-actions{align-items:center;gap:2.5rem;display:flex}.contact-info{gap:1.5rem;display:flex}.contact-link{color:var(--text-main);align-items:center;gap:.5rem;font-size:.9rem;transition:color .3s;display:inline-flex}.contact-link:hover{color:var(--text-heading)}@media (width<=768px){.cta-actions{flex-direction:column;align-items:flex-start;gap:1.5rem}}.about{background:var(--bg-main);padding:100px 0}.about-grid{grid-template-columns:1.2fr 1fr 1fr;align-items:center;gap:3rem;display:grid}.about-desc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1rem}.mt-4{margin-top:1.5rem}.about-features{flex-direction:column;gap:1.5rem;display:flex}.feature-card{align-items:flex-start;gap:1rem;display:flex}.icon-wrapper{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:45px;height:45px;display:flex}.bg-light-blue{background-color:#0066ff1a}.bg-blue{background-color:var(--color-primary)}.icon-blue{color:var(--color-primary);font-size:1.25rem}.icon-white{color:#fff;font-size:1.25rem}.feature-content h4{color:var(--text-heading);margin-bottom:.25rem;font-size:1rem;font-weight:700}.feature-content p{color:var(--text-muted);font-size:.85rem}.about-image-wrapper{position:relative}.about-image{border-radius:16px;width:100%;box-shadow:0 10px 30px #0000001a}@media (width<=1024px){.about-grid{grid-template-columns:1fr 1fr}.about-image-wrapper{grid-column:1/-1;max-width:600px;margin:0 auto}}@media (width<=768px){.about-grid{grid-template-columns:1fr}}.portfolio{background:var(--bg-main);padding:100px 0}.portfolio-header{justify-content:space-between;align-items:flex-end;margin-bottom:4rem;display:flex}.portfolio-title-area{max-width:600px}.portfolio-title-area .section-desc{margin:0}.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;display:grid}.project-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;transition:transform .3s,border-color .3s;overflow:hidden}.project-card:hover{border-color:#0066ff4d;transform:translateY(-5px)}.project-image-container{width:100%;padding-top:60%;position:relative;overflow:hidden}.project-image{object-fit:cover;width:100%;height:100%;transition:transform .5s;position:absolute;top:0;left:0}.project-card:hover .project-image{transform:scale(1.05)}.project-overlay{background:linear-gradient(#0000,#00000080);width:100%;height:100%;position:absolute;top:0;left:0}.project-info{justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.project-title{color:var(--text-heading);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.project-category{color:var(--color-primary);font-size:.85rem;font-weight:500}.project-btn{background:var(--bg-card);width:40px;height:40px;color:var(--text-heading);border:1px solid var(--border-color);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:all .3s;display:flex}.project-card:hover .project-btn{background-color:var(--color-primary);border-color:var(--color-primary);transform:translate(3px)}@media (width<=768px){.portfolio-header{flex-direction:column;align-items:flex-start;gap:1.5rem}}.not-found-wrapper{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:100px 20px;display:flex}.error-code{color:#3b82f6;text-shadow:0 10px 20px #3b82f633;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:8rem;font-weight:900;line-height:1}.error-title{color:#0f172a;margin-bottom:1rem;font-size:2.5rem;font-weight:800}body.dark .error-title{color:var(--text-heading)}.error-desc{color:#64748b;max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}body.dark .error-desc{color:var(--text-muted)}.back-home-btn{color:#fff;background:#3b82f6;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #3b82f64d}.back-home-btn:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 8px 25px #3b82f666}.floating-404{animation:6s ease-in-out infinite float404}@keyframes float404{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}
