@charset "UTF-8";
.signup-v2-wrap * {
  box-sizing: border-box;
}
.signup-v2-wrap {
  font-family: Inter, system-ui, sans-serif;
  display: flex;
  flex-direction: column;
  min-height: auto;
  background:transparent;
}
.su-hdr {
  height: 60px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 36px;
  flex-shrink: 0;
  z-index: 10;
  position: relative;
}
.su-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.su-logo-kdk {
  font-size: 20px;
  font-weight: 700;
  color: #31719b;
  letter-spacing: -0.3px;
}
.su-logo-sw {
  font-size: 9px;
  font-weight: 600;
  color: #fc7d72;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: block;
  margin-top: -2px;
}
.su-hdr-right {
  font-size: 12px;
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
}
.su-dot-green {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #22c55e;
  display: inline-block;
}
.su-split {
  display: flex;
  flex: 1;
}
 
.su-panel-left {
  width: 50%;
  background: #f8fafc;
  border-right: 1px solid #e2e8f0;
  padding: 28px 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-width: 500px;
}
/* .su-panel-left:before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: #31719b0f;
  pointer-events: none;
} 
.su-panel-left:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fc7d720f;
  pointer-events: none;
}*/
.su-left-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e8f2f9;
  color: #31719b;
  font-size: 10px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 10px;
  width: fit-content;
  border: 1px solid #c5ddef;
}
.su-left-eyebrow-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fc7d72;
  flex-shrink: 0;
}
.su-left-h1 {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a5f;
  line-height: 1.3;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}
