


.primary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.618rem;
  background: linear-gradient(180deg, #0f766e, #0b5a54);
  color: #ffffff;
  border: none;
  border-radius: 10px;
  padding: 0.95rem 1.9rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.2;
  cursor: pointer;
  text-align: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.42), 0 3px 8px rgba(4, 47, 46, 0.24);
}
.primary-action:hover { background: linear-gradient(180deg, #0d685f, #084a45); color: #ffffff; text-decoration: none; }
.primary-action:active { box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.24); }
.primary-action:focus-visible { outline: 3px solid #c9963f; outline-offset: 2px; }

.prominent-action { padding: 1.15rem 2.618rem; font-size: 1.12rem; width: min(100%, 26rem); }


.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.618rem;
  background: linear-gradient(180deg, #ffffff, #edf8f6);
  color: #042f2e;
  border: 2px solid #c9963f;
  border-radius: 10px;
  padding: 0.85rem 1.618rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 0.98rem;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 2px 6px rgba(4, 47, 46, 0.12);
}
.secondary-action:hover { background: linear-gradient(180deg, #ffffff, #ccfbf1); color: #042f2e; text-decoration: none; }
.secondary-action:focus-visible { outline: 3px solid #0f766e; outline-offset: 2px; }

.action-icon { width: 1.05em; height: 1.05em; flex: 0 0 auto; }


.input-label {
  display: block;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  color: #042f2e;
  margin-bottom: 0.4rem;
}
.text-field {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 2px solid #cbeee8;
  border-radius: 10px;
  background: #ffffff;
  font-size: 1rem;
  color: #042f2e;
}
.text-field::placeholder { color: #93b3af; }
.text-field:focus { border-color: #0f766e; outline: none; box-shadow: 0 0 0 3px rgba(13, 125, 116, 0.16); }
.text-field.field-invalid { border-color: #b4472f; background: #fdf5f3; }

.consent-check { display: flex; align-items: flex-start; gap: 0.7rem; font-size: 0.9rem; color: #334e4c; }
.consent-check input[type="checkbox"] { width: 20px; height: 20px; flex: 0 0 auto; margin-top: 2px; accent-color: #0f766e; }

.validation-message { display: block; color: #b4472f; font-size: 0.85rem; font-weight: 600; margin-top: 0.35rem; }
.form-notice { font-size: 0.85rem; color: #6b8a87; margin: 0; }


.brand-logo { display: inline-flex; align-items: center; gap: 0.7rem; text-decoration: none; }
.brand-logo:hover { text-decoration: none; }
.brand-logo img { height: 2.4rem; width: auto; display: block; }
.brand-wordmark {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.42rem;
  letter-spacing: 0.02em;
  color: #042f2e;
  line-height: 1;
}
.brand-tagline { display: block; font-size: 0.66rem; letter-spacing: 0.2em; text-transform: uppercase; color: #8f6418; font-weight: 700; margin-top: 3px; }


.band-divider { text-align: center; padding: 1.5rem 0; }
.band-divider::before {
  content: "";
  display: inline-block;
  width: 64px;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #0f766e, #c9963f);
}


.trust-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #cbeee8;
  border-radius: 999px;
  padding: 0.45rem 0.95rem;
  font-size: 0.84rem;
  font-weight: 600;
  color: #042f2e;
}
.badge-dot { width: 8px; height: 8px; border-radius: 50%; background: #c9963f; flex: 0 0 auto; }

.price-now { font-family: 'Quicksand', sans-serif; font-weight: 700; font-size: clamp(2.2rem, 4vw, 2.9rem); color: #042f2e; line-height: 1; }
.price-was { font-size: 1.1rem; color: #6b8a87; text-decoration: line-through; }
.price-cut { display: inline-block; background: #c9963f; color: #042f2e; font-weight: 700; font-size: 0.82rem; padding: 0.25rem 0.7rem; border-radius: 999px; }

.step-number {
  flex: 0 0 auto;
  width: 44px; height: 44px;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: #ccfbf1;
  border: 2px solid #0f766e;
  color: #042f2e;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
}
