@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0;font-family:Segoe UI,Roboto,Arial,sans-serif;background:linear-gradient(135deg,#f3f4f6,#fff,#e0e7ff);min-height:100vh;transition:background .3s;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}body.dark-mode{background:linear-gradient(135deg,#18181b,#312e81,#6d28d9);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%)}.company-container{max-width:900px;margin:0 auto;background:#fffffff2;border-radius:18px;box-shadow:0 8px 32px #5000781f;padding:2rem;margin-top:2rem;margin-bottom:2rem}.company-container.dark{background:#22222cfa;box-shadow:0 8px 32px #50007840}.header{text-align:center;margin-bottom:2.5rem}.header img{width:90px;height:90px;border-radius:50%;box-shadow:0 2px 16px #a78bfa44;margin-bottom:1.2rem;-o-object-fit:cover;object-fit:cover;border:4px solid #e0e7ff}.company-title{font-size:3rem;font-weight:900;color:#4f46e5;letter-spacing:2px;margin-bottom:.5rem;text-shadow:0 2px 8px #a78bfa22}.company-title.dark{color:#ede9fe;text-shadow:0 2px 8px #312e81}.company-subtitle{font-size:1.4rem;color:#312e81;font-weight:500;margin-bottom:1.5rem}.company-subtitle.dark{color:#c7d2fe}.navbar{position:sticky;top:0;z-index:100;background:#ffffffbf;backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);display:flex;align-items:center;justify-content:space-between;padding:.7rem 2rem;box-shadow:0 2px 16px #a78bfa22;border-radius:0 0 24px 24px;margin-bottom:2rem;max-width:900px;margin-left:auto;margin-right:auto;transition:border-radius .3s,box-shadow .3s}.navbar.sticky{position:sticky;top:0;border-radius:0 0 24px 24px;margin-top:0;margin-bottom:2rem;box-shadow:0 2px 16px #a78bfa22}.navbar.dark{background:#22222cd9}.navbar-brand{font-weight:900;font-size:1.3rem;color:#4f46e5;cursor:pointer;letter-spacing:1px}.navbar-brand.dark{color:#ede9fe}.navbar-toggle{display:none;background:none;border:none;cursor:pointer}.hamburger{width:28px;height:3px;background:#4f46e5;display:block;position:relative}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;width:28px;height:3px;background:#4f46e5;transition:.3s}.hamburger:before{top:-8px}.hamburger:after{top:8px}.navbar-links{display:flex;gap:2rem;list-style:none;margin:0;padding:0;align-items:center}.navbar-links li{cursor:pointer;font-weight:600;color:#7c3aed;transition:background .2s,color .2s;padding:.3rem .7rem;border-radius:8px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1rem}.navbar-links li:hover{color:#7c3aed;background:#ede9fe}.navbar-links.dark li{color:#fff}.navbar-links.dark li:hover{color:#fff;background:#4c1d95}.toggle-btn{background:#f3f4f6;border:none;color:#222;box-shadow:none;transition:background .3s,color .3s;display:flex;align-items:center;justify-content:center;padding:.5rem .7rem;font-size:1.2rem;border-radius:50%;min-width:40px;min-height:40px}.toggle-btn.dark{background:#222;color:#ede9fe}.section{margin-bottom:3rem;padding:3.5rem 1rem 2rem;background:#f3f4f6b3;border-radius:18px;box-shadow:0 2px 8px #a78bfa22;transition:background .3s}.section.dark{background:#22222cd9;padding-top:3.5rem}.section-title{font-size:2.2rem;color:#6366f1;font-weight:700;margin-bottom:1rem;letter-spacing:1px}.section-title.dark{color:#ede9fe}.section-content{font-size:1.15rem;color:#312e81;margin-bottom:1.2rem;line-height:1.7}.section-content.dark{color:#c7d2fe}.services-list{display:flex;flex-wrap:wrap;gap:2rem;margin-bottom:1rem;justify-content:space-between}.service{background:linear-gradient(120deg,#f3e8ff 60%,#e0e7ff);border-radius:14px;box-shadow:0 2px 8px #a78bfa22;padding:1.2rem 1.5rem;flex:1 1 220px;min-width:220px;font-weight:500;color:#4f46e5;display:flex;align-items:center;gap:1rem;transition:background .3s,color .3s}.service img{width:44px;height:44px;border-radius:8px;-o-object-fit:cover;object-fit:cover;box-shadow:0 2px 8px #a78bfa22}.service.dark{background:linear-gradient(120deg,#312e81 60%,#6d28d9);color:#ede9fe}.contact{background:linear-gradient(120deg,#e0e7ff 60%,#f3e8ff);border-radius:14px;box-shadow:0 2px 8px #a78bfa22;padding:1.2rem 1.5rem;margin-bottom:3.5rem;transition:background .3s}.contact.dark{background:linear-gradient(120deg,#312e81 60%,#6d28d9)}.contact a{color:#6366f1;text-decoration:none;font-weight:600;transition:color .2s}.contact a:hover{text-decoration:underline;color:#4f46e5}.contact.dark a{color:#ede9fe}.footer{text-align:center;color:#4f46e5;font-size:1.1rem;margin-top:2.5rem;margin-bottom:1rem;letter-spacing:1px}.footer.dark{color:#ede9fe}.fade-in{opacity:1!important;transform:translateY(0) scale(1);transition:opacity .8s cubic-bezier(.77,0,.18,1),transform .8s cubic-bezier(.77,0,.18,1)}.section,.showcase,.team{opacity:0;transform:translateY(40px) scale(.98);transition:opacity .8s cubic-bezier(.77,0,.18,1),transform .8s cubic-bezier(.77,0,.18,1)}.showcase-gallery{display:flex;gap:1.5rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}.showcase-gallery img{width:220px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:14px;box-shadow:0 2px 8px #a78bfa22;transition:transform .4s cubic-bezier(.77,0,.18,1)}.showcase-gallery img:hover{transform:scale(1.06) translateY(-4px)}.team-gallery{display:flex;flex-direction:column;align-items:center;gap:1.5rem;background:linear-gradient(135deg,#ede9fe,#f3f4f6);border-radius:1.5rem;box-shadow:0 4px 24px #7c3aed14,0 1.5px 6px #7c3aed0f;padding:2.5rem 2rem 2rem;margin:0 auto;max-width:340px;transition:background .3s}.team-gallery.dark{background:linear-gradient(135deg,#312e81,#18181b);box-shadow:0 4px 24px #7c3aed2e,0 1.5px 6px #7c3aed1f}.team-gallery img{width:128px;height:128px;-o-object-fit:cover;object-fit:cover;border-radius:50%;border:4px solid #a78bfa;box-shadow:0 2px 12px #7c3aed1f;transition:transform .2s,box-shadow .2s,border .2s}.team-gallery img:hover{transform:scale(1.07) rotate(-2deg);box-shadow:0 6px 24px #7c3aed2e;border:4px solid #7c3aed}.team-role{font-size:1.1rem;font-weight:600;color:#7c3aed;letter-spacing:.02em;margin-bottom:.2rem}.team-role.dark{color:#a78bfa}.team-name{font-size:1.25rem;font-weight:700;color:#18181b;letter-spacing:.01em}.team-name.dark{color:#ede9fe}@media (max-width: 700px){.company-container{padding:1rem}.company-title{font-size:2rem}.section-title{font-size:1.3rem}.services-list{flex-direction:column;gap:1.2rem}.navbar{padding:.7rem 1rem}.navbar-toggle{display:block}.navbar-links{position:absolute;top:60px;left:0;right:0;background:#fffffffa;flex-direction:column;gap:1.2rem;padding:1.5rem 0;border-radius:0 0 24px 24px;box-shadow:0 2px 12px #a78bfa22;display:none}.navbar.open .navbar-links{display:flex}.navbar-links.dark{background:#22222cfa}.footer{margin-top:2rem}}
