/* artifacts/summitfx/assets/css/signup.ff313fcc9082.css */

.signup-main {
  padding: 150px 1.5rem 5rem;
  min-height: 100vh;
  background: var(--navy);
  display: flex;
  justify-content: center;
}

.signup-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  grid-template-areas:
    "progress progress"
    "content trust";
  gap: 2.5rem 3rem;
  max-width: 1100px;
  width: 100%;
  align-items: start;
}

/* Sidebar */
.signup-sidebar {
  display: contents;
}

.signup-progress {
  grid-area: progress;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding: 0 1rem;
}
.signup-progress[hidden] {
  display: none !important;
}
.progress-time {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
}
.progress-track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.progress-track::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 14px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--border);
}

.step-indicator {
  display: flex;
  position: relative;
  z-index: 1;
  flex: 1;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 600;
  opacity: 0.5;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: opacity 0.3s, color 0.3s;
}
.step-indicator[hidden] {
  display: none !important;
}

.step-indicator .step-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--muted);
  background: var(--navy);
  font-size: 0.75rem;
  transition: border-color 0.3s, background 0.3s, color 0.3s;
}

.step-indicator.active {
  opacity: 1;
  color: #fff;
}
.step-indicator.active .step-num {
  border-color: var(--azure);
  background: var(--azure-dim);
  color: var(--azure);
}
.step-indicator.completed {
  opacity: 0.8;
  color: var(--azure);
}
.step-indicator.completed .step-num {
  border-color: var(--azure);
  background: var(--azure);
  color: var(--navy);
}

/* Trust block */
.signup-trust {
  grid-area: trust;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 140px;
  padding: 1.5rem;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: rgba(17, 46, 82, 0.55);
}
.feefo-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  color: inherit;
  text-decoration: none;
}
.feefo-stars {
  display: flex;
  gap: 0.2rem;
}
.feefo-score {
  font-size: 0.85rem;
  color: var(--muted);
}
.feefo-score strong {
  color: #fff;
  font-weight: 700;
}
.trust-quote {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
  font-style: italic;
  margin: 0;
}
.trust-quote p {
  margin: 0;
}
.trust-quote cite {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--azure);
  font-style: normal;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.review-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.review-controls button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--border);
  border-radius: 50%;
  background: transparent;
  color: #fff;
  cursor: pointer;
}
.review-controls button:hover,
.review-controls button:focus-visible {
  border-color: var(--azure);
  outline: none;
}
.review-dots {
  display: flex;
  gap: 0.4rem;
}
.review-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--muted);
  opacity: 0.4;
}
.review-dot.active {
  background: var(--azure);
  opacity: 1;
}

/* Content */
.signup-content {
  grid-area: content;
  background: var(--navy-mid);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 3rem;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  min-height: 500px;
}

.signup-step {
  display: none;
  animation: fadeIn 0.4s ease;
}
.signup-step.active {
  display: block;
}
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.btn-back {
  background: none;
  border: none;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
  padding: 0;
  transition: color 0.2s;
  font-family: inherit;
}
.btn-back:hover {
  color: #fff;
}

.signup-step h1 {
  font-size: 2.2rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.signup-step h1 .title-primary {
  color: #fff;
}
.signup-step h1.title-accent,
.signup-step h1 .title-accent {
  color: var(--azure);
}
.step-subtitle {
  font-size: 1rem;
  color: var(--muted);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

/* Account Cards */
.account-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.account-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  background: var(--navy);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 1.75rem;
  cursor: pointer;
  transition: transform 0.2s, border-color 0.2s, box-shadow 0.2s;
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  width: 100%;
}
.account-card:hover {
  transform: translateY(-2px);
  border-color: var(--azure-border);
  background: var(--navy-light);
}
.account-card.corporate:hover {
  border-color: var(--green);
}
.ac-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: var(--azure-dim);
  color: var(--azure);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}
.account-card.corporate .ac-icon {
  background: rgba(37, 211, 102, 0.15);
  color: var(--green);
}
.account-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}
.account-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}
.ac-action {
  margin-top: 1.25rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--green);
}

