.Hero-module__Z8hQ_W__hero{background:var(--bg-primary);align-items:center;min-height:100vh;padding-top:100px;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__glowOrb1{background:radial-gradient(circle,var(--accent-glow),transparent 70%);filter:blur(100px);pointer-events:none;opacity:.6;width:500px;height:500px;position:absolute;top:20%;right:10%}.Hero-module__Z8hQ_W__glowOrb2{background:radial-gradient(circle,var(--accent-glow),transparent 70%);filter:blur(80px);pointer-events:none;opacity:.4;width:400px;height:400px;position:absolute;bottom:10%;left:5%}.Hero-module__Z8hQ_W__content{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:80px;display:grid;position:relative}.Hero-module__Z8hQ_W__textContent{max-width:600px}.Hero-module__Z8hQ_W__badge{background:var(--accent-subtle);border:1px solid var(--accent);color:var(--accent);text-transform:uppercase;letter-spacing:1px;border-radius:8px;align-items:center;gap:8px;margin-bottom:28px;padding:10px 18px;font-size:12px;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__badgeDot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__Z8hQ_W__pulse}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1}50%{opacity:.5}}.Hero-module__Z8hQ_W__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:24px;font-size:clamp(44px,6vw,72px);font-weight:800;line-height:1.05}.Hero-module__Z8hQ_W__highlight{color:var(--accent)}.Hero-module__Z8hQ_W__subtitle{color:var(--text-secondary);margin-bottom:36px;font-size:18px;line-height:1.7}.Hero-module__Z8hQ_W__actions{gap:16px;margin-bottom:56px;display:flex}.Hero-module__Z8hQ_W__stats{align-items:center;gap:40px;display:flex}.Hero-module__Z8hQ_W__stat{flex-direction:column;gap:4px;display:flex}.Hero-module__Z8hQ_W__statNumber{color:var(--text-primary);letter-spacing:-.02em;font-size:32px;font-weight:800}.Hero-module__Z8hQ_W__statLabel{color:var(--text-muted);font-size:14px}.Hero-module__Z8hQ_W__statDivider{background:var(--border-color);width:1px;height:48px}.Hero-module__Z8hQ_W__visualContent,.Hero-module__Z8hQ_W__heroVisual{position:relative}.Hero-module__Z8hQ_W__visualGlow{background:radial-gradient(circle,var(--accent-glow),transparent 70%);filter:blur(60px);pointer-events:none;opacity:.5;width:80%;height:80%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__Z8hQ_W__heroImage{z-index:1;border-radius:16px;width:100%;height:auto;position:relative}.Hero-module__Z8hQ_W__floatingCard{background:var(--bg-card);border:1px solid var(--border-color);z-index:2;border-radius:12px;align-items:center;gap:12px;padding:16px 20px;display:flex;position:absolute;box-shadow:0 20px 50px #0003}.Hero-module__Z8hQ_W__card1{top:20%;left:-40px}.Hero-module__Z8hQ_W__card2{bottom:20%;right:-40px}.Hero-module__Z8hQ_W__cardIcon{background:var(--accent-subtle);border:1px solid var(--accent);width:42px;height:42px;color:var(--accent);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Hero-module__Z8hQ_W__cardContent{flex-direction:column;display:flex}.Hero-module__Z8hQ_W__cardValue{color:var(--accent);font-size:18px;font-weight:700}.Hero-module__Z8hQ_W__cardLabel{color:var(--text-muted);font-size:12px}@media (max-width:1024px){.Hero-module__Z8hQ_W__content{text-align:center;flex-direction:column;gap:40px;display:flex}.Hero-module__Z8hQ_W__textContent{max-width:100%}.Hero-module__Z8hQ_W__actions{flex-wrap:wrap;justify-content:center}.Hero-module__Z8hQ_W__stats{justify-content:center}.Hero-module__Z8hQ_W__visualContent{width:100%;max-width:480px;margin:0 auto}.Hero-module__Z8hQ_W__heroImage{width:80%;margin:0 auto;display:block}.Hero-module__Z8hQ_W__floatingCard{display:none}}@media (max-width:640px){.Hero-module__Z8hQ_W__hero{min-height:auto;padding-top:100px;padding-bottom:60px}.Hero-module__Z8hQ_W__stats{flex-flow:wrap;justify-content:center;gap:15px}.Hero-module__Z8hQ_W__stat{align-items:center}.Hero-module__Z8hQ_W__statNumber{font-size:20px}.Hero-module__Z8hQ_W__statLabel{white-space:nowrap;font-size:12px}.Hero-module__Z8hQ_W__statDivider{display:none}.Hero-module__Z8hQ_W__title{font-size:32px}.Hero-module__Z8hQ_W__badge{margin-bottom:16px;padding:6px 12px;font-size:11px}}
.Services-module__PFRRnG__services{background:var(--bg-primary);position:relative}.Services-module__PFRRnG__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.Services-module__PFRRnG__card{background:var(--bg-card);border:1px solid var(--border-color);cursor:pointer;border-radius:20px;padding:32px;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.Services-module__PFRRnG__card:before{content:"";background:linear-gradient(90deg,transparent,var(--accent),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__PFRRnG__card:hover{border-color:var(--border-hover);transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.Services-module__PFRRnG__card:hover:before{opacity:1}.Services-module__PFRRnG__iconWrapper{background:var(--accent-subtle);border:1px solid var(--accent);width:56px;height:56px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s;display:flex}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__iconWrapper{background:var(--accent);color:#fff}.Services-module__PFRRnG__cardTitle{color:var(--text-primary);margin-bottom:12px;font-size:20px;font-weight:700}.Services-module__PFRRnG__cardDesc{color:var(--text-secondary);margin-bottom:24px;font-size:15px;line-height:1.6}.Services-module__PFRRnG__cardFooter{margin-top:auto}.Services-module__PFRRnG__learnMore{color:var(--accent);opacity:0;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;transform:translate(-10px)}.Services-module__PFRRnG__card:hover .Services-module__PFRRnG__learnMore{opacity:1;transform:translate(0)}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__PFRRnG__grid{grid-template-columns:1fr}.Services-module__PFRRnG__card{padding:24px}}
.Portfolio-module__RS_UDG__portfolio{background:var(--bg-secondary);position:relative}.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.Portfolio-module__RS_UDG__card{cursor:pointer;background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.Portfolio-module__RS_UDG__card:hover{border-color:var(--border-hover);transform:translateY(-8px);box-shadow:0 20px 40px #00000026}.Portfolio-module__RS_UDG__imageWrapper{aspect-ratio:16/10;position:relative;overflow:hidden}.Portfolio-module__RS_UDG__image{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1)}.Portfolio-module__RS_UDG__card:hover .Portfolio-module__RS_UDG__image{transform:scale(1.08)}.Portfolio-module__RS_UDG__overlay{background:linear-gradient(#0000 40%,#000000e6 100%);flex-direction:column;justify-content:flex-end;padding:24px;display:flex;position:absolute;inset:0}.Portfolio-module__RS_UDG__category{color:var(--accent);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px;font-size:12px;font-weight:600}.Portfolio-module__RS_UDG__title{color:#fff;margin-bottom:12px;font-size:20px;font-weight:700}.Portfolio-module__RS_UDG__viewBtn{color:#fff;opacity:0;align-items:center;gap:8px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;transform:translateY(10px)}.Portfolio-module__RS_UDG__card:hover .Portfolio-module__RS_UDG__viewBtn{opacity:1;transform:translateY(0)}.Portfolio-module__RS_UDG__modalBackdrop{z-index:2000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#000000e6;justify-content:center;align-items:center;padding:40px;display:flex;position:fixed;inset:0}.Portfolio-module__RS_UDG__modal{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;width:100%;max-width:800px;max-height:90vh;position:relative;overflow-y:auto}.Portfolio-module__RS_UDG__closeBtn{z-index:10;color:#fff;cursor:pointer;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:16px;right:16px}.Portfolio-module__RS_UDG__closeBtn:hover{background:var(--accent)}.Portfolio-module__RS_UDG__modalImage{width:100%;height:300px}.Portfolio-module__RS_UDG__modalImage img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.Portfolio-module__RS_UDG__modalContent{padding:32px}.Portfolio-module__RS_UDG__modalCategory{color:var(--accent);text-transform:uppercase;letter-spacing:2px;font-size:12px;font-weight:600}.Portfolio-module__RS_UDG__modalTitle{color:var(--text-primary);margin:12px 0 16px;font-size:32px;font-weight:800}.Portfolio-module__RS_UDG__modalDesc{color:var(--text-secondary);margin-bottom:32px;font-size:16px;line-height:1.7}.Portfolio-module__RS_UDG__modalStats{gap:40px;margin-bottom:32px;display:flex}.Portfolio-module__RS_UDG__statItem{flex-direction:column;display:flex}.Portfolio-module__RS_UDG__statValue{color:var(--accent);font-size:28px;font-weight:800}.Portfolio-module__RS_UDG__statLabel{color:var(--text-muted);font-size:14px}.Portfolio-module__RS_UDG__testimonial{background:var(--bg-secondary);border-left:4px solid var(--accent);border-radius:16px;padding:24px}.Portfolio-module__RS_UDG__testimonial p{color:var(--text-secondary);margin-bottom:12px;font-size:16px;font-style:italic}.Portfolio-module__RS_UDG__testimonial span{color:var(--text-primary);font-size:14px;font-weight:600}@media (max-width:1024px){.Portfolio-module__RS_UDG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Portfolio-module__RS_UDG__grid{grid-template-columns:1fr}.Portfolio-module__RS_UDG__modalBackdrop{padding:20px}.Portfolio-module__RS_UDG__modalImage{height:200px}.Portfolio-module__RS_UDG__modalStats{flex-wrap:wrap;gap:24px}}
.Contact-module__OWeMSG__contact{background:var(--bg-primary);position:relative;overflow:hidden}.Contact-module__OWeMSG__bgGlow{background:radial-gradient(ellipse at right center,var(--accent-glow),transparent 60%);pointer-events:none;opacity:.3;width:50%;height:100%;position:absolute;top:0;right:0}.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr 1fr;align-items:start;gap:80px;display:grid}.Contact-module__OWeMSG__content{padding-top:20px}.Contact-module__OWeMSG__title{color:var(--text-primary);margin-top:16px;margin-bottom:16px;font-size:clamp(32px,5vw,44px);font-weight:800}.Contact-module__OWeMSG__desc{color:var(--text-secondary);margin-bottom:40px;font-size:17px;line-height:1.7}.Contact-module__OWeMSG__contactInfo{flex-direction:column;gap:24px;display:flex}.Contact-module__OWeMSG__infoItem{align-items:center;gap:16px;display:flex}.Contact-module__OWeMSG__infoIcon{background:var(--accent-subtle);border:1px solid var(--accent);width:48px;height:48px;color:var(--accent);border-radius:12px;justify-content:center;align-items:center;display:flex}.Contact-module__OWeMSG__infoLabel{color:var(--text-muted);margin-bottom:2px;font-size:13px;display:block}.Contact-module__OWeMSG__infoValue{color:var(--text-primary);font-size:16px;font-weight:500;transition:color .3s}a.Contact-module__OWeMSG__infoValue:hover{color:var(--accent)}.Contact-module__OWeMSG__form{background:var(--bg-card);border:1px solid var(--border-color);border-radius:24px;padding:40px}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px;display:grid}.Contact-module__OWeMSG__inputGroup{flex-direction:column;gap:8px;margin-bottom:20px;display:flex}.Contact-module__OWeMSG__formRow .Contact-module__OWeMSG__inputGroup{margin-bottom:0}.Contact-module__OWeMSG__label{color:var(--text-secondary);font-size:14px;font-weight:500}.Contact-module__OWeMSG__input,.Contact-module__OWeMSG__textarea{background:var(--bg-secondary);border:1px solid var(--border-color);width:100%;color:var(--text-primary);border-radius:12px;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .3s}.Contact-module__OWeMSG__input::-moz-placeholder{color:var(--text-muted)}.Contact-module__OWeMSG__textarea::-moz-placeholder{color:var(--text-muted)}.Contact-module__OWeMSG__input::placeholder,.Contact-module__OWeMSG__textarea::placeholder{color:var(--text-muted)}.Contact-module__OWeMSG__input:focus,.Contact-module__OWeMSG__textarea:focus{border-color:var(--accent);outline:none}.Contact-module__OWeMSG__textarea{resize:none;min-height:120px}.Contact-module__OWeMSG__submitBtn{width:100%;margin-top:8px;padding:16px 32px!important;font-size:16px!important}.Contact-module__OWeMSG__spinner{animation:1s linear infinite Contact-module__OWeMSG__spin}@keyframes Contact-module__OWeMSG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:968px){.Contact-module__OWeMSG__wrapper{grid-template-columns:1fr;gap:48px}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr}}@media (max-width:640px){.Contact-module__OWeMSG__form{padding:24px}}
