:root{--primary: #2563eb;--primary-hover: #1d4ed8;--bit-amber: #d97706;--bit-gold: #f59e0b;--bit-violet: #7c3aed;--logo-bit: linear-gradient(135deg, #d97706 0%, #f59e0b 50%, #7c3aed 100%);--bg-main: #f8fafc;--bg-card: #ffffff;--text-main: #0f172a;--text-muted: #64748b;--border-color: #e2e8f0;--input-border: #cbd5e1;--input-focus: #3b82f6;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--radius-lg: 12px;--radius-md: 8px}*{box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:radial-gradient(circle at top,#fef3c7,#f8fafc,#e0e7ff 70%,#f0fdfa);background-attachment:fixed;color:var(--text-main);margin:0;line-height:1.5;-webkit-font-smoothing:antialiased}.text-gradient-bit{background:var(--logo-bit);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.container{max-width:1000px;margin:0 auto;padding:2rem 1rem}.card{background:var(--bg-card);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-color);margin-bottom:1.5rem}h1,h2,h3{margin-top:0;font-weight:700;color:var(--text-main)}h1{font-size:1.875rem;letter-spacing:-.025em}h2{font-size:1.5rem}h3{font-size:1.125rem;margin-bottom:1rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:var(--radius-md);font-weight:600;font-size:.875rem;cursor:pointer;border:1px solid transparent;transition:all .2s;gap:.5rem}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover)}.btn-cancel{background-color:#fff;border-color:var(--border-color);color:var(--text-main)}.btn-cancel:hover{background-color:#f1f5f9}.input{width:100%;padding:.5rem .75rem;border:1px solid var(--input-border);border-radius:var(--radius-md);font-size:.875rem;transition:border-color .2s,ring .2s;outline:none}.input:focus{border-color:var(--input-focus);box-shadow:0 0 0 2px #3b82f61a}label{display:block;font-size:.875rem;font-weight:500;color:var(--text-main);margin-bottom:.375rem}.text-muted{color:var(--text-muted);font-size:.875rem}.flex{display:flex}.justify-between{justify-content:space-between}.items-center{align-items:center}.gap-2{gap:.5rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.top-bar.svelte-12qhfyh{background:#0f172a;color:#fff;padding:.5rem 0;font-size:.75rem;font-weight:500}.top-contact.svelte-12qhfyh{display:flex;gap:1.5rem}.language-switch.svelte-12qhfyh{color:#94a3b8}.lang-btn.svelte-12qhfyh{color:#94a3b8;text-decoration:none;font-weight:500;transition:color .2s}.lang-btn.svelte-12qhfyh:hover,.lang-btn.active.svelte-12qhfyh{color:#fff}.lang-separator.svelte-12qhfyh{color:#475569;margin:0 .25rem}.main-header.svelte-12qhfyh{background:#fff;border-bottom:1px solid var(--border-color);padding:1rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 12px #00000012;transition:box-shadow .3s}.nav-container.svelte-12qhfyh{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative}.logo.svelte-12qhfyh{text-decoration:none;display:flex;align-items:center}.logo-image.svelte-12qhfyh{height:50px;width:auto;display:block}.main-nav.svelte-12qhfyh{display:flex;gap:1.5rem;align-items:center}.nav-link.svelte-12qhfyh{text-decoration:none;color:#1e293b;font-weight:700;font-size:.85rem;text-transform:uppercase;letter-spacing:.05em;transition:color .2s;cursor:pointer;position:relative;padding-bottom:2px}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#369;transition:width .25s ease}.nav-link.svelte-12qhfyh:hover:after,.nav-link.active.svelte-12qhfyh:after{width:100%}.nav-link.svelte-12qhfyh:hover,.nav-link.active.svelte-12qhfyh{color:#369}.btn-contact.svelte-12qhfyh{background:#369;color:#fff!important;padding:.6rem 1.5rem;border-radius:4px}.btn-contact.svelte-12qhfyh:after{display:none}.btn-contact.svelte-12qhfyh:hover{background:#254a70;color:#fff}.hamburger.svelte-12qhfyh{display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:4px;z-index:110}.ham-line.svelte-12qhfyh{display:block;width:24px;height:2px;background:#1e293b;border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.ham-line.open.svelte-12qhfyh:nth-child(1){transform:translateY(7px) rotate(45deg)}.ham-line.open.svelte-12qhfyh:nth-child(2){opacity:0}.ham-line.open.svelte-12qhfyh:nth-child(3){transform:translateY(-7px) rotate(-45deg)}main.svelte-12qhfyh{min-height:calc(100vh - 110px)}.authentic-footer.svelte-12qhfyh{background:#0f172a;color:#fff;padding:5rem 0 2rem;margin-top:auto;border-top:1px solid var(--border-color)}.footer-grid.svelte-12qhfyh{display:grid;grid-template-columns:1.2fr 1fr .8fr;gap:4rem;margin-bottom:3rem}.footer-info.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-instagram.svelte-12qhfyh h4:where(.svelte-12qhfyh),.footer-locations.svelte-12qhfyh h4:where(.svelte-12qhfyh){color:#f59e0b;font-size:1.25rem;margin-top:0;margin-bottom:1.5rem;font-weight:700}.footer-desc.svelte-12qhfyh{color:#cbd5e1;line-height:1.7;font-size:.95rem;margin:0;margin-bottom:1rem}.vca-logo.svelte-12qhfyh{max-width:130px;height:auto;margin-top:1rem;display:block}.instagram-feed.svelte-12qhfyh{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1.25rem}.insta-post.svelte-12qhfyh{display:block;aspect-ratio:1;overflow:hidden;border-radius:4px}.insta-post.svelte-12qhfyh img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:cover;transition:transform .3s}.insta-post.svelte-12qhfyh:hover img:where(.svelte-12qhfyh){transform:scale(1.1)}.social-buttons.svelte-12qhfyh{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem}.btn-instagram.svelte-12qhfyh,.btn-facebook.svelte-12qhfyh,.btn-linkedin.svelte-12qhfyh,.btn-youtube.svelte-12qhfyh{display:inline-flex;align-items:center;gap:.5rem;color:#fff;padding:.6rem 1rem;border-radius:4px;font-weight:700;text-decoration:none;font-size:.85rem;transition:background .2s;flex:1 1 0%;justify-content:center;min-width:100px}.btn-instagram.svelte-12qhfyh{background:#e1306c}.btn-instagram.svelte-12qhfyh:hover{background:#c13584}.btn-facebook.svelte-12qhfyh{background:#3b5998}.btn-facebook.svelte-12qhfyh:hover{background:#2d4373}.btn-youtube.svelte-12qhfyh{background:red}.btn-youtube.svelte-12qhfyh:hover{background:#c00}.btn-linkedin.svelte-12qhfyh{background:#0077b5}.btn-linkedin.svelte-12qhfyh:hover{background:#005987}.location-box.svelte-12qhfyh{margin-bottom:1.5rem}.location-box.svelte-12qhfyh h5:where(.svelte-12qhfyh){color:#369;font-size:1rem;margin-top:0;margin-bottom:.5rem;font-weight:600}.location-box.svelte-12qhfyh p:where(.svelte-12qhfyh){color:#cbd5e1;line-height:1.6;font-size:.95rem;margin:0}.footer-legal-wrapper.svelte-12qhfyh{border-top:1px solid #1e293b;padding-top:2rem}.footer-legal.svelte-12qhfyh{text-align:center;font-size:.85rem;color:#94a3b8}@media(max-width:1024px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr 1fr;gap:3rem}}@media(max-width:900px){.hamburger.svelte-12qhfyh{display:flex}.main-nav.svelte-12qhfyh{display:none;flex-direction:column;align-items:flex-start;gap:0;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid var(--border-color);box-shadow:0 8px 24px #0000001a;padding:1rem 1.5rem 1.5rem;z-index:100}.main-nav.nav-open.svelte-12qhfyh{display:flex}.nav-link.svelte-12qhfyh{width:100%;padding:.75rem 0;border-bottom:1px solid #f1f5f9;font-size:1rem}.nav-link.svelte-12qhfyh:after{display:none}.btn-contact.svelte-12qhfyh{margin-top:.75rem;width:100%;text-align:center;display:block}.top-contact.svelte-12qhfyh{display:none}}@media(max-width:768px){.footer-grid.svelte-12qhfyh{grid-template-columns:1fr;gap:2.5rem}.instagram-feed.svelte-12qhfyh{grid-template-columns:repeat(4,1fr);max-width:320px}}
