@font-face{font-family:Stem;src:url(/fonts/Stem-Hairline.otf)format("opentype");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-ExtraLight.otf)format("opentype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-ExtraLightItalic.otf)format("opentype");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-Light.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-LightItalic.otf)format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-Italic.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-MediumItalic.otf)format("opentype");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-BoldItalic.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Stem;src:url(/fonts/Stem-Thin.otf)format("opentype");font-weight:250;font-style:normal;font-display:swap}:root{--primary:#e64e18;--primary-dark:#c4410f;--primary-light:#f0724a;--black:#000;--white:#fff;--gray-50:#fafafa;--gray-100:#f4f4f5;--gray-200:#e4e4e7;--gray-300:#d1d5db;--gray-400:#6b7280;--gray-600:#4b5563;--gray-800:#1f2937;--gray-900:#111827;--bg:#000;--bg-alt:#000;--surface:#0a0a0a;--surface-raised:#111;--border:#ffffff1a;--border-strong:#fff3;--text:#f3f4f6;--text-muted:#9ca3af;--text-faint:#6b7280;--font-heading:"Stem",sans-serif;--font-body:"Stem",sans-serif;--space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2rem;--space-xl:3rem;--space-2xl:5rem;--space-3xl:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--radius-full:9999px;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.3s cubic-bezier(.4,0,.2,1);--transition-slow:.6s cubic-bezier(.4,0,.2,1);--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 16px #0000001a;--shadow-lg:0 20px 60px #0000001f;--shadow-primary:0 8px 32px #e64e1840;--max-width:1280px;--section-padding:7rem 0;--nav-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px;overflow-x:hidden}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);font-weight:300;line-height:1.6;overflow-x:hidden}img,video{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.heading-hero{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(3rem,6vw,6rem);font-weight:800;line-height:1.05}.heading-xl{font-family:var(--font-heading);letter-spacing:-.02em;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1}.heading-lg{font-family:var(--font-heading);letter-spacing:-.01em;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.15}.heading-md{font-family:var(--font-heading);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:600;line-height:1.2}.heading-sm{font-family:var(--font-heading);font-size:clamp(1.125rem,1.5vw,1.375rem);font-weight:600;line-height:1.3}.body-lg{color:var(--text-muted);font-size:1.125rem;line-height:1.7}.body-md{color:var(--text-muted);font-size:1rem;line-height:1.6}.label{font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;color:var(--primary-dark);font-size:.75rem;font-weight:700}.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 clamp(1.5rem,4vw,4rem)}.section{padding:var(--section-padding)}.section-dark{background-color:var(--gray-900);color:var(--white)}.section-light{background-color:var(--bg-alt)}.grid-2{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-4{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.flex{display:flex}.flex-center{justify-content:center;align-items:center;display:flex}.flex-between{justify-content:space-between;align-items:center;display:flex}.flex-col{flex-direction:column;display:flex}.btn{border-radius:var(--radius-full);font-family:var(--font-heading);letter-spacing:.05em;text-transform:uppercase;transition:var(--transition-base);cursor:pointer;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9rem;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:hover{background-color:var(--primary-light);transform:translateY(-2px);box-shadow:0 8px 24px #e64e1859}.btn-outline{border:1.5px solid var(--border-strong);color:var(--text);background:0 0}.btn-outline:hover{border-color:var(--primary-dark);color:var(--primary-dark);transform:translateY(-2px)}.btn-ghost{color:var(--text);background:0 0;padding:.875rem 0}.btn-ghost:hover{color:var(--primary-dark)}.btn-lg{padding:1.1rem 2.5rem;font-size:1rem}.section-header{margin-bottom:4rem}.section-header .label{margin-bottom:1rem;display:block}.section-header h2{margin-bottom:1.25rem}.section-header p{max-width:600px}.section-header.centered{text-align:center}.section-header.centered p{margin:0 auto}.accent-line{display:inline-block;position:relative}.accent-line:after{content:"";background:var(--primary);border-radius:2px;width:60%;height:3px;position:absolute;bottom:-6px;left:0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition-base);box-shadow:var(--shadow-sm);padding:2rem}.card:hover{box-shadow:var(--shadow-md);border-color:#e64e184d;transform:translateY(-4px)}.card-glass{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#1e1e1ed9}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse-yellow{0%,to{box-shadow:0 0 #e64e1866}50%{box-shadow:0 0 0 12px #e64e1800}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.animate-fade-up{animation:.8s forwards fadeInUp}.animate-scale-in{animation:.6s forwards scaleIn}.animate-float{animation:4s ease-in-out infinite float}[data-gsap]{opacity:0}.noise-overlay:after{content:"";pointer-events:none;z-index:1;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");position:absolute;inset:0}.scroll-indicator{z-index:10;flex-direction:column;align-items:center;gap:.5rem;display:flex;position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%)}.scroll-indicator span{letter-spacing:.2em;text-transform:uppercase;color:#fff6;font-size:.7rem}.scroll-line{background:linear-gradient(to bottom,#ffffff1a,var(--primary));width:1px;height:50px;animation:1.5s ease-in-out infinite scrollLine}@media (max-width:768px){.scroll-indicator{bottom:1rem}}@keyframes scrollLine{0%{transform-origin:top;opacity:1;transform:scaleY(0)}50%{transform-origin:top;transform:scaleY(1)}to{transform-origin:bottom;opacity:0;transform:scaleY(1)}}.marquee-wrapper{white-space:nowrap;border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:var(--bg-alt);padding:1.25rem 0;overflow:hidden}.marquee-track{animation:25s linear infinite marquee;display:inline-flex}.marquee-track:hover{animation-play-state:paused}.marquee-item{font-family:var(--font-heading);letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);align-items:center;gap:2rem;padding:0 2rem;font-size:.85rem;font-weight:600;display:inline-flex}.marquee-dot{background:var(--primary-dark);border-radius:50%;flex-shrink:0;width:5px;height:5px}.skeleton{background:linear-gradient(90deg,var(--surface)25%,var(--surface-raised)50%,var(--surface)75%);border-radius:var(--radius-md);background-size:200% 100%;animation:1.5s infinite shimmer}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-label{color:var(--text-muted);font-size:.875rem;font-weight:500}.form-input,.form-textarea,.form-select{background:var(--surface);border:1.5px solid var(--border-strong);border-radius:var(--radius-md);width:100%;color:var(--text);font-family:var(--font-body);transition:var(--transition-base);outline:none;padding:.875rem 1.25rem;font-size:1rem}.form-input:focus,.form-textarea:focus,.form-select:focus{border-color:var(--primary-dark);background:#e64e1808;box-shadow:0 0 0 3px #e64e181f}.form-input::placeholder,.form-textarea::placeholder{color:var(--text-faint)}.form-textarea{resize:vertical;min-height:140px}.form-select{appearance:none;cursor:pointer}.stats-grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stat-item{text-align:center;border-right:1px solid var(--border);padding:3rem 2rem;position:relative}.stat-item:last-child{border-right:none}.stat-number{font-family:var(--font-heading);color:var(--primary-dark);margin-bottom:.5rem;font-size:clamp(2.5rem,4vw,4rem);font-weight:800;line-height:1}.stat-label{color:var(--text-muted);letter-spacing:.05em;font-size:.875rem}.portfolio-grid{grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;gap:1rem;display:grid}@media (min-width:768px){.portfolio-grid{grid-template-columns:repeat(4,1fr)}}.portfolio-item{border-radius:var(--radius-md);aspect-ratio:4/3;cursor:pointer;position:relative;overflow:hidden}@media (min-width:768px){.portfolio-item:nth-child(14n+1),.portfolio-item:nth-child(14n+7){aspect-ratio:auto;grid-area:span 2/span 2}}.portfolio-item img{object-fit:cover;width:100%;height:100%;transition:transform .6s}.portfolio-item:hover img{transform:scale(1.06)}.portfolio-overlay{opacity:0;color:var(--white);background:linear-gradient(#0000 50%,#000000d9 100%);flex-direction:column;justify-content:flex-end;padding:1.5rem;transition:opacity .4s;display:flex;position:absolute;inset:0}.portfolio-item:hover .portfolio-overlay{opacity:1}.service-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm);flex-direction:column;gap:1.25rem;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";background:var(--primary-dark);transform-origin:0;width:100%;height:2px;transition:transform .4s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.service-card:hover:before{transform:scaleX(1)}.service-card:hover{box-shadow:var(--shadow-md);background:#e64e180a;border-color:#e64e1840;transform:translateY(-6px)}.service-icon{border-radius:var(--radius-md);width:56px;height:56px;color:var(--primary-dark);background:#e64e181f;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-number{font-family:var(--font-heading);color:#ffffff26;font-size:3.5rem;font-weight:800;line-height:1;position:absolute;top:1rem;right:1.5rem}.partner-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--surface);box-shadow:var(--shadow-sm);padding:2.5rem 2rem;transition:all .4s;position:relative}.partner-card:hover{box-shadow:var(--shadow-md);background:#e64e180a;border-color:#e64e1840;transform:translateY(-4px)}.partner-tag{color:var(--primary-dark);border-radius:var(--radius-full);letter-spacing:.1em;text-transform:uppercase;background:#e64e181f;margin-bottom:1.25rem;padding:.25rem .75rem;font-size:.7rem;font-weight:600;display:inline-block}.filter-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.filter-tab{border-radius:var(--radius-full);font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;border:1.5px solid var(--border-strong);color:var(--text-muted);cursor:pointer;transition:var(--transition-base);background:0 0;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600}.filter-tab:hover{color:var(--text);border-color:#e64e1880}.filter-tab.active{background:var(--primary-dark);border-color:var(--primary-dark);color:var(--white)}.step-indicator{align-items:center;gap:0;margin-bottom:3rem;display:flex}.step-dot{width:36px;height:36px;font-family:var(--font-heading);color:#ffffff4d;transition:var(--transition-base);border:2px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.step-dot.active{border-color:var(--primary);background:var(--primary);color:var(--black)}.step-dot.completed{border-color:var(--primary);color:var(--primary);background:0 0}.step-line{height:1px;transition:background var(--transition-base);background:#ffffff1a;flex:1}.step-line.completed{background:var(--primary)}.divider{background:var(--border);height:1px;margin:0}.tag{background:var(--surface-raised);border-radius:var(--radius-full);color:var(--text-muted);border:1px solid var(--border);align-items:center;gap:.35rem;padding:.35rem .875rem;font-size:.75rem;font-weight:500;display:inline-flex}.tag-primary{color:var(--primary-dark);background:#e64e181f;border-color:#e64e1833}@media (max-width:1024px){.grid-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){:root{--section-padding:5rem 0}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-right:none;border-bottom:1px solid var(--border)}.stat-item:nth-child(odd){border-right:1px solid var(--border)}.stat-item:last-child{border-bottom:none}.portfolio-grid{grid-template-columns:1fr}.portfolio-item:first-child{grid-column:span 1}.service-card{overflow:hidden}.service-number{font-size:2.5rem;top:.75rem;right:1rem}}@media (max-width:480px){.btn-lg{padding:1rem 1.75rem;font-size:.9rem}.stats-grid{grid-template-columns:1fr 1fr}}
.FloatingSocials-module__1v0yqa__sidebar{z-index:1000;flex-direction:column;align-items:center;gap:20px;padding:24px 16px;display:flex;position:fixed;top:50%;left:20px;transform:translateY(-50%)}.FloatingSocials-module__1v0yqa__followText{writing-mode:vertical-rl;text-orientation:upright;letter-spacing:3px;text-transform:uppercase;color:#ffffff80;font-size:11px;font-weight:500}.FloatingSocials-module__1v0yqa__divider{background:#ffffff40;width:1px;height:40px}.FloatingSocials-module__1v0yqa__icons{flex-direction:column;align-items:center;gap:18px;display:flex}.FloatingSocials-module__1v0yqa__iconLink{color:#ffffff80;justify-content:center;align-items:center;transition:color .25s,transform .25s;display:flex}.FloatingSocials-module__1v0yqa__iconLink:hover{color:#fff;transform:scale(1.15)}@media (max-width:768px){.FloatingSocials-module__1v0yqa__sidebar{display:none}}
.ChatWidget-module__JpeSuG__bubble{cursor:pointer;z-index:9999;background:#e64e18;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s,box-shadow .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #e64e1866}.ChatWidget-module__JpeSuG__bubble:hover{transform:scale(1.08);box-shadow:0 6px 24px #e64e1880}.ChatWidget-module__JpeSuG__bubble svg{fill:#fff;width:26px;height:26px}.ChatWidget-module__JpeSuG__panel{z-index:9999;opacity:0;pointer-events:none;background:#1a1a1a;border-radius:16px;flex-direction:column;width:380px;height:500px;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:96px;right:24px;overflow:hidden;transform:translateY(16px)scale(.96);box-shadow:0 12px 40px #00000080}.ChatWidget-module__JpeSuG__panelOpen{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ChatWidget-module__JpeSuG__header{background:#e64e18;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatWidget-module__JpeSuG__headerTitle{color:#fff;margin:0;font-size:.95rem;font-weight:600}.ChatWidget-module__JpeSuG__closeBtn{color:#fffc;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:color .15s,background .15s;display:flex}.ChatWidget-module__JpeSuG__closeBtn:hover{color:#fff;background:#ffffff26}.ChatWidget-module__JpeSuG__messages{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__JpeSuG__messages::-webkit-scrollbar{width:5px}.ChatWidget-module__JpeSuG__messages::-webkit-scrollbar-track{background:0 0}.ChatWidget-module__JpeSuG__messages::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.ChatWidget-module__JpeSuG__msgRow{display:flex}.ChatWidget-module__JpeSuG__msgRowUser{justify-content:flex-end}.ChatWidget-module__JpeSuG__msgRowBot{justify-content:flex-start}.ChatWidget-module__JpeSuG__msgBubble{word-wrap:break-word;white-space:pre-wrap;border-radius:14px;max-width:80%;padding:10px 14px;font-size:.875rem;line-height:1.5}.ChatWidget-module__JpeSuG__msgUser{color:#fff;background:#e64e18;border-bottom-right-radius:4px}.ChatWidget-module__JpeSuG__msgBot{color:#e0e0e0;background:#2a2a2a;border-bottom-left-radius:4px}.ChatWidget-module__JpeSuG__typing{background:#2a2a2a;border-radius:14px 14px 14px 4px;align-items:center;gap:4px;width:fit-content;padding:10px 14px;display:flex}.ChatWidget-module__JpeSuG__dot{background:#fff6;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ChatWidget-module__JpeSuG__bounce}.ChatWidget-module__JpeSuG__dot:nth-child(2){animation-delay:.15s}.ChatWidget-module__JpeSuG__dot:nth-child(3){animation-delay:.3s}@keyframes ChatWidget-module__JpeSuG__bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.ChatWidget-module__JpeSuG__inputArea{border-top:1px solid #ffffff14;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.ChatWidget-module__JpeSuG__input{color:#fff;background:#2a2a2a;border:1px solid #ffffff1a;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:.875rem;transition:border-color .15s}.ChatWidget-module__JpeSuG__input::placeholder{color:#ffffff59}.ChatWidget-module__JpeSuG__input:focus{border-color:#e64e18}.ChatWidget-module__JpeSuG__sendBtn{cursor:pointer;background:#e64e18;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:background .15s,transform .15s;display:flex}.ChatWidget-module__JpeSuG__sendBtn:hover{background:#c4410f}.ChatWidget-module__JpeSuG__sendBtn:active{transform:scale(.94)}.ChatWidget-module__JpeSuG__sendBtn:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__JpeSuG__sendBtn svg{fill:#fff;width:18px;height:18px}@media (max-width:480px){.ChatWidget-module__JpeSuG__panel{border-radius:14px;width:calc(100% - 16px);height:calc(100% - 80px);bottom:72px;right:8px}.ChatWidget-module__JpeSuG__bubble{width:50px;height:50px;bottom:12px;right:12px}}