/* Forms */
.form-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.form-grid.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.signup-field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}
.signup-field label {
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.signup-field .optional-label {
  color: var(--muted);
  font-size: 0.68rem;
  text-transform: none;
  letter-spacing: normal;
}
.signup-field input:not([type="checkbox"]), .signup-field select {
  background: var(--navy);
  border: 1px solid var(--border);
  color: #fff;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
  width: 100%;
}
.signup-field input::placeholder {
  color: rgba(255,255,255,0.25);
}
.signup-field input:focus, .signup-field select:focus {
  outline: none;
  border-color: var(--azure);
  box-shadow: 0 0 0 3px var(--azure-dim);
}

.phone-group {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 1rem;
}

.checkbox-field {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
  margin: 1.5rem 0;
}
.checkbox-field input {
  margin-top: 0.2rem;
  width: 1.1rem;
  height: 1.1rem;
  accent-color: var(--azure);
}
.checkbox-text {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.5;
}

.field-hint {
  font-size: 0.75rem;
  color: var(--muted);
  margin-top: 0.4rem;
}

.error-msg {
  color: #ff6b6b;
  font-size: 0.85rem;
  font-weight: 500;
  min-height: 1.2rem;
  margin-bottom: 1rem;
}
.error-msg ul {
  margin: 0.45rem 0 0 1.1rem;
  padding: 0;
}
.error-msg li + li {
  margin-top: 0.2rem;
}

.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}
.center-actions {
  justify-content: center;
  border-top: none;
  padding-top: 1rem;
}

.btn-primary {
  background: var(--green);
  color: var(--navy);
  padding: 0.9rem 2rem;
  border-radius: 6px;
  font-family: inherit;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: opacity 0.2s, transform 0.15s;
}
.btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.btn-large {
  padding: 1.1rem 2.5rem;
  font-size: 1.05rem;
}

/* Custom Select */
.custom-select {
  position: relative;
  width: 100%;
}
.cs-trigger {
  background: var(--navy);
  border: 1px solid var(--border);
  color: #fff;
  padding: 0.9rem 1rem;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cs-trigger:focus {
  outline: none;
  border-color: var(--azure);
  box-shadow: 0 0 0 3px var(--azure-dim);
}
.cs-selected {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cs-chevron {
  color: var(--muted);
  flex-shrink: 0;
}
.cs-dropdown {
  position: absolute;
  top: calc(100% + 0.4rem);
  left: 0;
  right: 0;
  background: var(--navy-mid);
  border: 1px solid var(--azure-border);
  border-radius: 8px;
  z-index: 100;
  display: none;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  max-height: 280px;
  overflow: hidden;
}
.custom-select.open .cs-dropdown {
  display: flex;
}
.cs-search {
  padding: 0.85rem 1rem;
  background: var(--navy);
  border: none;
  border-bottom: 1px solid var(--border);
  color: #fff;
  font-size: 0.95rem;
  outline: none;
  width: 100%;
}
.cs-options {
  overflow-y: auto;
  flex: 1;
}
.cs-option {
  display: block;
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  font-family: inherit;
  padding: 0.75rem 1rem;
  cursor: pointer;
  color: #fff;
  font-size: 0.9rem;
}
.cs-option:hover,
.cs-option:focus-visible,
.cs-option.highlighted {
  background: var(--azure-dim);
  outline: none;
}

/* Callouts */
.info-callout {
  background: var(--azure-dim);
  border-left: 3px solid var(--azure);
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 2rem;
}
.info-callout p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.9);
  margin: 0;
  line-height: 1.5;
}
.info-callout a {
  color: var(--azure);
  font-weight: 600;
  text-decoration: none;
}
.info-callout a:hover {
  text-decoration: underline;
}

.success-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(37, 211, 102, 0.15);
  color: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.success-icon svg {
  width: 40px;
  height: 40px;
}
#step-7 {
  text-align: center;
  padding: 2rem 0;
}
#step-7 h1 {
  font-size: 2.5rem;
}
#step-7 .step-subtitle {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */
@media (max-width: 900px) {
  .signup-container {
    grid-template-columns: 1fr;
    grid-template-areas:
      "progress"
      "content"
      "trust";
    gap: 2rem;
  }
  .signup-trust {
    position: static;
  }
  .signup-content {
    padding: 2rem 1.5rem;
  }
  .form-grid.cols-2 {
    grid-template-columns: 1fr;
  }
  .phone-group {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .phone-group .prefix-field {
    margin-bottom: 0.75rem;
  }
}
@media (max-width: 480px) {
  .signup-main {
    padding-top: 120px;
  }
  .signup-step h1 {
    font-size: 1.8rem;
  }
}
