@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;600;700;800&display=swap";:root{--primary-blue: #000000;--accent-blue: #ff6600;--secondary-blue: #050505;--bg-light: #111111;--bg-white: #0a0a0b;--text-dark: #ffffff;--text-muted: #a0aec0;--border-color: #1a202c;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background-color:var(--bg-white);color:var(--text-dark);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,.brand{font-family:Outfit,sans-serif;color:#f60}header{position:fixed;top:0;width:100%;padding:1.25rem 5%;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:#0a0a0bd9;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid rgba(255,102,0,.1);transition:var(--transition)}header.scrolled{padding:.8rem 5%;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.brand{font-size:1.5rem;font-weight:800;color:#fff;text-decoration:none;display:flex;align-items:center;gap:8px}.brand span,.brand i{color:#f60}nav ul{display:flex;list-style:none;gap:2.5rem}nav a{text-decoration:none;color:var(--text-dark);font-weight:500;font-size:.95rem;transition:var(--transition)}nav a:hover{color:var(--accent-blue)}.hide-mobile{display:block}@media(max-width:768px){.hide-mobile{display:none}}.hero{height:100vh;display:flex;align-items:center;justify-content:center;position:relative;background:linear-gradient(#00000080,#00000080),url(/images/hero.png);background-size:cover;background-position:center;color:#fff;text-align:center;padding:0 5%}.hero h1{font-size:clamp(2.5rem,8vw,4.5rem);color:#fff;margin-bottom:1.5rem;font-weight:800;letter-spacing:-.02em}.hero p{font-size:1.1rem;max-width:700px;margin:0 auto 2.5rem;opacity:.9;line-height:1.5}.btn{display:inline-block;padding:.875rem 2rem;border-radius:6px;text-decoration:none;font-weight:600;transition:var(--transition);cursor:pointer;border:none}.btn-primary{background:var(--accent-blue);color:#fff}.btn-primary:hover{background:#0056e0;transform:translateY(-2px);box-shadow:0 5px 15px #0061ff4d}.btn-outline{background:transparent;color:#fff;border:2px solid #ff6600}.btn-outline:hover{background:#f60;color:#000}.cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.section{padding:7rem 10%}.section-title{text-align:center;margin-bottom:4rem}.section-title h2{font-size:clamp(2rem,5vw,2.5rem);margin-bottom:1rem;line-height:1.2}.section-title p{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:.95rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{padding:2.5rem;background:#1a1a1a;border:1px solid var(--accent-blue);border-radius:12px;transition:var(--transition)}.service-card:hover{background:#252525;border-color:#fff;transform:translateY(-5px);box-shadow:0 10px 30px #f603}.service-card p{color:#fff}.service-card i{font-size:2rem;color:var(--accent-blue);margin-bottom:1.5rem;display:block}.about-features{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.clients-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));text-align:center;align-items:center;gap:2rem}.methodology-track{display:flex;justify-content:space-between;position:relative;margin-top:3rem;gap:1rem}@media(max-width:992px){.methodology-track{flex-direction:column}}.step{flex:1;text-align:center;position:relative;padding:2rem;background:#1a1a1a;border-radius:12px;border:1px solid var(--accent-blue);color:#fff}.step-num{width:40px;height:40px;background:var(--primary-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.portfolio-item{position:relative;height:300px;border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md)}.portfolio-item img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.portfolio-item:hover img{transform:scale(1.05)}.portfolio-info{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;background:#00000080}.portfolio-info h4{color:#f60;margin-bottom:.5rem}.portfolio-info p{color:#fff}.contact-container{display:grid;grid-template-columns:1fr 1.5fr;gap:4rem}.contact-info h3{margin-bottom:1.5rem}.info-item{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.info-item i{color:var(--accent-blue)}footer{background:var(--primary-blue);color:#fff;padding:5rem 10% 2.5rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;align-items:start}.footer-content h4{color:#fff;margin-bottom:1.5rem}.footer-content p{opacity:.7}footer .brand{color:#fff}footer .brand span{color:#f60}.client-logo{background:#fff;padding:1.2rem;border-radius:8px;display:flex;align-items:center;justify-content:center;min-height:100px;transition:var(--transition)}.client-logo:hover{transform:scale(1.05);box-shadow:0 5px 15px #ff66004d}.client-name{background:#ffffff0d;border:1px solid var(--border-color);border-radius:8px;min-height:100px;display:flex;align-items:center;justify-content:center}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;opacity:.6}.hexagon-bg{background:#fff;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);padding:5px;display:flex;align-items:center;justify-content:center;width:160px;height:160px;margin-left:auto;overflow:hidden}.hexagon-bg img{width:100%;height:100%;object-fit:contain;transform:scale(1.25) translateY(-2px)}.header-hexagon{background:#fff;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);width:52px;height:52px;display:flex;align-items:center;justify-content:center;padding:2px;overflow:hidden}.header-hexagon img{width:100%;height:100%;object-fit:contain;transform:scale(1.25) translateY(-1px)}@media(max-width:992px){.section{padding:5rem 6%}}@media(max-width:768px){.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.section{padding:4rem 5%}.section-title{margin-bottom:3rem}.contact-container,.footer-content{grid-template-columns:1fr!important;gap:2.5rem}.footer-content{text-align:center}.footer-content>div{display:flex;flex-direction:column;align-items:center}.footer-content .brand{justify-content:center}.contact-logo-display,.footer-content div:last-child{margin:0 auto}nav{display:none}.services-grid,.portfolio-grid,.clients-grid,.about-features{grid-template-columns:1fr!important}.client-logo{min-height:120px;max-width:150px}.client-name{min-height:80px;padding:1rem;margin:0 auto;width:100%;max-width:300px}.hexagon-bg{margin:2rem auto 0}}@media(max-width:480px){.hero h1{font-size:2.2rem}.btn{width:100%;margin-left:0!important;margin-bottom:.5rem}.cta-group{flex-direction:column;width:100%;max-width:300px;margin:0 auto}}
