:root{--orange: #EE6C29;--orange-light: #f5924e;--orange-dark: #d45a1c;--jet: #282B2B;--jet-light: #3a3d3d;--jet-dark: #1a1c1c;--moonstone: #7AA6B3;--moonstone-light: #9dbdc7;--moonstone-dark: #5d8d9b;--white: #ffffff;--off-white: #f8f9fa;--gray-100: #f0f2f4;--gray-200: #e2e5e8;--gray-300: #c8cdd2;--gray-400: #9ca3ab;--gray-500: #6b7280;--text-primary: #1a1c1c;--text-secondary: #4a4f54;--text-muted: #6b7280;--text-on-dark: #f0f2f4;--text-on-dark-muted: #9ca3ab;--font-heading: "Space Grotesk", system-ui, sans-serif;--font-body: "Inter", system-ui, sans-serif;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--text-primary);background:var(--white);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.15}::selection{background:var(--orange);color:var(--white)}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--jet-dark)}::-webkit-scrollbar-thumb{background:var(--orange);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--orange-light)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.header.svelte-12qhfyh{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .4s var(--ease-out-expo)}.header.solid.svelte-12qhfyh{background:#1a1c1cf2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:10px 0;box-shadow:0 4px 30px #0000004d}.header-inner.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between}.logo-link.svelte-12qhfyh{display:flex;align-items:center;gap:10px;z-index:1001}.logo-img.svelte-12qhfyh{width:40px;height:40px;border-radius:8px;object-fit:contain}.logo-text.svelte-12qhfyh{font-family:var(--font-heading);font-size:1.3rem;font-weight:700;color:var(--white);letter-spacing:-.02em}.logo-accent.svelte-12qhfyh{color:var(--orange)}.header-actions.svelte-12qhfyh{display:flex;align-items:center;gap:16px;z-index:1001}.lang-switcher.svelte-12qhfyh{display:flex;align-items:center;gap:2px;background:#ffffff14;border-radius:8px;padding:3px}.lang-btn.svelte-12qhfyh{font-size:.7rem;font-weight:600;letter-spacing:.04em;color:var(--text-on-dark-muted);padding:5px 10px;border-radius:6px;transition:all .25s ease}.lang-btn.svelte-12qhfyh:hover{color:var(--white)}.lang-btn.active.svelte-12qhfyh{background:var(--orange);color:var(--white);box-shadow:0 2px 8px #ee6c294d}.lang-switcher-mobile.svelte-12qhfyh{margin-bottom:24px}.nav-desktop.svelte-12qhfyh{display:flex;align-items:center;gap:32px}.nav-link.svelte-12qhfyh{font-size:.875rem;font-weight:500;color:var(--text-on-dark-muted);transition:color .3s ease;position:relative;letter-spacing:.01em}.nav-link.svelte-12qhfyh:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--orange);transition:width .3s var(--ease-out-expo)}.nav-link.svelte-12qhfyh:hover{color:var(--white)}.nav-link.svelte-12qhfyh:hover:after{width:100%}.burger.svelte-12qhfyh{display:none;flex-direction:column;gap:5px;padding:4px}.burger.svelte-12qhfyh span:where(.svelte-12qhfyh){display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:all .3s ease}.burger.active.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(1){transform:rotate(45deg) translate(5px,5px)}.burger.active.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(2){opacity:0}.burger.active.svelte-12qhfyh span:where(.svelte-12qhfyh):nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-mobile.svelte-12qhfyh{position:fixed;inset:0;background:#1a1c1cfa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;animation:fadeIn .3s ease}.nav-mobile-link.svelte-12qhfyh{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:var(--white);transition:color .3s ease}.nav-mobile-link.svelte-12qhfyh:hover{color:var(--orange)}.footer.svelte-12qhfyh{background:var(--jet-dark);color:var(--text-on-dark-muted);padding:48px 0 24px}.footer-inner.svelte-12qhfyh{display:flex;flex-direction:column;gap:32px}.footer-brand.svelte-12qhfyh{display:flex;align-items:center;gap:16px}.footer-logo.svelte-12qhfyh{width:36px;height:36px;border-radius:8px;object-fit:contain}.footer-tagline.svelte-12qhfyh{font-size:.875rem;max-width:400px}.footer-legal.svelte-12qhfyh{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.legal-btn.svelte-12qhfyh{font-size:.8rem;color:var(--text-on-dark-muted);transition:color .3s ease;padding:0}.legal-btn.svelte-12qhfyh:hover{color:var(--orange)}.legal-sep.svelte-12qhfyh{color:#ffffff26;font-size:.75rem}.footer-bottom.svelte-12qhfyh{padding-top:24px;border-top:1px solid rgba(255,255,255,.08);font-size:.8rem}.modal-overlay.svelte-12qhfyh{position:fixed;inset:0;z-index:2000;background:#0009;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px;animation:fadeIn .25s ease}.modal.svelte-12qhfyh{position:relative;background:var(--white, #fff);border-radius:20px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;padding:48px 40px 40px;box-shadow:0 24px 80px #00000040;animation:scaleIn .3s var(--ease-out-expo)}.modal-close.svelte-12qhfyh{position:absolute;top:16px;right:20px;font-size:1.8rem;color:var(--gray-400, #9ca3ab);line-height:1;padding:4px 8px;border-radius:8px;transition:all .2s ease}.modal-close.svelte-12qhfyh:hover{color:var(--text-primary, #1a1c1c);background:var(--gray-100, #f0f2f4)}.modal-icon.svelte-12qhfyh{font-size:2.5rem;margin-bottom:16px}.modal-title.svelte-12qhfyh{font-family:var(--font-heading, "Space Grotesk", sans-serif);font-size:1.5rem;font-weight:700;color:var(--text-primary, #1a1c1c);margin-bottom:24px;letter-spacing:-.02em}.modal-body.svelte-12qhfyh{color:var(--text-secondary, #4a4f54);font-size:.9rem;line-height:1.75}.modal-body.svelte-12qhfyh p:where(.svelte-12qhfyh){margin-bottom:14px}.modal-body.svelte-12qhfyh h3:where(.svelte-12qhfyh){font-family:var(--font-heading, "Space Grotesk", sans-serif);font-size:1rem;font-weight:600;color:var(--text-primary, #1a1c1c);margin-top:20px;margin-bottom:10px}.modal-body.svelte-12qhfyh ul:where(.svelte-12qhfyh){margin-bottom:14px;padding-left:0}.modal-body.svelte-12qhfyh li:where(.svelte-12qhfyh){position:relative;padding-left:20px;margin-bottom:6px}.modal-body.svelte-12qhfyh li:where(.svelte-12qhfyh):before{content:"";position:absolute;left:0;top:10px;width:6px;height:6px;border-radius:50%;background:var(--orange, #EE6C29)}.modal-body.svelte-12qhfyh a:where(.svelte-12qhfyh){color:var(--orange, #EE6C29);font-weight:500;transition:opacity .2s ease}.modal-body.svelte-12qhfyh a:where(.svelte-12qhfyh):hover{opacity:.8}.modal.svelte-12qhfyh::-webkit-scrollbar{width:6px}.modal.svelte-12qhfyh::-webkit-scrollbar-track{background:transparent}.modal.svelte-12qhfyh::-webkit-scrollbar-thumb{background:var(--gray-300, #c8cdd2);border-radius:3px}.cart-btn.svelte-12qhfyh{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;color:var(--text-on-dark-muted);background:#ffffff14;transition:all .25s ease;flex-shrink:0}.cart-btn.svelte-12qhfyh:hover{color:var(--white);background:#ffffff24}.cart-badge.svelte-12qhfyh{position:absolute;top:-5px;right:-5px;background:var(--orange);color:var(--white);font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;animation:scaleIn .2s var(--ease-out-expo)}.modal--wide.svelte-12qhfyh{max-width:720px}.cart-empty.svelte-12qhfyh{text-align:center;padding:20px;margin-bottom:20px;background:var(--gray-100, #f0f2f4);border-radius:12px}.cart-empty-title.svelte-12qhfyh{font-weight:600;color:var(--text-primary, #1a1c1c);margin-bottom:6px}.cart-empty-hint.svelte-12qhfyh{font-size:.875rem;color:var(--text-muted, #6b7280)}.cart-services.svelte-12qhfyh{margin-bottom:20px}.cart-services-label.svelte-12qhfyh{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--text-secondary, #4a4f54);margin-bottom:10px}.cart-service-item.svelte-12qhfyh{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 14px;background:#ee6c290f;border:1px solid rgba(238,108,41,.15);border-radius:10px;margin-bottom:8px}.cart-service-name.svelte-12qhfyh{font-size:.9rem;font-weight:500;color:var(--text-primary, #1a1c1c)}.cart-remove-btn.svelte-12qhfyh{font-size:1.2rem;line-height:1;color:var(--text-muted, #6b7280);padding:2px 6px;border-radius:6px;transition:all .2s ease;flex-shrink:0}.cart-remove-btn.svelte-12qhfyh:hover{color:#e53e3e;background:#e53e3e14}.cart-form.svelte-12qhfyh{display:flex;flex-direction:column;gap:14px;padding-top:16px;border-top:1px solid var(--gray-200, #e5e7eb)}.cart-form-row.svelte-12qhfyh{display:grid;grid-template-columns:1fr 1fr;gap:14px}.cart-field.svelte-12qhfyh{display:flex;flex-direction:column;gap:6px}.cart-label.svelte-12qhfyh{font-size:.8rem;font-weight:600;color:var(--text-secondary, #4a4f54)}.cart-input.svelte-12qhfyh{padding:10px 14px;border:1.5px solid var(--gray-200, #e5e7eb);border-radius:10px;font-size:.9rem;color:var(--text-primary, #1a1c1c);font-family:var(--font-body);background:var(--white, #fff);outline:none;transition:border-color .2s ease}.cart-input.svelte-12qhfyh:focus{border-color:var(--orange, #ee6c29)}.cart-textarea.svelte-12qhfyh{resize:vertical;min-height:80px}.cart-submit-btn.svelte-12qhfyh{display:flex;align-items:center;justify-content:center;padding:13px 24px;background:var(--orange, #ee6c29);color:var(--white, #fff);border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:4px}.cart-submit-btn.svelte-12qhfyh:hover:not(:disabled){background:var(--orange-light, #f5813f);transform:translateY(-1px);box-shadow:0 6px 20px #ee6c2959}.cart-submit-btn.svelte-12qhfyh:disabled{opacity:.5;cursor:not-allowed}.cart-error-msg.svelte-12qhfyh{font-size:.875rem;color:#e53e3e;padding:10px 14px;background:#e53e3e14;border-radius:8px}.cart-success.svelte-12qhfyh{text-align:center;padding:24px 0;display:flex;flex-direction:column;align-items:center}.cart-success-icon.svelte-12qhfyh{font-size:3rem;margin-bottom:16px}.cart-success-heading.svelte-12qhfyh{font-family:var(--font-heading, "Space Grotesk", sans-serif);font-size:1.4rem;font-weight:700;color:var(--text-primary, #1a1c1c);margin-bottom:8px}.cart-success-desc.svelte-12qhfyh{color:var(--text-secondary, #4a4f54);margin-bottom:28px}@media(max-width:768px){.nav-desktop.svelte-12qhfyh{display:none}.burger.svelte-12qhfyh{display:flex}.modal.svelte-12qhfyh{padding:40px 24px 32px;max-height:85vh}.cart-form-row.svelte-12qhfyh{grid-template-columns:1fr}}