.su-left-h1 em {
  font-style: normal;
  color: #31719b;
}
.su-left-sub {
  font-size: 12px;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 14px;
}
.su-stat-row {
  display: flex;
  gap: 0;
  margin-bottom: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.su-stat {
  flex: 1;
  padding: 10px 0;
  text-align: center;
  border-right: 1px solid #e2e8f0;
}
.su-stat:last-child {
  border-right: none;
}
.su-stat-num {
  font-size: 16px;
  font-weight: 700;
  color: #1e3a5f;
}
.su-stat-lbl {
  font-size: 9px;
  color: #94a3b8;
  margin-top: 2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.su-feats {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.su-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 2px 0;
}
.su-feat-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #e8f2f9;
  border: 1px solid #c5ddef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.su-feat-check svg {
  width: 9px;
  height: 9px;
}
.su-feat-title {
  font-size: 12px;
  font-weight: 400;
  color: #334155;
  line-height: 1.3;
}
.su-feat-desc {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 1px;
  line-height: 1.4;
}
.su-trust-block {
  padding-top: 10px;
  border-top: 1px solid #e8edf2;
}
.su-trust-label {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a5f;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.su-trust-logos {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.su-trust-logos img {
  width: 90px;
  background-color: #fff;
  padding: 5px;
}
.su-trust-logos img:hover {
  transform: scale(0.9);
}
.su-panel-right {
  width: 50%;
  background: #eef2f7;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.su-form-card {
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 4px 24px #1e3a5f1a,
    0 1px 4px #1e3a5f0f;
  padding: 22px 30px;
  border: 1px solid #e2e8f0;
}
.su-form-head {
  margin-bottom: 12px;
  text-align: center;
}
.su-form-eyebrow {
  font-size: 10px;
  font-weight: 700;
  color: #fc7d72;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.su-form-title {
  font-size: 18px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 3px;
  letter-spacing: -0.3px;
}
.su-form-sub {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.3;
}
.su-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #eef2f7;
  border-radius: 10px;
  padding: 4px;
  gap: 4px;
  margin-bottom: 10px;
}
.su-tab {
  padding: 8px;
  border: none;
  background: transparent;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  color: #94a3b8;
  transition: all 0.22s;
  font-family: Inter, system-ui, sans-serif;
  text-align: center;
  line-height: 1.4;
}
.su-tab:hover:not(.active) {
  background: #31719b14;
  color: #31719b;
}
.su-tab.active {
  background: #31719b;
  color: #fff;
  box-shadow: 0 2px 8px #31719b4d;
  font-weight: 700;
}
.su-tab-hint {
  background: #f0f7fc;
  border: 1px solid #c5ddef;
  border-radius: 8px;
  padding: 6px 12px;
  margin-bottom: 10px;
  font-size: 11px;
  color: #255a7c;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.su-hint-icon {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #31719b;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.su-hint-icon svg {
  width: 9px;
  height: 9px;
}
.su-q-label {
  font-size: 12px;
  font-weight: 700;
  color: #334155;
  margin-bottom: 7px;
}
.su-q-options {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 8px;
}
.su-q-opt {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 12px;
  cursor: pointer;
  transition:
    border-color 0.18s,
    background 0.18s,
    box-shadow 0.18s;
  background: #fff;
}
.su-q-opt:hover {
  border-color: #a8c4d8;
  background: #f8fbfd;
  box-shadow: 0 2px 8px #31719b14;
}
.su-q-opt.selected {
  border-color: #31719b;
  background: #eef7ff;
  box-shadow: 0 2px 10px #31719b1f;
}
.su-q-opt.selected .su-q-opt-icon {
  background: #daeaf5;
}
.su-q-opt.selected .su-q-opt-radio {
  border-color: #31719b;
}
.su-q-opt.selected .su-q-opt-radio-dot {
  display: block;
}
.su-q-opt-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f0f4f8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
  transition: background 0.18s;
}
.su-q-opt-body {
  flex: 1;
}
.su-q-opt-title {
  font-size: 13px;
  font-weight: 600;
  color: #1e3a5f;
  line-height: 1.3;
}
.su-q-opt-desc {
  font-size: 11px;
  color: #94a3b8;
  margin-top: 1px;
  line-height: 1.3;
}
.su-q-opt-radio {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #cbd5e1;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.18s;
}
.su-q-opt-radio-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #31719b;
  display: none;
}
.su-details-form {
  overflow: hidden;
  transition:
    max-height 0.45s ease,
    opacity 0.35s ease;
}
.su-details-inner {
  padding-top: 12px;
  border-top: 1.5px dashed #e2e8f0;
  margin-top: 12px;
}
.su-field {
  margin-bottom: 7px;
}
.su-field label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  margin-bottom: 3px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.su-field input,
.su-field select {
  width: 100%;
  padding: 7px 12px;
  border: 1.5px solid #e2e8f0;
  border-radius: 0 8px 8px 0;
  font-size: 13px;
  font-family: Inter, system-ui, sans-serif;
  color: #1e3a5f;
  background: #fff;
  outline: none;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.su-field input:hover,
.su-field select:hover {
  border-color: #a8c4d8;
}
.su-field input:focus,
.su-field select:focus {
  border-color: #31719b;
  box-shadow: 0 0 0 3px #31719b1a;
}
.su-field input.su-err,
.su-field select.su-err {
  border-color: #fc7d72;
  box-shadow: 0 0 0 3px #fc7d721a;
}
.su-field input:disabled,
.su-field select:disabled {
  background: #f1f5f9;
  color: #64748b;
  cursor: not-allowed;
}
.su-field-err {
  font-size: 10px;
  color: #fc7d72;
  margin-top: 3px;
}
.su-row2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.su-mobile-wrap {
  display: flex;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
  background: #fff;
}
.su-mobile-wrap:focus-within {
  border-color: #31719b;
  box-shadow: 0 0 0 3px #31719b1a;
}
.su-mobile-wrap.su-err {
  border-color: #fc7d72;
  box-shadow: 0 0 0 3px #fc7d721a;
}
.su-mobile-flag {
  display: flex;
  align-items: center;
  padding: 0 8px;
  border-right: 1.5px solid #e2e8f0;
  background: #f8fafc;
}
.su-mobile-flag img {
  height: 16px;
  width: auto;
}
.su-mobile-input {
  flex: 1;
  padding: 7px 12px;
  border: none;
  outline: none;
  font-size: 13px;
  font-family: Inter, system-ui, sans-serif;
  color: #1e3a5f;
  background: transparent;
}
.su-mobile-input::placeholder {
  color: #94a3b8;
}
.su-mobile-input:disabled {
  background: #f1f5f9;
  color: #64748b;
  cursor: not-allowed;
}
.su-pwd-wrap {
  position: relative;
}
.su-pwd-wrap input {
  padding-right: 36px;
}
.su-pwd-toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #94a3b8;
  padding: 0;
  display: flex;
  align-items: center;
}
.su-pwd-toggle:hover {
  color: #31719b;
}
.su-pwd-toggle svg {
  width: 15px;
  height: 15px;
}
.su-btn-primary {
  width: 100%;
  padding: 11px;
  background: #31719b;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: Inter, system-ui, sans-serif;
  margin-top: 4px;
  transition:
    background 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
  letter-spacing: 0.2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.su-btn-primary:hover:not(:disabled) {
  background: #255a7c;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px #31719b4d;
}
.su-btn-primary:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: none;
}
.su-btn-primary:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}
.su-sec-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #f0f4f8;
}
.su-sec-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #cbd5e1;
  font-weight: 500;
}
.su-sec-item svg {
  width: 11px;
  height: 11px;
}
.su-form-footer {
  text-align: center;
  font-size: 11px;
  color: #94a3b8;
  margin-top: 10px;
  line-height: 1.6;
}
.su-form-footer a,
.su-form-footer button.su-link {
  color: #31719b;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 11px;
  padding: 0;
  font-family: inherit;
}
.su-form-footer a:hover,
.su-form-footer button.su-link:hover {
  text-decoration: underline;
}
@keyframes suSpin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes suShake {
  0%,
  to {
    transform: translate(0);
  }
  20% {
    transform: translate(-6px);
  }
  40% {
    transform: translate(6px);
  }
  60% {
    transform: translate(-4px);
  }
  80% {
    transform: translate(4px);
  }
}
.su-otp-stage {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #eef2f7;
  font-family: Inter, system-ui, sans-serif;
  height: fit-content;
}
.su-otp-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 20px;
}
.su-otp-card {
  background: #fff;
  border-radius: 16px;
  box-shadow:
    0 4px 24px #1e3a5f1a,
    0 1px 4px #1e3a5f0f;
  padding: 36px 40px;
  border: 1px solid #e2e8f0;
  width: 100%;
  max-width: 440px;
  text-align: center;
}
.su-s-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
.su-s-icon svg {
  width: 28px;
  height: 28px;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.su-s-icon.blue {
  background: #e8f2f9;
}
.su-s-icon.blue svg {
  stroke: #31719b;
}
.su-s-icon.green {
  background: #e6f9f0;
}
.su-s-icon.green svg {
  stroke: #128c7e;
}
.su-s-title {
  font-size: 21px;
  font-weight: 700;
  color: #1a2332;
  letter-spacing: -0.5px;
  line-height: 1.2;
  margin-bottom: 7px;
}
.su-s-sub {
  font-size: 13.5px;
  color: #6b7a8d;
  text-align: center;
  margin: 0 0 20px;
  line-height: 1.55;
}
.su-s-sub strong {
  color: #1a2332;
  font-weight: 700;
}
.su-hdiv {
  height: 1px;
  background: #d9e3ee;
  margin: 0 0 22px;
}
.su-sent-strip {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.su-sent-strip svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.su-sent-strip.wa {
  background: #e6f9f0;
  color: #128c7e;
}
.su-sent-strip.wa svg {
  fill: #128c7e;
  stroke: none;
}
.su-sent-strip.sms {
  background: #e8f2f9;
  color: #31719b;
}
.su-sent-strip.sms svg {
  fill: none;
  stroke: #31719b;
}
.su-otp-boxes {
  display: flex;
  gap: 8px;
  justify-content: center;
  margin: 18px 0 0;
}
.su-otp-boxes.su-otp-err {
  animation: suShake 0.35s ease;
}
.su-otp-box {
  width: 48px;
  height: 56px;
  border: 1.5px solid #d9e3ee;
  border-radius: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #1a2332;
  text-align: center;
  outline: none;
  background: #fafcff;
  font-family: Inter, system-ui, sans-serif;
  caret-color: transparent;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.su-otp-box:focus {
  border-color: #31719b;
  box-shadow: 0 0 0 3px #31719b26;
  background: #fff;
}
.su-otp-box.su-err-cell {
  border-color: #e03e34;
  background: #fff5f5;
}
.su-otp-single-wrap {
  margin: 18px 0 0;
}
.su-otp-single-wrap input {
  width: 100%;
  padding: 10px 14px;
  border: 1.5px solid #d9e3ee;
  border-radius: 9px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #1a2332;
  outline: none;
  background: #fafcff;
  font-family: Inter, system-ui, sans-serif;
  letter-spacing: 6px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}
.su-otp-single-wrap input:focus {
  border-color: #31719b;
  box-shadow: 0 0 0 3px #31719b26;
  background: #fff;
}
.su-etext {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 12px;
  color: #e03e34;
  margin-top: 8px;
  font-weight: 500;
}
.su-etext.show {
  display: flex;
}
.su-etext svg {
  width: 14px;
  height: 14px;
  stroke: #e03e34;
  stroke-width: 2;
  fill: none;
  flex-shrink: 0;
}
.su-fp-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 22px;
}
.su-btn-cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  transition:
    opacity 0.2s,
    transform 0.1s;
}
.su-btn-cta .su-spinner {
  display: none;
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-top-color: #fff;
  border-radius: 50%;
  animation: suSpin 0.7s linear infinite;
  flex-shrink: 0;
}
.su-btn-cta .su-btn-text {
  transition: opacity 0.2s;
}
.su-btn-cta .su-arrow {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s;
}
.su-btn-cta:hover:not(:disabled) {
  opacity: 0.9;
}
.su-btn-cta:active:not(:disabled) {
  transform: scale(0.98);
}
.su-btn-cta:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.su-btn-cta.su-loading {
  pointer-events: none;
}
.su-btn-cta.su-loading .su-spinner {
  display: block;
}
.su-btn-cta.su-loading .su-arrow {
  display: none;
}
.su-btn-cta.su-btn-blue {
  background: #31719b;
  color: #fff;
  box-shadow: 0 3px 12px #31719b47;
}
.su-btn-cta.su-btn-green {
  background: #25d366;
  color: #fff;
  box-shadow: 0 3px 12px #25d36647;
}
.su-btn-ghost {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 100%;
  height: 40px;
  border: 1.5px solid #d9e3ee;
  border-radius: 9px;
  background: transparent;
  font-size: 13.5px;
  font-weight: 600;
  color: #6b7a8d;
  cursor: pointer;
  font-family: inherit;
  transition:
    border-color 0.2s,
    color 0.2s;
}
.su-btn-ghost svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.su-btn-ghost:hover {
  border-color: #31719b;
  color: #31719b;
}
.su-resend-row {
  text-align: center;
  font-size: 13px;
  color: #6b7a8d;
  margin-top: 16px;
}
.su-resend-link {
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: #31719b;
  cursor: pointer;
  text-decoration: none;
}
.su-resend-link.dim,
.su-resend-link:disabled {
  color: #6b7a8d;
  cursor: default;
  pointer-events: none;
}
.su-resend-link:hover:not(.dim):not(:disabled) {
  text-decoration: underline;
}
.su-cd {
  font-size: 12px;
  color: #6b7a8d;
  margin-left: 4px;
}
.su-btn-back-inline {
  width: auto;
  padding: 0 12px;
  margin-bottom: 16px;
  justify-content: flex-start;
}
.su-wa-banner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f0fdf4;
  border: 1.5px solid #bbf7d0;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 22px;
  text-align: left;
}
.su-wa-banner .su-wa-banner-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.su-wa-banner .su-wa-banner-text .title {
  font-size: 13px;
  font-weight: 700;
  color: #15803d;
}
.su-wa-banner .su-wa-banner-text .sub {
  font-size: 11px;
  color: #16a34a;
  margin-top: 2px;
}
.su-otp-title-block {
  text-align: center;
  margin-bottom: 20px;
}
.su-otp-title-block h2 {
  font-size: 20px;
  font-weight: 700;
  color: #1e3a5f;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}
.su-otp-title-block .su-masked-num {
  font-size: 15px;
  font-weight: 700;
  color: #31719b;
  margin: 0;
}
.su-otp-benefits {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 14px 16px;
  margin-top: 18px;
  margin-bottom: 16px;
  text-align: left;
}
.su-otp-benefits .su-otp-benefits-label {
  font-size: 9px;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.su-otp-benefits .su-otp-benefit-item {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  font-size: 12px;
  color: #334155;
  font-weight: 500;
}
.su-otp-benefits .su-otp-benefit-item.last {
  margin-bottom: 0;
}
.su-otp-benefits .su-otp-benefit-check {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e8f2f9;
  border: 1px solid #c5ddef;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.su-otp-quote {
  text-align: center;
  margin-bottom: 12px;
  font-size: 11px;
  color: #94a3b8;
  font-style: italic;
}
.su-resend-dual {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #f0f4f8;
  padding-top: 12px;
}
.su-resend-dual .su-resend-wa {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  color: #25d366;
  padding: 0 16px 0 0;
  border-right: 1px solid #e2e8f0;
  transition: opacity 0.2s;
}
.su-resend-dual .su-resend-wa.dim,
.su-resend-dual .su-resend-wa:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.su-resend-dual .su-resend-wa .su-resend-wa-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #25d366;
  display: inline-block;
  flex-shrink: 0;
}
.su-resend-dual .su-resend-sms {
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
  padding: 0 0 0 16px;
  transition: opacity 0.2s;
}
.su-resend-dual .su-resend-sms.dim,
.su-resend-dual .su-resend-sms:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.su-resend-countdown {
  text-align: center;
  margin-top: 8px;
  font-size: 11px;
  color: #94a3b8;
}
.su-resend-countdown span {
  font-weight: 600;
  color: #64748b;
}
@media (max-width: 860px) {
  .su-split {
    flex-direction: column-reverse;
  }
  .su-panel-left,
  .su-panel-right {
    width: 100%;
  }
  .su-panel-left {
    padding: 28px 24px;
    border-right: none;
    border-bottom: 1px solid #e2e8f0;
  }
  .su-panel-right,
  .su-form-card {
    padding: 24px 20px;
  }
  .su-hdr {
    padding: 0 20px;
  }
  .su-row2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .su-otp-card {
    padding: 28px 20px;
  }
  .su-otp-box {
    width: 38px;
    height: 44px;
    font-size: 18px;
  }
}
.toolbox:before {
  content: "";
  background-color: #fff;
  border-left: 1px solid #f1e5e5;
  border-bottom: 1px solid #f1e5e5;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 65px;
  transform: rotate(45deg);
  right: 0;
  left: -11px;
}
.toolbox {
  position: absolute;
  z-index: 333;
  padding: 3px 10px;
  top: -60px !important;
  right: -11.2rem !important;
  background-color: #fff;
  box-shadow: 2px 2px 3px #fbf6f6;
  border-radius: 2px;
  border: 1px solid #f1e5e5;
  display: block;
}
.passlist {
  padding: 0 2px 0 5px;
}
.passlist span {
  font-size: 9px;
}
p.passmust {
  font-size: 13px;
  padding: 0 4px;
  margin-bottom: 0;
}
span.passlisticon {
  padding: 0 6px 0 0;
  color: #e7dede;
  font-size: 9px;
}
span.passlisticon:hover {
  color: var(--secondary-color);
}
p.alsintextsiz {
  font-size: 14px;
}
.marquee {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: 190px;
}
.marquee-content {
  width: max-content;
  animation: scroll 50s linear infinite;
  display: flex;
}
.marquee .marquee-content .marquee-item {
  background-color: #fff;
  border-radius: 5px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 115px;
  margin: 0 20px;
  padding: 5px 10px;
  transition:
    transform 0.4s,
    filter 0.4s;
  display: flex;
  box-shadow: 2px 2px 10px #dbdbdb;
}
.marquee .marquee-content .marquee-item img {
  width: 115px;
  height: auto;
}
.marquee .marquee-content:hover .marquee-item {
  filter: blur(4px);
  transform: scale(0.9);
}
.marquee .marquee-content .marquee-item:hover {
  filter: none;
  transform: scale(1.4);
}
.su-panel-left {
	width: 50%;
	max-width: 780px;
	min-height: 31px;
	position: relative;
	padding: 28px 18px;
	overflow: hidden;
	border-right: 0px solid #e2e8f0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	background: transparent;
}
.spcloud_topbanner_bgimg:after {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 300px;
  height: 300px;
  background: #31719b14;
  border-radius: 50%;
  z-index: 0;
}
.spcloud_topbanner_bgimg:after {
  bottom: -40px;
  left: -30px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #fc7d720f;
  pointer-events: none;
}
.su-panel-left > * {
  position: relative;
  z-index: 1;
}
.su-left-h1 {
  font-size: clamp(30px, 3.5vw, 42px);
  font-weight: 800;
  color: #17345a;
  line-height: 1.08;
  margin-bottom: 20px;
  letter-spacing: -0.8px;
}
.su-left-sub {
  max-width: 640px;
  font-size: 16px;
  font-weight: 500;
  color: #557199;
  line-height: 1.45;
  margin-bottom: 22px;
}
.su-panel-left .conatiner,
.su-panel-left .container {
  width: 100%;
  padding: 0;
}
.su-panel-left .row {
  align-items: center;
}
.su-feats {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.su-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.su-feat-check {
  width: 21px;
  height: 21px;
  min-width: 21px;
  margin-top: 1px;
  border-radius: 50%;
  background: #eaf7ff;
  border: 1px solid #bfe2f5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.su-feat-check svg {
  width: 12px;
  height: 12px;
}
.su-feat-title {
  font-size: 15px;
  font-weight: 500;
  color: #082f63;
  line-height: 1.35;
}
.su-panel-left img.banner-img {
  width: 100% !important;
  max-width: 390px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-top: 0;
}
.su-panel-left img.banner-img {
	width: 100% !important;
	max-width: 380px;
	height: auto;
	display: block;
	margin-left: auto;
	margin: 00px 0px 15px;
    
}
.su-trust-block {
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid #dbe7f1;
}
.su-trust-label {
  font-size: 22px;
  font-weight: 800;
  color: #082f63;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 16px;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.marquee:before,
.marquee:after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.marquee-content {
  display: flex;
  gap: 22px;
  width: max-content;
  animation: scroll 45s linear infinite;
}
.marquee:hover .marquee-content {
  animation-play-state: paused;
}
.marquee-item {
  min-width: 145px;
  height: 90px;
  padding: 12px 18px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px #0f172a14;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marquee-item img {
  max-width: 120px;
  max-height: 100px;
  object-fit: contain;
}
.su-panel-right {
  width: 50%;
  background: transparent;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@keyframes scroll {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-50%);
  }
}
@media (max-width: 1024px) {
  .su-panel-left {
    width: 55%;
    padding: 26px 28px;
    max-width: 100% !important;
  }
  .su-left-h1 {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .su-left-sub {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .su-feats {
    gap: 7px;
  }
  .su-feat-title {
    font-size: 14.5px;
  }
  .su-panel-left img.banner-img {
    max-width: 340px;
  }
  .su-trust-label {
    font-size: 20px;
  }
  .marquee-item {
    min-width: 135px;
    height: 82px;
  }
}
@media (max-width: 767px) {
  .su-panel-left {
    width: 100%;
    min-height: auto;
    padding: 24px 18px;
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }
  .su-left-h1 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 14px;
    letter-spacing: -0.4px;
  }
  .su-left-sub {
    font-size: 15px;
    margin-bottom: 18px;
  }
  .su-feats {
    gap: 9px;
  }
  .su-feat-title {
    font-size: 14.5px;
  }
  .su-panel-left img.banner-img {
    max-width: 320px;
    margin: 20px auto 0;
  }
  .su-trust-block {
    margin-top: 22px;
    padding-top: 16px;
  }
  .su-trust-label {
    font-size: 18px;
  }
  .marquee-content {
    gap: 16px;
    animation-duration: 38s;
  }
  .marquee-item {
    min-width: 125px;
    height: 76px;
    padding: 10px 14px;
  }
  .marquee-item img {
    max-width: 105px;
    max-height: 55px;
  }
  .su-panel-right {
    width: 100%;
    padding: 24px 0px;
  }
}
