@font-face{font-family:Quicksand;src:url(/fonts/Quicksand.ttf) format("truetype");font-weight:100 900;font-style:normal}:root{--max: 90%;--white: #f0f0f0;--black: #1f1f1f;--brand: #ff7900;--space-1: .5rem;--space-2: .75rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Quicksand,sans-serif;background:var(--black);color:var(--white);line-height:1.6}.section{padding:4rem 0}p{line-height:1.65rem}.section h2{font-size:clamp(1.6rem,2vw + 1rem,2.2rem);margin:0 0 .25rem}.grid{display:grid;gap:1rem}.card{background-color:var(--brand);color:#000;border:1px solid var(--brand);border-radius:16px;padding:1rem}.card h3{margin:0 0 .35rem}.card p{color:var(--white);margin:.25rem 0 0;line-height:1.5rem}.head-container{max-width:var(--max);margin:0 auto;padding:0 1rem}.header{position:sticky;top:0;z-index:100;backdrop-filter:blur(8px);background-color:var(--brand)}.nav{display:flex;align-items:center;justify-content:space-between;min-height:64px;gap:var(--space-2)}.logo{height:48px;object-fit:contain}.brand{display:flex;align-items:center;color:#000}.menu{display:flex;gap:.25rem;flex-wrap:wrap;align-items:center}.menu a{color:var(--white);text-decoration:none;padding:.5rem .75rem;border-radius:999px;font-size:.95rem}.menu a.active,.menu a:hover{background:var(--black);color:#fff}#home{background-image:url(/main_hero.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#000c;background-blend-mode:multiply}.hero-box{max-width:var(--max);margin:0 auto;display:flex;flex-direction:column;justify-content:center;padding:3rem 1rem}.hero-box h1{font-size:clamp(1.9rem,3.5vw + 1rem,3rem);margin:.5rem 0 .75rem}p.herolead{color:var(--white);line-height:1.75rem;margin:.5rem 0 1.25rem}.badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.badge{border:1px solid var(--brand);background:transparent;color:#fff;padding:.5rem .65rem;border-radius:999px;font-size:.85rem}.cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.button{background:var(--brand);color:var(--black);padding:.6rem 1.2rem;border-radius:2rem;border:none;font-weight:700;cursor:pointer;text-decoration:none}#about{background-color:var(--white);color:var(--black)}.about-box{margin:0 auto;display:flex;flex-direction:column;gap:var(--space-4);align-items:center;justify-content:space-between;padding:0 1rem}.abt-content{width:100%;min-width:0;text-align:center}.abt-cards{width:100%;display:flex;justify-content:center;column-gap:1rem}@media (max-width: 860px){.abt-cards{flex-direction:column;align-items:stretch;row-gap:1rem}.abt-card{width:100%}}.abt-card{background-color:var(--brand);color:var(--black);display:flex;flex-direction:column;border-radius:1rem;padding:.75rem 1rem}.abt-card h3{margin-top:.5rem;margin-bottom:0}.abt-card p{margin-top:.75rem}#why{background-image:url(/why_img.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;background-color:#000c;background-blend-mode:multiply}.whyus{max-width:1100px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.why-cards{display:flex;flex-wrap:wrap;gap:1rem 1.5rem;align-items:stretch;justify-content:center;margin:1rem 0 0;width:100%}.why-card{flex:1 1 240px;max-width:360px;min-height:9rem;background-color:var(--brand);color:#000;border-radius:1rem;padding:1rem}.why-card h3{text-align:center}#tech{background-color:var(--white);color:var(--black)}.technology{max-width:1100px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;justify-content:center}p.tech-intro{text-align:center}.tech-cards{width:100%;display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:1rem}.tech-card{flex:1 1 260px;max-width:360px;min-height:10rem;background-color:var(--brand);color:#000;border-radius:1rem;padding:.75rem 1rem}.tech-card h3{text-align:center}#contact{display:flex;flex-direction:column;align-items:center}#contact-lead{text-align:center}.ctc{width:min(1100px,90%);display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem 2rem;margin-top:1rem}.form-card{flex:1 1 320px;max-width:560px;background-color:var(--brand);color:#000;border-radius:1rem;padding:1rem}.form-card button{background-color:var(--black);color:var(--white)}.coy-card{flex:1 1 280px;max-width:480px;border-radius:1rem;margin:0}.coy-card a{color:#fff;text-decoration:none}.form{display:flex;flex-direction:column;justify-content:center;gap:.75rem}.input,.textarea{width:100%;background:#fff;color:var(--black);padding:.7rem .8rem;border:none;border-radius:.5rem;margin:.3rem 0rem}.textarea{min-height:160px}.small{color:var(--white);font-size:1rem}.priv-submit button{width:100%;background-color:var(--black);color:var(--white)}.privacy-note{font-size:.7rem;margin:5px;color:#000;text-align:start}.privacy-note a{color:#fffb00;text-decoration:none}.privacy-note a:hover{color:#0056b3}.foot-container{max-width:var(--max);display:flex;flex-direction:column;align-items:center;justify-content:center;row-gap:.75rem;margin:0 auto;padding:0 1rem}.footer{border-top:1px solid #1a2233;padding:1.5rem 0;color:var(--white);text-align:center}.footer .links{display:flex;flex-wrap:wrap;font-size:.85rem;gap:.5rem;align-items:center;justify-content:center}.footer a{color:var(--white);text-decoration:none;padding:.25rem .5rem;border-radius:8px}.footer a:hover{color:var(--white);background:var(--black)}@media (min-width: 420px){.hero-box{padding:3.5rem 1.25rem}.badge{font-size:.9rem}}@media (min-width: 600px){.menu a{padding:.5rem .85rem}.hero-box{padding:4rem 1.5rem}.about-box{gap:var(--space-5)}}@media (min-width: 860px){.hero-box{display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:2rem}}@media (min-width: 1024px){.about-box{padding:0}.abt-content{width:60%}.abt-img{width:35%}}@media (max-width: 1023.98px){.about-box{flex-direction:column}.abt-content,.abt-cards,.abt-img{width:100%}.abt-img{order:2}.abt-content{order:1}.why-cards,.tech-cards{justify-content:center}.ctc{width:92%}}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}}body.no-scroll{overflow:hidden}.hamburger{display:none;position:relative;width:44px;height:44px;border:none;background:transparent;cursor:pointer;border-radius:8px}.hamburger:focus-visible{outline:2px solid white;outline-offset:2px}.hamburger-bar{position:absolute;left:10px;right:10px;height:2px;background:#000;transition:transform .2s ease,opacity .2s ease,top .2s ease}.hamburger-bar:nth-child(1){top:14px}.hamburger-bar:nth-child(2){top:21px}.hamburger-bar:nth-child(3){top:28px}.mobile-menu{position:fixed;inset:0;background:#1f1f1ff5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transform:translateY(-100%);transition:transform .26s ease;z-index:999;display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem}.mobile-menu.open{transform:translateY(0)}.mobile-links{display:flex;flex-direction:column;gap:1rem;text-align:center}.mobile-links a{text-decoration:none;color:#fff;font-size:clamp(1.25rem,4vw,1.75rem);padding:.6rem 1rem;border-radius:999px;border:1px solid rgba(255,255,255,.15)}.mobile-links a:hover,.mobile-links a:focus-visible{background:#ffffff14}@media (max-width: 860px){.menu{display:none}.hamburger{display:inline-flex;align-items:center;justify-content:center}}@media (min-width: 861px){.hamburger,.mobile-menu{display:none}}.hamburger[aria-expanded=true] .hamburger-bar:nth-child(1){top:21px;transform:rotate(45deg)}.hamburger[aria-expanded=true] .hamburger-bar:nth-child(2){opacity:0}.hamburger[aria-expanded=true] .hamburger-bar:nth-child(3){top:21px;transform:rotate(-45deg)}.whatsapp-float{position:fixed;bottom:10px;right:10px;z-index:1000;width:60px;height:60px;display:flex;justify-content:center;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.whatsapp-float:hover{transform:scale(1.1)}.whatsapp-icon{width:45px;height:45px}@media (max-width: 600px){.whatsapp-icon{width:32px;height:32px}.whatsapp-float{width:50px;height:50px;bottom:15px;right:15px}}
