:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f7f7f5;
  color: #171714;
  font-synthesis: none;
}

* { box-sizing: border-box; }

body { margin: 0; min-height: 100vh; }

a { color: inherit; }

.site-header,
footer {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-header { min-height: 76px; border-bottom: 1px solid #deded8; }

.brand { display: inline-flex; align-items: center; gap: 10px; color: #171714; font-weight: 750; text-decoration: none; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; background: #171714; color: #fff; }
.review-label { color: #706f69; font-size: 13px; }

main { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.login-shell { min-height: calc(100vh - 150px); display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr); gap: clamp(40px, 8vw, 110px); align-items: center; padding: 72px 0; }
.intro { max-width: 680px; }
.eyebrow { margin: 0 0 12px; color: #c2410c; font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
h1 { margin: 0; max-width: 850px; font-size: clamp(38px, 6vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
h2, h3 { color: #1c1c19; }
.lede { margin: 24px 0 0; max-width: 720px; color: #5f5e59; font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.benefits { display: grid; gap: 11px; margin: 30px 0 0; padding: 0; list-style: none; color: #34332f; }
.benefits li::before { content: "\2713"; margin-right: 10px; color: #c2410c; font-weight: 800; }

.login-card,
.status-card,
.capability-grid article,
.privacy-note { border: 1px solid #deded8; border-radius: 18px; background: #fff; }
.login-card { padding: clamp(24px, 4vw, 36px); box-shadow: 0 18px 55px rgba(35, 34, 28, .09); }
.login-card h2 { margin: 0; font-size: 25px; }
.login-card > p:not(.eyebrow, .error) { margin: 10px 0 0; color: #6b6a64; line-height: 1.5; }
form { display: grid; gap: 9px; margin-top: 26px; }
label { margin-top: 8px; font-size: 14px; font-weight: 700; }
input { width: 100%; min-height: 46px; border: 1px solid #aaa9a3; border-radius: 9px; padding: 10px 12px; background: #fff; color: #171714; font: inherit; }
input:focus { outline: 3px solid #fed7aa; border-color: #ea580c; }
button { min-height: 46px; border: 0; border-radius: 9px; padding: 10px 16px; background: #171714; color: #fff; cursor: pointer; font: inherit; font-weight: 750; }
form button { margin-top: 12px; }
button:hover { background: #34332f; }
button:disabled { cursor: wait; opacity: .65; }
.error { margin: 16px 0 0; border-left: 3px solid #dc2626; padding: 10px 12px; background: #fef2f2; color: #991b1b; line-height: 1.45; }

.product-shell { padding: 68px 0 92px; }
.product-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.product-heading h1 { font-size: clamp(36px, 5vw, 62px); }
.secondary-button { flex: 0 0 auto; border: 1px solid #aaa9a3; background: transparent; color: #34332f; }
.secondary-button:hover { background: #ecece8; }
.status-card { margin-top: 44px; padding: 24px; }
.status-card > div { display: flex; align-items: center; gap: 10px; }
.status-card p { margin: 9px 0 0 20px; color: #686761; line-height: 1.55; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #f97316; box-shadow: 0 0 0 4px #ffedd5; }
.section-heading { margin-top: 68px; }
.section-heading h2 { margin: 0; font-size: clamp(27px, 4vw, 38px); letter-spacing: -.025em; }
.flow-grid, .capability-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 24px 0 0; padding: 0; }
.flow-grid { list-style: none; }
.flow-grid li { padding: 20px 18px; border-top: 2px solid #262620; background: #eeeee9; }
.flow-grid span { display: grid; width: 28px; height: 28px; place-items: center; margin-bottom: 28px; border-radius: 50%; background: #262620; color: #fff; font-size: 13px; font-weight: 800; }
.flow-grid strong { display: block; }
.flow-grid p, .capability-grid p, .privacy-note p { margin: 9px 0 0; color: #686761; line-height: 1.55; }
.capability-grid article { padding: 22px; }
.capability-grid h3 { margin: 0; font-size: 17px; }
.privacy-note { margin-top: 52px; padding: clamp(24px, 4vw, 38px); background: #181815; color: #fff; }
.privacy-note h2 { margin: 0; color: #fff; }
.privacy-note p { max-width: 850px; color: #c9c9c2; }

footer { min-height: 74px; border-top: 1px solid #deded8; color: #6b6a64; font-size: 13px; }
footer a { text-underline-offset: 3px; }

[hidden] { display: none !important; }

@media (max-width: 850px) {
  .login-shell { grid-template-columns: 1fr; gap: 48px; padding: 56px 0 72px; }
  .login-card { max-width: 560px; }
  .flow-grid, .capability-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .site-header, main, footer { width: min(100% - 28px, 1180px); }
  .review-label { display: none; }
  .product-heading { display: block; }
  .product-heading .secondary-button { margin-top: 24px; }
  .flow-grid, .capability-grid { grid-template-columns: 1fr; }
  footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}
