.customers-page.svelte-hmlmb2{background:var(--background);color:var(--text);overflow-x:hidden}.hero-layout.svelte-hmlmb2{z-index:10;flex-direction:column;width:100%;height:100%;padding-top:0;display:flex}.hero-bg-video.svelte-hmlmb2{object-fit:cover;z-index:0;pointer-events:none;opacity:0;width:100%;height:100%;transition:opacity 2s,transform 3s cubic-bezier(.22,1,.36,1);position:absolute;top:0;left:0;transform:scale(1.1)}.hero-bg-video.visible.svelte-hmlmb2{opacity:1;transform:scale(1)}.video-overlay.svelte-hmlmb2{z-index:1;opacity:0;background:radial-gradient(circle,#0003 0%,#000000b3 100%);width:100%;height:100%;transition:opacity 1.5s;position:absolute;top:0;left:0}.video-overlay.visible.svelte-hmlmb2{opacity:1}[data-theme=light] .video-overlay.svelte-hmlmb2{background:radial-gradient(circle,#fff0 0%,#fff9 100%)}.hero.svelte-hmlmb2{text-align:center;height:100vh;min-height:700px;padding:0 var(--page-gutter);background:#000;justify-content:center;align-items:center;margin-bottom:150px;display:flex;position:relative;overflow:hidden}[data-theme=light] .hero.svelte-hmlmb2{background:#fff}.hero-content.svelte-hmlmb2{z-index:10;opacity:0;max-width:900px;margin:auto;transition:all 1s cubic-bezier(.22,1,.36,1);transform:translateY(30px)}.hero-content.visible.svelte-hmlmb2{opacity:1;transform:translateY(0)}.hero.svelte-hmlmb2 h1:where(.svelte-hmlmb2){margin-bottom:var(--spacing-md);letter-spacing:-.04em;-webkit-text-fill-color:transparent;z-index:10;background:linear-gradient(#fff 30%,#ffffff80);-webkit-background-clip:text;background-clip:text;padding-bottom:.7rem;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1.2;position:relative}[data-theme=light] .hero.svelte-hmlmb2 h1:where(.svelte-hmlmb2){-webkit-text-fill-color:#000;color:#000;background:0 0}.hero.svelte-hmlmb2 p:where(.svelte-hmlmb2){color:#fffc;z-index:10;max-width:700px;margin:0 auto;font-size:1.5rem;line-height:1.6;position:relative}[data-theme=light] .hero.svelte-hmlmb2 p:where(.svelte-hmlmb2){color:#000;font-weight:500}.hero-gradient.svelte-hmlmb2{background:linear-gradient(to bottom, transparent 0%, var(--background) 100%);z-index:5;pointer-events:none;width:100%;height:50px;position:absolute;bottom:0;left:0}[data-theme=light] .hero-gradient.svelte-hmlmb2{background:linear-gradient(#0000 0%,#fff 100%)}.customers-grid-section.svelte-hmlmb2{padding:var(--spacing-xxl) 0;position:relative}.container.svelte-hmlmb2{max-width:var(--page-max-width);padding:0 var(--page-gutter);margin:0 auto}.section-header.svelte-hmlmb2{margin-bottom:var(--spacing-xl);text-align:start;flex-direction:column;align-items:flex-start;display:flex}.section-header.svelte-hmlmb2 h2:where(.svelte-hmlmb2){letter-spacing:-.02em;margin-bottom:var(--spacing-sm);opacity:0;filter:blur(8px);font-size:2.5rem;font-weight:800;transition:all .8s cubic-bezier(.22,1,.36,1) .2s;transform:translateY(20px)}.section-header.visible.svelte-hmlmb2 h2:where(.svelte-hmlmb2){opacity:1;filter:blur();transform:translateY(0)}.header-line.svelte-hmlmb2{background:var(--brand-green);border-radius:var(--radius-full);opacity:0;width:0;height:4px;transition:width 1s cubic-bezier(.22,1,.36,1) .5s,opacity .5s .5s}.section-header.visible.svelte-hmlmb2 .header-line:where(.svelte-hmlmb2){opacity:1;width:60px}.customers-grid.svelte-hmlmb2{gap:var(--spacing-xl);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.customer-card-wrapper.svelte-hmlmb2{opacity:0;animation:.8s cubic-bezier(.22,1,.36,1) forwards svelte-hmlmb2-fadeInUp;animation-delay:calc(var(--index) * .1s + .5s);transform:translateY(20px)}@keyframes svelte-hmlmb2-fadeInUp{to{opacity:1;transform:translateY(0)}}.customer-card.svelte-hmlmb2{background:0 0;border:none;border-radius:0;flex-direction:column;align-items:center;width:100%;height:auto;transition:all .4s cubic-bezier(.22,1,.36,1);display:flex;overflow:visible}.customer-card.svelte-hmlmb2:hover{transform:translateY(-8px)}.card-content.svelte-hmlmb2{padding:var(--spacing-md);align-items:center;gap:var(--spacing-md);text-align:center;flex-direction:column;height:auto;display:flex}.logo-area.svelte-hmlmb2{width:180px;height:180px;padding:var(--spacing-sm);justify-content:center;align-items:center;display:flex}[data-theme=light] .customer-card.svelte-hmlmb2{background:0 0;border:none}.customer-card.svelte-hmlmb2:hover .logo-area:where(.svelte-hmlmb2) img:where(.svelte-hmlmb2){transform:scale(1.05)}.logo-area.svelte-hmlmb2 img:where(.svelte-hmlmb2){object-fit:contain;border-radius:var(--radius-lg);border:1px solid #ffffff0d;width:100%;height:100%;transition:transform .3s}.info-area.svelte-hmlmb2 h3:where(.svelte-hmlmb2){margin-top:var(--spacing-sm);color:var(--text);text-align:center;max-width:260px;margin:0 auto;font-size:1.6rem;font-weight:800;line-height:1.25}@keyframes svelte-hmlmb2-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.shimmer.svelte-hmlmb2{background:linear-gradient(90deg,#ffffff08 25%,#ffffff14 50%,#ffffff08 75%) 0 0/200% 100%;animation:2s infinite svelte-hmlmb2-shimmer}.shimmer-card.svelte-hmlmb2{pointer-events:none}.shimmer-img.svelte-hmlmb2{border-radius:var(--radius-lg);background:#ffffff0d;width:180px;height:180px}.shimmer-line.svelte-hmlmb2{background:#ffffff0d;border-radius:6px;width:140px;height:24px;margin:0 auto}@media (width<=1024px){.customers-grid.svelte-hmlmb2{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media (width<=768px){.hero.svelte-hmlmb2{height:60vh}.hero.svelte-hmlmb2 h1:where(.svelte-hmlmb2){font-size:3rem}.customers-grid.svelte-hmlmb2{gap:var(--spacing-md);grid-template-columns:repeat(2,1fr)}.logo-area.svelte-hmlmb2{width:140px;height:140px}.info-area.svelte-hmlmb2 h3:where(.svelte-hmlmb2){font-size:1.2rem}}
