.navbar{background:#2e2e2e;color:#fff;position:fixed;top:0;width:100%;z-index:100;border-bottom:1px solid #1e293b}.navbar-grid{max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center}.navbar-logo{grid-row:span 2}.navbar-logo img{height:80px;cursor:pointer}.navbar-toggle{display:none;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer}.navbar-top-links{display:flex;justify-content:flex-end;gap:2rem;font-size:.85rem}.navbar-top-links a{text-decoration:none;color:#94a3b8;padding-right:1rem;border-right:1px solid #475569}.navbar-top-links a:last-child{border-right:none}.navbar-top-links a:hover{color:#38bdf8}.navbar-top-links a.active{color:#38bdf8;font-weight:600;border-bottom:2px solid #38bdf8}.navbar-links{display:flex;justify-content:flex-end;gap:2rem;font-size:.95rem}.navbar-links a{text-decoration:none;color:#e2e8f0;font-weight:500;padding-right:1rem;border-right:1px solid #475569}.navbar-links a:last-child{border-right:none}.navbar-links a:hover{color:#38bdf8}.navbar-links a.active{color:#38bdf8;font-weight:700;border-bottom:2px solid #38bdf8}@media(max-width:768px){.navbar-grid{grid-template-columns:1fr auto;grid-template-rows:auto auto auto}.navbar-logo{grid-row:1}.navbar-toggle{display:block;justify-self:end}.navbar-top-links,.navbar-links{display:none;flex-direction:column;align-items:flex-start;background:#1e293b;padding:1rem;grid-column:span 2;max-height:70vh;overflow-y:auto}.navbar-top-links.show,.navbar-links.show{display:flex}.navbar-top-links a,.navbar-links a{border:none;padding:.5rem 0;width:100%}.navbar-top-links a.active,.navbar-links a.active{color:#38bdf8;font-weight:700;background:#38bdf81a;border-radius:6px;padding:.5rem 1rem}.navbar-top-links::-webkit-scrollbar,.navbar-links::-webkit-scrollbar{width:6px}.navbar-top-links::-webkit-scrollbar-thumb,.navbar-links::-webkit-scrollbar-thumb{background:#38bdf8;border-radius:3px}.navbar-top-links::-webkit-scrollbar-track,.navbar-links::-webkit-scrollbar-track{background:#1e293b}}.footer{background:linear-gradient(180deg,#1a1a1a,#0a0a0a);color:#e2e8f0;width:100%;padding:clamp(3rem,5vw,4rem) clamp(1rem,2.5vw,2rem) clamp(2rem,3vw,2.5rem);margin-top:0;border-top:1px solid rgba(255,255,255,.1);position:relative}.footer:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:200px;height:2px;background:linear-gradient(90deg,transparent,var(--color-primary, #6366f1),transparent)}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:clamp(2rem,3vw,3rem);padding:0 1.5rem;margin-bottom:3rem}.footer-col{min-width:0}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:clamp(1rem,1.2vw,1.3rem);font-weight:700;letter-spacing:.5px;position:relative;padding-bottom:.75rem}.footer-col h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--color-primary, #6366f1);border-radius:2px}.footer-col ul{list-style:none;margin:0;padding:0}.footer-col li{margin-bottom:.75rem}.footer-col a{color:#cbd5e1;text-decoration:none;font-size:clamp(.9rem,1vw,1rem);transition:all .3s ease;display:inline-block;position:relative}.footer-col a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--color-primary, #6366f1);transition:width .3s ease}.footer-col a:hover{color:#fff;transform:translate(5px)}.footer-col a:hover:before{width:100%}.footer-social{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:.5rem}.social-link{display:flex;align-items:center;gap:.65rem;padding:.75rem 1rem;background:#ffffff0d;border-radius:10px;border:2px solid transparent;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;text-decoration:none;white-space:nowrap}.social-link:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .5s ease}.social-link:hover:before{left:100%}.social-link:hover{background:#ffffff1a;border-color:var(--color-primary, #6366f1);transform:translateY(-3px);box-shadow:0 10px 25px #0000004d}.social-icon{width:18px;height:18px;flex-shrink:0;transition:all .3s ease}.social-link:hover .social-icon{transform:scale(1.15) rotate(5deg)}.social-label{font-size:.875rem;font-weight:500;color:#cbd5e1;transition:color .3s ease;overflow:hidden;text-overflow:ellipsis}.social-link:hover .social-label{color:#fff}.social-link[aria-label=LinkedIn]:hover{border-color:#0a66c2}.social-link[aria-label=LinkedIn]:hover .social-icon{color:#0a66c2}.social-link[aria-label=Facebook]:hover{border-color:#1877f2}.social-link[aria-label=Facebook]:hover .social-icon{color:#1877f2}.social-link[aria-label=Instagram]:hover{border-color:#e4405f}.social-link[aria-label=Instagram]:hover .social-icon{color:#e4405f}.social-link[aria-label=TikTok]:hover{border-color:#fe2c55}.social-link[aria-label=TikTok]:hover .social-icon{color:#fe2c55}.social-link[aria-label=YouTube]:hover{border-color:red}.social-link[aria-label=YouTube]:hover .social-icon{color:red}.social-link[aria-label=WhatsApp]:hover{border-color:#25d366}.social-link[aria-label=WhatsApp]:hover .social-icon{color:#25d366}.footer-bottom{text-align:center;font-size:clamp(.8rem,.9vw,.95rem);padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);color:#94a3b8;max-width:1400px;margin:0 auto}.footer-bottom p{margin:0;line-height:1.6}@media(min-width:1400px){.footer-container{grid-template-columns:1fr 1.2fr 1.3fr 1.2fr}}@media(min-width:1024px)and (max-width:1399px){.footer-container{grid-template-columns:repeat(4,1fr);gap:1.5rem}.social-link{padding:.65rem .85rem;gap:.5rem}.social-icon{width:16px;height:16px}.social-label{font-size:.8rem}}@media(max-width:1023px){.footer-container{grid-template-columns:repeat(3,1fr);gap:2rem 1.5rem}.footer-social{grid-template-columns:1fr}.social-link{padding:.7rem 1rem}}@media(max-width:768px){.footer{padding:clamp(2.5rem,4vw,3rem) 1rem clamp(1.5rem,2vw,2rem)}.footer:before{width:150px}.footer-container{grid-template-columns:repeat(2,1fr);text-align:left;gap:2rem 1.5rem;padding:0 .5rem;margin-bottom:2rem}.footer-col h4:after{left:0;transform:none}.footer-social{grid-template-columns:1fr;gap:.65rem}.social-link{justify-content:flex-start}.footer-col a:hover{transform:translate(3px)}}@media(max-width:640px){.footer-container{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-col h4:after{left:50%;transform:translate(-50%)}.footer-social{justify-items:stretch}.social-link{justify-content:center;padding:.75rem 1rem}.footer-col a:before{left:50%;transform:translate(-50%)}.footer-col a:hover{transform:translate(0) translateY(-3px)}}@media(max-width:480px){.footer{padding:2rem .75rem 1.5rem}.footer-container{gap:1.75rem}.footer-col h4{font-size:1.05rem;margin-bottom:1.25rem}.footer-social{gap:.6rem}.social-link{padding:.7rem .85rem}.social-icon{width:18px;height:18px}.social-label{font-size:.85rem}.footer-bottom{font-size:.75rem;padding-top:1.5rem}.footer-col li{margin-bottom:.65rem}.footer-col a{font-size:.875rem}}.footer-col{animation:fadeInUp .6s ease-out backwards}.footer-col:nth-child(1){animation-delay:.1s}.footer-col:nth-child(2){animation-delay:.2s}.footer-col:nth-child(3){animation-delay:.3s}.footer-col:nth-child(4){animation-delay:.4s}.footer-col:nth-child(5){animation-delay:.5s}.social-link:focus,.footer-col a:focus{outline:2px solid var(--color-primary, #6366f1);outline-offset:3px;border-radius:4px}@media(prefers-reduced-motion:reduce){.footer-col{animation:none}.social-link,.footer-col a{transition:none}.social-link:before{display:none}}.footer:after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 20% 50%,rgba(99,102,241,.05) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(99,102,241,.05) 0%,transparent 50%);pointer-events:none;z-index:0}.footer-container,.footer-bottom{position:relative;z-index:1}.cookie-consent{position:fixed;bottom:0;left:0;right:0;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#fff;font-size:14px;line-height:1.6;z-index:9999;box-shadow:0 -4px 20px #0000004d;animation:slideUp .4s ease-out forwards;transform:translateY(100%)}@keyframes slideUp{to{transform:translateY(0)}}.cookie-consent__content{max-width:1200px;margin:0 auto;padding:24px;display:grid;grid-template-columns:1fr auto;gap:24px;align-items:center}.cookie-consent__header{display:flex;align-items:center;justify-content:space-between;gap:16px;grid-column:1 / -1}.cookie-consent__header h3{margin:0;font-size:18px;font-weight:600}.cookie-consent__close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.cookie-consent__close:hover{background:#ffffff1a}.cookie-consent__text{grid-column:1;font-size:13px;color:#ffffffe6}.cookie-consent__text p{margin:0}.cookie-consent__details{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:16px;margin-top:16px}.cookie-consent__preference{background:#ffffff0d;padding:16px;border-radius:8px;border:1px solid rgba(255,255,255,.1);transition:all .2s}.cookie-consent__preference:hover{background:#ffffff14;border-color:#fff3}.cookie-consent__label{display:flex;gap:12px;cursor:pointer;align-items:flex-start}.cookie-consent__checkbox{width:18px;height:18px;min-width:18px;margin-top:2px;cursor:pointer;accent-color:#4a9eff}.cookie-consent__checkbox:disabled{cursor:not-allowed;opacity:1;accent-color:#4a9eff}.cookie-consent__label strong{display:block;margin-bottom:4px;font-size:14px}.cookie-consent__label p{margin:0;font-size:12px;color:#ffffffb3}.cookie-consent__info{grid-column:1 / -1;font-size:12px;color:#fff9;margin-top:8px}.cookie-consent__info p{margin:0}.cookie-consent__buttons{display:flex;gap:12px;grid-column:2}.cookie-consent__buttons--custom{grid-column:1 / -1;justify-content:flex-end;margin-top:16px}.cookie-consent__btn{padding:10px 16px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.cookie-consent__btn--accept{background:linear-gradient(135deg,#4a9eff,#0077be);color:#fff}.cookie-consent__btn--accept:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4a9eff66}.cookie-consent__btn--accept:active{transform:translateY(0)}.cookie-consent__btn--reject{background:transparent;color:#ffffffe6;border:1px solid rgba(255,255,255,.3)}.cookie-consent__btn--reject:hover{background:#ffffff1a;border-color:#ffffff80}.cookie-consent__btn--custom{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.cookie-consent__btn--custom:hover{background:#ffffff40;border-color:#ffffff80}.cookie-consent__btn--secondary{background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3)}.cookie-consent__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.cookie-consent__link{background:none;border:none;color:#4a9eff;text-decoration:underline;cursor:pointer;font-size:12px;padding:0;margin-top:12px;grid-column:1;text-align:left;transition:color .2s}.cookie-consent__link:hover{color:#6ab0ff}.cookie-consent__stripe{height:3px;background:linear-gradient(90deg,#4a9eff,#0077be,#4a9eff)}@media(max-width:768px){.cookie-consent__content{grid-template-columns:1fr;padding:16px;gap:16px}.cookie-consent__text{grid-column:1}.cookie-consent__buttons{grid-column:1;flex-direction:column}.cookie-consent__btn{width:100%}.cookie-consent__header{flex-direction:column;align-items:flex-start}.cookie-consent__close{position:absolute;right:16px;top:16px}.cookie-consent__details{grid-template-columns:1fr}}.cookie-consent__btn:focus-visible,.cookie-consent__link:focus-visible,.cookie-consent__checkbox:focus-visible{outline:2px solid #4a9eff;outline-offset:2px}@media(prefers-reduced-motion:reduce){.cookie-consent{animation:none;transform:translateY(0)}.cookie-consent__btn:hover{transform:none}.cookie-consent__btn--accept:hover{box-shadow:none}}@media(prefers-color-scheme:dark){.cookie-consent{background:linear-gradient(135deg,#0f0f1e,#1a1a2e)}}:root{--navbar-main-h: 100px;--color-primary: #007aff;--color-hover: #93C5FD;--color-text-light: #FFFFFF;--color-text-sub: #F3F4F6;--color-overlay: rgba(0, 0, 0, .5)}body{margin:0}.hero{position:relative;width:100vw;height:calc(120vh - var(--navbar-main-h));min-height:500px;max-height:900px;overflow:hidden;background:#000;touch-action:pan-y;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.hero__slide{position:absolute;inset:0;opacity:0;transition:opacity 1s ease-in-out;pointer-events:none}.hero__slide.active{opacity:1;z-index:2;pointer-events:auto}.hero__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}.hero__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;z-index:1;background:linear-gradient(to bottom,#0000004d,#00000080,#000000b3)}.hero__content{position:relative;z-index:2;text-align:center;color:var(--color-text-light);padding:2rem 1.5rem;max-width:1000px;width:90%;margin:0 auto;animation:fadeInUp .8s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero__title{font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin-bottom:1.25rem;line-height:1.15;letter-spacing:-.02em;text-shadow:2px 4px 12px rgba(0,0,0,.5)}.hero__subtitle{font-size:clamp(1rem,2.5vw,1.35rem);margin-bottom:2.5rem;line-height:1.6;max-width:800px;margin-left:auto;margin-right:auto;color:var(--color-text-sub);text-shadow:1px 2px 8px rgba(0,0,0,.6);font-weight:400}.hero__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn{display:inline-block;padding:1rem 2.25rem;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;box-shadow:0 4px 12px #00000026;white-space:nowrap}.btn-primary{background-color:var(--color-primary);color:#fff;border:2px solid var(--color-primary)}.btn-primary:hover{background-color:#005bb5;border-color:#005bb5;transform:translateY(-2px);box-shadow:0 6px 20px #007aff66}.btn-secondary{background-color:#ffffff1a;color:var(--color-text-light);border:2px solid var(--color-text-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary:hover{background-color:#fffffff2;color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #ffffff4d}.btn:active{transform:translateY(0)}.hero__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);width:50px;height:50px;border-radius:50%;font-size:1.25rem;cursor:pointer;color:var(--color-text-light);transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center}.hero__arrow:hover{background:#ffffff40;color:#fff;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 16px #0000004d}.hero__arrow:active{transform:translateY(-50%) scale(.95)}.hero__arrow--left{left:2rem}.hero__arrow--right{right:2rem}.hero__indicators{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:5;padding:.75rem 1.5rem;background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50px}.hero__dot{width:12px;height:12px;border-radius:50%;background:#fff6;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.hero__dot:hover{background:#ffffffb3;transform:scale(1.15)}.hero__dot.active{background:#fff;transform:scale(1.3);border-color:#ffffff80;box-shadow:0 0 12px #fff9}@media(max-width:1024px){.hero{max-height:800px}.hero__arrow{width:45px;height:45px;font-size:1.1rem}.hero__arrow--left{left:1.5rem}.hero__arrow--right{right:1.5rem}.btn{padding:.875rem 1.75rem;font-size:.95rem}}@media(max-width:768px){.hero{height:calc(115vh - var(--navbar-main-h));max-height:700px;min-height:450px}.hero__content{padding:1.5rem 1rem;width:95%}.hero__title{margin-bottom:1rem}.hero__subtitle{margin-bottom:2rem}.hero__actions{gap:.75rem;margin-top:1.5rem}.btn{padding:.75rem 1.5rem;font-size:.9rem;width:100%;max-width:300px}.hero__arrow{display:none}.hero__indicators{bottom:1.5rem;padding:.5rem 1rem;gap:.6rem}.hero__dot{width:10px;height:10px}}@media(max-width:480px){.hero{min-height:400px}.hero__content{padding:1rem .75rem}.hero__subtitle{margin-bottom:1.5rem}.btn{padding:.7rem 1.25rem;font-size:.85rem}.hero__indicators{bottom:1rem;gap:.5rem}.hero__dot{width:8px;height:8px}}@media(prefers-reduced-motion:reduce){.hero__slide,.btn,.hero__arrow,.hero__dot{transition:none}.hero__content{animation:none}}.hero__arrow:focus-visible,.hero__dot:focus-visible,.btn:focus-visible{outline:3px solid var(--color-primary);outline-offset:4px}.home-page{width:100%;overflow-x:clip;background:#fff;scroll-behavior:smooth}.home-section{position:relative;width:100%;isolation:isolate;opacity:0;transform:translate3d(0,42px,0) scale(.985);filter:blur(10px);transition:opacity .72s ease,transform .82s cubic-bezier(.22,1,.36,1),filter .72s ease;transition-delay:min(calc(var(--home-section-index) * 40ms),.18s);content-visibility:auto;contain-intrinsic-size:780px;scroll-margin-top:86px}.home-section.is-visible{opacity:1;transform:translateZ(0) scale(1);filter:blur(0)}.home-section__content{width:100%}.home-section__placeholder{min-height:min(62svh,680px)}.home-section--statement .home-section__placeholder,.home-section--closing .home-section__placeholder{min-height:320px}.home-section--media .home-section__placeholder{min-height:min(56svh,620px)}.home-section--hero{min-height:calc(100svh - 72px);opacity:1;transform:none;filter:none;transition:none;contain-intrinsic-size:1000px}.home-section--hero .home-section__content{min-height:inherit}.home-section--statement,.home-section--services,.home-section--carousel,.home-section--why,.home-section--clients,.home-section--closing{background:#fff}.home-section--media{background:#000;contain-intrinsic-size:720px}.home-section--services{scroll-margin-top:96px}.home-section--clients{contain-intrinsic-size:640px}.home-section--closing{contain-intrinsic-size:340px}@supports (animation-timeline: view()){.home-section.is-visible:not(.home-section--hero){animation:home-depth 1ms linear both;animation-timeline:view();animation-range:entry 0% cover 34%}}@keyframes home-depth{0%{opacity:.74;transform:translate3d(0,22px,0) scale(.992)}to{opacity:1;transform:translateZ(0) scale(1)}}@media(max-width:1024px){.home-section{transform:translate3d(0,34px,0) scale(.99);filter:blur(8px);contain-intrinsic-size:680px;scroll-margin-top:78px}.home-section--hero{min-height:calc(100svh - 68px)}}@media(max-width:768px){.home-page{overflow-x:hidden}.home-section{transform:translate3d(0,24px,0);filter:blur(5px);transition-duration:.56s,.64s,.56s;transition-delay:0ms;contain-intrinsic-size:560px;scroll-margin-top:72px}.home-section--hero{min-height:calc(100svh - 64px);contain-intrinsic-size:760px}.home-section--media{contain-intrinsic-size:360px}.home-section__placeholder{min-height:420px}}@media(max-width:480px){.home-section{transform:translate3d(0,18px,0);filter:none;contain-intrinsic-size:500px}.home-section--hero{min-height:auto}.home-section__placeholder{min-height:340px}}@media(prefers-reduced-motion:reduce){.home-page{scroll-behavior:auto}.home-section,.home-section.is-visible{opacity:1;transform:none;filter:none;animation:none;transition:none}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f8fafc;color:#0f172a;line-height:1.6}main{max-width:1280px;margin:0 auto}
