/**
 * Page abonnement-web — feuille dédiée pour éviter qu’un cache obsolète de site-shell.css
 * laisse la page sans mise en forme. Couleurs explicites + color-scheme: light.
 */

.sub-web-body {
  font-family: 'Inter', system-ui, sans-serif;
  background: #f4f5f9;
  color: #1f2540;
  color-scheme: light;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

.sub-web-main {
  padding: 5.5rem 1.25rem 3rem;
  box-sizing: border-box;
  background: #f4f5f9;
}

.sub-web-wrap {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.sub-web-hero h1 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0.35rem 0 0.75rem;
  color: #1f2540;
  line-height: 1.15;
}

.sub-web-eyebrow {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ff6825;
}

.sub-web-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  color: rgba(31, 37, 64, 0.88);
}

.sub-web-lead strong {
  color: #1f2540;
}

.sub-web-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(31, 37, 64, 0.08);
  box-shadow: 0 20px 50px rgba(31, 37, 64, 0.08);
  padding: 1.5rem 1.5rem 1.65rem;
}

.sub-web-card h2 {
  font-family: 'Poppins', system-ui, sans-serif;
  font-size: 1.2rem;
  margin: 0 0 0.75rem;
  color: #1f2540;
}

.sub-web-muted {
  margin: 0 0 0.5rem;
  font-size: 0.92rem;
  color: rgba(31, 37, 64, 0.65);
  line-height: 1.5;
}

.sub-web-name {
  margin: 0 0 0.85rem;
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1f2540;
}

.sub-web-phones {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.sub-web-phones li {
  margin: 0;
}

.sub-web-phones a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #ff6825;
  text-decoration: none;
}

.sub-web-phones a:hover {
  text-decoration: underline;
}

.sub-web-note {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: rgba(31, 37, 64, 0.7);
}

.sub-web-form {
  display: flex;
  flex-direction: column;
  gap: 1.1rem;
  margin-top: 1.1rem;
}

.sub-web-field label {
  display: block;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: #1f2540;
}

.sub-web-field input[type='text'],
.sub-web-field input[type='tel'] {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 0.7rem 0.95rem;
  border-radius: 12px;
  border: 1px solid rgba(31, 37, 64, 0.12);
  font: inherit;
  font-size: 1rem;
  background: #fff;
  color: #1f2540;
}

.sub-web-field input[type='text']::placeholder,
.sub-web-field input[type='tel']::placeholder {
  color: rgba(31, 37, 64, 0.45);
}

.sub-web-field input[type='file'] {
  width: 100%;
  font-size: 0.88rem;
  color: #1f2540;
  padding: 0.5rem 0;
}

.sub-web-hint {
  margin: 0.45rem 0 0;
  font-size: 0.82rem;
  color: rgba(31, 37, 64, 0.58);
  line-height: 1.45;
}

.sub-web-submit {
  margin-top: 0.35rem;
  padding: 0.9rem 1.35rem;
  border: none;
  border-radius: 14px;
  font-family: 'Poppins', system-ui, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  background: #1f2540;
  color: #fff;
  box-shadow: 0 8px 24px rgba(31, 37, 64, 0.2);
}

.sub-web-submit:hover:not(:disabled) {
  filter: brightness(1.08);
}

.sub-web-submit:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}

.sub-web-status {
  margin: 0.5rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
}

.sub-web-status--ok {
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
  border: 1px solid rgba(34, 197, 94, 0.35);
}

.sub-web-status--err {
  background: rgba(239, 68, 68, 0.1);
  color: #991b1b;
  border: 1px solid rgba(239, 68, 68, 0.35);
}
