.sp-page {
  background-color: #fff;
  padding: 64px 0 80px;
}

.sp-value {
  padding-top: 8px;
}

.sp-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #3A506B;
  margin-bottom: 14px;
}

.sp-value h1 {
  font-size: 34px;
  font-weight: 700;
  color: #28292e;
  line-height: 1.2;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.sp-subhead {
  font-size: 16px;
  color: #686868;
  line-height: 1.65;
  margin-bottom: 32px;
}

.sp-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
}

.sp-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #444;
  line-height: 1.5;
  margin-bottom: 11px;
}

.sp-benefits li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-top: 1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23dde8f2'/%3E%3Cpath d='M6 10.5l3 3 5-5.5' stroke='%233A506B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.sp-snippet {
  background-color: #293344;
  border-radius: 6px;
  padding: 18px 22px;
  margin-bottom: 28px;
  font-family: 'SF Mono', 'Fira Mono', 'Fira Code', 'Courier New', monospace;
  font-size: 13px;
  color: #c9d1e0;
  line-height: 1.7;
  overflow-x: auto;
}

.sp-snippet .sj-key  { color: #93c5e8; }
.sp-snippet .sj-str  { color: #93c5e8; }
.sp-snippet .sj-num  { color: #f0c06a; }
.sp-snippet .sj-bool { color: #7ec99a; }

.sp-trust {
  font-size: 13px;
  color: #aaa;
  border-top: 1px solid #e0e3e8;
  padding-top: 20px;
  margin-bottom: 0;
}

.sp-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 8px 24px rgba(0,0,0,0.08);
  padding: 36px 32px 32px;
  box-sizing: border-box;
}

.sp-card-title {
  font-size: 21px !important;
  font-weight: 600 !important;
  color: #28292e !important;
  margin-bottom: 4px !important;
  letter-spacing: -0.01em;
}

.sp-card-subtitle {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 26px;
  margin-top: 0;
}

.sp-error {
  background: #fadbd8;
  border: 1px solid #f1b8b2;
  border-radius: 4px;
  padding: 10px 12px;
  font-size: 14px;
  color: #c0392b;
  margin-bottom: 18px;
  display: none;
  line-height: 1.5;
}

.sp-card .sp-field {
  margin-bottom: 0;
}

.sp-card .sp-field + .sp-field {
  margin-top: 14px;
}

.sp-field label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  margin-bottom: 5px;
}

.sp-field input[type="text"],
.sp-field input[type="email"],
.sp-field select {
  width: 100%;
  height: 38px;
  padding: 6px 10px;
  font-size: 15px;
  font-family: inherit;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  background-color: #fff;
  color: #686868;
  box-sizing: border-box;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.15s ease;
}

.sp-field input:focus,
.sp-field select:focus {
  border-color: #68798c !important;
  outline: 0;
}

.sp-field input::placeholder {
  color: #bbb;
}

.sp-field select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23aaa' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 34px;
  cursor: pointer;
}

.sp-field select option[value=""] {
  color: #bbb;
}

.sp-tos-field {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  margin-bottom: 0;
}

.sp-tos-field input[type="checkbox"] {
  width: 16px;
  height: 16px;
  min-width: 16px;
  margin-top: 2px;
  cursor: pointer;
  accent-color: #3A506B;
  flex-shrink: 0;
}

.sp-tos-field span {
  font-size: 13px;
  color: #686868;
  font-weight: 400;
  line-height: 1.5;
}

.sp-tos-field a {
  color: #222 !important;
  text-decoration: underline !important;
}

.sp-submit-btn {
  width: 100%;
  height: 38px;
  margin-top: 22px;
  margin-bottom: 0;
  background-color: #3A506B !important;
  border: 1px solid #3A506B !important;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  box-sizing: border-box;
  line-height: 1;
  padding: 0 30px;
}

.sp-submit-btn:hover:not(:disabled) {
  background-color: #4D6A8F !important;
  border-color: #4D6A8F !important;
  color: #fff;
}

.sp-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.sp-submit-btn .sp-btn-spinner {
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.65s linear infinite;
  display: none;
  flex-shrink: 0;
}

.sp-below-btn {
  text-align: center;
  font-size: 12px;
  color: #bbb;
  margin-top: 12px;
  margin-bottom: 0;
}

.sp-success {
  display: none;
  text-align: center;
  padding: 12px 0;
}

.sp-success-check {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background-color: #e6f4ec;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.sp-success-check svg {
  width: 26px;
  height: 26px;
}

.sp-success h3 {
  font-size: 20px;
  font-weight: 600;
  color: #28292e;
  margin-bottom: 10px;
}

.sp-success p {
  font-size: 14px;
  color: #686868;
  line-height: 1.65;
  margin-bottom: 22px;
}

.sp-success a {
  display: inline-block;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline !important;
}

@media (max-width: 549px) {
  .sp-page {
    padding: 32px 0 60px;
  }

  .sp-card {
    padding: 28px 22px 26px;
  }
}
