@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--bg-color: #ffffff;--bg-alt: #fafafa;--surface-color: #ffffff;--surface-2: #f6f6f7;--surface-hover: #f1f1f3;--border-color: #e6e6ea;--border-strong: #d6d6dc;--border-accent: rgba(217, 45, 39, .35);--accent-color: #d92d27;--accent-hover: #b91c1c;--accent-muted: rgba(217, 45, 39, .08);--accent-soft: rgba(217, 45, 39, .12);--accent-glow: rgba(217, 45, 39, .18);--safe-color: #15803d;--safe-muted: rgba(21, 128, 61, .09);--text-primary: #18181b;--text-secondary: #52525b;--text-muted: #6b7280;--font-display: "Plus Jakarta Sans", sans-serif;--font-body: "Inter", sans-serif;--text-2xs: .6875rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--space-xxs: .25rem;--space-xs: .5rem;--space-sm: .75rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 3rem;--space-3xl: 4.5rem;--space-4xl: 6.5rem;--radius-xs: 6px;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(16, 24, 40, .05);--shadow-md: 0 4px 12px rgba(16, 24, 40, .06);--shadow-lg: 0 12px 32px rgba(16, 24, 40, .09);--shadow-accent: 0 6px 18px rgba(217, 45, 39, .22);--container-max: 1200px;--nav-height: 72px;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-body);line-height:1.6;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overflow-x:hidden}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}ul{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}:focus-visible{outline:2px solid var(--accent-color);outline-offset:2px;border-radius:var(--radius-xs)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 var(--space-xl)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-xs);padding:.75rem 1.5rem;border-radius:var(--radius-md);font-family:var(--font-display);font-weight:600;font-size:.9375rem;line-height:1;transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base);white-space:nowrap}.btn-primary{background:var(--accent-color);color:#fff;box-shadow:var(--shadow-sm)}.btn-primary:hover{background:var(--accent-hover);box-shadow:var(--shadow-accent);transform:translateY(-1px)}.btn-ghost{background:var(--surface-color);color:var(--text-primary);border:1px solid var(--border-strong)}.btn-ghost:hover{border-color:var(--text-muted);background:var(--surface-2)}.section{padding:var(--space-4xl) 0}.section-label{font-family:var(--font-display);font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--accent-color);margin-bottom:var(--space-sm)}.section-title{font-family:var(--font-display);font-size:clamp(1.875rem,3.5vw,2.75rem);font-weight:800;letter-spacing:-.02em;color:var(--text-primary);line-height:1.15;margin-bottom:var(--space-md)}.section-subtitle{font-size:var(--text-lg);color:var(--text-secondary);max-width:580px;line-height:1.7}.reveal{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}html{scroll-behavior:auto}}@media(max-width:768px){.container{padding:0 var(--space-lg)}.section{padding:var(--space-3xl) 0}.section-subtitle{font-size:var(--text-base)}}.nav{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--nav-height);background:#fff0;transition:background var(--transition-base),backdrop-filter var(--transition-base),box-shadow var(--transition-base),border-color var(--transition-base);border-bottom:1px solid transparent}.nav--scrolled{background:#ffffffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.nav__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.nav__logo{display:flex;align-items:center;z-index:1001;flex-shrink:0}.nav__logo-img{height:42px;width:auto;display:block;object-fit:contain}.nav__links{display:flex;align-items:center;gap:var(--space-xl)}.nav__link{font-family:var(--font-display);font-size:var(--text-sm);font-weight:500;color:var(--text-secondary);transition:color var(--transition-fast)}.nav__link:hover{color:var(--text-primary)}.nav__link--active{color:var(--accent-color)}.nav__cta{font-size:var(--text-sm);padding:.625rem 1.25rem}.nav__burger{display:none;flex-direction:column;gap:5px;padding:var(--space-xs);z-index:1001}.nav__burger span{display:block;width:24px;height:2px;background:var(--text-primary);border-radius:2px;transition:all var(--transition-base)}.nav__burger--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav__burger--open span:nth-child(2){opacity:0}.nav__burger--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav__overlay{display:none;position:fixed;inset:0;background:#18181b66;z-index:999}@media(max-width:768px){.nav{background:#ffffffeb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border-color)}.nav__burger{display:flex}.nav__overlay{display:block}.nav__links{position:fixed;top:0;right:-100%;bottom:0;width:280px;flex-direction:column;align-items:flex-start;justify-content:center;gap:var(--space-xl);padding:var(--space-xxl) var(--space-xl);background:var(--surface-color);border-left:1px solid var(--border-color);box-shadow:var(--shadow-lg);transition:right var(--transition-slow);z-index:1000}.nav__links--open{right:0}.nav__link{font-size:var(--text-lg)}.nav__cta{width:100%;justify-content:center;margin-top:var(--space-md)}}.hero{position:relative;display:flex;flex-direction:column;min-height:100svh;overflow:hidden;isolation:isolate;background:var(--bg-color)}.hero__bg{position:absolute;inset:0;z-index:0;pointer-events:none}.hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(24,24,27,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(24,24,27,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 90% 80% at 65% 40%,black 10%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 90% 80% at 65% 40%,black 10%,transparent 75%)}.hero__orb{position:absolute;top:-12%;right:-6%;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,var(--orb, rgba(217, 45, 39, .14)) 0%,transparent 68%);filter:blur(80px);transition:background 1.2s ease;animation:orbDrift 12s ease-in-out infinite alternate}@keyframes orbDrift{0%{transform:translate(0) scale(1)}to{transform:translate(-24px,24px) scale(1.1)}}.hero__inner{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.1fr;gap:var(--space-xxl);align-items:center;flex:1;padding-top:calc(var(--nav-height) + var(--space-xxl));padding-bottom:var(--space-xxl);min-height:calc(100svh - 88px)}.hero__copy{display:flex;flex-direction:column;align-self:center}.hero__eyebrow{display:inline-flex;align-items:center;gap:var(--space-sm);padding:.4rem .85rem;border-radius:var(--radius-full);background:var(--safe-muted);border:1px solid rgba(21,128,61,.22);font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--safe-color);letter-spacing:.04em;align-self:flex-start;margin-bottom:var(--space-xl);animation:fadeInUp .5s ease both}.hero__pulse{display:block;width:7px;height:7px;border-radius:50%;background:var(--safe-color);box-shadow:0 0 0 3px #15803d26;animation:pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.hero__title{font-family:var(--font-display);font-size:clamp(2.5rem,4.2vw,4rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:var(--text-primary);margin-bottom:var(--space-lg);animation:fadeInUp .55s ease .08s both}.hero__accent{color:var(--accent-color);display:inline-block}.hero__subtitle{font-size:var(--text-lg);color:var(--text-secondary);line-height:1.7;max-width:460px;margin-bottom:var(--space-xl);animation:fadeInUp .55s ease .16s both}.hero__ctas{display:flex;flex-wrap:wrap;gap:var(--space-md);margin-bottom:var(--space-xxl);animation:fadeInUp .55s ease .24s both}.hero__btn{font-size:var(--text-base);padding:.875rem 1.75rem}.hero__tabs{display:flex;flex-direction:column;gap:var(--space-xs);animation:fadeInUp .55s ease .32s both}.hero__tab{position:relative;display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);border:1px solid var(--border-color);background:var(--surface-color);cursor:pointer;text-align:left;transition:border-color .25s ease,background .25s ease,box-shadow .25s ease;overflow:hidden}.hero__tab--on{border-color:var(--border-accent);background:var(--accent-muted);box-shadow:var(--shadow-sm)}.hero__tab:hover:not(.hero__tab--on){border-color:var(--border-strong);background:var(--surface-2)}.hero__tab-num{font-family:var(--font-display);font-size:var(--text-xs);font-weight:700;color:var(--text-muted);letter-spacing:.06em;min-width:20px;transition:color .25s ease}.hero__tab--on .hero__tab-num{color:var(--accent-color)}.hero__tab-tag{font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--text-secondary);transition:color .25s ease}.hero__tab--on .hero__tab-tag{color:var(--text-primary)}.hero__tab-bar{position:absolute;bottom:0;left:0;height:2px;width:0%;background:var(--accent-color);animation:tabFill var(--dur, 5s) linear forwards;border-radius:var(--radius-full)}.hero__tab-bar--paused{animation-play-state:paused}@keyframes tabFill{0%{width:0%}to{width:100%}}.hero__visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:580px}.hero__counter{position:absolute;top:var(--space-lg);right:0;display:flex;align-items:center;gap:var(--space-sm);z-index:3}.hero__counter-cur{font-family:var(--font-display);font-size:var(--text-lg);font-weight:800;color:var(--text-primary);line-height:1}.hero__counter-line{display:block;width:24px;height:1px;background:var(--border-strong)}.hero__counter-tot{font-family:var(--font-display);font-size:var(--text-xs);font-weight:600;color:var(--text-muted)}.hero__product{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .9s ease;pointer-events:none}.hero__product--on{opacity:1;pointer-events:auto}.hero__product-glow{position:absolute;inset:10%;border-radius:50%;filter:blur(60px);pointer-events:none;transition:background 1.2s ease;animation:glowBreathe 7s ease-in-out infinite alternate}@keyframes glowBreathe{0%{transform:scale(1);opacity:.75}to{transform:scale(1.12);opacity:1}}.hero__product-img{position:relative;z-index:1;width:86%;max-width:620px;height:auto;object-fit:contain;filter:drop-shadow(0 32px 56px rgba(16,24,40,.22));-webkit-user-select:none;user-select:none}.hero__product--on .hero__product-img{animation:productFloat 7s ease-in-out infinite alternate}@keyframes productFloat{0%{transform:translateY(0) rotate(-.6deg)}to{transform:translateY(-18px) rotate(.6deg)}}.hero__bar{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;gap:0;height:88px;border-top:1px solid var(--border-color);background:var(--bg-alt)}.hero__stat{display:flex;flex-direction:column;align-items:center;gap:4px;padding:0 var(--space-xxl);border-right:1px solid var(--border-color)}.hero__stat:last-child{border-right:none}.hero__stat-value{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:800;color:var(--text-primary);line-height:1;letter-spacing:-.01em}.hero__stat-label{font-size:var(--text-xs);color:var(--text-muted);font-weight:500;letter-spacing:.03em;white-space:nowrap}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hero__eyebrow,.hero__title,.hero__subtitle,.hero__ctas,.hero__tabs,.hero__pulse,.hero__orb,.hero__product-glow,.hero__product-img{animation:none}}@media(max-width:960px){.hero__inner{grid-template-columns:1fr;text-align:center;padding-top:calc(var(--nav-height) + var(--space-xl));gap:var(--space-xl);align-content:center;min-height:calc(100svh - 80px)}.hero__copy{align-items:center;order:-1}.hero__eyebrow{align-self:center}.hero__subtitle{margin-inline:auto}.hero__ctas{justify-content:center}.hero__tabs{flex-direction:row;justify-content:center;flex-wrap:wrap}.hero__visual{order:1;min-height:360px}.hero__counter{top:auto;bottom:0;right:50%;transform:translate(50%)}.hero__product-img{max-width:380px}.hero__bar{height:auto;padding:var(--space-md) var(--space-lg);flex-wrap:wrap;gap:var(--space-md) 0}.hero__stat{border-right:none;padding:var(--space-xs) var(--space-lg)}}@media(max-width:560px){.hero__title{letter-spacing:-.025em}.hero__btn{width:100%;max-width:280px}.hero__tabs{flex-direction:column;align-items:stretch}.hero__tab{justify-content:center}.hero__visual{min-height:300px}.hero__product-img{max-width:290px}.hero__bar{gap:0}.hero__stat{width:50%;border-right:1px solid var(--border-color);border-bottom:1px solid var(--border-color)}.hero__stat:nth-child(2n){border-right:none}.hero__stat:nth-child(3),.hero__stat:nth-child(4){border-bottom:none}}.trust-bar{background:var(--bg-alt);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:var(--space-xxl) 0}.trust-bar__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-xl)}.trust-stat{display:flex;flex-direction:column;align-items:center;gap:var(--space-xs);text-align:center;padding:var(--space-md);position:relative}.trust-stat+.trust-stat:before{content:"";position:absolute;left:0;top:20%;height:60%;width:1px;background:var(--border-color)}.trust-stat__value{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--text-primary);letter-spacing:-.02em;line-height:1}.trust-stat__label{font-size:var(--text-sm);color:var(--text-muted);font-weight:500;letter-spacing:.02em}@media(max-width:768px){.trust-bar__inner{grid-template-columns:repeat(2,1fr);gap:var(--space-lg)}.trust-stat+.trust-stat:before{display:none}.trust-stat{border:1px solid var(--border-color);border-radius:var(--radius-md);background:var(--surface-color)}}.services{background:var(--bg-alt)}.services__header{margin-bottom:var(--space-xxl)}.services__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:var(--space-lg);margin-bottom:var(--space-lg)}.service-card{position:relative;overflow:hidden;min-height:300px;border-radius:var(--radius-lg);background:var(--surface-2);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);transition:border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.service-card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-lg);transform:translateY(-3px)}.service-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.service-card:hover .service-card__img{transform:scale(1.03)}.service-card__scrim{position:absolute;inset:0;background:linear-gradient(to top,#0a0a0cd9,#0a0a0c8c 32%,#0a0a0c00 68%);pointer-events:none}.service-card__title{position:absolute;left:var(--space-lg);right:var(--space-lg);bottom:var(--space-lg);z-index:1;font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;letter-spacing:-.01em;color:#fff;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.45)}.services__featured{position:relative;overflow:hidden;min-height:460px;border-radius:var(--radius-xl);background:var(--surface-color);border:1px solid var(--border-color);box-shadow:var(--shadow-md);margin-top:var(--space-md)}.featured-card__bg{position:absolute;inset:0;background-size:cover;background-position:right center;transition:transform .7s ease}.services__featured:hover .featured-card__bg{transform:scale(1.03)}.featured-card__overlay{position:absolute;inset:0;background:linear-gradient(to right,#fff 0% 48%,#ffffff8c 66%,#fff0 88%);pointer-events:none}.featured-card__content{position:relative;z-index:1;display:flex;align-items:center;gap:var(--space-xxl);padding:var(--space-xxl);min-height:460px}.featured-card__left{flex:1;min-width:0;max-width:480px}.featured-card__badge{display:inline-flex;align-items:center;gap:var(--space-xs);padding:.3rem .75rem;border-radius:var(--radius-full);background:var(--accent-muted);border:1px solid var(--border-accent);font-family:var(--font-display);font-size:var(--text-xs);font-weight:700;color:var(--accent-color);letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--space-lg)}.featured-card__title{font-family:var(--font-display);font-size:clamp(1.6rem,3vw,2.25rem);font-weight:800;letter-spacing:-.02em;color:var(--text-primary);line-height:1.15;margin-bottom:var(--space-md)}.featured-card__desc{font-size:var(--text-base);color:var(--text-secondary);line-height:1.7;margin-bottom:var(--space-xl)}.featured-card__cta{display:inline-flex}.featured-card__highlights{display:flex;flex-direction:column;gap:var(--space-sm);flex-shrink:0;width:280px}.featured-card__highlight{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-lg);background:#ffffffe0;border:1px solid rgba(24,24,27,.06);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-display);font-size:var(--text-sm);font-weight:600;color:var(--text-primary);white-space:nowrap}.featured-card__check{width:22px;height:22px;border-radius:50%;background:var(--safe-muted);border:1px solid rgba(21,128,61,.28);color:var(--safe-color);font-size:var(--text-2xs);font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media(max-width:1024px){.services__grid{grid-template-columns:repeat(4,1fr)}.services__grid .service-card:nth-child(1),.services__grid .service-card:nth-child(2),.services__grid .service-card:nth-child(3),.services__grid .service-card:nth-child(4),.services__grid .service-card:nth-child(5){grid-column:span 2!important}.featured-card__content{gap:var(--space-xl)}.featured-card__highlights{width:260px}}@media(max-width:900px){.services__featured{min-height:0}.featured-card__overlay{background:linear-gradient(to bottom,#fff0 0 150px,#fff 240px 100%)}.featured-card__content{flex-direction:column;align-items:flex-start;gap:var(--space-lg);padding:250px var(--space-xl) var(--space-xl);min-height:0}.featured-card__left{max-width:none}.featured-card__highlights{flex-direction:row;flex-wrap:wrap;width:100%}.featured-card__highlight{white-space:normal}}@media(max-width:768px){.services__grid{grid-template-columns:1fr 1fr;gap:var(--space-md)}.services__grid .service-card{grid-column:span 1!important;min-height:240px}}@media(max-width:480px){.services__grid{grid-template-columns:1fr}.services__grid .service-card{min-height:220px}.featured-card__overlay{background:linear-gradient(to bottom,#fff0 0 110px,#fff 190px 100%)}.featured-card__content{padding:200px var(--space-lg) var(--space-lg)}.featured-card__highlights{flex-direction:column}}.why-us{background:var(--bg-color)}.why-us__inner{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-4xl);align-items:center}.why-us__text{position:sticky;top:calc(var(--nav-height) + var(--space-xl));align-self:start}.why-us__motto{position:relative;margin:var(--space-xl) 0;padding:var(--space-lg) var(--space-xl);border-left:3px solid var(--accent-color);background:var(--bg-alt);border-radius:0 var(--radius-md) var(--radius-md) 0;font-family:var(--font-display);font-size:var(--text-lg);font-style:italic;font-weight:500;color:var(--text-primary);line-height:1.7}.why-us__motto-mark{font-family:Georgia,serif;font-size:1.4em;color:var(--accent-color);font-style:normal;font-weight:800;line-height:0;vertical-align:-.2em;margin:0 2px}.why-us__cta{margin-top:var(--space-xl)}.why-us__features{display:flex;flex-direction:column;gap:var(--space-md)}.why-feature{display:flex;gap:var(--space-lg);align-items:flex-start;padding:var(--space-lg);border-radius:var(--radius-lg);border:1px solid var(--border-color);background:var(--surface-color);box-shadow:var(--shadow-sm);transition:border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.why-feature:hover{border-color:var(--border-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.why-feature__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--radius-md);background:var(--surface-2);border:1px solid var(--border-color);font-size:1.5rem;flex-shrink:0;line-height:1}.why-feature__title{font-family:var(--font-display);font-size:var(--text-lg);font-weight:700;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:var(--space-xxs)}.why-feature__desc{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.65}@media(max-width:900px){.why-us__inner{grid-template-columns:1fr;gap:var(--space-xxl)}.why-us__text{position:static}}.clients{padding:var(--space-4xl) 0;overflow:hidden;background:var(--bg-color)}.clients__header{margin-bottom:var(--space-xxl)}.clients__stage{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-xxl);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 10%,black 90%,transparent 100%)}.clients__row{overflow:hidden}.clients__track{display:flex;gap:var(--space-md);width:max-content}.clients__row--left .clients__track{animation:marqueeL 32s linear infinite}.clients__row--right .clients__track{animation:marqueeR 36s linear infinite}.clients__stage:hover .clients__track{animation-play-state:paused}.clients__card{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-xl);border-radius:var(--radius-md);border:1px solid var(--border-color);background:var(--surface-color);transition:border-color var(--transition-base),box-shadow var(--transition-base);white-space:nowrap;cursor:default}.clients__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-sm)}.clients__logo{height:28px;width:auto;object-fit:contain;filter:invert(1) grayscale(1);opacity:.6;transition:opacity var(--transition-base);flex-shrink:0}.clients__card:hover .clients__logo{opacity:.95}.clients__name{font-family:var(--font-display);font-size:var(--text-sm);font-weight:700;color:var(--text-muted);transition:color var(--transition-base);letter-spacing:.01em}.clients__card:hover .clients__name{color:var(--text-primary)}@keyframes marqueeL{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeR{0%{transform:translate(-50%)}to{transform:translate(0)}}.clients__footnote{color:var(--text-muted);font-size:var(--text-sm)}.clients__footnote strong{color:var(--text-secondary)}@media(prefers-reduced-motion:reduce){.clients__row--left .clients__track,.clients__row--right .clients__track{animation:none}}@media(max-width:560px){.clients__stage{-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 6%,black 94%,transparent 100%);mask-image:linear-gradient(90deg,transparent 0%,black 6%,black 94%,transparent 100%)}}.contact{background:var(--bg-alt)}.contact__inner{display:grid;grid-template-columns:1fr 1.2fr;gap:var(--space-4xl);align-items:start}.contact__details{margin-top:var(--space-xl);display:flex;flex-direction:column;gap:var(--space-lg)}.contact__detail{display:flex;gap:var(--space-md);align-items:flex-start}.contact__detail-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--surface-color);border:1px solid var(--border-color);font-size:1.1rem;flex-shrink:0}.contact__detail-label{display:block;font-size:var(--text-xs);font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;margin-bottom:2px}.contact__detail-value{font-size:var(--text-sm);color:var(--text-secondary);line-height:1.5}.contact__detail-value--link{color:var(--accent-color);transition:color var(--transition-fast)}.contact__detail-value--link:hover{color:var(--accent-hover)}.contact__social{margin-top:var(--space-xl)}.contact__social-link{font-family:var(--font-display);font-weight:600;font-size:var(--text-sm);color:var(--text-secondary);border-bottom:1px solid var(--border-strong);padding-bottom:2px;transition:color var(--transition-fast),border-color var(--transition-fast)}.contact__social-link:hover{color:var(--text-primary);border-color:var(--text-secondary)}.contact__form-wrap{background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-xl);box-shadow:var(--shadow-md);padding:var(--space-xxl)}.contact__form-title{font-family:var(--font-display);font-size:var(--text-xl);font-weight:700;letter-spacing:-.01em;color:var(--text-primary);margin-bottom:var(--space-xl)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-md)}.form-group{display:flex;flex-direction:column;gap:var(--space-xs);margin-bottom:var(--space-md)}.form-group label{font-size:var(--text-xs);font-weight:600;color:var(--text-secondary);letter-spacing:.03em}.form-group input,.form-group select,.form-group textarea{background:var(--surface-color);border:1px solid var(--border-strong);border-radius:var(--radius-sm);padding:.625rem .875rem;color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);transition:border-color var(--transition-fast),box-shadow var(--transition-fast);outline:none;-webkit-appearance:none}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--text-muted)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-soft)}.form-group select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}.form-group textarea{resize:vertical;min-height:100px}.contact__submit{width:100%;justify-content:center;padding:.875rem var(--space-xl);font-size:var(--text-base)}.contact__submit:disabled{opacity:.6;cursor:progress}.contact__hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}.contact__turnstile{margin-bottom:var(--space-md);min-height:65px}.contact__error{margin-bottom:var(--space-md);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);background:var(--accent-soft, rgba(232, 64, 64, .12));border:1px solid var(--border-accent);color:var(--accent-color);font-size:var(--text-sm)}.contact__success{text-align:center;padding:var(--space-3xl) var(--space-xl)}.contact__success-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--safe-muted);border:1px solid rgba(21,128,61,.28);color:var(--safe-color);font-size:1.75rem;font-weight:800;margin:0 auto var(--space-lg)}.contact__success h3{font-family:var(--font-display);font-size:var(--text-2xl);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.contact__success p{color:var(--text-secondary)}@media(max-width:900px){.contact__inner{grid-template-columns:1fr;gap:var(--space-xxl)}}@media(max-width:600px){.contact__form-wrap{padding:var(--space-xl)}.form-row{grid-template-columns:1fr}}.products-view{min-height:100vh}.products-view__header{text-align:center;max-width:720px;margin:0 auto var(--space-xl)}.product-search{display:flex;flex-direction:column;align-items:center;gap:var(--space-md);margin-bottom:var(--space-xxl)}.product-search__field{position:relative;width:100%;max-width:560px}.product-search__icon{position:absolute;left:var(--space-md);top:50%;transform:translateY(-50%);font-size:1.25rem;color:var(--text-muted);pointer-events:none}.product-search__input{width:100%;padding:var(--space-sm) var(--space-xl) var(--space-sm) calc(var(--space-lg) + var(--space-md));font-family:var(--font-body);font-size:1rem;color:var(--text-primary);background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-full);transition:border-color var(--transition-fast),box-shadow var(--transition-fast)}.product-search__input::placeholder{color:var(--text-muted)}.product-search__input:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px var(--accent-muted)}.product-search__clear{position:absolute;right:var(--space-sm);top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;display:grid;place-items:center;font-size:1.25rem;line-height:1;color:var(--text-muted);background:transparent;border:none;border-radius:var(--radius-full);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast)}.product-search__clear:hover{color:var(--text-primary);background:var(--surface-hover)}.product-search__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--space-xs)}.product-search__chip{padding:var(--space-xs) var(--space-md);font-family:var(--font-display);font-size:.85rem;font-weight:600;color:var(--text-secondary);background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-full);cursor:pointer;transition:color var(--transition-fast),background var(--transition-fast),border-color var(--transition-fast)}.product-search__chip:hover{color:var(--text-primary);border-color:var(--border-accent)}.product-search__chip--active{color:#fff;background:var(--accent-color);border-color:var(--accent-color)}.product-search__count{font-family:var(--font-display);font-size:.85rem;color:var(--text-muted)}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:var(--space-lg)}.product-card{display:flex;flex-direction:column;background:var(--surface-color);border:1px solid var(--border-color);border-radius:var(--radius-lg);overflow:hidden;transition:transform var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base)}.product-card:hover{transform:translateY(-4px);border-color:var(--border-accent);box-shadow:var(--shadow-lg)}.product-card__media{position:relative;aspect-ratio:4 / 3;background:#fff;padding:var(--space-md)}.product-card__img{width:100%;height:100%;object-fit:contain}.product-card__img--placeholder{object-fit:cover;opacity:.5}.product-card__type{position:absolute;top:var(--space-sm);left:var(--space-sm);padding:2px var(--space-xs);font-family:var(--font-display);font-size:.7rem;font-weight:700;color:var(--accent-color);background:var(--accent-muted);border-radius:var(--radius-xs)}.product-card__body{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-md)}.product-card__category{font-family:var(--font-display);font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted)}.product-card__title{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:var(--text-primary);line-height:1.3}.product-card__desc{margin-top:var(--space-xxs);padding-left:var(--space-md);list-style:disc;display:flex;flex-direction:column;gap:var(--space-xxs);font-size:.85rem;line-height:1.45;color:var(--text-secondary)}.product-card__desc-label{list-style:none;margin-left:calc(-1 * var(--space-md));margin-top:var(--space-xxs);font-weight:700;color:var(--text-primary)}.products-empty{display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);padding:var(--space-4xl) 0;text-align:center}.products-empty__title{font-family:var(--font-display);font-size:1.25rem;font-weight:700;color:var(--text-primary)}.products-empty__hint{color:var(--text-secondary);margin-bottom:var(--space-sm)}@media(max-width:560px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:var(--space-md)}}.footer{background:var(--surface-color);border-top:1px solid var(--border-color);padding-top:var(--space-xxl)}.footer__inner{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-xxl);padding-bottom:var(--space-xxl)}.footer__brand{max-width:280px}.footer__logo{display:inline-flex;align-items:center;margin-bottom:var(--space-sm)}.footer__logo-img{height:44px;width:auto;display:block;object-fit:contain}.footer__tagline{font-size:var(--text-sm);color:var(--text-muted);line-height:1.6}.footer__nav{display:flex;flex-wrap:wrap;gap:var(--space-md) var(--space-xl);justify-content:flex-end}.footer__link{font-size:var(--text-sm);color:var(--text-secondary);font-weight:500;transition:color var(--transition-fast)}.footer__link:hover{color:var(--accent-color)}.footer__bottom{border-top:1px solid var(--border-color);background:var(--bg-alt);padding:var(--space-lg) 0}.footer__bottom-inner{display:flex;justify-content:space-between;align-items:center;gap:var(--space-md)}.footer__copy,.footer__cert{font-size:var(--text-xs);color:var(--text-muted)}@media(max-width:640px){.footer__inner{flex-direction:column}.footer__nav{justify-content:flex-start}.footer__bottom-inner{flex-direction:column;align-items:flex-start;gap:var(--space-xs)}}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1}
