:root{--bg:#0a0a14;--bg-soft:#11121f;--surface:#ffffff0a;--surface-strong:#ffffff14;--border:#ffffff1a;--text:#f1f2f8;--text-muted:#9b9db1;--accent:#7c6cff;--accent-2:#21d4fd;--gradient:linear-gradient(120deg, #7c6cff 0%, #21d4fd 100%);--radius:18px;--container:1120px;--shadow:0 20px 60px #00000073}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}img,iframe{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(var(--container), 100% - 2.5rem);margin-inline:auto}.section{padding:4.5rem 0}.section-head{text-align:center;max-width:640px;margin:0 auto 3rem}.section-kicker{letter-spacing:.14em;text-transform:uppercase;background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:.75rem;font-size:.8rem;font-weight:600;display:inline-block}.section-title{letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.7rem,4.5vw,2.6rem);line-height:1.2}.section-sub{color:var(--text-muted);font-size:1rem}.btn{cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.7rem;font-size:.95rem;font-weight:600;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 8px 30px #7c6cff59}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 12px 40px #7c6cff80}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-ghost{background:var(--surface);border:1px solid var(--border);color:var(--text)}.btn-ghost:hover{background:var(--surface-strong);transform:translateY(-2px)}.navbar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);background:#0a0a14b3;position:fixed;inset:0 0 auto}.navbar-inner{justify-content:space-between;align-items:center;height:64px;display:flex}.brand{letter-spacing:-.02em;font-size:1.15rem;font-weight:800}.brand span{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.nav-links{gap:1.8rem;list-style:none;display:none}.nav-links a{color:var(--text-muted);font-size:.92rem;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-cta{display:none}.nav-toggle{color:var(--text);cursor:pointer;background:0 0;border:none;font-size:1.6rem;line-height:1}.nav-mobile{border-top:1px solid var(--border);overflow:hidden}.nav-mobile ul{flex-direction:column;gap:.25rem;padding:1rem 0 1.4rem;list-style:none;display:flex}.nav-mobile a{color:var(--text-muted);padding:.6rem 0;font-weight:500;display:block}.nav-mobile a:hover{color:var(--text)}@media (width>=820px){.nav-links{display:flex}.nav-cta{padding:.55rem 1.2rem;font-size:.88rem;display:inline-flex}.nav-toggle,.nav-mobile{display:none}}.hero{align-items:center;min-height:100svh;padding:7rem 0 4rem;display:flex;position:relative;overflow:hidden}.hero-blob{filter:blur(90px);opacity:.45;pointer-events:none;border-radius:50%;position:absolute}.hero-blob-1{background:#7c6cff;width:480px;height:480px;top:-120px;right:-140px}.hero-blob-2{opacity:.3;background:#21d4fd;width:420px;height:420px;bottom:-160px;left:-160px}.hero-content{text-align:center;max-width:760px;margin-inline:auto;position:relative}.hero-badge{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.45rem 1rem;font-size:.82rem;display:inline-flex}.hero-badge:before{content:"";background:#34d399;border-radius:50%;width:8px;height:8px;box-shadow:0 0 12px #34d399}.hero h1{letter-spacing:-.03em;margin-bottom:1.2rem;font-size:clamp(2.3rem,7vw,4.2rem);line-height:1.08}.hero h1 .grad{background:var(--gradient);color:#0000;-webkit-background-clip:text;background-clip:text}.hero p{color:var(--text-muted);max-width:560px;margin:0 auto 2.2rem;font-size:clamp(1rem,2.2vw,1.2rem)}.hero-actions{flex-wrap:wrap;justify-content:center;gap:.9rem;display:flex}.hero-stats{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-top:3.5rem;display:flex}.hero-stat strong{letter-spacing:-.02em;font-size:1.6rem;display:block}.hero-stat span{color:var(--text-muted);font-size:.85rem}.services-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (width>=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.services-grid{grid-template-columns:repeat(4,1fr)}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.8rem;transition:border-color .25s,background .25s}.card:hover{background:var(--surface-strong);border-color:#7c6cff80}.card-icon{background:var(--gradient);border-radius:16px;place-items:center;width:56px;height:56px;margin-bottom:1.1rem;font-size:1.8rem;display:grid}.card h3{margin-bottom:.5rem;font-size:1.1rem}.card p{color:var(--text-muted);font-size:.92rem}.projects-grid{grid-template-columns:1fr;gap:1.2rem;display:grid}@media (width>=700px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1000px){.projects-grid{grid-template-columns:repeat(3,1fr)}}.project-card{flex-direction:column;gap:.9rem;display:flex}.project-top{justify-content:space-between;align-items:center;display:flex}.project-folder{font-size:1.6rem}.project-links{gap:.8rem;display:flex}.project-links a{color:var(--text-muted);font-size:.85rem;font-weight:600;transition:color .2s}.project-links a:hover{color:var(--accent-2)}.project-card h3{font-size:1.15rem}.project-card p{flex:1}.tags{flex-wrap:wrap;gap:.5rem;display:flex}.tag{color:#b8aeff;background:#7c6cff24;border:1px solid #7c6cff4d;border-radius:999px;padding:.3rem .75rem;font-size:.75rem;font-weight:600}.projects-cta{text-align:center;margin-top:2.5rem}.videos-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=820px){.videos-grid{grid-template-columns:repeat(2,1fr)}}.video-card{padding:0;overflow:hidden}.video-frame{aspect-ratio:16/9;background:#000;position:relative}.video-frame iframe{border:0;width:100%;height:100%;position:absolute;inset:0}.video-card h3{padding:1rem 1.4rem 1.2rem;font-size:1rem}.contact-wrap{grid-template-columns:1fr;gap:2.5rem;display:grid}@media (width>=900px){.contact-wrap{grid-template-columns:1fr 1.2fr;align-items:start}}.contact-info h2{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.7rem,4vw,2.4rem)}.contact-info p{color:var(--text-muted);margin-bottom:1.8rem}.contact-channels{flex-direction:column;gap:.9rem;display:flex}.channel{background:var(--surface);border:1px solid var(--border);border-radius:14px;align-items:center;gap:.9rem;padding:.9rem 1.1rem;font-size:.92rem;transition:border-color .2s,transform .2s;display:flex}.channel:hover{border-color:#21d4fd80;transform:translate(4px)}.channel .ico{font-size:1.3rem}.form{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);flex-direction:column;gap:1.1rem;padding:1.8rem;display:flex}.field{flex-direction:column;gap:.4rem;display:flex}.field-row{grid-template-columns:1fr;gap:1.1rem;display:grid}@media (width>=560px){.field-row{grid-template-columns:1fr 1fr}}.field label{font-size:.85rem;font-weight:600}.field label .req{color:#ff7a9a}.field input,.field textarea{background:var(--bg-soft);border:1px solid var(--border);color:var(--text);font:inherit;border-radius:12px;padding:.8rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.field textarea{resize:vertical;min-height:120px}.field input:focus,.field textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #7c6cff33}.field input.invalid,.field textarea.invalid{border-color:#ff7a9a}.field-error{color:#ff7a9a;font-size:.78rem}.form-status{text-align:center;border-radius:12px;padding:.7rem;font-size:.88rem}.form-status.ok{color:#34d399;background:#34d3991f}.form-status.error{color:#ff7a9a;background:#ff7a9a1f}.footer{border-top:1px solid var(--border);padding:2.2rem 0}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.1rem;display:flex}@media (width>=700px){.footer-inner{text-align:left;flex-direction:row;justify-content:space-between}}.footer p{color:var(--text-muted);font-size:.85rem}.socials{gap:.7rem;display:flex}.socials a{background:var(--surface);border:1px solid var(--border);border-radius:12px;place-items:center;width:42px;height:42px;transition:transform .2s,border-color .2s;display:grid}.socials a:hover{border-color:var(--accent);transform:translateY(-3px)}.socials svg{width:20px;height:20px;fill:var(--text-muted);transition:fill .2s}.socials a:hover svg{fill:var(--text)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
