.Header-module__Af2_WG__header{z-index:100;height:var(--header-height);-webkit-backdrop-filter:blur(24px);border-bottom:1px solid var(--border-color);background:#050510d9;position:fixed;top:0;left:0;right:0}.Header-module__Af2_WG__container{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__Af2_WG__logo{align-items:center;gap:12px;font-size:1.5rem;font-weight:900;display:flex}.Header-module__Af2_WG__logoIcon{font-size:1.75rem}.Header-module__Af2_WG__logoText{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Header-module__Af2_WG__logoText span{color:var(--text-muted);-webkit-text-fill-color:var(--text-muted)}.Header-module__Af2_WG__nav{align-items:center;gap:36px;display:flex}.Header-module__Af2_WG__navLink{color:var(--text-secondary);transition:color var(--transition-fast);font-size:14px;font-weight:500;position:relative}.Header-module__Af2_WG__navLink:hover{color:var(--text-primary)}.Header-module__Af2_WG__navLink:after{content:"";background:var(--accent-gradient);width:0;height:2px;transition:width var(--transition-normal);position:absolute;bottom:-6px;left:0}.Header-module__Af2_WG__navLink:hover:after{width:100%}.Header-module__Af2_WG__orderBtn{padding:12px 24px;font-size:13px}.Header-module__Af2_WG__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:8px;display:none}.Header-module__Af2_WG__burger span{background:var(--text-primary);width:24px;height:2px;transition:all var(--transition-fast);display:block}@media (max-width:1024px){.Header-module__Af2_WG__burger{display:flex}.Header-module__Af2_WG__nav{top:var(--header-height);background:var(--bg-primary);transition:transform var(--transition-normal);flex-direction:column;justify-content:flex-start;gap:28px;padding:48px 24px;position:fixed;bottom:0;left:0;right:0;transform:translate(100%)}.Header-module__Af2_WG__navOpen{transform:translate(0)}.Header-module__Af2_WG__navLink{font-size:1.25rem}.Header-module__Af2_WG__orderBtn{width:100%;margin-top:20px}}
.Hero-module__Z8hQ_W__hero{min-height:100vh;padding-top:var(--header-height);align-items:center;display:flex;overflow:hidden}.Hero-module__Z8hQ_W__container{grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid}.Hero-module__Z8hQ_W__content{z-index:2;position:relative}.Hero-module__Z8hQ_W__description{color:var(--text-secondary);max-width:520px;margin:28px 0 40px;font-size:1.25rem;line-height:1.7}.Hero-module__Z8hQ_W__buttons{gap:16px;margin-bottom:48px;display:flex}.Hero-module__Z8hQ_W__tech{align-items:center;gap:16px;display:flex}.Hero-module__Z8hQ_W__tech>span{color:var(--text-muted);font-size:14px}.Hero-module__Z8hQ_W__techList{flex-wrap:wrap;gap:8px;display:flex}.Hero-module__Z8hQ_W__techList code{color:var(--accent-primary);background:#06b6d41a;border:1px solid #06b6d433;border-radius:6px;padding:6px 12px;font-size:13px}.Hero-module__Z8hQ_W__visual{position:relative}.Hero-module__Z8hQ_W__codeBlock{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),var(--shadow-glow-cyan);animation:6s ease-in-out infinite Hero-module__Z8hQ_W__float;overflow:hidden}.Hero-module__Z8hQ_W__codeHeader{border-bottom:1px solid var(--border-color);background:#0000004d;gap:8px;padding:16px 20px;display:flex}.Hero-module__Z8hQ_W__codeHeader span{background:var(--text-muted);border-radius:50%;width:12px;height:12px}.Hero-module__Z8hQ_W__codeHeader span:first-child{background:#ef4444}.Hero-module__Z8hQ_W__codeHeader span:nth-child(2){background:#f59e0b}.Hero-module__Z8hQ_W__codeHeader span:nth-child(3){background:#22c55e}.Hero-module__Z8hQ_W__codeBlock pre{font-family:var(--font-mono);color:var(--text-secondary);padding:24px;font-size:14px;line-height:1.7;overflow-x:auto}@media (max-width:1024px){.Hero-module__Z8hQ_W__container{text-align:center;grid-template-columns:1fr}.Hero-module__Z8hQ_W__description{margin-left:auto;margin-right:auto}.Hero-module__Z8hQ_W__buttons,.Hero-module__Z8hQ_W__tech{flex-wrap:wrap;justify-content:center}.Hero-module__Z8hQ_W__visual{display:none}}@media (max-width:768px){.Hero-module__Z8hQ_W__buttons{flex-direction:column}.Hero-module__Z8hQ_W__buttons .Hero-module__Z8hQ_W__btn{width:100%}}
.Services-module__PFRRnG__grid{gap:20px}.Services-module__PFRRnG__card{text-align:left;cursor:pointer;padding:36px 28px}.Services-module__PFRRnG__card h3{margin:16px 0 12px;font-size:1.5rem}.Services-module__PFRRnG__card>p{color:var(--text-secondary);margin-bottom:20px;font-size:.95rem}.Services-module__PFRRnG__icon{font-size:3rem}.Services-module__PFRRnG__items{flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex}.Services-module__PFRRnG__items span{border-radius:var(--radius-full);color:var(--text-muted);background:#ffffff0d;padding:6px 12px;font-size:12px}.Services-module__PFRRnG__arrow{color:var(--text-muted);transition:transform var(--transition-normal);font-size:1.5rem}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__arrow{color:var(--text-primary);transform:translate(8px)}.Services-module__PFRRnG__cyan:before{background:linear-gradient(90deg,#0000,#06b6d499,#0000)}.Services-module__PFRRnG__cyan:hover{box-shadow:var(--shadow-lg),0 0 40px #06b6d433}.Services-module__PFRRnG__cyan .Services-module__PFRRnG__items span{color:var(--accent-primary);background:#06b6d41a}.Services-module__PFRRnG__purple:before{background:linear-gradient(90deg,#0000,#8b5cf699,#0000)}.Services-module__PFRRnG__purple:hover{box-shadow:var(--shadow-lg),0 0 40px #8b5cf633}.Services-module__PFRRnG__purple .Services-module__PFRRnG__items span{color:var(--accent-secondary);background:#8b5cf61a}.Services-module__PFRRnG__pink:before{background:linear-gradient(90deg,#0000,#ec489999,#0000)}.Services-module__PFRRnG__pink:hover{box-shadow:var(--shadow-lg),0 0 40px #ec489933}.Services-module__PFRRnG__pink .Services-module__PFRRnG__items span{color:#ec4899;background:#ec48991a}.Services-module__PFRRnG__green:before{background:linear-gradient(90deg,#0000,#10b98199,#0000)}.Services-module__PFRRnG__green:hover{box-shadow:var(--shadow-lg),0 0 40px #10b98133}.Services-module__PFRRnG__green .Services-module__PFRRnG__items span{color:var(--success);background:#10b9811a}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Services-module__PFRRnG__grid{grid-template-columns:1fr}}
.Portfolio-module__RS_UDG__section{background:var(--bg-secondary)}.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Portfolio-module__RS_UDG__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-normal);overflow:hidden}.Portfolio-module__RS_UDG__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.Portfolio-module__RS_UDG__image{background:linear-gradient(135deg,#06b6d41a 0%,#8b5cf61a 100%);justify-content:center;align-items:center;height:220px;display:flex}.Portfolio-module__RS_UDG__placeholder{opacity:.3;font-size:4rem}.Portfolio-module__RS_UDG__content{padding:28px}.Portfolio-module__RS_UDG__category{text-transform:uppercase;letter-spacing:1px;color:var(--accent-primary);font-size:12px;font-weight:600}.Portfolio-module__RS_UDG__content h3{margin:8px 0 16px;font-size:1.25rem}.Portfolio-module__RS_UDG__tech{flex-wrap:wrap;gap:8px;display:flex}.Portfolio-module__RS_UDG__tech code{font-size:12px}@media (max-width:768px){.Portfolio-module__RS_UDG__grid{grid-template-columns:1fr}}
.Process-module__gUgyKG__timeline{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.Process-module__gUgyKG__step{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);transition:all var(--transition-normal);padding:32px 24px;position:relative}.Process-module__gUgyKG__step:hover{border-color:var(--border-hover);transform:translateY(-4px)}.Process-module__gUgyKG__num{background:var(--accent-gradient);-webkit-text-fill-color:transparent;opacity:.3;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900}.Process-module__gUgyKG__content h3{margin:12px 0 8px;font-size:1.25rem}.Process-module__gUgyKG__content p{color:var(--text-secondary);font-size:.95rem}@media (max-width:1024px){.Process-module__gUgyKG__timeline{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Process-module__gUgyKG__timeline{grid-template-columns:1fr}}
.CTA-module__n-fbaG__section{padding:80px 0 120px}.CTA-module__n-fbaG__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);text-align:center;padding:80px 60px;position:relative;overflow:hidden}.CTA-module__n-fbaG__card:before{content:"";background:var(--accent-gradient);height:2px;position:absolute;top:0;left:0;right:0}.CTA-module__n-fbaG__card:after{content:"";pointer-events:none;background:radial-gradient(circle,#06b6d414 0%,#0000 70%);width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.CTA-module__n-fbaG__card h2{z-index:1;margin-bottom:16px;font-size:2.5rem;position:relative}.CTA-module__n-fbaG__card h2 span{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.CTA-module__n-fbaG__card>p{color:var(--text-secondary);z-index:1;margin-bottom:40px;font-size:1.25rem;position:relative}.CTA-module__n-fbaG__actions{z-index:1;justify-content:center;gap:16px;display:flex;position:relative}@media (max-width:768px){.CTA-module__n-fbaG__card{padding:60px 32px}.CTA-module__n-fbaG__card h2{font-size:1.75rem}.CTA-module__n-fbaG__actions{flex-direction:column}.CTA-module__n-fbaG__actions .CTA-module__n-fbaG__btn{width:100%}}
.Footer-module__EZoWya__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:80px 0 40px}.Footer-module__EZoWya__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px;display:grid}.Footer-module__EZoWya__brand{max-width:300px}.Footer-module__EZoWya__logo{background:var(--accent-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;gap:10px;margin-bottom:20px;font-size:1.5rem;font-weight:900;display:inline-flex}.Footer-module__EZoWya__brand p{color:var(--text-secondary);font-size:.95rem;line-height:1.7}.Footer-module__EZoWya__links h4{margin-bottom:24px;font-size:1rem}.Footer-module__EZoWya__links ul{list-style:none}.Footer-module__EZoWya__links li{margin-bottom:14px}.Footer-module__EZoWya__links a{color:var(--text-secondary);transition:color var(--transition-fast);font-size:.95rem}.Footer-module__EZoWya__links a:hover{color:var(--text-primary)}.Footer-module__EZoWya__bottom{border-top:1px solid var(--border-color);text-align:center;padding-top:32px}.Footer-module__EZoWya__bottom p{color:var(--text-muted);font-size:.875rem}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__EZoWya__grid{text-align:center;grid-template-columns:1fr}.Footer-module__EZoWya__brand{max-width:none}.Footer-module__EZoWya__logo{justify-content:center}}
