.ixh-module{--ixh-accent:#1f7a8c;--ixh-accent-soft:#e7f1f3;--ixh-text:#1a2024;--ixh-text-muted:#5a6772;--ixh-eyebrow:var(--ixh-accent);--ixh-surface:#fff;--ixh-border:#e3e8ec;--ixh-radius:14px;--ixh-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--ixh-shadow:0 10px 30px rgba(20,30,40,.08);--ixh-ease:cubic-bezier(0.22,0.61,0.36,1);color:var(--ixh-text);font-family:var(--ixh-font);margin:0 auto;max-width:1080px;padding:48px 20px}.ixh-module,.ixh-module *,.ixh-module :after,.ixh-module :before{box-sizing:border-box}.ixh-intro{margin-bottom:28px;text-align:center}.ixh-intro__eyebrow{color:var(--ixh-eyebrow);font-size:13px;font-weight:700;letter-spacing:.08em;margin:0 0 10px;text-transform:uppercase}.ixh-intro__title{font-size:clamp(26px,4vw,38px);font-weight:700;line-height:1.15;margin:0 0 12px}.ixh-intro__lede{color:var(--ixh-text-muted);font-size:17px;line-height:1.55;margin:0;max-width:none;text-align:left}.ixh-tabs{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:24px}.ixh-tab{align-items:center;appearance:none;background:var(--ixh-surface);border:1px solid var(--ixh-border);border-radius:var(--ixh-radius);cursor:pointer;display:flex;flex:0 1 auto;gap:12px;min-width:0;padding:12px 16px;text-align:left;transition:border-color .25s var(--ixh-ease),background .25s var(--ixh-ease),transform .25s var(--ixh-ease),box-shadow .25s var(--ixh-ease)}.ixh-tab:hover{border-color:var(--ixh-accent);transform:translateY(-1px)}.ixh-tab:focus-visible{outline:3px solid var(--ixh-accent);outline-offset:2px}.ixh-tab[aria-selected=true]{background:var(--ixh-accent-soft);border-color:var(--ixh-accent);box-shadow:var(--ixh-shadow)}.ixh-tab__icon{background:var(--ixh-accent-soft);border-radius:9px;color:var(--ixh-accent);display:grid;flex:0 0 auto;height:34px;place-items:center;transition:background .25s var(--ixh-ease),color .25s var(--ixh-ease);width:34px}.ixh-tab[aria-selected=true] .ixh-tab__icon{background:var(--ixh-accent);color:#fff}.ixh-tab__icon img{border-radius:inherit;display:block;height:100%;object-fit:cover;width:100%}.ixh-tab__text{display:flex;flex-direction:column;min-width:0}.ixh-tab__title{font-size:15px;font-weight:700;line-height:1.2}.ixh-tab__sub{color:var(--ixh-text-muted);font-size:13px;line-height:1.3;margin-top:2px}.ixh-panels{position:relative}.ixh-panel{background:var(--ixh-surface);border:1px solid var(--ixh-border);border-radius:var(--ixh-radius);box-shadow:var(--ixh-shadow);overflow:hidden}.ixh-panel[hidden]{display:none}.ixh-panel--split{display:block}.ixh-panel__media{aspect-ratio:16/10;background:var(--ixh-accent-soft);position:relative}.ixh-panel__media img{display:block;height:100%;object-fit:cover;width:100%}.ixh-panel video{display:block;height:auto;max-width:100%}.ixh-panel__media--video{aspect-ratio:16/9;background:#000}.ixh-panel__media--video embed,.ixh-panel__media--video iframe,.ixh-panel__media--video object,.ixh-panel__media--video video{border:0;display:block;height:100%!important;inset:0;object-fit:contain;position:absolute;width:100%!important}.ixh-panel__content{padding:30px 34px}.ixh-panel__eyebrow{color:var(--ixh-eyebrow);font-size:12px;font-weight:700;letter-spacing:.07em;margin:0 0 8px;text-transform:uppercase}.ixh-panel__title{font-size:24px;font-weight:700;line-height:1.2;margin:0 0 12px}.ixh-panel__body{color:var(--ixh-text-muted);font-size:16px;line-height:1.6;margin:0 0 20px}.ixh-panel__body :last-child{margin-bottom:0}.ixh-panel__cta{align-items:center;background:var(--ixh-accent);border-radius:999px;color:#fff;display:inline-flex;font-size:15px;font-weight:700;gap:8px;padding:11px 20px;text-decoration:none;transition:filter .2s var(--ixh-ease)}.ixh-panel__cta:hover{filter:brightness(1.08)}@keyframes ixh-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.ixh-panel.ixh-enter{animation:ixh-fade .35s var(--ixh-ease)}@media (max-width:820px){.ixh-tabs{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:-20px;margin-right:-20px;padding:0 20px 4px;scroll-snap-type:x mandatory}.ixh-tab{flex:0 0 auto;scroll-snap-align:start}.ixh-panel__content{padding:24px 22px 28px}}@media (prefers-reduced-motion:reduce){.ixh-panel.ixh-enter,.ixh-panel__cta,.ixh-tab,.ixh-tab__icon{animation:none;transition:none}}