html,body{background:#0b0c10} .site-wrap{color:#e5e7eb;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial} .header{border-bottom:1px solid #1f2937;background:#0f1116;position:sticky;top:0;z-index:10} .header .inner{max-width:1080px;margin:0 auto;padding:14px 24px;display:flex;align-items:center;justify-content:space-between} .header a{color:#e5e7eb;text-decoration:none;margin-right:12px} .brand{font-weight:800;letter-spacing:-.02em} .footer{border-top:1px solid #1f2937;background:#0f1116;margin-top:40px} .footer .inner{max-width:1080px;margin:0 auto;padding:24px;color:#9aa3b2;font-size:14px} .content{max-width:1080px;margin:0 auto;padding:24px} .card .title{font-size:22px;margin:2px 0 10px} .tag{display:inline-block;font-size:12px;padding:2px 8px;border-radius:999px;border:1px solid #1f2937;color:#9aa3b2} .cta{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}
.grid{display:grid;gap:14px} @media(min-width:860px){.grid{grid-template-columns:1fr 1fr}} details{border:1px dashed #1f2937;border-radius:14px;padding:10px 12px;background:#0f1116} details[open]{background:#0f1218} summary{cursor:pointer;list-style:none} .btn{cursor:pointer;border:none;border-radius:12px;padding:10px 14px;font-weight:700;font-size:14px;color:#0b0c10} .btn.case{background:#22c55e} .btn.scripts{background:#38bdf8} .btn.pilot{background:#f59e0b}
/* Страница регистрации WooCommerce в теме */
.registration-page .registration-wrapper {
  max-width: 480px;
  margin: 40px auto 60px;
  padding: 24px 20px 28px;
  background: rgba(15, 23, 42, 0.95);
  border-radius: 16px;
  border: 1px solid #1f2937;
  box-shadow: 0 18px 40px rgba(0,0,0,0.45);
}

.registration-page h2,
.registration-page p,
.registration-page label {
  color: #e5e7eb;
}

.registration-page input[type="text"],
.registration-page input[type="email"],
.registration-page input[type="password"] {
  width: 100%;
  background: #020617;
  color: #e5e7eb;
  border: 1px solid #374151;
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 14px;
  box-sizing: border-box;
}

.registration-page input::placeholder {
  color: #6b7280;
}

/* Кнопки на регистрации/аккаунте */
.registration-page button.button,
.registration-page .woocommerce-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 9999px;
  border: none;
  background: #38bdf8;
  color: #0b0c10;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.registration-page button.button:hover,
.registration-page .woocommerce-button:hover {
  background: #0ea5e9;
  box-shadow: 0 12px 28px rgba(56,189,248,0.5);
  transform: translateY(-1px);
}
