.header[data-v-bb1c1c9a]{background:var(--color-bg-white);padding:.75rem 0;position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(0,0,0,.06)}.header-container[data-v-bb1c1c9a]{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.logo[data-v-bb1c1c9a]{display:flex;align-items:center}.logo-image[data-v-bb1c1c9a]{height:100px;width:100px;object-fit:contain}.mobile-menu-btn[data-v-bb1c1c9a]{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:5px}.mobile-menu-btn span[data-v-bb1c1c9a]{width:22px;height:2px;background:var(--color-text-primary);transition:all .3s ease;border-radius:2px}.mobile-menu-btn.active span[data-v-bb1c1c9a]:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span[data-v-bb1c1c9a]:nth-child(2){opacity:0}.mobile-menu-btn.active span[data-v-bb1c1c9a]:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.nav-list[data-v-bb1c1c9a]{display:flex;align-items:center;gap:.5rem;list-style:none;margin:0;padding:0}.nav-link[data-v-bb1c1c9a]{color:var(--color-text-secondary);text-decoration:none;font-weight:500;font-size:.9rem;transition:all .2s ease;background:none;border:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;gap:.25rem;padding:.5rem .875rem;border-radius:var(--radius-sm)}.nav-link[data-v-bb1c1c9a]:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}.nav-link-cta[data-v-bb1c1c9a]{background:var(--color-accent-blue);color:#fff;margin-left:.5rem}.nav-link-cta[data-v-bb1c1c9a]:hover{background:#0066b8;color:#fff}.dropdown[data-v-bb1c1c9a]{position:relative}.dropdown-toggle[data-v-bb1c1c9a]{display:flex;align-items:center;gap:.25rem}.dropdown-arrow[data-v-bb1c1c9a]{width:14px;height:14px;transition:transform .2s ease}.dropdown:hover .dropdown-arrow[data-v-bb1c1c9a],.dropdown-menu.show+.dropdown-toggle .dropdown-arrow[data-v-bb1c1c9a]{transform:rotate(180deg)}.dropdown-menu[data-v-bb1c1c9a]{position:absolute;top:100%;left:0;background:var(--color-bg-white);border-radius:var(--radius-md);padding:.5rem;min-width:220px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s ease;list-style:none;box-shadow:var(--shadow-lg);border:1px solid rgba(0,0,0,.06);margin-top:.25rem}.dropdown:hover .dropdown-menu[data-v-bb1c1c9a],.dropdown-menu.show[data-v-bb1c1c9a]{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link[data-v-bb1c1c9a]{display:block;padding:.625rem .875rem;color:var(--color-text-secondary);text-decoration:none;transition:all .15s ease;border-radius:var(--radius-sm);font-size:.875rem}.dropdown-link[data-v-bb1c1c9a]:hover{background:var(--color-bg-light);color:var(--color-text-primary)}@media(max-width:768px){.header-container[data-v-bb1c1c9a]{padding:0 1.25rem}.mobile-menu-btn[data-v-bb1c1c9a]{display:flex}.nav[data-v-bb1c1c9a]{position:fixed;inset:65px 0 0;background:var(--color-bg-white);padding:1.5rem;transform:translate(100%);opacity:0;visibility:hidden;transition:all .3s ease;overflow-y:auto}.nav.open[data-v-bb1c1c9a]{transform:translate(0);opacity:1;visibility:visible}.nav-list[data-v-bb1c1c9a]{flex-direction:column;gap:0;align-items:stretch}.nav-item[data-v-bb1c1c9a]{width:100%}.nav-link[data-v-bb1c1c9a]{display:block;padding:1rem;width:100%;text-align:left;font-size:1rem}.nav-link-cta[data-v-bb1c1c9a]{margin-left:0;margin-top:1rem;text-align:center}.dropdown-menu[data-v-bb1c1c9a]{position:static;opacity:1;visibility:hidden;transform:none;max-height:0;overflow:hidden;padding:0;background:var(--color-bg-light);border-radius:var(--radius-md);box-shadow:none;border:none;margin:.5rem 0}.dropdown-menu.show[data-v-bb1c1c9a]{visibility:visible;max-height:500px;padding:.5rem}.dropdown-link[data-v-bb1c1c9a]{padding-left:1.5rem}}.footer[data-v-57ee084f]{background:var(--color-bg-white);margin-top:auto;border-top:1px solid rgba(0,0,0,.06)}.footer-container[data-v-57ee084f]{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-main[data-v-57ee084f]{display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;padding:4rem 0 3rem}.footer-logo[data-v-57ee084f]{display:inline-block;margin-bottom:1rem}.logo-image[data-v-57ee084f]{height:85px;width:85px;object-fit:contain}.footer-tagline[data-v-57ee084f]{color:var(--color-text-muted);font-size:.95rem;max-width:285px;white-space:nowrap}.footer-links[data-v-57ee084f]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-heading[data-v-57ee084f]{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:1rem}.footer-list[data-v-57ee084f]{list-style:none;padding:0;margin:0}.footer-list li[data-v-57ee084f]{margin-bottom:.625rem}.footer-list a[data-v-57ee084f]{color:var(--color-text-secondary);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-list a[data-v-57ee084f]:hover{color:var(--color-text-primary)}.contact-link[data-v-57ee084f]{display:flex;align-items:center;gap:.5rem}.contact-icon[data-v-57ee084f]{width:16px;height:16px;flex-shrink:0}.footer-bottom[data-v-57ee084f]{border-top:1px solid rgba(0,0,0,.08);padding:1.5rem 0}.copyright[data-v-57ee084f]{color:var(--color-text-muted);font-size:.85rem;margin:0}@media(max-width:768px){.footer-container[data-v-57ee084f]{padding:0 1.25rem}.footer-main[data-v-57ee084f]{grid-template-columns:1fr;gap:2.5rem;padding:3rem 0 2rem}.footer-links[data-v-57ee084f]{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-links .footer-column[data-v-57ee084f]:last-child{grid-column:span 2}}@media(max-width:480px){.footer-links[data-v-57ee084f]{grid-template-columns:1fr}.footer-links .footer-column[data-v-57ee084f]:last-child{grid-column:span 1}}.app[data-v-1f966bc8]{min-height:100vh;display:flex;flex-direction:column}.main-content[data-v-1f966bc8]{flex:1}.hero[data-v-1a5ff5f8]{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:6rem 2rem;background:var(--color-bg-subtle)}.hero-container[data-v-1a5ff5f8]{max-width:800px}.hero-title[data-v-1a5ff5f8]{font-size:3.5rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem;color:var(--color-text-primary);letter-spacing:-.03em}.hero-highlight[data-v-1a5ff5f8]{display:block;color:var(--color-accent-blue)}.hero-subtitle[data-v-1a5ff5f8]{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-actions[data-v-1a5ff5f8]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.clients-slider-section[data-v-1a5ff5f8]{padding:3rem 0;background:var(--color-bg-white);border-bottom:1px solid rgba(0,0,0,.06);overflow:hidden}.clients-label[data-v-1a5ff5f8]{text-align:center;color:var(--color-text-muted);font-size:.875rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem}.slider[data-v-1a5ff5f8]{overflow:hidden;position:relative;width:100%}.slider[data-v-1a5ff5f8]:before,.slider[data-v-1a5ff5f8]:after{content:"";position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.slider[data-v-1a5ff5f8]:before{left:0;background:linear-gradient(to right,var(--color-bg-white),transparent)}.slider[data-v-1a5ff5f8]:after{right:0;background:linear-gradient(to left,var(--color-bg-white),transparent)}.slide-track[data-v-1a5ff5f8]{display:flex;animation:scroll-1a5ff5f8 30s linear infinite;width:3960px}.slide[data-v-1a5ff5f8]{flex-shrink:0;width:180px;height:100px;display:flex;align-items:center;justify-content:center;padding:0 .5rem}.slide img[data-v-1a5ff5f8]{max-width:100%;max-height:90px;width:auto;height:auto;object-fit:contain}@keyframes scroll-1a5ff5f8{0%{transform:translate(0)}to{transform:translate(-1980px)}}.bento-item[data-v-1a5ff5f8]{border-radius:var(--radius-xl);padding:2rem;min-height:200px;text-decoration:none;display:block;transition:transform .2s ease,box-shadow .2s ease}.bento-item[data-v-1a5ff5f8]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.bento-logos[data-v-1a5ff5f8]{display:flex;gap:1rem;margin-bottom:1rem}.bento-logos .bento-logo[data-v-1a5ff5f8]{margin-bottom:0}.bento-icon[data-v-1a5ff5f8]{font-size:2rem;margin-bottom:1rem}.bento-logo[data-v-1a5ff5f8]{display:block;height:40px;width:auto;max-width:140px;margin-bottom:1rem;object-fit:contain;align-self:flex-start}.bento-title[data-v-1a5ff5f8]{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-primary)}.bento-description[data-v-1a5ff5f8]{color:var(--color-text-secondary);font-size:.95rem;line-height:1.6}.features-cta[data-v-1a5ff5f8]{text-align:center;margin-top:3rem}.stats[data-v-1a5ff5f8]{background:var(--color-bg-light)}.stats-grid[data-v-1a5ff5f8]{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;text-align:center}.stat-item[data-v-1a5ff5f8]{display:flex;flex-direction:column;gap:.5rem}.stat-number[data-v-1a5ff5f8]{font-size:3rem;font-weight:700;color:var(--color-text-primary);letter-spacing:-.02em}.stat-label[data-v-1a5ff5f8]{font-size:.95rem;color:var(--color-text-muted);font-weight:500}.cta[data-v-1a5ff5f8]{background:var(--color-bg-subtle)}.cta-content[data-v-1a5ff5f8]{text-align:center;max-width:600px;margin:0 auto}.cta-title[data-v-1a5ff5f8]{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary);letter-spacing:-.02em}.cta-text[data-v-1a5ff5f8]{color:var(--color-text-muted);font-size:1.125rem;margin-bottom:2rem}@media(max-width:1024px){.stats-grid[data-v-1a5ff5f8]{grid-template-columns:repeat(2,1fr);gap:3rem}}@media(max-width:768px){.hero-title[data-v-1a5ff5f8]{font-size:2.5rem}.hero-subtitle[data-v-1a5ff5f8]{font-size:1.1rem}.cta-title[data-v-1a5ff5f8]{font-size:2rem}.stat-number[data-v-1a5ff5f8]{font-size:2.5rem}.slider[data-v-1a5ff5f8]:before,.slider[data-v-1a5ff5f8]:after{width:50px}}@media(max-width:480px){.hero-title[data-v-1a5ff5f8]{font-size:2rem}.stats-grid[data-v-1a5ff5f8]{grid-template-columns:1fr 1fr;gap:2rem}}.page-hero[data-v-588460c0]{padding:5rem 0 4rem;text-align:center;background:var(--color-bg-subtle)}.page-title[data-v-588460c0]{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary);letter-spacing:-.02em}.page-subtitle[data-v-588460c0]{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.filter-section[data-v-588460c0]{padding:0 0 2rem;background:var(--color-bg-subtle)}.filter-tags[data-v-588460c0]{display:flex;flex-wrap:wrap;gap:.625rem;justify-content:center}.filter-tag[data-v-588460c0]{padding:.5rem 1rem;background:var(--color-bg-white);border:1px solid rgba(0,0,0,.08);border-radius:20px;color:var(--color-text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:inherit}.filter-tag[data-v-588460c0]:hover{background:var(--color-bg-light);border-color:#0000001f}.filter-tag.active[data-v-588460c0]{background:var(--color-text-primary);color:#fff;border-color:var(--color-text-primary)}a.case-card[data-v-588460c0]{color:inherit;text-decoration:none}.case-card[data-v-588460c0]{background:var(--color-bg-white);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:all .3s ease;display:flex;flex-direction:column}.case-card[data-v-588460c0]:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.case-image[data-v-588460c0]{height:200px;background:#f8f9fa;padding:1rem;display:flex;align-items:center;justify-content:center}.case-image img[data-v-588460c0]{max-width:100%;max-height:100%;object-fit:contain}.case-image-placeholder[data-v-588460c0]{background:linear-gradient(135deg,#e7f3ff,#c2e9fb)}.case-image-text[data-v-588460c0]{font-size:3.5rem;font-weight:700;color:var(--color-text-primary);opacity:.15}.case-content[data-v-588460c0]{padding:1.5rem;flex:1;display:flex;flex-direction:column}.case-client[data-v-588460c0]{font-size:1.1rem;font-weight:600;margin-bottom:.25rem;color:var(--color-text-primary)}.case-title[data-v-588460c0]{color:var(--color-accent-blue);font-size:.9rem;font-weight:500;margin-bottom:.75rem}.case-description[data-v-588460c0]{color:var(--color-text-muted);font-size:.875rem;line-height:1.6;margin-bottom:1rem}.case-tags[data-v-588460c0]{display:flex;flex-wrap:wrap;gap:.375rem}.case-tags-list[data-v-588460c0]{list-style:disc;list-style-position:inside;margin-bottom:1rem;color:var(--color-text-secondary);font-size:.875rem;display:flex;flex-wrap:wrap;gap:.25rem 1rem}.case-tags-list li[data-v-588460c0]{display:list-item}.case-description-preview[data-v-588460c0]{color:var(--color-text-muted);font-size:.875rem;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.case-accordion[data-v-588460c0]{border-top:1px solid rgba(0,0,0,.08);margin-top:auto;padding-top:.5rem}.accordion-toggle[data-v-588460c0]{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 0;background:none;border:none;cursor:pointer;font-family:inherit;font-size:.875rem;color:var(--color-text-secondary);transition:color .2s ease}.accordion-toggle[data-v-588460c0]:hover{color:var(--color-text-primary)}.accordion-icon[data-v-588460c0]{width:16px;height:16px;transition:transform .2s ease}.accordion-toggle.open .accordion-icon[data-v-588460c0]{transform:rotate(180deg)}.accordion-content[data-v-588460c0]{max-height:0;overflow:hidden;transition:max-height .3s ease}.accordion-content.open[data-v-588460c0]{max-height:500px}.accordion-content p[data-v-588460c0]{padding-bottom:1rem;color:var(--color-text-muted);font-size:.875rem;line-height:1.7}.cta[data-v-588460c0]{background:var(--color-bg-subtle)}.cta-content[data-v-588460c0]{text-align:center;max-width:600px;margin:0 auto}.cta-title[data-v-588460c0]{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-text[data-v-588460c0]{color:var(--color-text-muted);font-size:1.125rem;margin-bottom:2rem}.loading-state[data-v-588460c0]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--color-text-muted)}.loading-spinner[data-v-588460c0]{width:40px;height:40px;border:3px solid var(--color-bg-light);border-top-color:var(--color-accent-blue);border-radius:50%;animation:spin-588460c0 1s linear infinite;margin-bottom:1rem}@keyframes spin-588460c0{to{transform:rotate(360deg)}}.error-state[data-v-588460c0]{text-align:center;padding:4rem 2rem;color:var(--color-text-muted)}.error-state p[data-v-588460c0]{margin-bottom:1rem}.empty-state[data-v-588460c0]{text-align:center;padding:4rem 2rem;color:var(--color-text-muted)}.tag-default[data-v-588460c0]{background:#0000000f;color:var(--color-text-secondary)}@media(max-width:768px){.page-title[data-v-588460c0]{font-size:2.25rem}.cta-title[data-v-588460c0]{font-size:2rem}}.page-hero[data-v-7baf5402]{padding:5rem 0 4rem;text-align:center;background:var(--color-bg-subtle)}.page-title[data-v-7baf5402]{font-size:3rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary);letter-spacing:-.02em}.page-subtitle[data-v-7baf5402]{font-size:1.25rem;color:var(--color-text-muted);max-width:600px;margin:0 auto}.contact-grid[data-v-7baf5402]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-heading[data-v-7baf5402]{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.contact-text[data-v-7baf5402]{color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.contact-methods[data-v-7baf5402]{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.contact-method[data-v-7baf5402]{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:var(--color-bg-light);border-radius:var(--radius-lg);transition:all .2s ease;text-decoration:none}.contact-method[data-v-7baf5402]:hover{background:var(--color-bg-hover)}.contact-icon[data-v-7baf5402]{width:48px;height:48px;background:var(--color-accent-blue);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg[data-v-7baf5402]{width:22px;height:22px;color:#fff}.contact-details[data-v-7baf5402]{display:flex;flex-direction:column}.contact-label[data-v-7baf5402]{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.125rem;text-transform:uppercase;letter-spacing:.03em;font-weight:500}.contact-value[data-v-7baf5402]{font-size:1.05rem;font-weight:600;color:var(--color-text-primary)}.company-info[data-v-7baf5402]{padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.company-info h3[data-v-7baf5402]{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-primary)}.company-info p[data-v-7baf5402]{color:var(--color-text-muted);line-height:1.7;font-size:.95rem}.contact-form-wrapper[data-v-7baf5402]{background:var(--color-bg-light);border-radius:var(--radius-xl);padding:2.5rem}.form-heading[data-v-7baf5402]{font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text-primary)}.form-group[data-v-7baf5402]{margin-bottom:1.25rem}.form-label[data-v-7baf5402]{display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-secondary)}.form-input[data-v-7baf5402]{width:100%;padding:.75rem 1rem;background:var(--color-bg-white);border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-sm);color:var(--color-text-primary);font-size:.95rem;font-family:inherit;transition:all .2s ease}.form-input[data-v-7baf5402]::placeholder{color:var(--color-text-light)}.form-input[data-v-7baf5402]:focus{outline:none;border-color:var(--color-accent-blue);box-shadow:0 0 0 3px #0077d41a}.form-textarea[data-v-7baf5402]{resize:vertical;min-height:120px}.btn-full[data-v-7baf5402]{width:100%;margin-top:.5rem}@media(max-width:768px){.page-title[data-v-7baf5402]{font-size:2.25rem}.contact-grid[data-v-7baf5402]{grid-template-columns:1fr;gap:2.5rem}.contact-form-wrapper[data-v-7baf5402]{padding:1.5rem}}.service-hero[data-v-bf6ae982]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-content[data-v-bf6ae982]{max-width:700px}.service-badge[data-v-bf6ae982]{display:inline-block;background:var(--color-card-blue);color:var(--color-accent-blue);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-bf6ae982]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-bf6ae982]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.process-grid[data-v-bf6ae982]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.process-step[data-v-bf6ae982]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem;position:relative}.step-number[data-v-bf6ae982]{width:40px;height:40px;background:var(--color-accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:1rem}.step-title[data-v-bf6ae982]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.step-description[data-v-bf6ae982]{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.features-section[data-v-bf6ae982]{background:var(--color-bg-light)}.features-grid[data-v-bf6ae982]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card[data-v-bf6ae982]{background:var(--color-bg-white);border-radius:var(--radius-lg);padding:2rem;text-align:center}.feature-icon[data-v-bf6ae982]{font-size:2.5rem;margin-bottom:1rem}.feature-title[data-v-bf6ae982]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.feature-description[data-v-bf6ae982]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.cta-section[data-v-bf6ae982]{background:var(--color-bg-subtle)}.cta-content[data-v-bf6ae982]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-bf6ae982]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-bf6ae982]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:768px){.service-title[data-v-bf6ae982]{font-size:2.25rem}.process-grid[data-v-bf6ae982],.features-grid[data-v-bf6ae982]{grid-template-columns:1fr}}.service-hero[data-v-0ce16f64]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-content[data-v-0ce16f64]{max-width:700px}.service-badge[data-v-0ce16f64]{display:inline-block;background:var(--color-card-teal);color:var(--color-accent-teal);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-0ce16f64]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-0ce16f64]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.integrations-grid[data-v-0ce16f64]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.integration-category[data-v-0ce16f64]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem}.category-title[data-v-0ce16f64]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:1rem}.category-items[data-v-0ce16f64]{display:flex;flex-wrap:wrap;gap:.5rem}.category-item[data-v-0ce16f64]{background:var(--color-bg-light);padding:.375rem .875rem;border-radius:20px;font-size:.875rem;color:var(--color-text-secondary)}.benefits-section[data-v-0ce16f64]{background:var(--color-bg-light)}.benefits-grid[data-v-0ce16f64]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.benefit-card[data-v-0ce16f64]{background:var(--color-bg-white);border-radius:var(--radius-lg);padding:2rem;text-align:center}.benefit-icon[data-v-0ce16f64]{font-size:2.5rem;margin-bottom:1rem}.benefit-title[data-v-0ce16f64]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.benefit-description[data-v-0ce16f64]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.cta-section[data-v-0ce16f64]{background:var(--color-bg-subtle)}.cta-content[data-v-0ce16f64]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-0ce16f64]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-0ce16f64]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.benefits-grid[data-v-0ce16f64]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-0ce16f64]{font-size:2.25rem}.integrations-grid[data-v-0ce16f64],.benefits-grid[data-v-0ce16f64]{grid-template-columns:1fr}}.service-hero[data-v-877e8385]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-877e8385]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-877e8385]{max-width:700px;flex:1}.hero-logo[data-v-877e8385]{flex-shrink:0}.service-logo[data-v-877e8385]{width:180px;height:auto}.service-badge[data-v-877e8385]{display:inline-block;background:var(--color-card-orange);color:var(--color-accent-orange);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-877e8385]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-877e8385]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.services-grid[data-v-877e8385]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card[data-v-877e8385]{border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease}.service-card[data-v-877e8385]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card.card-blue[data-v-877e8385]{background:var(--color-card-blue)}.service-card.card-purple[data-v-877e8385]{background:var(--color-card-purple)}.service-card.card-teal[data-v-877e8385]{background:var(--color-card-teal)}.service-card.card-yellow[data-v-877e8385]{background:var(--color-card-yellow)}.service-card.card-orange[data-v-877e8385]{background:var(--color-card-orange)}.service-card.card-red[data-v-877e8385]{background:var(--color-card-red)}.service-card.card-pink[data-v-877e8385]{background:var(--color-card-pink)}.service-icon[data-v-877e8385]{font-size:2rem;margin-bottom:1rem}.service-name[data-v-877e8385]{font-size:1.15rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.service-description[data-v-877e8385]{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.cta-section[data-v-877e8385]{background:var(--color-bg-subtle)}.cta-content[data-v-877e8385]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-877e8385]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-877e8385]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.services-grid[data-v-877e8385]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-877e8385]{font-size:2.25rem}.services-grid[data-v-877e8385]{grid-template-columns:1fr}}.service-hero[data-v-0e0e5894]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-0e0e5894]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-0e0e5894]{max-width:700px;flex:1}.hero-logos[data-v-0e0e5894]{display:flex;gap:2rem;flex-shrink:0}.service-logo[data-v-0e0e5894]{width:80px;height:auto}.hero-content[data-v-0e0e5894]{max-width:700px}.service-badge[data-v-0e0e5894]{display:inline-block;background:var(--color-card-teal);color:var(--color-accent-teal);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-0e0e5894]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-0e0e5894]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.platforms-grid[data-v-0e0e5894]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.platform-card[data-v-0e0e5894]{border-radius:var(--radius-xl);padding:2.5rem;transition:all .3s ease}.platform-card[data-v-0e0e5894]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.platform-card.card-blue[data-v-0e0e5894]{background:var(--color-card-blue)}.platform-card.card-teal[data-v-0e0e5894]{background:var(--color-card-teal)}.platform-card.card-purple[data-v-0e0e5894]{background:var(--color-card-purple)}.platform-card.card-yellow[data-v-0e0e5894]{background:var(--color-card-yellow)}.platform-icon[data-v-0e0e5894]{font-size:2.5rem;margin-bottom:1rem}.platform-title[data-v-0e0e5894]{font-size:1.35rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.platform-description[data-v-0e0e5894]{font-size:.95rem;color:var(--color-text-secondary);line-height:1.6}.benefits-section[data-v-0e0e5894]{background:var(--color-bg-light)}.benefits-grid[data-v-0e0e5894]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.benefit-item[data-v-0e0e5894]{display:flex;gap:1rem;align-items:flex-start}.benefit-icon[data-v-0e0e5894]{font-size:1.5rem;flex-shrink:0}.benefit-title[data-v-0e0e5894]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem}.benefit-description[data-v-0e0e5894]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.cta-section[data-v-0e0e5894]{background:var(--color-bg-subtle)}.cta-content[data-v-0e0e5894]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-0e0e5894]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-0e0e5894]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:768px){.service-title[data-v-0e0e5894]{font-size:2.25rem}.platforms-grid[data-v-0e0e5894],.benefits-grid[data-v-0e0e5894]{grid-template-columns:1fr}}.service-hero[data-v-7f1d922b]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-7f1d922b]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-7f1d922b]{max-width:700px;flex:1}.hero-logo[data-v-7f1d922b]{flex-shrink:0}.service-logo[data-v-7f1d922b]{width:180px;height:auto}.service-badge[data-v-7f1d922b]{display:inline-block;background:var(--color-card-yellow);color:var(--color-accent-yellow);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-7f1d922b]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-7f1d922b]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.solutions-grid[data-v-7f1d922b]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.solution-card[data-v-7f1d922b]{border-radius:var(--radius-xl);padding:2rem}.solution-card.card-blue[data-v-7f1d922b]{background:var(--color-card-blue)}.solution-card.card-teal[data-v-7f1d922b]{background:var(--color-card-teal)}.solution-card.card-purple[data-v-7f1d922b]{background:var(--color-card-purple)}.solution-icon[data-v-7f1d922b]{font-size:2.5rem;margin-bottom:1rem}.solution-title[data-v-7f1d922b]{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.solution-description[data-v-7f1d922b]{font-size:.95rem;color:var(--color-text-secondary);line-height:1.6;margin-bottom:1.5rem}.solution-features[data-v-7f1d922b]{list-style:none;padding:0;margin:0}.solution-features li[data-v-7f1d922b]{position:relative;padding-left:1.5rem;margin-bottom:.5rem;font-size:.9rem;color:var(--color-text-secondary)}.solution-features li[data-v-7f1d922b]:before{content:"✓";position:absolute;left:0;color:var(--color-accent-teal);font-weight:600}.benefits-section[data-v-7f1d922b]{background:var(--color-bg-light)}.benefits-grid[data-v-7f1d922b]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.benefit-card[data-v-7f1d922b]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.benefit-icon[data-v-7f1d922b]{font-size:2rem;margin-bottom:.75rem}.benefit-title[data-v-7f1d922b]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.benefit-description[data-v-7f1d922b]{font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.results-grid[data-v-7f1d922b]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.result-card[data-v-7f1d922b]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.result-icon[data-v-7f1d922b]{font-size:2rem;margin-bottom:.75rem}.result-title[data-v-7f1d922b]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.result-description[data-v-7f1d922b]{font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.process-section[data-v-7f1d922b]{background:var(--color-bg-light)}.process-timeline[data-v-7f1d922b]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.process-step[data-v-7f1d922b]{text-align:center}.step-marker[data-v-7f1d922b]{width:48px;height:48px;background:var(--color-accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin:0 auto 1rem}.step-title[data-v-7f1d922b]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.step-text[data-v-7f1d922b]{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.usecases-grid[data-v-7f1d922b]{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.usecase-item[data-v-7f1d922b]{display:flex;align-items:center;gap:.5rem;padding:1rem;background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-md);font-size:.9rem;color:var(--color-text-secondary)}.usecase-check[data-v-7f1d922b]{color:var(--color-accent-teal);font-weight:600}.industries-section[data-v-7f1d922b]{background:var(--color-bg-light)}.industries-grid[data-v-7f1d922b]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.industry-card[data-v-7f1d922b]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:1.5rem;text-align:center}.industry-icon[data-v-7f1d922b]{font-size:2.5rem;margin-bottom:1rem}.industry-name[data-v-7f1d922b]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.industry-description[data-v-7f1d922b]{font-size:.875rem;color:var(--color-text-muted);line-height:1.5}.cta-section[data-v-7f1d922b]{background:var(--color-bg-subtle)}.cta-content[data-v-7f1d922b]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-7f1d922b]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-7f1d922b]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}.cta-actions[data-v-7f1d922b]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:1024px){.solutions-grid[data-v-7f1d922b],.benefits-grid[data-v-7f1d922b],.industries-grid[data-v-7f1d922b],.results-grid[data-v-7f1d922b],.process-timeline[data-v-7f1d922b],.usecases-grid[data-v-7f1d922b]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-7f1d922b]{font-size:2.25rem}.solutions-grid[data-v-7f1d922b],.benefits-grid[data-v-7f1d922b],.results-grid[data-v-7f1d922b],.process-timeline[data-v-7f1d922b],.usecases-grid[data-v-7f1d922b],.industries-grid[data-v-7f1d922b]{grid-template-columns:1fr}}.service-hero[data-v-bf2f1a04]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-bf2f1a04]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-bf2f1a04]{max-width:700px;flex:1}.hero-logo[data-v-bf2f1a04]{flex-shrink:0}.service-logo[data-v-bf2f1a04]{width:180px;height:auto}.service-badge[data-v-bf2f1a04]{display:inline-block;background:var(--color-card-pink);color:var(--color-accent-pink);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-bf2f1a04]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-bf2f1a04]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.services-grid[data-v-bf2f1a04]{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.service-card[data-v-bf2f1a04]{border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease}.service-card[data-v-bf2f1a04]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card.card-blue[data-v-bf2f1a04]{background:var(--color-card-blue)}.service-card.card-purple[data-v-bf2f1a04]{background:var(--color-card-purple)}.service-card.card-teal[data-v-bf2f1a04]{background:var(--color-card-teal)}.service-card.card-yellow[data-v-bf2f1a04]{background:var(--color-card-yellow)}.service-icon[data-v-bf2f1a04]{font-size:2rem;margin-bottom:1rem}.service-name[data-v-bf2f1a04]{font-size:1.15rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.service-description[data-v-bf2f1a04]{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.why-section[data-v-bf2f1a04]{background:var(--color-bg-light)}.why-grid[data-v-bf2f1a04]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.why-item[data-v-bf2f1a04]{text-align:center}.why-icon[data-v-bf2f1a04]{font-size:2rem;margin-bottom:.75rem}.why-title[data-v-bf2f1a04]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.why-description[data-v-bf2f1a04]{font-size:.875rem;color:var(--color-text-muted)}.cta-section[data-v-bf2f1a04]{background:var(--color-bg-subtle)}.cta-content[data-v-bf2f1a04]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-bf2f1a04]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-bf2f1a04]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.why-grid[data-v-bf2f1a04]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-bf2f1a04]{font-size:2.25rem}.services-grid[data-v-bf2f1a04],.why-grid[data-v-bf2f1a04]{grid-template-columns:1fr}}.service-hero[data-v-70581310]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-70581310]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-70581310]{max-width:700px;flex:1}.hero-logo[data-v-70581310]{flex-shrink:0}.service-logo[data-v-70581310]{width:180px;height:auto}.service-badge[data-v-70581310]{display:inline-block;background:var(--color-card-purple);color:var(--color-accent-purple);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-70581310]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-70581310]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.features-grid[data-v-70581310]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.feature-card[data-v-70581310]{border-radius:var(--radius-xl);padding:1.5rem;transition:all .3s ease}.feature-card[data-v-70581310]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-card.card-blue[data-v-70581310]{background:var(--color-card-blue)}.feature-card.card-teal[data-v-70581310]{background:var(--color-card-teal)}.feature-card.card-purple[data-v-70581310]{background:var(--color-card-purple)}.feature-card.card-yellow[data-v-70581310]{background:var(--color-card-yellow)}.feature-card.card-orange[data-v-70581310]{background:var(--color-card-orange)}.feature-card.card-pink[data-v-70581310]{background:var(--color-card-pink)}.feature-card.card-red[data-v-70581310]{background:var(--color-card-red)}.feature-icon[data-v-70581310]{font-size:1.75rem;margin-bottom:.75rem}.feature-title[data-v-70581310]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.feature-description[data-v-70581310]{font-size:.85rem;color:var(--color-text-secondary);line-height:1.5}.cta-section[data-v-70581310]{background:var(--color-bg-subtle)}.cta-content[data-v-70581310]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-70581310]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-70581310]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.features-grid[data-v-70581310]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-70581310]{font-size:2.25rem}.features-grid[data-v-70581310]{grid-template-columns:1fr}}.service-hero[data-v-078909e5]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-078909e5]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-078909e5]{max-width:700px;flex:1}.hero-logo[data-v-078909e5]{flex-shrink:0}.service-logo[data-v-078909e5]{width:180px;height:auto}.service-title[data-v-078909e5]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-078909e5]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.services-grid[data-v-078909e5]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card[data-v-078909e5]{border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease}.service-card[data-v-078909e5]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card.card-blue[data-v-078909e5]{background:var(--color-card-blue)}.service-card.card-purple[data-v-078909e5]{background:var(--color-card-purple)}.service-card.card-teal[data-v-078909e5]{background:var(--color-card-teal)}.service-icon[data-v-078909e5]{font-size:2rem;margin-bottom:1rem}.service-name[data-v-078909e5]{font-size:1.25rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.75rem}.service-description[data-v-078909e5]{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.about-section[data-v-078909e5]{background:var(--color-bg-light)}.about-content[data-v-078909e5]{max-width:800px;margin:0 auto;text-align:center}.about-text[data-v-078909e5]{font-size:1.1rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.about-features[data-v-078909e5]{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:500px;margin:0 auto}.about-feature[data-v-078909e5]{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:var(--color-text-secondary)}.feature-check[data-v-078909e5]{color:var(--color-accent-teal);font-weight:600}.cta-section[data-v-078909e5]{background:var(--color-bg-subtle)}.cta-content[data-v-078909e5]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-078909e5]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-078909e5]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:768px){.service-title[data-v-078909e5]{font-size:2.25rem}.services-grid[data-v-078909e5],.about-features[data-v-078909e5]{grid-template-columns:1fr}}.service-hero[data-v-57940efe]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-content[data-v-57940efe]{max-width:700px}.service-badge[data-v-57940efe]{display:inline-block;background:var(--color-card-blue);color:var(--color-accent-blue);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-57940efe]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-57940efe]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.steps-grid[data-v-57940efe]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card[data-v-57940efe]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem;text-align:center}.step-number[data-v-57940efe]{width:48px;height:48px;background:var(--color-accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.step-title[data-v-57940efe]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.step-description[data-v-57940efe]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.integration-section[data-v-57940efe]{background:var(--color-bg-light)}.integration-grid[data-v-57940efe]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.integration-card[data-v-57940efe]{background:var(--color-bg-white);border-radius:var(--radius-lg);padding:2rem;text-align:center}.integration-icon[data-v-57940efe]{font-size:2.5rem;margin-bottom:1rem}.integration-title[data-v-57940efe]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.integration-description[data-v-57940efe]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.cta-section[data-v-57940efe]{background:var(--color-bg-subtle)}.cta-content[data-v-57940efe]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-57940efe]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-57940efe]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.steps-grid[data-v-57940efe]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-57940efe]{font-size:2.25rem}.steps-grid[data-v-57940efe],.integration-grid[data-v-57940efe]{grid-template-columns:1fr}}.service-hero[data-v-d1bee124]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-content[data-v-d1bee124]{max-width:700px}.service-badge[data-v-d1bee124]{display:inline-block;background:var(--color-card-purple);color:var(--color-accent-purple);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-d1bee124]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-d1bee124]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.features-grid[data-v-d1bee124]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card[data-v-d1bee124]{border-radius:var(--radius-xl);padding:1.5rem;transition:all .3s ease}.feature-card[data-v-d1bee124]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-card.card-blue[data-v-d1bee124]{background:var(--color-card-blue)}.feature-card.card-purple[data-v-d1bee124]{background:var(--color-card-purple)}.feature-card.card-teal[data-v-d1bee124]{background:var(--color-card-teal)}.feature-card.card-yellow[data-v-d1bee124]{background:var(--color-card-yellow)}.feature-icon[data-v-d1bee124]{font-size:2rem;margin-bottom:.75rem}.feature-title[data-v-d1bee124]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.feature-description[data-v-d1bee124]{font-size:.85rem;color:var(--color-text-secondary);line-height:1.5}.journey-section[data-v-d1bee124]{background:var(--color-bg-light)}.journey-steps[data-v-d1bee124]{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;max-width:900px;margin:0 auto}.journey-step[data-v-d1bee124]{flex:1;text-align:center}.journey-number[data-v-d1bee124]{width:40px;height:40px;background:var(--color-accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;margin:0 auto 1rem}.journey-text[data-v-d1bee124]{font-size:.875rem;color:var(--color-text-secondary);line-height:1.5}.testimonials-grid[data-v-d1bee124]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.testimonial-card[data-v-d1bee124]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem}.testimonial-quote[data-v-d1bee124]{font-size:1rem;color:var(--color-text-secondary);line-height:1.7;font-style:italic;margin-bottom:1.5rem}.testimonial-author[data-v-d1bee124]{display:flex;flex-direction:column}.author-name[data-v-d1bee124]{font-weight:600;color:var(--color-text-primary)}.author-title[data-v-d1bee124]{font-size:.875rem;color:var(--color-text-muted)}.cta-section[data-v-d1bee124]{background:var(--color-bg-subtle)}.cta-content[data-v-d1bee124]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-d1bee124]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-d1bee124]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.features-grid[data-v-d1bee124]{grid-template-columns:repeat(2,1fr)}.journey-steps[data-v-d1bee124]{flex-wrap:wrap}.journey-step[data-v-d1bee124]{flex:0 0 calc(33.333% - 1rem)}}@media(max-width:768px){.service-title[data-v-d1bee124]{font-size:2.25rem}.features-grid[data-v-d1bee124],.testimonials-grid[data-v-d1bee124]{grid-template-columns:1fr}.journey-step[data-v-d1bee124]{flex:0 0 100%}}.service-hero[data-v-572d1e99]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-content[data-v-572d1e99]{max-width:700px}.service-badge[data-v-572d1e99]{display:inline-block;background:var(--color-card-pink);color:var(--color-accent-pink);padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-572d1e99]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-572d1e99]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.services-grid[data-v-572d1e99]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.design-service-card[data-v-572d1e99]{border-radius:var(--radius-xl);padding:2rem;transition:all .3s ease}.design-service-card[data-v-572d1e99]:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.design-service-card.card-blue[data-v-572d1e99]{background:var(--color-card-blue)}.design-service-card.card-purple[data-v-572d1e99]{background:var(--color-card-purple)}.design-service-card.card-teal[data-v-572d1e99]{background:var(--color-card-teal)}.design-service-card.card-orange[data-v-572d1e99]{background:var(--color-card-orange)}.design-service-card.card-yellow[data-v-572d1e99]{background:var(--color-card-yellow)}.design-service-card.card-pink[data-v-572d1e99]{background:var(--color-card-pink)}.design-service-icon[data-v-572d1e99]{font-size:2.5rem;margin-bottom:1rem}.design-service-title[data-v-572d1e99]{font-size:1.15rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.design-service-description[data-v-572d1e99]{font-size:.9rem;color:var(--color-text-secondary);line-height:1.6}.process-section[data-v-572d1e99]{background:var(--color-bg-light)}.process-grid[data-v-572d1e99]{display:grid;grid-template-columns:repeat(6,1fr);gap:1.5rem}.process-step[data-v-572d1e99]{text-align:center}.step-number[data-v-572d1e99]{width:48px;height:48px;background:var(--color-accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;margin:0 auto 1rem}.step-title[data-v-572d1e99]{font-size:1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.step-description[data-v-572d1e99]{font-size:.85rem;color:var(--color-text-muted);line-height:1.5}.portfolio-grid[data-v-572d1e99]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.portfolio-project[data-v-572d1e99]{cursor:pointer}.project-thumbnail[data-v-572d1e99]{position:relative;border-radius:var(--radius-lg);overflow:hidden;aspect-ratio:4/3;margin-bottom:1rem}.project-thumbnail img[data-v-572d1e99]{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.project-overlay[data-v-572d1e99]{position:absolute;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.portfolio-project:hover .project-thumbnail img[data-v-572d1e99]{transform:scale(1.05)}.portfolio-project:hover .project-overlay[data-v-572d1e99]{opacity:1}.view-project[data-v-572d1e99]{color:#fff;font-weight:600;padding:.75rem 1.5rem;border:2px solid white;border-radius:var(--radius-md)}.project-name[data-v-572d1e99]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.25rem}.project-description[data-v-572d1e99]{font-size:.9rem;color:var(--color-text-muted)}.lightbox[data-v-572d1e99]{position:fixed;inset:0;background:#000000e6;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem;overflow-y:auto}.lightbox-close[data-v-572d1e99]{position:fixed;top:1.5rem;right:1.5rem;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;z-index:1001;line-height:1}.lightbox-content[data-v-572d1e99]{max-width:1000px;width:100%}.lightbox-title[data-v-572d1e99]{color:#fff;font-size:1.5rem;margin-bottom:2rem;text-align:center}.lightbox-gallery[data-v-572d1e99]{display:flex;flex-direction:column;gap:1.5rem}.gallery-item img[data-v-572d1e99]{width:100%;height:auto;border-radius:var(--radius-lg)}.cta-section[data-v-572d1e99]{background:var(--color-bg-subtle)}.cta-content[data-v-572d1e99]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-572d1e99]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-572d1e99]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.services-grid[data-v-572d1e99]{grid-template-columns:repeat(2,1fr)}.process-grid[data-v-572d1e99]{grid-template-columns:repeat(3,1fr)}.portfolio-grid[data-v-572d1e99]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-572d1e99]{font-size:2.25rem}.services-grid[data-v-572d1e99],.process-grid[data-v-572d1e99],.portfolio-grid[data-v-572d1e99]{grid-template-columns:1fr}}.service-hero[data-v-5e2b7056]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-content[data-v-5e2b7056]{max-width:700px}.service-badge[data-v-5e2b7056]{display:inline-block;background:var(--color-card-yellow);color:#b8860b;padding:.375rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem}.service-title[data-v-5e2b7056]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-5e2b7056]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.features-grid[data-v-5e2b7056]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.feature-card[data-v-5e2b7056]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem;text-align:center}.feature-icon[data-v-5e2b7056]{font-size:2.5rem;margin-bottom:1rem}.feature-title[data-v-5e2b7056]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.feature-description[data-v-5e2b7056]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.why-section[data-v-5e2b7056]{background:var(--color-bg-light)}.why-grid[data-v-5e2b7056]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card[data-v-5e2b7056]{background:var(--color-bg-white);border-radius:var(--radius-lg);padding:2rem;text-align:center}.why-icon[data-v-5e2b7056]{font-size:2.5rem;margin-bottom:1rem}.why-title[data-v-5e2b7056]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.why-description[data-v-5e2b7056]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.steps-grid[data-v-5e2b7056]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card[data-v-5e2b7056]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem;text-align:center}.step-number[data-v-5e2b7056]{width:48px;height:48px;background:var(--color-accent-blue);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.step-title[data-v-5e2b7056]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.step-description[data-v-5e2b7056]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.cta-section[data-v-5e2b7056]{background:var(--color-bg-subtle)}.cta-content[data-v-5e2b7056]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-5e2b7056]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-5e2b7056]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.features-grid[data-v-5e2b7056],.steps-grid[data-v-5e2b7056]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-5e2b7056]{font-size:2.25rem}.features-grid[data-v-5e2b7056],.why-grid[data-v-5e2b7056],.steps-grid[data-v-5e2b7056]{grid-template-columns:1fr}}.service-hero[data-v-49f86da7]{padding:5rem 0;background:var(--color-bg-subtle)}.hero-row[data-v-49f86da7]{display:flex;align-items:center;justify-content:space-between;gap:3rem}.hero-content[data-v-49f86da7]{max-width:700px;flex:1}.hero-logo[data-v-49f86da7]{flex-shrink:0}.service-logo[data-v-49f86da7]{width:180px;height:auto}.service-title[data-v-49f86da7]{font-size:3rem;font-weight:700;color:var(--color-text-primary);margin-bottom:1.5rem;letter-spacing:-.02em}.service-intro[data-v-49f86da7]{font-size:1.2rem;color:var(--color-text-muted);line-height:1.7;margin-bottom:2rem}.services-grid[data-v-49f86da7]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.service-card[data-v-49f86da7]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem;text-align:center}.service-icon[data-v-49f86da7]{font-size:2.5rem;margin-bottom:1rem}.service-card-title[data-v-49f86da7]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.service-card-description[data-v-49f86da7]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.tech-section[data-v-49f86da7]{background:var(--color-bg-light)}.tech-grid[data-v-49f86da7]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.tech-card[data-v-49f86da7]{background:var(--color-bg-white);border-radius:var(--radius-lg);padding:2rem}.tech-title[data-v-49f86da7]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.tech-description[data-v-49f86da7]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.steps-grid[data-v-49f86da7]{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.step-card[data-v-49f86da7]{background:var(--color-bg-white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2rem;text-align:center}.step-number[data-v-49f86da7]{width:48px;height:48px;background:#95bf47;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;margin:0 auto 1rem}.step-title[data-v-49f86da7]{font-size:1.1rem;font-weight:600;color:var(--color-text-primary);margin-bottom:.5rem}.step-description[data-v-49f86da7]{font-size:.9rem;color:var(--color-text-muted);line-height:1.6}.cta-section[data-v-49f86da7]{background:var(--color-bg-subtle)}.cta-content[data-v-49f86da7]{text-align:center;max-width:600px;margin:0 auto}.cta-content h2[data-v-49f86da7]{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--color-text-primary)}.cta-content p[data-v-49f86da7]{color:var(--color-text-muted);margin-bottom:2rem;font-size:1.1rem}@media(max-width:1024px){.services-grid[data-v-49f86da7],.tech-grid[data-v-49f86da7],.steps-grid[data-v-49f86da7]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.service-title[data-v-49f86da7]{font-size:2.25rem}.hero-row[data-v-49f86da7]{flex-direction:column;text-align:center}.services-grid[data-v-49f86da7],.tech-grid[data-v-49f86da7],.steps-grid[data-v-49f86da7]{grid-template-columns:1fr}}:root{--color-bg-white: #ffffff;--color-bg-light: #f7f6f3;--color-bg-subtle: #fbfbfa;--color-bg-hover: #efefef;--color-text-primary: #191919;--color-text-secondary: #37352f;--color-text-muted: #6b6b6b;--color-text-light: #9b9a97;--color-accent-blue: #0077d4;--color-accent-teal: #0f7b6c;--color-accent-red: #e03e3e;--color-accent-yellow: #dfab01;--color-accent-orange: #d9730d;--color-accent-purple: #6940a5;--color-accent-pink: #ad1a72;--color-card-blue: #e7f3ff;--color-card-teal: #e6f7f4;--color-card-red: #fbe9e9;--color-card-yellow: #fdf6e3;--color-card-orange: #fdf2e6;--color-card-purple: #f4f0fa;--color-card-pink: #fce8f3;--color-card-green: #e8f5e9;--font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);--radius-sm: 6px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-family);background:var(--color-bg-white);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section{padding:6rem 0}.section-title{font-size:2.75rem;font-weight:700;margin-bottom:1rem;text-align:center;color:var(--color-text-primary);letter-spacing:-.02em}.section-subtitle{font-size:1.25rem;color:var(--color-text-muted);text-align:center;max-width:640px;margin:0 auto 3.5rem;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:var(--radius-sm);font-weight:500;font-size:.95rem;transition:all .2s ease;cursor:pointer;border:none;text-decoration:none}.btn-primary{background:var(--color-accent-blue);color:#fff}.btn-primary:hover{background:#0066b8;transform:translateY(-1px);box-shadow:var(--shadow-md)}.btn-secondary{background:var(--color-text-primary);color:#fff}.btn-secondary:hover{background:#2d2d2d;transform:translateY(-1px)}.btn-outline{background:transparent;border:1px solid var(--color-text-light);color:var(--color-text-secondary)}.btn-outline:hover{background:var(--color-bg-light);border-color:var(--color-text-muted)}.btn-ghost{background:transparent;color:var(--color-text-secondary)}.btn-ghost:hover{background:var(--color-bg-hover)}.card{background:var(--color-bg-white);border-radius:var(--radius-lg);padding:2rem;transition:all .3s ease;border:1px solid rgba(0,0,0,.06)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card-colored{border:none}.card-blue{background:var(--color-card-blue)}.card-teal{background:var(--color-card-teal)}.card-red{background:var(--color-card-red)}.card-yellow{background:var(--color-card-yellow)}.card-orange{background:var(--color-card-orange)}.card-purple{background:var(--color-card-purple)}.card-pink{background:var(--color-card-pink)}.card-green{background:var(--color-card-green)}.tag{display:inline-block;padding:.25rem .625rem;background:var(--color-bg-light);color:var(--color-text-secondary);border-radius:var(--radius-sm);font-size:.75rem;font-weight:500}.tag-blue{background:var(--color-card-blue);color:var(--color-accent-blue)}.tag-teal{background:var(--color-card-teal);color:var(--color-accent-teal)}.tag-red{background:var(--color-card-red);color:var(--color-accent-red)}.tag-purple{background:var(--color-card-purple);color:var(--color-accent-purple)}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.bento-item{border-radius:var(--radius-xl);padding:2rem;min-height:280px;display:flex;flex-direction:column}.bento-item.span-2{grid-column:span 2}.bento-item.span-row{grid-row:span 2}@media(max-width:1024px){.grid-4,.grid-3,.bento-grid{grid-template-columns:repeat(2,1fr)}.bento-item.span-2{grid-column:span 1}}@media(max-width:768px){.container{padding:0 1.25rem}.section{padding:4rem 0}.section-title{font-size:2rem}.section-subtitle{font-size:1.1rem}.grid-2,.grid-3,.grid-4,.bento-grid{grid-template-columns:1fr}.bento-item.span-2{grid-column:span 1}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease forwards}.link{color:var(--color-accent-blue);text-decoration:none;font-weight:500;transition:opacity .2s}.link:hover{opacity:.8;text-decoration:underline}.divider{height:1px;background:#00000014;margin:3rem 0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000040}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.text-small{font-size:.875rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}
