@import"https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600&display=swap";:root{--bg: #f5f4f1;--surface: #ffffff;--surface-muted: #eeecea;--accent: #0d7c4b;--accent-light: #e6f4ed;--accent-mid: #a7d9bf;--text: #1a1a18;--text-muted: #6b7068;--text-faint: #a8a89f;--border: #e2e0dc;--shadow-md: 0 4px 16px rgba(0, 0, 0, .08), 0 2px 6px rgba(0, 0, 0, .05);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .1), 0 4px 12px rgba(0, 0, 0, .06);--font-display: "Sora", sans-serif;--font-body: "Outfit", "Segoe UI", sans-serif;--radius: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}@keyframes _fadeUp_1xjf0_1{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeIn_1xjf0_1{0%{opacity:0}to{opacity:1}}@keyframes _underlineIn_1xjf0_1{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes _shimmerSlide_1xjf0_1{0%{transform:translate(-120%)}to{transform:translate(120%)}}._page_1xjf0_55{min-height:100vh;background:var(--bg);color:var(--text);font-family:var(--font-body);display:flex;flex-direction:column}._header_1xjf0_65{padding:1.5rem 2.5rem;border-bottom:1px solid var(--border);background:var(--surface)}._wordmark_1xjf0_71{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:var(--text);letter-spacing:-.04em}._main_1xjf0_80{flex:1;max-width:780px;width:100%;margin:0 auto;padding:7rem 2.5rem 6rem;display:flex;flex-direction:column;gap:5rem}._hero_1xjf0_92{display:flex;flex-direction:column}._heading_1xjf0_97{font-family:var(--font-display);font-size:clamp(3rem,6.5vw,5rem);font-weight:900;line-height:1;letter-spacing:-.04em;color:var(--text);margin-bottom:1.5rem}._headingEm_1xjf0_107{font-style:normal;color:var(--accent);font-weight:600;position:relative;display:inline-block}._headingEm_1xjf0_107:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:3px;background:var(--accent);border-radius:2px;transform-origin:left center;transform:scaleX(0)}._tagline_1xjf0_128{font-size:1.1rem;line-height:1.7;color:var(--text-muted);max-width:40ch;font-weight:400}._products_1xjf0_137{display:flex;flex-direction:column;gap:1.25rem}._productsLabel_1xjf0_143{font-family:var(--font-body);font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-faint)}._productCard_1xjf0_152{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-md);border-left:4px solid var(--accent);display:flex;flex-direction:column;gap:1.25rem}._productHeader_1xjf0_164{display:flex;align-items:center;gap:1rem}._productIcon_1xjf0_170{width:48px;height:48px;border-radius:10px;object-fit:contain;flex-shrink:0}._productName_1xjf0_178{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:var(--text);letter-spacing:-.03em;margin-bottom:.15rem}._productCategory_1xjf0_187{font-size:.8rem;font-weight:500;color:var(--text-faint);letter-spacing:.02em}._productDesc_1xjf0_194{font-size:.95rem;line-height:1.75;color:var(--text-muted)}._productActions_1xjf0_200{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._ctaPrimary_1xjf0_207{display:inline-flex;align-items:center;gap:.4rem;background:var(--accent);color:#fff;text-decoration:none;border-radius:7px;padding:.65rem 1.25rem;font-family:var(--font-body);font-size:.9rem;font-weight:600;position:relative;overflow:hidden;transition:background .15s ease,box-shadow .15s ease}._ctaPrimary_1xjf0_207:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 25%,rgba(255,255,255,.22) 50%,transparent 75%);transform:translate(-120%);pointer-events:none}._ctaPrimary_1xjf0_207:hover{background:#0a6a3f;box-shadow:0 4px 14px #0d7c4b4d}._ctaArrow_1xjf0_245{width:14px;height:14px;flex-shrink:0;transition:transform .15s ease}._ctaPrimary_1xjf0_207:hover ._ctaArrow_1xjf0_245{transform:translate(2px)}._footer_1xjf0_257{background:var(--surface);border-top:1px solid var(--border);padding:1.5rem 2.5rem}._footerLinks_1xjf0_263{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}._footerLink_1xjf0_263{font-size:.8rem;color:var(--text-faint);text-decoration:none;transition:color .15s ease}._footerLink_1xjf0_263:hover{color:var(--text-muted)}@media(max-width:600px){._header_1xjf0_65{padding:1.25rem}._main_1xjf0_80{padding:4rem 1.25rem;gap:3.5rem}._footer_1xjf0_257{padding:1.25rem}._footerLinks_1xjf0_263{gap:1rem}}@media(prefers-reduced-motion:no-preference){[data-reveal]{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}[data-reveal=left]{transform:translate(-22px)}[data-reveal][data-inview=true]{opacity:1;transform:translate(0)}}@media(prefers-reduced-motion:no-preference){._header_1xjf0_65{animation:_fadeIn_1xjf0_1 .4s ease both}._heading_1xjf0_97{animation:_fadeUp_1xjf0_1 .55s ease both;animation-delay:.1s}._headingEm_1xjf0_107{animation:_fadeUp_1xjf0_1 .55s ease both;animation-delay:.25s}._headingEm_1xjf0_107:after{animation:_underlineIn_1xjf0_1 .55s ease both;animation-delay:.75s}._tagline_1xjf0_128{animation:_fadeUp_1xjf0_1 .5s ease both;animation-delay:.3s}._productsLabel_1xjf0_143{animation:_fadeIn_1xjf0_1 .4s ease both;animation-delay:.45s}._productCard_1xjf0_152{animation:_fadeUp_1xjf0_1 .65s ease both;animation-delay:.55s}._ctaPrimary_1xjf0_207:hover:after{animation:_shimmerSlide_1xjf0_1 .55s ease forwards}}
