* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: var(--wd-font-sans);
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}
a, button { font: inherit; }
a:focus-visible, button:focus-visible { outline: none; box-shadow: var(--wd-shadow-focus); }
.wd-topbar {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  gap: 22px;
  min-width: 0;
  padding: 12px 22px;
  border-bottom: 1px solid var(--wd-border-soft);
  background: color-mix(in srgb, var(--wd-bg-surface) 82%, transparent);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .06);
  backdrop-filter: saturate(160%) blur(16px);
}
.wd-topbar__brand { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; color: var(--wd-text-primary); font-size: 14px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.wd-topbar__brand-mark { width: 26px; height: 26px; flex: 0 0 26px; background: transparent url("/brand-mark.svg") center / contain no-repeat; }
.wd-topnav { position: absolute; inset: 0 auto 0 50%; display: flex; min-width: 0; align-items: center; justify-content: center; gap: clamp(16px, 1.75vw, 30px); transform: translateX(-50%); white-space: nowrap; }
.wd-topnav__item { display: inline-flex; height: 100%; flex: 0 0 auto; align-items: center; gap: 8px; padding: 0; border-bottom: 2px solid transparent; color: var(--wd-text-primary); font-size: 17px; font-weight: 800; text-decoration: none; white-space: nowrap; word-break: keep-all; }
.wd-topnav__item:hover { color: var(--wd-accent-dark); }
.wd-topnav__icon { width: 18px; height: 18px; flex: 0 0 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wd-topbar__spacer { margin-left: auto; }
.wd-topbar__actions { display: flex; min-width: 0; flex: 0 0 auto; align-items: center; gap: 12px; }
.wd-topbar__menu-toggle { display: none; width: 34px; height: 34px; align-items: center; justify-content: center; padding: 0; border: 1px solid var(--wd-border-soft); border-radius: 9px; color: var(--wd-text-primary); background: var(--wd-bg-surface); cursor: pointer; }
.wd-topbar__menu-toggle:hover, .wd-topbar__menu-toggle[aria-expanded="true"] { border-color: color-mix(in srgb, var(--wd-accent) 42%, var(--wd-border-soft)); color: var(--wd-accent-dark); background: var(--wd-accent-soft); }
.wd-topbar__menu-toggle svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.wd-topbar__menu-toggle .menu-icon-close { display: none; }
.wd-topbar__menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
.wd-topbar__menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }
.wd-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 10px 22px; border: 0; border-radius: 8px; font-family: inherit; font-size: 13px; font-weight: 700; line-height: 1; letter-spacing: 0; white-space: nowrap; cursor: pointer; }
.wd-btn--ghost { padding: 9px 18px; border: 1px solid var(--wd-border-strong); color: var(--wd-text-primary); background: transparent; }
.wd-btn--ghost:hover { border-color: var(--wd-accent); color: var(--wd-accent-dark); background: var(--wd-bg-elevated); }
.wd-btn--small { padding: 7px 14px; font-size: 12px; }
.wd-btn--icon { width: 36px; height: 36px; padding: 0; border-radius: 50%; }
.wd-topbar__console-link { min-height: 34px; padding: 7px 12px; text-decoration: none; }
.wd-menu-anchor { position: relative; display: inline-flex; align-items: center; }
.wd-icon-button { display: inline-flex; min-width: 32px; height: 32px; align-items: center; justify-content: center; gap: 6px; padding: 0 9px; border: 1px solid var(--wd-border-soft); border-radius: 999px; color: var(--wd-text-primary); background: var(--wd-bg-surface); font: inherit; font-size: 12px; font-weight: 700; cursor: pointer; }
.wd-icon-button:hover, .wd-icon-button[aria-expanded="true"] { border-color: color-mix(in srgb, var(--wd-accent) 42%, var(--wd-border-soft)); color: var(--wd-accent-dark); background: var(--wd-accent-soft); }
.wd-icon-button svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.theme-icon--sun { display: none; }
:root[data-theme="dark"] .theme-icon--sun { display: block; }
:root[data-theme="dark"] .theme-icon--moon { display: none; }
.wd-popover-menu { position: absolute; top: calc(100% + 8px); z-index: 10020; min-width: 136px; padding: 6px; border: 1px solid var(--wd-border-strong); border-radius: 10px; color: var(--wd-text-primary); background: var(--wd-bg-surface); box-shadow: 0 18px 44px -30px rgba(15, 23, 42, .42); }
.wd-popover-menu--right { right: 0; }
.wd-popover-menu[hidden] { display: none; }
.wd-popover-menu__item { display: flex; width: 100%; min-height: 34px; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 10px; border: 0; border-radius: 8px; color: var(--wd-text-primary); background: transparent; font: inherit; font-size: 13px; font-weight: 700; text-align: left; white-space: nowrap; cursor: pointer; }
.wd-popover-menu__item:hover, .wd-popover-menu__item[aria-checked="true"] { color: var(--wd-accent-dark); background: var(--wd-accent-soft); }
.wd-popover-menu__check { min-width: 14px; text-align: right; }
main { width: 100%; }
.hero, .audience-section, .process-section, .terms-section, .standards-section, .application-section { width: min(100%, 1040px); margin: 0 auto; padding-right: 24px; padding-left: 24px; }
.hero { min-height: min(650px, calc(100vh - 74px)); padding-top: clamp(62px, 9vh, 100px); padding-bottom: 58px; text-align: center; }
.hero-logo { width: min(244px, 62vw); height: auto; margin-bottom: 28px; }
.eyebrow { margin: 0 0 8px; color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
h1, h2, h3, p { letter-spacing: 0; }
h1 { max-width: 820px; margin: 0 auto; color: var(--text); font-size: clamp(36px, 5.4vw, 64px); font-weight: 850; line-height: 1.05; overflow-wrap: anywhere; }
.hero-copy { max-width: 680px; margin: 24px auto 0; color: var(--text2); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; justify-content: center; gap: 10px; margin-top: 30px; flex-wrap: wrap; }
.button { display: inline-flex; min-height: 44px; align-items: center; justify-content: center; padding: 11px 20px; border: 1px solid transparent; border-radius: 8px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button--primary { color: #fff; background: var(--accent); }
.button--primary:hover { filter: brightness(1.06); }
.button--secondary { color: var(--text); border-color: var(--border2); background: var(--surface); }
.button--secondary:hover { border-color: var(--accent); color: var(--accent); }
.hero-note { max-width: 640px; margin: 18px auto 0; color: var(--dim); font-size: 12px; }
.audience-section, .process-section, .terms-section, .standards-section { padding-top: 72px; padding-bottom: 72px; border-top: 1px solid var(--border); }
.section-heading { max-width: 700px; margin-bottom: 28px; }
.section-heading--split { display: grid; max-width: none; grid-template-columns: minmax(0, .8fr) minmax(320px, 1fr); gap: 48px; align-items: end; }
.section-heading h2, .application-copy h2 { margin: 0; color: var(--text); font-size: 28px; line-height: 1.25; }
.section-heading > p:last-child, .section-heading--split > p, .application-copy > p { margin: 10px 0 0; color: var(--text2); line-height: 1.75; }
.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.audience-card { min-width: 0; min-height: 190px; padding: 22px; border: 1px solid var(--border); border-radius: 8px; background: var(--surface); }
.audience-index { color: var(--accent); font-family: var(--wd-font-mono); font-size: 12px; font-weight: 800; }
.audience-card h3 { margin: 34px 0 8px; font-size: 17px; }
.audience-card p { margin: 0; color: var(--text2); font-size: 13px; line-height: 1.7; }
.process-list { display: grid; margin: 0; padding: 0; list-style: none; }
.process-list li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 18px; padding: 22px 0; border-top: 1px solid var(--border); }
.process-list li:last-child { border-bottom: 1px solid var(--border); }
.process-list li > span { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid var(--border2); border-radius: 50%; color: var(--accent); font-family: var(--wd-font-mono); font-weight: 800; }
.process-list h3 { margin: 0; font-size: 15px; }
.process-list p { margin: 5px 0 0; color: var(--text2); }
.terms-table { margin: 0; border: 1px solid var(--border2); border-radius: 8px; overflow: hidden; background: var(--surface); }
.terms-table > div { display: grid; grid-template-columns: minmax(180px, .72fr) minmax(0, 1.5fr); }
.terms-table > div + div { border-top: 1px solid var(--border); }
.terms-table dt, .terms-table dd { margin: 0; padding: 16px 18px; }
.terms-table dt { color: var(--text); font-weight: 800; background: var(--surface2); }
.terms-table dd { color: var(--text2); }
.standards-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.standards-list li { position: relative; min-height: 48px; padding: 12px 12px 12px 34px; border-bottom: 1px solid var(--border); color: var(--text2); }
.standards-list li::before { position: absolute; top: 13px; left: 6px; content: "✓"; color: var(--ok); font-weight: 900; }
.application-section { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 42px; padding-top: 76px; padding-bottom: 88px; align-items: start; }
.contact-email { display: inline-block; margin-top: 22px; color: var(--accent); font-size: 18px; font-weight: 800; text-underline-offset: 4px; overflow-wrap: anywhere; }
.application-note { font-size: 12px; }
.application-checklist { padding: 24px; border: 1px solid var(--border2); border-radius: 8px; background: var(--surface); }
.application-checklist h3 { margin: 0; font-size: 16px; }
.application-checklist ul { display: grid; gap: 9px; margin: 18px 0 22px; padding-left: 20px; color: var(--text2); }
.application-checklist .button { width: 100%; }
.affiliate-application-form { min-width: 0; padding: 24px; border: 1px solid var(--border2); border-radius: 8px; background: var(--surface); }
.affiliate-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.affiliate-form-grid label { display: grid; min-width: 0; gap: 6px; color: var(--text); font-size: 12px; font-weight: 800; }
.affiliate-form-grid input, .affiliate-form-grid textarea { width: 100%; min-width: 0; padding: 10px 11px; border: 1px solid var(--border2); border-radius: 6px; color: var(--text); background: var(--surface2); font: inherit; font-weight: 500; letter-spacing: 0; resize: vertical; }
.affiliate-form-grid input:focus, .affiliate-form-grid textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 3px color-mix(in srgb, var(--accent) 18%, transparent); }
.affiliate-form-full { grid-column: 1 / -1; }
.affiliate-application-form > .button { width: 100%; margin-top: 18px; }
.affiliate-application-form > .button:disabled { cursor: wait; opacity: .66; }
.affiliate-form-status { min-height: 22px; margin: 10px 0 0; color: var(--text2); font-size: 12px; font-weight: 700; }
.affiliate-form-status[data-tone="ok"] { color: var(--ok); }
.affiliate-form-status[data-tone="error"] { color: var(--danger, #c2413b); }
footer { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px max(24px, calc((100vw - 992px) / 2)); border-top: 1px solid var(--border); color: var(--dim); background: var(--surface); font-size: 12px; }
footer nav { display: flex; gap: 18px; }
footer a { color: var(--text2); text-decoration: none; }
footer a:hover { color: var(--accent); }
@media (max-width: 1179px) {
  .wd-topbar { flex-wrap: nowrap; }
  .wd-topbar__menu-toggle { display: inline-flex; }
  .wd-topnav { position: absolute; top: 100%; right: 12px; bottom: auto; left: 12px; display: none; width: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; padding: 10px; transform: none; border: 1px solid var(--wd-border-soft); border-radius: 0 0 8px 8px; background: var(--wd-bg-surface); box-shadow: 0 8px 22px -18px rgba(15, 23, 42, .38); }
  .wd-topnav--open { display: grid; }
  .wd-topnav__item { min-height: 42px; height: auto; justify-content: center; padding: 8px; border: 0; border-radius: 8px; font-size: 13px; }
  .wd-topbar__actions { margin-left: auto; }
}
@media (max-width: 960px) {
  .section-heading--split { grid-template-columns: 1fr; gap: 10px; align-items: start; }
}
@media (max-width: 720px) {
  .hero, .audience-section, .process-section, .terms-section, .standards-section, .application-section { padding-right: 16px; padding-left: 16px; }
  .hero { min-height: auto; padding-top: 48px; padding-bottom: 46px; }
  h1 { font-size: 38px; }
  .hero-copy { font-size: 15px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .audience-section, .process-section, .terms-section, .standards-section { padding-top: 54px; padding-bottom: 54px; }
  .audience-grid, .standards-list, .application-section, .affiliate-form-grid { grid-template-columns: 1fr; }
  .terms-table > div { grid-template-columns: 1fr; }
  .terms-table dd { padding-top: 10px; }
  .application-section { gap: 28px; padding-top: 56px; padding-bottom: 64px; }
  .affiliate-form-full { grid-column: auto; }
  footer { align-items: flex-start; flex-direction: column; padding: 20px 16px; }
}
@media (max-width: 420px) {
  .wd-topbar { gap: 10px; padding: 10px 12px 8px; }
  .wd-topbar__brand { max-width: calc(100vw - 176px); overflow: hidden; font-size: 18px; text-overflow: ellipsis; }
  .wd-topbar__brand-mark { width: 28px; height: 28px; flex-basis: 28px; }
  .wd-topbar__actions { gap: 8px; }
  .wd-topbar__console-link { display: none; }
  .section-heading h2, .application-copy h2 { font-size: 24px; }
}
@media (max-width: 639px) {
  .wd-topnav { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: calc(100vh - 72px); overflow-y: auto; padding: 10px; border-top: 1px solid var(--wd-border-soft); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
