@import"https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #f2f2f2;--surface: #ffffff;--surface-2: #fafafa;--border: rgba(27, 41, 43, .12);--border-strong: rgba(27, 41, 43, .22);--accent: #9f8561;--accent-light: #b29d81;--accent-soft: rgba(159, 133, 97, .12);--text: #1b292b;--muted: #6a7475;--on-accent: #ffffff;--green: #2f9e44;--amber: #b07d1a;--danger: #c92a2a;--fill: rgba(27, 41, 43, .04);--ring: rgba(27, 41, 43, .16);--scrim: rgba(21, 32, 34, .45);--shadow: 0 1px 2px rgba(21, 32, 34, .06), 0 8px 28px rgba(21, 32, 34, .08)}body{font-family:Figtree,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}a{color:var(--accent);text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#1b292b2e;border-radius:3px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.ek-site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ek-site-header__inner{margin:0 auto;max-width:1280px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:14px 24px}.ek-site-header__brand{display:flex;align-items:center;gap:12px;color:var(--text)}.ek-site-header__brand img{display:block;height:32px;width:auto}.ek-site-header__tag{border-left:1px solid rgba(27,41,43,.2);padding-left:12px;font-size:.65rem;font-weight:500;text-transform:uppercase;letter-spacing:.32em;color:#1b292b73}.ek-site-header__nav{display:flex;align-items:center;gap:4px}.ek-site-header__link{padding:8px 12px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:#1b292ba6;transition:color .3s}.ek-site-header__link:hover{color:var(--text)}.ek-site-header__cta{margin-left:12px;display:inline-flex;align-items:center;gap:8px;background:#f9ca1a;padding:11px 20px;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:var(--text)}.ek-site-header__mobile{position:static;display:none}.ek-site-header__mobile>summary{display:flex;height:40px;width:40px;align-items:center;justify-content:center;cursor:pointer;list-style:none;border:1px solid rgba(27,41,43,.2);color:var(--text)}.ek-site-header__mobile>summary::-webkit-details-marker{display:none}.ek-site-header__drawer{position:absolute;left:0;right:0;top:100%;border-top:1px solid var(--border);background:var(--surface);box-shadow:0 18px 30px -22px #1b292b73}.ek-site-header__drawer nav{margin:0 auto;max-width:1280px;display:flex;flex-direction:column;padding:4px 16px 16px}.ek-site-header__drawer a{border-bottom:1px solid rgba(27,41,43,.08);padding:12px 0;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.18em;color:#1b292bbf}.ek-site-header__drawer .ek-site-header__cta{margin:20px 0 0;justify-content:space-between;border:none;padding:16px 20px}.ek-burger{position:relative;display:inline-block;width:18px;height:12px}.ek-burger span{position:absolute;left:0;right:0;height:1.5px;background:currentColor;transition:transform .25s ease,opacity .2s ease,top .25s ease}.ek-burger span:nth-child(1){top:0}.ek-burger span:nth-child(2){top:5px}.ek-burger span:nth-child(3){top:10px}details[open] .ek-burger span:nth-child(1){top:5px;transform:rotate(45deg)}details[open] .ek-burger span:nth-child(2){opacity:0}details[open] .ek-burger span:nth-child(3){top:5px;transform:rotate(-45deg)}@media (max-width: 700px){.ek-site-header__inner{padding:10px 16px}.ek-site-header__brand img{height:26px}.ek-site-header__nav{display:none}.ek-site-header__mobile{display:block}}
