body{color:#f5f5f5;background:linear-gradient(#2a2a2a 0%,#242424 100%);position:relative}body:before{content:"";pointer-events:none;z-index:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300' viewBox='0 0 300 300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");background-size:300px;position:fixed;inset:0}@keyframes pageIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.layout-main>*{animation:.4s forwards pageIn}.hero{text-align:center;opacity:0;padding:6rem 2rem 4rem;animation:1s ease-out forwards heroFade;position:relative;overflow:hidden;transform:translateY(40px)}.hero-bg-grid{pointer-events:none;background-image:radial-gradient(circle,#f0d88f12 1px,#0000 1px);background-size:32px 32px;animation:20s linear infinite gridDrift;position:absolute;inset:0}@keyframes gridDrift{0%{background-position:0 0}to{background-position:32px 32px}}@keyframes heroFade{to{opacity:1;transform:translateY(0)}}.hero-pre{color:#f0d88f;letter-spacing:.15em;margin-bottom:.5rem;font-size:1.4rem}.hero-title{color:#f0d88f;text-shadow:0 0 10px #f0d88f99,0 0 20px #f0d88f4d;font-size:3.6rem;animation:2.5s ease-in-out infinite pulse}.hero .sep-wrap{justify-content:center;width:100%;max-width:1100px;margin-left:auto;margin-right:auto;display:flex}.hero .sep-wrap svg{width:100%;max-width:1100px;display:block}.hero .sep-line{stroke-dasharray:1100;stroke-dashoffset:1100px}@keyframes pulse{0%,to{text-shadow:0 0 10px #f0d88f99}50%{text-shadow:0 0 20px #f0d88fe6}}@keyframes drawLine{to{stroke-dashoffset:0}}.hero-sub{color:#f0d88f;opacity:0;text-align:center;max-width:700px;margin:1rem auto 3rem;font-size:1.4rem;line-height:1.6;animation:1.2s ease-out .3s forwards heroFade;transform:translateY(20px)}.hero-separator{width:100%;max-width:1100px;margin:2rem auto}.hero-stats{opacity:0;justify-content:center;gap:2.5rem;margin:1.5rem auto 0;animation:1s ease-out .5s forwards heroFade;display:flex}.hero-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.hero-stat__value{color:#f0d88f;font-size:1.6rem;font-weight:800;line-height:1}.hero-stat__label{text-transform:uppercase;letter-spacing:.1em;color:#666;font-size:.72rem}.hero-ctas{opacity:0;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:2rem;animation:1s ease-out .7s forwards heroFade;display:flex}.hero-cta{border-radius:8px;padding:11px 24px;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .2s}.hero-cta--primary{color:#1a1a1a;background:#f0d88f}.hero-cta--primary:hover{color:#1a1a1a;background:#fce9a0;transform:translateY(-1px)}.hero-cta--secondary{color:#f0d88f;background:0 0;border:1px solid #f0d88f59}.hero-cta--secondary:hover{color:#f0d88f;background:#f0d88f14;border-color:#f0d88f;transform:translateY(-1px)}.services-mini{justify-content:center;gap:2rem;max-width:1100px;margin:0 auto;padding:2.5rem 2rem 2rem;display:flex}.service-box{text-align:left;opacity:0;width:260px;height:240px;animation:.6s forwards fadeUp;animation-delay:calc(var(--i)*.2s);background:#ffffff08;border:1px solid #3a3a3a;border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;transition:transform .3s,border-color .3s;display:flex;transform:translateY(20px)}.service-box:hover{border-color:#f0d88f;transform:translateY(-6px)}.service-box h3{color:#f0d88f;font-size:1.2rem}.service-box p{color:#ccc;font-size:.95rem;line-height:1.4}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.faq-section{max-width:800px;margin:0 auto 3rem;padding:3.5rem 1.5rem 4rem}.faq-title{color:#f0d88f;text-align:center;letter-spacing:.05em;margin-bottom:2rem;font-size:1.8rem}@keyframes revealFade{to{opacity:1;transform:translateY(0)}}.faq-list{flex-direction:column;gap:10px;display:flex}.faq-item{opacity:0;border:1px solid #333;border-radius:8px;transition:border-color .2s;animation:.5s forwards revealFade;overflow:hidden;transform:translateY(16px)}.faq-item.open{border-color:#f0d88f59}.faq-question{cursor:pointer;color:#e0e0e0;text-align:left;background:#ffffff08;border:none;border-radius:0;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:1rem 1.1rem;font-size:.98rem;font-weight:500;transition:background .2s,color .2s;display:flex}.faq-question:hover{color:#f0d88f;background:#ffffff0f}.faq-item.open .faq-question{color:#f0d88f;background:#f0d88f0d}.faq-icon{color:#888;flex-shrink:0;align-items:center;transition:transform .3s,color .2s;display:flex}.faq-item.open .faq-icon{color:#f0d88f;transform:rotate(180deg)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .35s;display:grid}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-answer>p{color:#b0b0b0;border-top:1px solid #2e2e2e;margin:0;padding:0 1.1rem;font-size:.93rem;line-height:1.65;overflow:hidden}.faq-item.open .faq-answer>p{padding:.9rem 1.1rem 1.1rem}.layout-root{color:#f5f5f5;background-color:#2a2a2a;min-height:100vh;display:flex}.layout-right{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar{background-color:#242424;border-right:1px solid #3a3a3a;flex-direction:column;flex-shrink:0;width:240px;height:100vh;min-height:100vh;padding:2rem 1.5rem;display:flex;position:sticky;top:0;overflow-y:auto}.sidebar-logo-link{display:inline-block}.sidebar-inner{flex-direction:column;gap:2rem;height:100%;display:flex}.sidebar-logo{width:120px;margin-bottom:.5rem}.sidebar-nav{flex-direction:column;gap:1rem;display:flex}.sidebar-link{color:#f0d88f;border-left:3px solid #0000;padding:.4rem .6rem;font-size:1rem;transition:all .2s}.sidebar-link:hover{background-color:#333;border-left-color:#f0d88f;padding-left:1rem}.sidebar-link.active{color:#f0d88f;background:linear-gradient(90deg,#f0d88f14,#0000);border-left-color:#f0d88f;padding-left:1rem;box-shadow:inset 0 0 1px #f0d88f}.lang-switcher{align-items:center;gap:6px;margin-top:auto;padding-top:1.5rem;display:flex}.lang-btn{letter-spacing:.08em;color:#555;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-family:inherit;font-size:.78rem;font-weight:700;transition:color .2s}.lang-btn:hover{color:#ccc}.lang-btn--active{color:#f0d88f}.lang-divider{color:#333;-webkit-user-select:none;user-select:none;font-size:.75rem}.hamburger{z-index:400;cursor:pointer;background:#242424;border:1px solid #3a3a3a;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none;position:fixed;top:14px;left:14px}.hamburger span{transform-origin:50%;background:#f0d88f;border-radius:2px;width:20px;height:2px;transition:all .25s;display:block}.hamburger--open span:first-child{transform:translateY(7px)rotate(45deg)}.hamburger--open span:nth-child(2){opacity:0}.hamburger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.sidebar-overlay{z-index:298;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#000000a6;display:none;position:fixed;inset:0}.layout-main{flex-direction:column;flex:1;display:flex}.site-footer{background:#1a1a1a;border-top:1px solid #2a2a2a;margin-top:auto;padding:2.5rem 2rem 1.5rem}.site-footer .footer-inner{grid-template-columns:1fr 1fr 1fr;gap:2rem;max-width:900px;margin:0 auto;display:grid}.footer-brand{color:#f0d88f;margin-bottom:6px;font-size:.9rem;font-weight:700;text-decoration:none;display:block}.footer-address{color:#555;white-space:pre-line;font-size:.8rem;line-height:1.6}.footer-contact-label,.footer-label{text-transform:uppercase;letter-spacing:.1em;color:#555;margin-bottom:8px;font-size:.7rem}.footer-contact-link{color:#888;margin-bottom:4px;font-size:.82rem;text-decoration:none;transition:color .2s;display:block}.footer-contact-link:hover{color:#f0d88f}.footer-socials{gap:10px;margin-top:6px;display:flex}.social-btn{color:#888;background:#ffffff0d;border:1px solid #333;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:flex}.social-btn:hover{color:#f0d88f;border-color:#f0d88f4d}.social-btn .icon{width:16px;height:16px}.footer-bottom{color:#444;border-top:1px solid #222;justify-content:space-between;max-width:900px;margin:1.5rem auto 0;padding-top:1rem;font-size:.75rem;display:flex}.home-section{width:100%;max-width:1100px;margin:0 auto;padding:3rem 2rem}.home-section--alt{background:#ffffff04;max-width:100%;padding:3rem 2rem}.home-section--alt>*{max-width:1100px;margin-left:auto;margin-right:auto}.home-section__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:1.8rem;display:flex}.home-section__tag{text-transform:uppercase;letter-spacing:.14em;color:#f0d88f;margin-bottom:4px;font-size:.72rem}.home-section__sub{color:#666;font-size:.88rem}.home-section__more{color:#f0d88f;white-space:nowrap;font-size:.83rem;text-decoration:none;transition:color .2s}.home-section__more:hover{color:#fff}.home-portfolio-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.home-portfolio-card{color:inherit;background:#ffffff08;border:1px solid #333;border-radius:12px;flex-direction:column;gap:10px;min-height:220px;padding:22px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex}.home-portfolio-card:hover{border-color:#f0d88f59;transform:translateY(-2px)}.home-portfolio-card__top{justify-content:space-between;align-items:center;display:flex}.home-portfolio-card__title{color:#eee;font-size:1rem;font-weight:700}.home-portfolio-card__desc{color:#888;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex:1;font-size:.82rem;line-height:1.6;display:-webkit-box;overflow:hidden}.home-testimonials-grid{grid-template-columns:repeat(2,1fr);gap:16px;max-width:1100px;margin:0 auto;display:grid}.home-cta{text-align:center;border-top:1px solid #2a2a2a;padding:4rem 2rem 3.5rem}.home-cta__title{color:#f0d88f;margin-bottom:.5rem;font-size:1.7rem}.home-cta__sub{color:#777;margin-bottom:1.8rem;font-size:.95rem}.home-cta__buttons{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}@media (max-width:768px){.hamburger{display:flex}.sidebar{z-index:299;border-right:1px solid #3a3a3a;height:100vh;transition:transform .3s;position:fixed;top:0;left:0;transform:translate(-100%)}.sidebar--open{transform:translate(0)}.sidebar-overlay{display:block}.layout-right{padding-top:64px}.home-portfolio-grid,.home-testimonials-grid{grid-template-columns:1fr}.site-footer .footer-inner{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{text-align:center;flex-direction:column;gap:4px}}
@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32687112bd2dd8db-s.cfdd66c2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/28868e710e86be81-s.c30238d4.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.4564287c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_3fc8433f-module__clatVG__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_3fc8433f-module__clatVG__variable{--font-space-grotesk:"Space Grotesk","Space Grotesk Fallback"}
