@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;500;600;700&display=swap";.btn{border-radius:var(--border-radius-md);transition:var(--transition);justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;display:inline-flex}.btn-primary{background:var(--color-accent);color:#000;font-weight:600}.btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 4px 12px #c9a25b4d}.btn-outline{color:var(--color-text);background:0 0;border:1px solid #fff3}.btn-outline:hover{background:#ffffff0d;border-color:#fff6}.navbar{z-index:1000;transition:var(--transition);padding:1.5rem 0;position:fixed;top:0;left:0;right:0}.navbar.scrolled{border-bottom:1px solid #ffffff0d;padding:1rem 0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo-text{font-family:var(--font-heading);letter-spacing:-.5px;font-size:1.5rem;font-weight:700}.nav-links{gap:2rem;display:flex}.nav-links a{color:var(--color-text-muted);font-size:.95rem;font-weight:500}.nav-links a:hover{color:var(--color-accent)}.mobile-menu-btn,.mobile-menu{display:none}@media (width<=768px){.hidden-mobile{display:none}.mobile-menu-btn{display:block}.mobile-menu{border-top:1px solid #ffffff0d;flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-menu a{font-size:1.1rem;font-weight:500}}.hero-section{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero-bg-image{z-index:0;background-image:url(https://images.unsplash.com/photo-1480714378408-67cf0d13bc1b?auto=format&fit=crop&w=2000&q=80);background-position:50%;background-size:cover;width:100%;height:100%;animation:30s linear infinite alternate panImage;position:absolute;top:0;left:0}.hero-bg-overlay{background:linear-gradient(to bottom, #0b0f19a6, var(--color-bg));z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes panImage{0%{transform:scale(1)}to{transform:scale(1.15)}}.hero-container{z-index:2;position:relative}.hero-content{text-align:center;flex-direction:column;align-items:center;max-width:800px;margin:0 auto;display:flex}.badge{color:var(--color-accent);border-radius:9999px;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-block}.hero-title{letter-spacing:-1px;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4.5rem)}.hero-subtitle{color:var(--color-text-muted);max-width:600px;margin-bottom:2.5rem;font-size:1.125rem}.hero-actions{justify-content:center;gap:1rem;display:flex}@media (width<=640px){.hero-actions{flex-direction:column;width:100%}.hero-actions button{width:100%}}.about-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.about-text{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.1rem}.about-stats{border-top:1px solid #ffffff0d;gap:3rem;margin-top:3rem;padding-top:2rem;display:flex}.stat-number{color:var(--color-accent);margin-bottom:.25rem;font-size:2rem}.stat-label{color:var(--color-text-muted);font-size:.875rem}.about-image-wrapper{justify-content:center;align-items:center;display:flex;position:relative}.about-image{aspect-ratio:4/3;object-fit:cover;border-radius:var(--border-radius-lg);border:1px solid #ffffff0d;width:100%;box-shadow:0 20px 40px #0006}@media (width<=992px){.about-container{grid-template-columns:1fr}.about-stats{gap:2rem}}.services-section{position:relative}.section-header{text-align:center;max-width:600px;margin:0 auto 4rem}.section-title{margin-bottom:1rem;font-size:2.5rem}.section-subtitle{color:var(--color-text-muted);font-size:1.1rem}.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.service-card{border-radius:var(--border-radius-lg);flex-direction:column;align-items:flex-start;padding:2.5rem 2rem;transition:transform .3s,box-shadow .3s;display:flex}.service-card:hover{border-color:#c9a25b4d;transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.service-icon{color:var(--color-accent);border-radius:var(--border-radius-md);background:#c9a25b1a;margin-bottom:1.5rem;padding:1rem}.service-card-title{margin-bottom:1rem;font-size:1.25rem}.service-card-desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.6}.companies-section{position:relative}.companies-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-top:3rem;display:grid}.company-card{border-radius:var(--border-radius-lg);text-align:center;cursor:pointer;background-color:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;height:240px;padding:3rem 2rem;text-decoration:none;transition:transform .4s cubic-bezier(.175,.885,.32,1.275),box-shadow .4s,border-color .4s;display:flex;position:relative;overflow:hidden}.company-card:hover{border-color:#c9a25b80;transform:translateY(-12px);box-shadow:0 20px 40px #00000080}.company-logo-wrapper{border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;padding:1.5rem;transition:transform .4s,box-shadow .4s;display:flex}.company-logo-wrapper.light{background-color:#f8f9fa;box-shadow:inset 0 0 10px #0000000d}.company-logo-wrapper.dark{background-color:#ffffff0d}.company-logo-img{object-fit:contain;max-width:100%;max-height:100%;transition:filter .4s}.company-card:hover .company-logo-wrapper{transform:scale(1.08)}.company-name{color:var(--color-text);margin:0;font-size:1.2rem;font-weight:600;transition:opacity .3s}.company-card-overlay{opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2;background:#0b0f19d9;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .4s;display:flex;position:absolute;top:0;left:0}.company-card:hover .company-card-overlay{opacity:1}@media (width<=768px){.companies-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}}.contact-container{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.contact-subtitle{color:var(--color-text-muted);margin-bottom:3rem;font-size:1.1rem}.contact-details{flex-direction:column;gap:2rem;display:flex}.contact-label{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem;font-size:.9rem}.contact-value{font-size:1.2rem}.contact-form-wrapper{border-radius:var(--border-radius-lg);padding:3rem}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-group label{font-size:.9rem;font-weight:500}.form-input{border-radius:var(--border-radius-sm);width:100%;color:var(--color-text);font-family:var(--font-sans);transition:var(--transition);background:#0003;border:1px solid #ffffff1a;padding:1rem}.form-input:focus{border-color:var(--color-accent);background:#0006;outline:none}.submit-btn{width:100%;margin-top:1rem}@media (width<=992px){.contact-container{grid-template-columns:1fr}}.back-link{color:var(--color-text);transition:var(--transition);align-items:center;font-size:.95rem;font-weight:500;display:flex}.back-link:hover{color:var(--color-accent)}.profile-section{min-height:calc(100vh - 80px);padding-top:4rem;padding-bottom:4rem}.profile-layout{grid-template-columns:1fr 2fr;align-items:start;gap:2rem;display:grid}.profile-left{border-radius:var(--border-radius-lg);text-align:center;background-color:#ffffff08;border:1px solid #ffffff0d;flex-direction:column;justify-content:center;align-items:center;min-height:250px;padding:3rem;display:flex;position:sticky;top:100px;box-shadow:0 15px 35px #0000004d}.profile-right{flex-direction:column;gap:2rem;display:flex}.profile-block{border-radius:var(--border-radius-lg);padding:3rem}.profile-logo-wrapper{border-radius:50%;justify-content:center;align-items:center;width:200px;height:200px;margin-bottom:2rem;padding:2.5rem;display:flex}.profile-logo-wrapper.light{background-color:#f8f9fa;box-shadow:inset 0 0 10px #0000000d}.profile-logo-wrapper.dark{background-color:#ffffff0d}.profile-logo-img{object-fit:contain;max-width:100%;max-height:100%}.profile-logo-placeholder{width:150px;height:150px;font-weight:700;font-family:var(--font-heading);color:var(--color-text-muted);border:2px solid var(--color-accent);background-color:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;display:flex}.profile-subtitle{color:var(--color-accent);text-transform:uppercase;letter-spacing:2px;margin:0;font-size:1.1rem;font-weight:600}.profile-text{color:var(--color-text-muted);margin-bottom:1rem;line-height:1.8}.profile-services-list{flex-direction:column;gap:1.2rem;margin-top:1.5rem;padding:0;list-style:none;display:flex}.profile-services-list li{color:var(--color-text);align-items:center;gap:1rem;font-size:1.1rem;display:flex}.contact-info-list{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.mt-4{margin-top:0}@media (width<=992px){.profile-layout{grid-template-columns:1fr}.profile-left{position:static}}.not-found-container{background-color:var(--color-bg);background-image:radial-gradient(circle at 15%,#c9a25b08,#0000 25%),radial-gradient(circle at 85% 30%,#ffffff05,#0000 25%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.not-found-content{text-align:center;border-radius:var(--border-radius-lg);width:100%;max-width:600px;padding:4rem 2rem;position:relative;overflow:hidden}.not-found-content:before{content:"";background:linear-gradient(90deg, transparent, var(--color-accent), transparent);height:2px;position:absolute;top:0;left:0;right:0}.not-found-icon-wrapper{background:#c9a25b1a;border:1px solid #c9a25b33;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:2rem;display:inline-flex}.not-found-icon{color:var(--color-accent)}.not-found-title{background:linear-gradient(135deg, #fff 0%, var(--color-text-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:6rem;font-weight:800;line-height:1}.not-found-subtitle{color:var(--color-text);margin-bottom:1.5rem;font-size:1.75rem;font-weight:500}.not-found-text{color:var(--color-text-muted);max-width:80%;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.6}.not-found-actions{justify-content:center;display:flex}@media (width<=768px){.not-found-title{font-size:4rem}.not-found-subtitle{font-size:1.5rem}.not-found-text{max-width:100%}.not-found-content{padding:3rem 1.5rem}}:root{--color-bg:#0b0f19;--color-surface:#141c2c;--color-surface-hover:#1b263b;--color-text:#f8fafc;--color-text-muted:#94a3b8;--color-accent:#c9a25b;--color-accent-hover:#dfb66a;--color-accent-blue:#3b82f6;--font-sans:"Inter", sans-serif;--font-heading:"Outfit", sans-serif;--border-radius-sm:.375rem;--border-radius-md:.75rem;--border-radius-lg:1.5rem;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);margin-bottom:1rem;font-weight:600;line-height:1.2}a{color:inherit;transition:var(--transition);text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;transition:var(--transition);background:0 0;border:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.glass{-webkit-backdrop-filter:blur(12px);background:#141c2cb3;border:1px solid #ffffff0d}.text-gradient{background:linear-gradient(135deg,#c9a25b 0%,#dfb66a 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.section-padding{padding:6rem 0}@media (width<=768px){.section-padding{padding:4rem 0}}
