@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Inter:wght@400;500;600;700&family=Dancing+Script:wght@600&display=swap";:root{--accent:#6f0e9c;--accent-light:#9b3fd1;--accent-dark:#4a0a6b;--bg:#0d0a12;--bg-alt:#17121f;--bg-alt-2:#1d1729;--text:#f5f3f7;--text-secondary:#a69eb0;--border:#a69eb029;--accent-glow:#6f0e9c73;--accent-glow-soft:#9b3fd12e;--shadow-card:0 20px 40px -20px #0009;--shadow-accent:0 12px 30px -8px #6f0e9c80;--space-1:.5rem;--space-2:1rem;--space-3:1.5rem;--space-4:2rem;--space-6:3rem;--space-8:4rem;--space-10:5rem;--space-12:6rem;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--radius-full:999px;--font-heading:"Poppins", system-ui, "Segoe UI", sans-serif;--font-body:"Inter", system-ui, "Segoe UI", sans-serif;--ease:cubic-bezier(.4, 0, .2, 1);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:var(--font-body);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}body{background:var(--bg);margin:0;overflow-x:hidden}#root{min-height:100svh;overflow-x:clip}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--font-heading);color:var(--text);margin:0;line-height:1.15}p{color:var(--text-secondary);margin:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}ul{margin:0;padding:0;list-style:none}::selection{background:var(--accent);color:var(--text)}:focus-visible{outline:2px solid var(--accent-light);outline-offset:3px;border-radius:4px}.container{width:min(1200px,100%);margin-inline:auto;padding-inline:clamp(1.25rem,4vw,2.5rem)}.section{padding-block:clamp(3.5rem,8vw,7rem)}.section-label{font-family:var(--font-body);letter-spacing:.16em;color:var(--accent-light);margin-bottom:var(--space-2);font-size:.8rem;font-weight:600;display:inline-block}.section-heading{letter-spacing:-.02em;font-size:clamp(1.75rem,3.2vw,2.5rem);font-weight:700}.section-head{max-width:640px;margin-bottom:clamp(2.5rem,5vw,4rem)}.section-head.center{text-align:center;margin-inline:auto}.btn{border-radius:var(--radius-full);transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s var(--ease), border-color .25s var(--ease), color .25s var(--ease);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.9rem 1.9rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn:active{transform:scale(.97)}.btn-primary{background:linear-gradient(135deg, var(--accent-light), var(--accent));color:var(--text);box-shadow:var(--shadow-accent)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 36px -6px #9b3fd1a6}.btn-outline{color:var(--text);border-color:var(--accent-light);background:0 0}.btn-outline:hover{background:var(--accent-glow-soft);border-color:var(--accent-light);transform:translateY(-2px)}.btn-light{background:var(--text);color:var(--accent-dark)}.btn-light:hover{background:#fff;transform:translateY(-2px);box-shadow:0 16px 36px -8px #0006}.icon-btn{border:1.5px solid var(--border);width:42px;height:42px;color:var(--text-secondary);background:var(--bg-alt);transition:border-color .25s var(--ease), color .25s var(--ease), background .25s var(--ease), transform .25s var(--ease);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{border-color:var(--accent-light);color:var(--accent-light);transform:translateY(-2px)}@media (width<=480px){.container{padding-inline:1.25rem}}.lang-toggle{letter-spacing:.04em;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;display:inline-flex}.lang-toggle button{color:var(--text-secondary);transition:color .2s var(--ease);background:0 0;border:none;border-radius:4px;padding:.25rem .35rem}.lang-toggle button.active{color:var(--accent-light)}.lang-toggle button:hover{color:var(--text)}.lang-toggle button.active:hover{color:var(--accent-light)}.lang-divider{color:var(--text-secondary);opacity:.5}.navbar{z-index:100;transition:background .3s var(--ease), border-color .3s var(--ease), backdrop-filter .3s var(--ease);background:0 0;border-bottom:1px solid #0000;position:sticky;top:0}.navbar.scrolled{border-bottom-color:var(--border);-webkit-backdrop-filter:blur(14px);background:#0d0a12c7}.navbar-inner{justify-content:space-between;align-items:center;gap:var(--space-3);height:76px;display:flex}.brand{font-family:var(--font-heading);letter-spacing:.06em;color:var(--text);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:700;display:inline-flex}.brand-icon{color:var(--accent-light)}.nav-links{align-items:center;gap:clamp(1rem,2vw,1.9rem);font-size:.92rem;font-weight:500;display:flex}.nav-links a{color:var(--text-secondary);transition:color .2s var(--ease);padding:.3rem .1rem;position:relative}.nav-links a:hover{color:var(--text)}.nav-links a:after{content:"";background:var(--accent-light);height:2px;transition:right .25s var(--ease);border-radius:2px;position:absolute;bottom:-2px;left:0;right:100%}.nav-links a:hover:after{right:0}.navbar-actions{flex-shrink:0;align-items:center;gap:1.1rem;display:flex}.navbar-actions .btn{padding:.65rem 1.4rem;font-size:.88rem}.menu-toggle{color:var(--text);background:0 0;border:none;border-radius:8px;padding:.35rem;display:none}.mobile-menu{display:none}@media (width<=860px){.nav-links,.desktop-only{display:none}.menu-toggle{display:inline-flex}.mobile-menu{background:var(--bg);padding:var(--space-4) clamp(1.25rem, 6vw, 2.5rem);gap:var(--space-6);transition:transform .3s var(--ease);flex-direction:column;display:flex;position:fixed;inset:76px 0 0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-nav{gap:var(--space-3);flex-direction:column;font-size:1.2rem;font-weight:600;display:flex}.mobile-nav a{color:var(--text);border-bottom:1px solid var(--border);padding-block:.4rem}.mobile-menu-footer{gap:var(--space-3);padding-top:var(--space-3);flex-direction:column;align-items:flex-start;margin-top:auto;display:flex}.mobile-menu-footer .btn{width:100%}}.hero{align-items:center;min-height:clamp(600px,92vh,880px);padding-block:clamp(6rem,12vw,8rem) clamp(3rem,6vw,4rem);display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;position:absolute;inset:0}.hero-bg-media{object-fit:cover;object-position:center 30%;width:100%;height:100%;position:absolute;inset:0}.hero-bg-video{z-index:1}.hero-bg-overlay{z-index:2;background:linear-gradient(100deg, #0d0a12f0 0%, #0d0a12d1 38%, #0d0a1280 65%, #0d0a1252 100%), linear-gradient(0deg, var(--bg) 0%, transparent 16%, transparent 84%, var(--bg) 100%);position:absolute;inset:0}.hero-inner{z-index:3;position:relative}.hero-content{max-width:640px}.hero-eyebrow{color:var(--accent-light);letter-spacing:.18em;margin-bottom:var(--space-2);font-size:.85rem;font-weight:600}.hero-title{letter-spacing:-.03em;color:var(--text);font-size:clamp(2.6rem,6vw,4.5rem);font-weight:800}.hero-title .highlight{background:linear-gradient(120deg, var(--accent-light), var(--accent));color:#0000;-webkit-background-clip:text;background-clip:text}.hero-subtitle{margin-top:var(--space-2);color:var(--text);font-size:clamp(1.1rem,2vw,1.4rem);font-weight:600}.hero-paragraph{margin-top:var(--space-3);max-width:46ch;color:var(--text-secondary);font-size:1.02rem;line-height:1.7}.hero-actions{margin-top:var(--space-4);flex-wrap:wrap;gap:1rem;display:flex}.hero-social{margin-top:var(--space-6);flex-wrap:wrap;align-items:center;gap:1.1rem;display:flex}.hero-social>span{color:var(--text-secondary);letter-spacing:.04em;font-size:.85rem;font-weight:600}.hero-social-icons{gap:.7rem;display:flex}.social-svg{width:18px;height:18px}@media (width<=900px){.hero{text-align:center;align-items:flex-end}.hero-content{max-width:100%;margin-inline:auto}.hero-paragraph{margin-inline:auto}.hero-actions,.hero-social{justify-content:center}.hero-bg-media{object-position:center 22%}.hero-bg-overlay{background:linear-gradient(0deg, #0d0a12f5 0%, #0d0a12c7 45%, #0d0a1266 75%, #0d0a1247 100%), linear-gradient(0deg, var(--bg) 0%, transparent 16%, transparent 84%, var(--bg) 100%)}}@media (width<=480px){.hero-actions{flex-direction:column;width:100%}.hero-actions .btn{width:100%}}.about-grid{grid-template-columns:.85fr 1.15fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.about-photo-wrap{flex-direction:column;align-items:center;display:flex}.about-photo{aspect-ratio:4/5;border-radius:var(--radius-lg);border:1px solid var(--border);width:100%;max-width:380px;box-shadow:var(--shadow-card);position:relative;overflow:hidden}.about-photo:after{content:"";pointer-events:none;background:linear-gradient(200deg,#0000 55%,#0d0a12a6);position:absolute;inset:0}.about-photo img{object-fit:cover;width:100%;height:100%}.about-signature{color:var(--accent-light);margin-top:var(--space-2);font-family:Dancing Script,cursive;font-size:2.1rem}.about-paragraph{margin-top:var(--space-3);max-width:60ch;line-height:1.75}.about-stats{margin-top:var(--space-6);grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.about-stat-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .25s var(--ease), transform .25s var(--ease), box-shadow .25s var(--ease);flex-direction:column;align-items:flex-start;gap:.4rem;padding:1.25rem 1rem;display:flex}.about-stat-card:hover{border-color:var(--accent-light);box-shadow:var(--shadow-card);transform:translateY(-4px)}.about-stat-icon{color:var(--accent-light)}.about-stat-value{font-family:var(--font-heading);color:var(--text);font-size:clamp(1.4rem,2.4vw,1.8rem);font-weight:700}.about-stat-label{color:var(--text-secondary);font-size:.82rem}@media (width<=900px){.about-grid{text-align:center;grid-template-columns:1fr}.about-paragraph{margin-inline:auto}.about-stats{text-align:left;grid-template-columns:repeat(2,1fr)}}@media (width<=420px){.about-stats{grid-template-columns:1fr 1fr}.about-stat-card{padding:1rem .85rem}}.services{background:var(--bg-alt)}.services-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.service-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color .3s var(--ease), transform .3s var(--ease), box-shadow .3s var(--ease);flex-direction:column;gap:.9rem;padding:clamp(1.75rem,3vw,2.25rem);display:flex}.service-card:hover{border-color:var(--accent-light);box-shadow:var(--shadow-accent);transform:translateY(-6px)}.service-icon{background:linear-gradient(135deg, var(--accent-light), var(--accent-dark));width:54px;height:54px;color:var(--text);border-radius:50%;justify-content:center;align-items:center;display:flex}.service-title{font-size:1.15rem;font-weight:700}.service-description{flex-grow:1;font-size:.95rem;line-height:1.65}.service-link{color:var(--accent-light);transition:gap .25s var(--ease), color .25s var(--ease);align-items:center;gap:.4rem;margin-top:.25rem;font-size:.9rem;font-weight:600;display:inline-flex}.service-link:hover{color:var(--text);gap:.65rem}@media (width<=1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=560px){.services-grid{grid-template-columns:1fr}}.skills-grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:clamp(2rem,5vw,4rem);display:grid}.skills-bars{flex-direction:column;gap:1.6rem;display:flex}.skill-bar-head{color:var(--text);justify-content:space-between;margin-bottom:.55rem;font-size:.95rem;font-weight:600;display:flex}.skill-bar-head span:last-child{color:var(--accent-light)}.skill-bar-track{border-radius:var(--radius-full);background:var(--bg-alt);border:1px solid var(--border);height:10px;overflow:hidden}.skill-bar-fill{border-radius:var(--radius-full);background:linear-gradient(90deg, var(--accent-dark), var(--accent-light));height:100%}.skills-stats{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.skills-stat-card{background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-md);transition:border-color .25s var(--ease), transform .25s var(--ease);align-items:center;gap:.9rem;padding:1.3rem;display:flex}.skills-stat-card:hover{border-color:var(--accent-light);transform:translateY(-4px)}.skills-stat-icon{color:var(--accent-light);flex-shrink:0}.skills-stat-card>div{flex-direction:column;display:flex}.skills-stat-value{font-family:var(--font-heading);color:var(--text);font-size:1.3rem;font-weight:700}.skills-stat-label{color:var(--text-secondary);font-size:.78rem}@media (width<=900px){.skills-grid{grid-template-columns:1fr}}@media (width<=420px){.skills-stats{grid-template-columns:1fr}}.projects-head{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:clamp(2.5rem,5vw,4rem);display:flex}.projects-viewall{color:var(--accent-light);white-space:nowrap;transition:gap .25s var(--ease), color .25s var(--ease);align-items:center;gap:.4rem;font-weight:600;display:inline-flex}.projects-viewall:hover{color:var(--text);gap:.65rem}.projects-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.project-card{flex-direction:column;gap:.8rem;display:flex}.project-image{aspect-ratio:4/3;border-radius:var(--radius-md);border:1px solid var(--border);position:relative;overflow:hidden}.project-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s var(--ease)}.project-overlay{opacity:0;transition:opacity .35s var(--ease);background:linear-gradient(#0000 40%,#6f0e9c8c);position:absolute;inset:0}.project-card:hover .project-image img{transform:scale(1.06)}.project-card:hover .project-overlay{opacity:1}.project-category{letter-spacing:.06em;color:var(--accent-light);font-size:.8rem;font-weight:600}.project-title{font-size:1.05rem;font-weight:700}@media (width<=1024px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=700px){.projects-head{flex-direction:column;align-items:flex-start}}@media (width<=480px){.projects-grid{grid-template-columns:1fr}}.testimonials-carousel{align-items:center;gap:1rem;display:flex}.carousel-arrow{flex-shrink:0}.testimonials-track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:1.5rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.testimonials-track::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;background:var(--bg-alt);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;flex:0 0 100%;gap:1rem;padding:clamp(1.75rem,3vw,2.25rem);display:flex}.testimonial-quote-icon{color:var(--accent-light)}.testimonial-text{color:var(--text);font-size:.98rem;line-height:1.75}.testimonial-rating{gap:.2rem;display:flex}.testimonial-star{color:var(--accent-light);fill:var(--accent-light)}.testimonial-person{align-items:center;gap:.85rem;margin-top:auto;display:flex}.testimonial-person img{object-fit:cover;border:2px solid var(--accent-light);border-radius:50%;width:52px;height:52px}.testimonial-name{color:var(--text);font-size:.95rem;font-weight:700}.testimonial-role{color:var(--text-secondary);font-size:.82rem}@media (width>=700px){.testimonial-card{flex:0 0 calc(50% - .75rem)}}@media (width>=1024px){.testimonial-card{flex:0 0 calc(33.333% - 1rem)}}@media (width<=560px){.testimonials-carousel{gap:.5rem}}.cta{padding-block:clamp(3rem,7vw,5.5rem)}.cta .container{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--accent-dark), var(--accent) 55%, var(--accent-light));padding:clamp(2.5rem,6vw,4.5rem) clamp(1.5rem,5vw,3rem);position:relative;overflow:hidden}.cta .container:before{content:"";background:radial-gradient(60% 100% at 100% 0,#ffffff26,#0000 60%);position:absolute;inset:0}.cta-inner{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:1.1rem;max-width:640px;margin-inline:auto;display:flex;position:relative}.cta-icon{width:62px;height:62px;color:var(--text);background:#f5f3f724;border:1px solid #f5f3f759;border-radius:50%;justify-content:center;align-items:center;display:flex}.cta-title{color:var(--text);font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800}.cta-text{color:#f5f3f7d9;max-width:46ch;font-size:clamp(1rem,1.6vw,1.15rem)}.cta-form{flex-direction:column;gap:.9rem;width:100%;margin-top:.5rem;display:flex}.cta-form-row{grid-template-columns:1fr 1fr;gap:.9rem;display:grid}.cta-form input,.cta-form textarea{width:100%;font-family:var(--font-body);color:var(--text);border-radius:var(--radius-sm);resize:vertical;transition:border-color .25s var(--ease), background .25s var(--ease);background:#f5f3f71a;border:1.5px solid #f5f3f74d;padding:.85rem 1.1rem;font-size:.95rem}.cta-form input::placeholder,.cta-form textarea::placeholder{color:#f5f3f799}.cta-form input:focus,.cta-form textarea:focus{border-color:var(--text);background:#f5f3f729;outline:none}.cta-form input:disabled,.cta-form textarea:disabled{opacity:.6;cursor:not-allowed}.cta-form .btn-light{align-self:center;margin-top:.3rem}.cta-form .btn-light:disabled{opacity:.7;cursor:not-allowed;transform:none}.cta-form-message{font-size:.9rem;font-weight:600}.cta-form-success{color:#d9f7e8}.cta-form-error{color:#ffd6d6}@media (width<=560px){.cta-form-row{grid-template-columns:1fr}}.footer{background:var(--bg-alt);border-top:1px solid var(--border)}.footer-grid{grid-template-columns:1.4fr 1fr 1fr 1.1fr;gap:clamp(2rem,4vw,3rem);padding-block:clamp(3rem,6vw,5rem);display:grid}.footer-brand .brand{margin-bottom:1rem}.footer-description{max-width:32ch;font-size:.92rem;line-height:1.65}.footer-social{gap:.7rem;margin-top:1.5rem;display:flex}.footer-social .social-svg{width:18px;height:18px}.footer-col h3{margin-bottom:1.25rem;font-size:1rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.75rem;display:flex}.footer-col a,.footer-col span{color:var(--text-secondary);transition:color .2s var(--ease);font-size:.92rem}.footer-col a:hover{color:var(--accent-light)}.footer-contact li{color:var(--accent-light);align-items:center;gap:.6rem;display:flex}.footer-contact li a,.footer-contact li span{color:var(--text-secondary)}.footer-bottom{border-top:1px solid var(--border)}.footer-bottom .container{padding-block:1.5rem}.footer-bottom p{text-align:center;font-size:.85rem}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=560px){.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand{flex-direction:column;align-items:center;display:flex}.footer-description{margin-inline:auto}.footer-contact li{justify-content:center}}
