:root {
  --page: #071017;
  --surface: #0d1a22;
  --text: #f4fbff;
  --muted: #a9c0ca;
  --line: rgba(184, 230, 224, 0.22);
  --accent: #00e5cd;
  --accent-strong: #4de321;
  --accent-text: #062425;
  --logo-bg: rgba(0, 0, 0, 0.58);
}

* { box-sizing: border-box; }

html { background: var(--page); }

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    linear-gradient(112deg, rgba(0, 221, 201, 0.10), transparent 38%),
    linear-gradient(300deg, rgba(76, 227, 33, 0.10), transparent 32%),
    var(--page);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.page-shell { min-height: 100vh; }

.site-header {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  border-bottom: 1px solid var(--line);
}

.brand { display: flex; align-items: center; min-width: 0; }

.partner-lockup { display: flex; align-items: center; gap: 18px; min-width: 0; }
.affiliate-brand { flex: 0 1 auto; min-width: 0; }
.partner-divider { width: 1px; height: 52px; flex: 0 0 1px; background: var(--line); }
.bossmaker-brand { display: grid; justify-items: start; gap: 4px; min-width: 0; }
.partner-label { color: var(--muted); font-size: 9px; font-weight: 760; letter-spacing: 0.12em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.bossmaker-logo { display: block; width: 176px; height: 32px; max-width: 34vw; object-fit: contain; object-position: left center; }

.brand-image {
  display: block;
  width: 250px;
  max-width: 58vw;
  height: 65px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: screen;
}

.brand-lockup { display: flex; align-items: center; gap: 12px; }

.brand-mark {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 5px;
}

.brand-name { font-size: 18px; font-weight: 750; line-height: 1.1; }
.brand-subname { color: var(--muted); font-size: 12px; margin-top: 4px; }

.main {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 74px 0 62px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 0.8fr);
  gap: clamp(44px, 8vw, 112px);
  align-items: start;
}

.eyebrow {
  color: var(--accent);
  font-size: 13px;
  font-weight: 760;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 3px 0 16px;
}

h1 {
  max-width: 660px;
  margin: 0;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.06;
  letter-spacing: 0;
}

.intro {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 22px 0 32px;
}

.process { margin: 0; padding: 0; list-style: none; display: grid; gap: 18px; }
.process li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: start; color: var(--muted); line-height: 1.45; }
.step { color: var(--accent-strong); font-weight: 800; font-size: 13px; padding-top: 2px; }
.process strong { display: block; color: var(--text); font-size: 15px; margin-bottom: 3px; }

.intake-form {
  border: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 92%, transparent);
  padding: clamp(24px, 4vw, 36px);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

.form-title { margin: 0 0 6px; font-size: 23px; line-height: 1.2; }
.form-note { margin: 0 0 26px; color: var(--muted); font-size: 14px; line-height: 1.45; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 8px; margin-bottom: 18px; }
label { font-size: 13px; font-weight: 700; }
input {
  width: 100%;
  min-height: 50px;
  border: 1px solid rgba(190, 228, 224, 0.28);
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.18);
  color: var(--text);
  padding: 12px 14px;
  font: inherit;
}
input:focus { outline: 2px solid color-mix(in srgb, var(--accent) 72%, transparent); outline-offset: 1px; border-color: var(--accent); }
input::placeholder { color: color-mix(in srgb, var(--muted) 70%, transparent); }

.submit {
  width: 100%;
  min-height: 54px;
  margin-top: 4px;
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  color: var(--accent-text);
  background: linear-gradient(100deg, var(--accent), var(--accent-strong));
  font: inherit;
  font-weight: 800;
  font-size: 16px;
}
.submit:hover { filter: brightness(1.04); }
.submit:disabled { cursor: wait; opacity: 0.72; }
.form-status { min-height: 22px; margin: 16px 0 0; color: #ffb5bc; font-size: 14px; line-height: 1.4; }
.form-status.success { color: var(--accent); }

.privacy { margin: 22px 0 0; color: var(--muted); font-size: 12px; line-height: 1.5; }
.site-footer { width: min(1120px, calc(100% - 40px)); margin: 0 auto; padding: 24px 0 32px; color: color-mix(in srgb, var(--muted) 75%, transparent); border-top: 1px solid var(--line); font-size: 12px; }

@media (max-width: 820px) {
  .site-header { min-height: 76px; }
  .brand-image { width: 206px; height: 54px; }
  .partner-lockup { gap: 14px; }
  .partner-divider { height: 44px; }
  .bossmaker-logo { width: 150px; height: 28px; }
  .main { padding-top: 46px; grid-template-columns: 1fr; gap: 42px; }
  .intro { font-size: 17px; }
}

@media (max-width: 520px) {
  .site-header, .main, .site-footer { width: min(100% - 28px, 1120px); }
  .site-header { min-height: 86px; }
  .partner-lockup { gap: 10px; width: 100%; }
  .brand-image { width: 122px; height: 42px; max-width: 34vw; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 14px; }
  .brand-subname { font-size: 10px; }
  .partner-divider { height: 42px; }
  .partner-label { font-size: 7px; letter-spacing: 0.1em; }
  .bossmaker-logo { width: 112px; height: 24px; max-width: 34vw; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .intake-form { padding: 24px 20px; }
}
