.financial-protection-page {
  width: 100%;
  min-height: 100vh;
  padding: 60px 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 155, 76, 0.06), transparent 30%),
    radial-gradient(
      circle at 90% 80%,
      rgba(59, 130, 246, 0.05),
      transparent 28%
    ),
    #f7f9fc;
}

.financial-protection-form-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  color: #101828;
}

.financial-protection-form {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.02),
    0 12px 32px rgba(16, 24, 40, 0.06),
    0 32px 70px rgba(16, 24, 40, 0.05);
  overflow: hidden;
   position: relative;
}

.financial-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 44px 34px;
  border-bottom: 1px solid #eaecf0;
  background: #ffffff;
}

.financial-header-content {
  min-width: 0;
}

.financial-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid #d1fae5;
  border-radius: 999px;
  background: #ecfdf3;
  color: #027a48;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.financial-header-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.12);
}

.financial-header-content h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #101828;
}

.financial-header-content p {
  max-width: 640px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #667085;
}

.financial-header-security {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  padding: 11px 14px;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  background: #fafbfc;
}

.security-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #ecfdf3;
  color: #039855;
}

.security-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-header-security strong {
  display: block;
  font-size: 11px;
  font-weight: 750;
  color: #344054;
}

.financial-header-security span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #98a2b3;
}

.financial-progress-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 100px;
  border-bottom: 1px solid #eaecf0;
  background: #fcfcfd;
}

.financial-progress-line {
  position: absolute;
  top: 50%;
  left: 130px;
  right: 130px;
  height: 2px;
  margin-top: -13px;
  background: #eaecf0;
  z-index: 1;
}

.financial-progress-line-active {
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 999px;
  transition: width 0.35s ease;
}

.financial-step {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  background: #fcfcfd;
}

.financial-step-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #d0d5dd;
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.financial-step .step-number {
  font-size: 12px;
  font-weight: 800;
  color: #98a2b3;
}

.financial-step .step-check {
  display: none;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.financial-step.active .financial-step-circle {
  border-color: #000;
  background: #000;
  box-shadow: 0 0 0 5px rgba(18, 183, 106, 0.1);
}

.financial-step.active .step-number {
  color: #ffffff;
}

.financial-step.completed .financial-step-circle {
  border-color: #000;
  background: #000;
}

.financial-step.completed .step-number {
  display: none;
}

.financial-step.completed .step-check {
  display: block;
}

.financial-step-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.financial-step-label {
  font-size: 10px;
  font-weight: 600;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.financial-step-content strong {
  font-size: 13px;
  font-weight: 700;
  color: #667085;
}

.financial-step.active .financial-step-content strong,
.financial-step.completed .financial-step-content strong {
  color: #101828;
}

.financial-step.active .financial-step-label,
.financial-step.completed .financial-step-label {
  color: #000;
}

.financial-form-body {
  padding: 34px 44px 36px;
  background: #f9fafb;
}

.financial-step-one,
.financial-step-two,
.financial-step-three  {
  display: none;
  width: 100%;
  animation: financialStepIn 0.35s ease;
}

.financial-step-one.active,
.financial-step-two.active,
.financial-step-three.active {
  display: block !important;
}

/* =====================================================
   API LOADER
===================================================== */

.financial-api-loader {
    position: absolute;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
}

.financial-api-loader.active {
    display: flex;
}

.financial-api-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
    padding: 24px 30px;
    border: none !important;
    border-radius: 14px;
    /* background: #ffffff; */
    box-shadow: none !important;
    text-align: center;
}

.financial-api-loader-content strong {
    font-size: 13px;
    font-weight: 700;
    color: #101828;
}

.financial-api-loader-content span:last-child {
    font-size: 11px;
    color: #667085;
}

.financial-api-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #e4e7ec;
    border-top-color: #000;
    border-radius: 50%;
    animation: financialApiSpin 0.7s linear infinite;
}

.financial-agreement-result {
    min-height: 520px;
    width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 60px 24px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(0, 155, 76, 0.08),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #f4fbf8 0%,
            #f8fafc 50%,
            #f4f7fb 100%
        );

    text-align: center;
    
}


/* =========================================
   SUCCESS CARD
========================================= */

.financial-agreement-result::before {
    content: "";
    position: absolute;
}

.financial-agreement-success {
    position: relative;
}


/* =========================================
   SUCCESS ICON
========================================= */

.financial-result-icon {
    width: 76px;
    height: 76px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 50%;

    font-size: 0;
    font-weight: 700;

    background: #e8f7ef;
    border: 8px solid #f4fbf7;

    box-shadow:
        0 0 0 1px rgba(0, 155, 76, 0.12),
        0 10px 30px rgba(0, 155, 76, 0.12);
}


/* Create checkmark */
.financial-result-icon.success::after {
    content: "";

    width: 25px;
    height: 13px;

    display: block;

    border-left: 3px solid #009b4c;
    border-bottom: 3px solid #009b4c;

    transform: rotate(-45deg);
    margin-top: -5px;
}


/* =========================================
   SUCCESS BADGE
========================================= */

.financial-agreement-success::after {
    content: "COMPLETED";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    order: 1;

    margin-top: 24px;
    padding: 7px 14px;

    border-radius: 999px;

    background: #e8f7ef;
    color: #008542;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}


/* =========================================
   HEADING
========================================= */

.financial-agreement-result h2 {
    margin: 0;

    color: #002d62;

    font-size: 34px;
    font-weight: 650;

    line-height: 1.25;
    letter-spacing: -0.7px;
}


/* =========================================
   DESCRIPTION
========================================= */

.financial-agreement-result p {
    max-width: 520px;

    margin: 14px 0 0;

    color: #64748b;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;
}


/* =========================================
   SUCCESS SPECIFIC
========================================= */

.financial-agreement-success .financial-result-icon {
    color: #009b4c;
}

.financial-agreement-success h2 {
    color: #002d62;
}

.financial-agreement-success p {
    color: #64748b;
}


/* =========================================
   FAILURE PAGE
========================================= */

.financial-agreement-failure .financial-result-icon {
    background: #fff1f1;
    border-color: #fff8f8;

    box-shadow:
        0 0 0 1px rgba(220, 38, 38, 0.12),
        0 10px 30px rgba(220, 38, 38, 0.10);
}

.financial-result-icon.error::after {
    content: "×";

    width: auto;
    height: auto;

    border: 0;
    transform: none;
    margin: 0;

    color: #dc2626;

    font-size: 38px;
    font-weight: 400;
}

.financial-agreement-failure h2 {
    color: #991b1b;
}

.financial-agreement-failure p {
    color: #64748b;
}

.financial-agreement-failure::after {
    content: "AGREEMENT NOT COMPLETED";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;
    padding: 7px 14px;

    border-radius: 999px;

    background: #fff1f1;
    color: #b42318;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .financial-agreement-result {
        min-height: 450px;
        padding: 40px 20px;
    }

    .financial-result-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 20px;
    }

    .financial-result-icon.success::after {
        width: 22px;
        height: 11px;
    }

    .financial-agreement-result h2 {
        font-size: 27px;
        letter-spacing: -0.4px;
    }

    .financial-agreement-result p {
        max-width: 360px;
        font-size: 15px;
        line-height: 1.6;
    }
}

@keyframes financialApiSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes financialStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.financial-card {
  margin-bottom: 22px;
  border: 1px solid #e4e7ec;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.025);
  overflow: hidden;
}

.financial-card:last-child {
  margin-bottom: 0;
}

.financial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #eaecf0;
  background: linear-gradient(180deg, #ffffff, #fcfcfd);
}

.financial-card-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.financial-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 11px;
}

.financial-card-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-card-icon.green {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #000;
}

.financial-card-icon.blue {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #000;
}

.financial-card-icon.purple {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #000;
}

.financial-card-header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #101828;
}

.financial-card-header p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
}

.financial-card-number {
  font-size: 11px;
  font-weight: 800;
  color: #d0d5dd;
  letter-spacing: 0.08em;
}

.financial-card-body {
  padding: 26px 24px;
}

.financial-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.financial-form-field {
  margin-bottom: 20px;
}

.financial-form-grid .financial-form-field {
  margin-bottom: 0;
}

.financial-form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #344054;
}

.required {
  margin-left: 2px;
  color: #d92d20;
}

.financial-form-input {
  display: block;
  width: 100% !important;
  height: 48px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #101828 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.02) !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.financial-form-input::placeholder {
  color: #98a2b3;
}

.financial-form-input:hover {
  border-color: #98a2b3 !important;
}

.financial-form-input:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.1) !important;
}

.financial-form-input[readonly] {
  background: #f8fafc !important;
  color: #475467 !important;
}

.dealer-search-box {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.dealer-input-container {
  position: relative;
  flex: 1;
  min-width: 0;
}

.dealer-input-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #98a2b3;
  pointer-events: none;
}

.dealer-input-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealer-input-container .financial-form-input {
  padding-left: 42px !important;
}

.financial-lookup-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 120px !important;
  height: 48px !important;
  padding: 0 18px !important;
  border: 1px solid #101828 !important;
  border-radius: 10px !important;
  background: #101828 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.financial-lookup-button:hover {
  background: #1d2939;
  box-shadow: 0 7px 16px rgba(16, 24, 40, 0.16);
}

.financial-lookup-button:active {
  transform: translateY(1px);
}

.lookup-button-arrow {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lookup-button-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: financialSpin 0.7s linear infinite;
}

.financial-lookup-button.loading .lookup-button-loader {
  display: block;
}

.financial-lookup-button.loading .lookup-button-arrow {
  display: none;
}

.financial-lookup-button.loading .lookup-button-text {
  opacity: 0.8;
}

@keyframes financialSpin {
  to {
    transform: rotate(360deg);
  }
}

.financial-field-helper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 11px;
  color: #98a2b3;
}

.financial-field-helper svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealer-lookup-message {
  min-height: 17px;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1.5;
}

.dealer-lookup-message.success {
  color: #027a48;
}

.dealer-lookup-message.error {
  color: #b42318;
}

.dealership-result {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #abefc6;
  border-radius: 13px;
  background: #f6fef9;
  animation: financialResultIn 0.3s ease;
}

@keyframes financialResultIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dealership-result-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
}

.dealership-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: #000;
  color: #ffffff;
}

.dealership-success-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealership-result-top strong {
  display: block;
  font-size: 12px;
  font-weight: 750;
  color: #027a48;
}

.dealership-result-top span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #667085;
}
.manual-dealership-details {
  margin-top: 20px;
  animation: financialResultIn 0.3s ease;
  margin-bottom: 15px !important;
}

.manual-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  padding: 13px 14px;
  border: 1px solid #fedf89;
  border-radius: 10px;
  background: #fffcf5;
}

.manual-notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #f79009;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.manual-notice strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #7a2e0e;
}

.manual-notice p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #b54708;
}

.financial-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.financial-option-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 17px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.financial-option-card:hover {
  border-color: #b8c1cc;
  box-shadow: 0 5px 18px rgba(16, 24, 40, 0.05);
  transform: translateY(-1px);
}

.financial-option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.financial-option-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1.5px solid #d0d5dd;
  border-radius: 6px;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.financial-option-check span {
  display: block;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.18s ease;
}

.financial-option-card:has(input:checked) {
  border-color: #000;
  background: #f4f4f4;
  box-shadow:
    0 0 0 1px #000,
    0 8px 22px rgba(18, 183, 106, 0.08);
}

.financial-option-card:has(input:checked) .financial-option-check {
  border-color: #000;
  background: #000;
}

.financial-option-card:has(input:checked) .financial-option-check span {
  transform: rotate(-45deg) scale(1);
}

.financial-option-main {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 1;
  min-width: 0;
}

.financial-option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 11px;
}

.financial-option-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-option-icon.green {
  background: #f4f4f4;
  color: #000;
}

.financial-option-icon.orange {
  background: #f4f4f4;
  color: #000;
}

.financial-option-icon.blue {
  background: #f4f4f4;
  color: #000;
}

.financial-option-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.financial-option-text strong {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  color: #101828;
}

.financial-option-text span {
  font-size: 11px;
  line-height: 1.5;
  color: #667085;
}

.financial-option-status {
  flex: 0 0 auto;
}

.financial-option-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #eaecf0;
  border-radius: 999px;
  background: #f9fafb;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.financial-option-card:has(input:checked) .financial-option-status span {
  border-color: #b7ebcd;
  background: #e9f9f0;
  color: #027a48;
}

/* .financial-option-card:has(input:checked) .financial-option-status span::after {
  content: "ed";
} */

.financial-selection-summary {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 13px 14px;
  border: 1px solid #eaecf0;
  border-radius: 11px;
  background: #fafbfc;
}

.summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  background: #f4f4f4;
  color: #000;
}

.summary-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-selection-summary strong {
  display: block;
  font-size: 11px;
  font-weight: 750;
  color: #344054;
}

.financial-selection-summary span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #98a2b3;
}

.financial-review-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 13px;
  background: #f4f4f4;
}

.review-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 9px;
  background: #f4f4f4;
  color: #000;
}

.review-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-review-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 750;
  color: #000;
}

.financial-review-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #667085;
}

.financial-form-message {
  display: none;
  margin: 0 44px 20px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.financial-form-message.error {
  display: block;
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #b42318;
}

.financial-form-message.success {
  display: block;
  border: 1px solid #abefc6;
  background: #ecfdf3;
  color: #027a48;
}

.financial-form-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 44px;
  border-top: 1px solid #eaecf0;
  background: #ffffff;
}

.financial-footer-progress {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  margin-right: 14px;
  color: #98a2b3;
  font-size: 11px;
}

.financial-footer-progress strong {
  color: #344054;
  font-weight: 750;
}

.financial-form-button {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  height: 46px !important;
  min-width: 108px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.financial-form-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-form-button:active {
  transform: translateY(1px);
}

.financial-form-next {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #ffffff !important;
}

.financial-form-next:hover {
  border-color: #000 !important;
  background: #000 !important;
}

/* BACK */

.financial-form-back {
  border: 1px solid #d0d5dd !important;
  background: #ffffff !important;
  color: #344054 !important;
}

.financial-form-back:hover {
  border-color: #98a2b3 !important;
  background: #f9fafb !important;
}

/* =====================================================
   AGREEMENT STEP
===================================================== */

.financial-agreement-content {
    text-align: center;
    padding: 30px 20px;
}

.financial-agreement-qr {
    width: 220px;
    min-height: 220px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.financial-agreement-qr img {
    display: block;
    margin: 0 auto;
}

.financial-agreement-content h3 {
    margin: 0 0 10px;
}

.financial-agreement-content p {
    max-width: 600px;

    margin: 0 auto 25px;
}

.financial-agreement-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    text-decoration: none;
}

/* ============================================================
   PROTECTION TYPE
   ============================================================ */

/* .financial-protection-type {
    margin-bottom: 24px;
    padding: 20px;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    background: #f8fafc;
} */

.dealership-result {
    margin-top: 16px;
    padding: 20px;
    border: 1px solid #f4f4f4;
    border-radius: 14px;
    background: #f4f4f4;
}

.dealership-result-header {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #e2e9e4;
}

.dealership-result-icon {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    background: #f4f4f4;
    color: #000;
    font-weight: 700;
}

.dealership-result-header strong {
    display: block;
    font-size: 15px;
    color: #1f2937;
}

.dealership-result-header p {
    margin: 4px 0 0;
    font-size: 13px;
    color: #6b7280;
}

.dealership-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 24px;
}

.dealership-result-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dealership-result-item span {
    font-size: 12px;
    color: #6b7280;
}

.dealership-result-item strong {
    font-size: 14px;
    color: #1f2937;
    word-break: break-word;
}

@media (max-width: 767px) {

    .dealership-result-grid {
        grid-template-columns: 1fr;
    }
}

.financial-protection-type-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.financial-protection-type-title strong {
    font-size: 16px;
    color: #111827;
}

.financial-protection-type-title span {
    font-size: 13px;
    color: #6b7280;
}

.financial-protection-type-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.financial-protection-type-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #dbe1e8;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.financial-protection-type-option:hover {
    border-color: #000;
    /* background: #f8fffb; */
}

.financial-protection-type-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.protection-radio {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    position: relative;
}

.financial-protection-type-option input:checked + .protection-radio {
    border-color: #000;
}

.financial-protection-type-option input:checked + .protection-radio::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.protection-type-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.protection-type-content strong {
    font-size: 14px;
    color: #111827;
}

.protection-type-content span {
    font-size: 12px;
    color: #6b7280;
}



/* ============================================================
   DISABLED PROTECTION OPTION
   ============================================================ */

.financial-option-card.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    background: #f3f4f6;
}

.financial-option-card.disabled .financial-option-text strong,
.financial-option-card.disabled .financial-option-text span {
    color: #9ca3af;
}

.financial-option-card.disabled .financial-option-icon {
    opacity: 0.45;
}

.financial-option-card.disabled .financial-option-status span {
    color: #9ca3af;
}

.financial-protection-page {
  width: 100%;
  min-height: 100vh;
  padding: 60px 20px;
  box-sizing: border-box;
  background:
    radial-gradient(circle at 15% 10%, rgba(0, 155, 76, 0.06), transparent 30%),
    radial-gradient(
      circle at 90% 80%,
      rgba(59, 130, 246, 0.05),
      transparent 28%
    ),
    #f7f9fc;
}

.financial-protection-form-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  color: #101828;
}

.financial-protection-form {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  box-shadow:
    0 1px 2px rgba(16, 24, 40, 0.02),
    0 12px 32px rgba(16, 24, 40, 0.06),
    0 32px 70px rgba(16, 24, 40, 0.05);
  overflow: hidden;
   position: relative;
}

.financial-form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 44px 34px;
  border-bottom: 1px solid #eaecf0;
  background: #ffffff;
}

.financial-header-content {
  min-width: 0;
}

.financial-header-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 10px;
  border: 1px solid #d1fae5;
  border-radius: 999px;
  background: #ecfdf3;
  color: #027a48;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.financial-header-badge-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  box-shadow: 0 0 0 3px rgba(18, 183, 106, 0.12);
}

.financial-header-content h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 750;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #101828;
}

.financial-header-content p {
  max-width: 640px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.65;
  color: #667085;
}

.financial-header-security {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  padding: 11px 14px;
  border: 1px solid #eaecf0;
  border-radius: 12px;
  background: #fafbfc;
}

.security-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: #ecfdf3;
  color: #039855;
}

.security-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-header-security strong {
  display: block;
  font-size: 11px;
  font-weight: 750;
  color: #344054;
}

.financial-header-security span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #98a2b3;
}

.financial-progress-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 100px;
  border-bottom: 1px solid #eaecf0;
  background: #fcfcfd;
}

.financial-progress-line {
  position: absolute;
  top: 50%;
  left: 130px;
  right: 130px;
  height: 2px;
  margin-top: -13px;
  background: #eaecf0;
  z-index: 1;
}

.financial-progress-line-active {
  width: 0;
  height: 100%;
  background: #000;
  border-radius: 999px;
  transition: width 0.35s ease;
}

.financial-step {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 10px;
  background: #fcfcfd;
}

.financial-step-circle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #d0d5dd;
  border-radius: 50%;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.financial-step .step-number {
  font-size: 12px;
  font-weight: 800;
  color: #98a2b3;
}

.financial-step .step-check {
  display: none;
  font-size: 13px;
  font-weight: 800;
  color: #ffffff;
}

.financial-step.active .financial-step-circle {
  border-color: #000;
  background: #000;
  box-shadow: 0 0 0 5px rgba(18, 183, 106, 0.1);
}

.financial-step.active .step-number {
  color: #ffffff;
}

.financial-step.completed .financial-step-circle {
  border-color: #000;
  background: #000;
}

.financial-step.completed .step-number {
  display: none;
}

.financial-step.completed .step-check {
  display: block;
}

.financial-step-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.financial-step-label {
  font-size: 10px;
  font-weight: 600;
  color: #98a2b3;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.financial-step-content strong {
  font-size: 13px;
  font-weight: 700;
  color: #667085;
}

.financial-step.active .financial-step-content strong,
.financial-step.completed .financial-step-content strong {
  color: #101828;
}

.financial-step.active .financial-step-label,
.financial-step.completed .financial-step-label {
  color: #000;
}

.financial-form-body {
  padding: 34px 44px 36px;
  background: #f9fafb;
}

.financial-step-one,
.financial-step-two,
.financial-step-three  {
  display: none;
  width: 100%;
  animation: financialStepIn 0.35s ease;
}

.financial-step-one.active,
.financial-step-two.active,
.financial-step-three.active {
  display: block !important;
}

/* =====================================================
   API LOADER
===================================================== */

.financial-api-loader {
    position: absolute;
    inset: 0;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
}

.financial-api-loader.active {
    display: flex;
}

.financial-api-loader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
    padding: 24px 30px;
    border: none !important;
    border-radius: 14px;
    /* background: #ffffff; */
    box-shadow: none !important;
    text-align: center;
}

.financial-api-loader-content strong {
    font-size: 13px;
    font-weight: 700;
    color: #101828;
}

.financial-api-loader-content span:last-child {
    font-size: 11px;
    color: #667085;
}

.financial-api-spinner {
    width: 28px;
    height: 28px;
    border: 3px solid #e4e7ec;
    border-top-color: #000;
    border-radius: 50%;
    animation: financialApiSpin 0.7s linear infinite;
}

.financial-agreement-result {
    min-height: 520px;
    width: 100%;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding: 60px 24px;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(0, 155, 76, 0.08),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #f4fbf8 0%,
            #f8fafc 50%,
            #f4f7fb 100%
        );

    text-align: center;
    
}


/* =========================================
   SUCCESS CARD
========================================= */

.financial-agreement-result::before {
    content: "";
    position: absolute;
}

.financial-agreement-success {
    position: relative;
}


/* =========================================
   SUCCESS ICON
========================================= */

.financial-result-icon {
    width: 76px;
    height: 76px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 24px;

    border-radius: 50%;

    font-size: 0;
    font-weight: 700;

    background: #e8f7ef;
    border: 8px solid #f4fbf7;

    box-shadow:
        0 0 0 1px rgba(0, 155, 76, 0.12),
        0 10px 30px rgba(0, 155, 76, 0.12);
}


/* Create checkmark */
.financial-result-icon.success::after {
    content: "";

    width: 25px;
    height: 13px;

    display: block;

    border-left: 3px solid #009b4c;
    border-bottom: 3px solid #009b4c;

    transform: rotate(-45deg);
    margin-top: -5px;
}


/* =========================================
   SUCCESS BADGE
========================================= */

.financial-agreement-success::after {
    content: "COMPLETED";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    order: 1;

    margin-top: 24px;
    padding: 7px 14px;

    border-radius: 999px;

    background: #e8f7ef;
    color: #008542;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
}


/* =========================================
   HEADING
========================================= */

.financial-agreement-result h2 {
    margin: 0;

    color: #002d62;

    font-size: 34px;
    font-weight: 650;

    line-height: 1.25;
    letter-spacing: -0.7px;
}


/* =========================================
   DESCRIPTION
========================================= */

.financial-agreement-result p {
    max-width: 520px;

    margin: 14px 0 0;

    color: #64748b;

    font-size: 16px;
    font-weight: 400;

    line-height: 1.7;
}


/* =========================================
   SUCCESS SPECIFIC
========================================= */

.financial-agreement-success .financial-result-icon {
    color: #009b4c;
}

.financial-agreement-success h2 {
    color: #002d62;
}

.financial-agreement-success p {
    color: #64748b;
}


/* =========================================
   FAILURE PAGE
========================================= */

.financial-agreement-failure .financial-result-icon {
    background: #fff1f1;
    border-color: #fff8f8;

    box-shadow:
        0 0 0 1px rgba(220, 38, 38, 0.12),
        0 10px 30px rgba(220, 38, 38, 0.10);
}

.financial-result-icon.error::after {
    content: "×";

    width: auto;
    height: auto;

    border: 0;
    transform: none;
    margin: 0;

    color: #dc2626;

    font-size: 38px;
    font-weight: 400;
}

.financial-agreement-failure h2 {
    color: #991b1b;
}

.financial-agreement-failure p {
    color: #64748b;
}

.financial-agreement-failure::after {
    content: "AGREEMENT NOT COMPLETED";

    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 24px;
    padding: 7px 14px;

    border-radius: 999px;

    background: #fff1f1;
    color: #b42318;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.7px;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .financial-agreement-result {
        min-height: 450px;
        padding: 40px 20px;
    }

    .financial-result-icon {
        width: 68px;
        height: 68px;
        margin-bottom: 20px;
    }

    .financial-result-icon.success::after {
        width: 22px;
        height: 11px;
    }

    .financial-agreement-result h2 {
        font-size: 27px;
        letter-spacing: -0.4px;
    }

    .financial-agreement-result p {
        max-width: 360px;
        font-size: 15px;
        line-height: 1.6;
    }
}

@keyframes financialApiSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes financialStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.financial-card {
  margin-bottom: 22px;
  border: 1px solid #e4e7ec;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.025);
  overflow: hidden;
}

.financial-card:last-child {
  margin-bottom: 0;
}

.financial-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 24px;
  border-bottom: 1px solid #eaecf0;
  background: linear-gradient(180deg, #ffffff, #fcfcfd);
}

.financial-card-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.financial-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 11px;
}

.financial-card-icon svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-card-icon.green {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #000;
}

.financial-card-icon.blue {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #000;
}

.financial-card-icon.purple {
  background: #f4f4f4;
  border: 1px solid #f4f4f4;
  color: #000;
}

.financial-card-header h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #101828;
}

.financial-card-header p {
  margin: 4px 0 0;
  font-size: 12px;
  line-height: 1.5;
  color: #667085;
}

.financial-card-number {
  font-size: 11px;
  font-weight: 800;
  color: #d0d5dd;
  letter-spacing: 0.08em;
}

.financial-card-body {
  padding: 26px 24px;
}

.financial-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.financial-form-field {
  margin-bottom: 20px;
}

.financial-form-grid .financial-form-field {
  margin-bottom: 0;
}

.financial-form-field label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #344054;
}

.required {
  margin-left: 2px;
  color: #d92d20;
}

.financial-form-input {
  display: block;
  width: 100% !important;
  height: 48px !important;
  padding: 0 14px !important;
  box-sizing: border-box !important;
  border: 1px solid #d0d5dd !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #101828 !important;
  font-family: inherit !important;
  font-size: 13px !important;
  outline: none !important;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.02) !important;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.financial-form-input::placeholder {
  color: #98a2b3;
}

.financial-form-input:hover {
  border-color: #98a2b3 !important;
}

.financial-form-input:focus {
  border-color: #000 !important;
  box-shadow: 0 0 0 4px rgba(18, 183, 106, 0.1) !important;
}

.financial-form-input[readonly] {
  background: #f8fafc !important;
  color: #475467 !important;
}

.dealer-search-box {
  display: flex;
  align-items: stretch;
  gap: 10px;
}

.dealer-input-container {
  position: relative;
  flex: 1;
  min-width: 0;
}

.dealer-input-icon {
  position: absolute;
  top: 50%;
  left: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  color: #98a2b3;
  pointer-events: none;
}

.dealer-input-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealer-input-container .financial-form-input {
  padding-left: 42px !important;
}

.financial-lookup-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-width: 120px !important;
  height: 48px !important;
  padding: 0 18px !important;
  border: 1px solid #101828 !important;
  border-radius: 10px !important;
  background: #101828 !important;
  color: #ffffff !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  cursor: pointer !important;
  box-sizing: border-box !important;
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
}

.financial-lookup-button:hover {
  background: #1d2939;
  box-shadow: 0 7px 16px rgba(16, 24, 40, 0.16);
}

.financial-lookup-button:active {
  transform: translateY(1px);
}

.lookup-button-arrow {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lookup-button-loader {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: financialSpin 0.7s linear infinite;
}

.financial-lookup-button.loading .lookup-button-loader {
  display: block;
}

.financial-lookup-button.loading .lookup-button-arrow {
  display: none;
}

.financial-lookup-button.loading .lookup-button-text {
  opacity: 0.8;
}

@keyframes financialSpin {
  to {
    transform: rotate(360deg);
  }
}

.financial-field-helper {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  font-size: 11px;
  color: #98a2b3;
}

.financial-field-helper svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealer-lookup-message {
  min-height: 17px !important;
  margin-top: 7px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.dealer-lookup-message.success {
  color: #027a48;
}

.dealer-lookup-message.error {
  color: #b42318;
}

.dealership-result {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #f4f4f4;
  border-radius: 13px;
  background: #f4f4f4;
  animation: financialResultIn 0.3s ease;
}

@keyframes financialResultIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dealership-result-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 17px;
}

.dealership-success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  border-radius: 50%;
  background: #000;
  color: #ffffff;
}

.dealership-success-icon svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dealership-result-top strong {
  display: block;
  font-size: 12px;
  font-weight: 750;
  color: #027a48;
}

.dealership-result-top span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: #667085;
}
.manual-dealership-details {
  margin-top: 20px;
  animation: financialResultIn 0.3s ease;
  margin-bottom: 15px !important;
}

.manual-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
  padding: 13px 14px;
  border: 1px solid #fedf89;
  border-radius: 10px;
  background: #fffcf5;
}

.manual-notice-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #f79009;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

.manual-notice strong {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
  color: #7a2e0e;
}

.manual-notice p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #b54708;
}

.financial-options-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.financial-option-card {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 88px;
  padding: 17px;
  border: 1px solid #e4e7ec;
  border-radius: 14px;
  background: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.financial-option-card:hover {
  border-color: #b8c1cc;
  box-shadow: 0 5px 18px rgba(16, 24, 40, 0.05);
  transform: translateY(-1px);
}

.financial-option-card input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.financial-option-check {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  border: 1.5px solid #d0d5dd;
  border-radius: 6px;
  background: #ffffff;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.financial-option-check span {
  display: block;
  width: 12px;
  height: 6px;
  border-left: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg) scale(0);
  transition: transform 0.18s ease;
}

.financial-option-card:has(input:checked) {
  border-color: #000;
  background: #f4f4f4;
  box-shadow:
    0 0 0 1px #000,
    0 8px 22px rgba(18, 183, 106, 0.08);
}

.financial-option-card:has(input:checked) .financial-option-check {
  border-color: #000;
  background: #000;
}

.financial-option-card:has(input:checked) .financial-option-check span {
  transform: rotate(-45deg) scale(1);
}

.financial-option-main {
  display: flex;
  align-items: center;
  gap: 13px;
  flex: 1;
  min-width: 0;
}

.financial-option-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 11px;
}

.financial-option-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-option-icon.green {
  background: #f4f4f4;
  color: #000;
}

.financial-option-icon.orange {
  background: #f4f4f4;
  color: #000;
}

.financial-option-icon.blue {
  background: #f4f4f4;
  color: #000;
}

.financial-option-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.financial-option-text strong {
  font-size: 13px;
  font-weight: 750;
  line-height: 1.4;
  color: #101828;
}

.financial-option-text span {
  font-size: 11px;
  line-height: 1.5;
  color: #667085;
}

.financial-option-status {
  flex: 0 0 auto;
}

.financial-option-status span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 53px;
  height: 26px;
  padding: 0 8px;
  border: 1px solid #eaecf0;
  border-radius: 999px;
  background: #f9fafb;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  transition: all 0.2s ease;
}

.financial-option-card:has(input:checked) .financial-option-status span {
  border-color: #b7ebcd;
  background: #e9f9f0;
  color: #027a48;
}

/* .financial-option-card:has(input:checked) .financial-option-status span::after {
  content: "ed";
} */

.financial-selection-summary {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-top: 18px;
  padding: 13px 14px;
  border: 1px solid #eaecf0;
  border-radius: 11px;
  background: #fafbfc;
}

.summary-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 8px;
  background: #f4f4f4;
  color: #000;
}

.summary-icon svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-selection-summary strong {
  display: block;
  font-size: 11px;
  font-weight: 750;
  color: #344054;
}

.financial-selection-summary span {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  color: #98a2b3;
}

.financial-review-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px;
  border: 1px solid #000;
  border-radius: 13px;
  background: #f4f4f4;
}

.review-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 9px;
  background: #f4f4f4;
  color: #000;
}

.review-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-review-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 750;
  color: #000;
}

.financial-review-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #667085;
}

.financial-form-message {
  display: none;
  margin: 0 44px 20px;
  padding: 13px 15px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1.5;
}

.financial-form-message.error {
  display: block;
  border: 1px solid #fecdca;
  background: #fef3f2;
  color: #b42318;
}

.financial-form-message.success {
  display: block;
  border: 1px solid #abefc6;
  background: #ecfdf3;
  color: #027a48;
}

.financial-form-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 44px;
  border-top: 1px solid #eaecf0;
  background: #ffffff;
}

.financial-footer-progress {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: auto;
  margin-right: 14px;
  color: #98a2b3;
  font-size: 11px;
}

.financial-footer-progress strong {
  color: #344054;
  font-weight: 750;
}

.financial-protection-page .financial-protection-form-wrapper .financial-protection-form .financial-form-footer .financial-form-button {
  display: inline-flex;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  height: 46px !important;
  min-width: 108px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  box-sizing: border-box !important;
  font-family: inherit !important;
  font-size: 12px !important;
  font-weight: 750 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.15s ease;
}

.financial-form-button svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.financial-form-button:active {
  transform: translateY(1px);
}

.financial-form-next {
  border: 1px solid #000 !important;
  background: #000 !important;
  color: #ffffff !important;
}

.financial-form-next:hover {
  border-color: #000 !important;
  background: #000 !important;
}

/* BACK */

.financial-form-back {
  border: 1px solid #d0d5dd !important;
  background: #ffffff !important;
  color: #344054 !important;
}

.financial-form-back:hover {
  border-color: #98a2b3 !important;
  background: #f9fafb !important;
}

/* =====================================================
   AGREEMENT STEP
===================================================== */

.financial-agreement-content {
    text-align: center;
    padding: 30px 20px;
}

.financial-agreement-qr {
    width: 220px;
    min-height: 220px;

    margin: 0 auto 25px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.financial-agreement-qr img {
    display: block;
    margin: 0 auto;
}

.financial-agreement-content h3 {
    margin: 0 0 10px;
}

.financial-agreement-content p {
    max-width: 600px;

    margin: 0 auto 25px;
}

.financial-agreement-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 10px;

    text-decoration: none;
}

/* ============================================================
   PROTECTION TYPE
   ============================================================ */

.financial-protection-type {
    margin-bottom: 24px;
    padding: 0px;
    /* border: 1px solid #e5e7eb; */
    border-radius: 14px;
    /* background: #f8fafc; */
}

.financial-protection-type-title {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
}

.financial-protection-type-title strong {
    font-size: 16px;
    color: #111827;
}

.financial-protection-type-title span {
    font-size: 13px;
    color: #6b7280;
}

.financial-protection-type-options {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

.financial-protection-type-option {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    border: 1px solid #dbe1e8;
    border-radius: 12px;
    background: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
}

.financial-protection-type-option:hover {
    border-color: #000;
    /* background: #f8fffb; */
}

.financial-protection-type-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.protection-radio {
    width: 18px;
    height: 18px;
    min-width: 18px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    position: relative;
}

.financial-protection-type-option input:checked + .protection-radio {
    border-color: #000;
}

.financial-protection-type-option input:checked + .protection-radio::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.protection-type-content {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.protection-type-content strong {
    font-size: 14px;
    color: #111827;
}

.protection-type-content span {
    font-size: 12px;
    color: #6b7280;
}

/* =========================================================
   AGREEMENT SIGNING UI
   ========================================================= */

.financial-agreement-content {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 36px 30px 30px;
    box-sizing: border-box;
}


/* =========================================================
   INTRO
   ========================================================= */

.financial-agreement-intro {
    text-align: center;
    margin: 0 0 28px;
}

.financial-agreement-main-icon {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 12px;

    border-radius: 13px;

    background: #f4f4f4;
    color: #111827;
}

.financial-agreement-main-icon svg {
    width: 23px;
    height: 23px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.financial-agreement-intro h3 {
    margin: 0 0 7px;

    color: #111827;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.3;
}

.financial-agreement-intro p {
    max-width: 560px;

    margin: 0 auto;

    color: #64748b;

    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   SIGNING OPTIONS WRAPPER
   ========================================================= */

.financial-signing-options {
    width: 100%;
    max-width: 620px;

    display: flex;
    flex-direction: column;
    align-items: center;

    margin: 0 auto;

    gap: 14px;
}


/* =========================================================
   SIGNING OPTION CARD
   ========================================================= */

.financial-signing-option {
    width: 100%;

    min-height: 0;

    padding: 22px 24px;

    box-sizing: border-box;

    border: 1px solid #e2e8f0;
    border-radius: 15px;

    background: #ffffff;

    text-align: center;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.financial-signing-option:hover {
    border-color: #cbd5e1;

    box-shadow:
        0 6px 20px rgba(15, 23, 42, 0.05);

    transform: translateY(-1px);
}


/* =========================================================
   OPTION HEADER
   ========================================================= */

.financial-signing-option-header {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    margin: 0 0 18px;

    text-align: left;
}

.financial-signing-option-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #f8fafc;
    color: #374151;
}

.financial-signing-option-icon svg {
    width: 20px;
    height: 20px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}

.financial-signing-option-header h4 {
    margin: 0 0 3px;

    color: #111827;

    font-size: 14px;
    font-weight: 700;

    line-height: 1.3;
}

.financial-signing-option-header p {
    margin: 0;

    color: #64748b;

    font-size: 11px;
    line-height: 1.5;
}


/* =========================================================
   QR CODE
   ========================================================= */

.financial-agreement-qr {
    width: 190px;
    height: 190px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 11px;

    padding: 8px;

    box-sizing: border-box;

    border: 1px solid #e5e7eb;
    border-radius: 11px;

    background: #ffffff;
}

.financial-agreement-qr img,
.financial-agreement-qr canvas {
    display: block;

    width: 100% !important;
    height: 100% !important;

    max-width: 100%;
    max-height: 100%;

    object-fit: contain;
}


/* =========================================================
   QR HINT / OPTION HINT
   ========================================================= */

.financial-signing-option-hint {
    margin: 0;

    color: #94a3b8;

    font-size: 10px;
    line-height: 1.5;

    text-align: center;
}


/* =========================================================
   OR DIVIDER
   ========================================================= */

.financial-signing-divider {
    position: relative;

    width: 100%;
    height: 24px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.financial-signing-divider::before {
    content: "";

    position: absolute;

    left: 0;
    right: 0;

    top: 50%;

    width: 100%;
    height: 1px;

    background: #e5e7eb;
}

.financial-signing-divider span {
    position: relative;
    z-index: 2;

    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    box-sizing: border-box;

    border: 1px solid #e2e8f0;
    border-radius: 50%;

    background: #ffffff;

    color: #94a3b8;

    font-size: 9px;
    font-weight: 600;

    line-height: 1;
}


/* =========================================================
   SIGN ONLINE CARD
   ========================================================= */

.financial-signing-option-direct {
    display: block;

    text-align: center;
}

.financial-signing-option-direct
.financial-signing-option-header {
    margin-bottom: 20px;
}


/* =========================================================
   SIGN BUTTON
   ========================================================= */

.financial-signing-button {
    width: 100%;
    max-width: 380px;

    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    margin: 4px auto 10px;

    padding: 0 18px;

    box-sizing: border-box;

    border: none;
    border-radius: 9px;

    background: #000000;
    color: #ffffff;

    font-size: 13px;
    font-weight: 600;

    line-height: 1;

    text-decoration: none;

    cursor: pointer;

    transition:
        background 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.financial-signing-button:hover,
.financial-signing-button:focus {
    background: #111111;
    color: #ffffff;

    box-shadow:
        0 6px 16px rgba(0, 0, 0, 0.16);

    transform: translateY(-1px);

    text-decoration: none;
}

.financial-signing-button:active {
    transform: translateY(0);
}

.financial-signing-button svg {
    width: 17px;
    height: 17px;

    fill: none;
    stroke: currentColor;

    stroke-width: 1.8;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   SECURITY NOTE
   ========================================================= */

.financial-agreement-note {
    width: 100%;
    max-width: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    margin: 18px auto 0;
    padding: 10px 14px;

    box-sizing: border-box;

    border: 1px solid #e5e7eb;
    border-radius: 8px;

    background: #f8fafc;

    color: #64748b;

    font-size: 10px;
    line-height: 1.5;

    text-align: center;
}

.financial-agreement-note svg {
    flex: 0 0 auto;

    width: 14px;
    height: 14px;

    fill: none;
    stroke: #64748b;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .financial-agreement-content {
        max-width: 100%;

        padding: 28px 16px 24px;
    }

    .financial-agreement-intro {
        margin-bottom: 22px;
    }

    .financial-agreement-intro h3 {
        font-size: 22px;
    }

    .financial-agreement-intro p {
        font-size: 12px;
    }

    .financial-signing-options {
        max-width: 100%;

        gap: 12px;
    }

    .financial-signing-option {
        padding: 19px 16px;

        border-radius: 13px;
    }

    .financial-signing-option-header {
        margin-bottom: 16px;
    }

    .financial-agreement-qr {
        width: 170px;
        height: 170px;
    }

    .financial-signing-button {
        max-width: 100%;
    }

    .financial-agreement-note {
        font-size: 9px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .financial-agreement-content {
        padding-left: 12px;
        padding-right: 12px;
    }

    .financial-agreement-intro h3 {
        font-size: 20px;
    }

    .financial-signing-option {
        padding: 17px 14px;
    }

    .financial-agreement-qr {
        width: 155px;
        height: 155px;
    }

    .financial-signing-option-header {
        justify-content: flex-start;
    }

}

/* ============================================================
   DISABLED PROTECTION OPTION
   ============================================================ */

.financial-option-card.disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
    background: #f3f4f6;
}

.financial-option-card.disabled .financial-option-text strong,
.financial-option-card.disabled .financial-option-text span {
    color: #9ca3af;
}

.financial-option-card.disabled .financial-option-icon {
    opacity: 0.45;
}

.financial-option-card.disabled .financial-option-status span {
    color: #9ca3af;
}


/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .financial-protection-type-options {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 900px) {
  .financial-protection-page {
    padding: 30px 14px;
  }

  .financial-form-header {
    padding: 30px;
  }

  .financial-progress-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .financial-progress-line {
    left: 80px;
    right: 80px;
  }

  .financial-form-body {
    padding: 28px 30px;
  }

  .financial-form-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .financial-form-message {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .financial-protection-page {
    min-height: auto;
    padding: 15px 10px;
  }

  .financial-protection-form {
    border-radius: 17px;
  }

  .financial-form-header {
    flex-direction: column;
    padding: 24px 20px;
    gap: 18px;
  }

  .financial-header-content h2 {
    font-size: 23px;
  }

  .financial-header-content p {
    font-size: 12px;
  }

  .financial-header-security {
    width: 100%;
    box-sizing: border-box;
  }

  .financial-progress-wrapper {
    padding: 20px 25px;
  }

  .financial-progress-line {
    left: 60px;
    right: 60px;
    margin-top: -12px;
  }

  .financial-step {
    padding: 0;
    background: #fcfcfd;
  }

  .financial-step-circle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .financial-step-content {
    display: none;
  }

  .financial-form-body {
    padding: 18px 14px;
  }

  .financial-card {
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .financial-card-header {
    padding: 18px;
  }

  .financial-card-body {
    padding: 20px 18px;
  }

  .financial-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .financial-form-grid .financial-form-field {
    margin-bottom: 0;
  }

  .dealer-search-box {
    flex-direction: column;
  }

  .financial-lookup-button {
    width: 100%;
  }

  .financial-option-card {
    min-height: 78px;
    padding: 13px;
    gap: 10px;
  }

  .financial-option-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .financial-option-text strong {
    font-size: 12px;
  }

  .financial-option-text span {
    font-size: 10px;
  }

  .financial-option-status {
    display: none;
  }

  .financial-form-footer {
    padding: 14px;
  }

  .financial-footer-progress {
    display: none;
  }

  .financial-form-button {
    min-width: 95px !important;
    height: 44px !important;
  }

  .financial-form-next {
    margin-left: auto;
  }

  .financial-form-message {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (max-width: 380px) {
  .financial-protection-page {
    padding: 8px;
  }

  .financial-form-header {
    padding: 20px 16px;
  }

  .financial-form-body {
    padding: 12px 10px;
  }

  .financial-card-header {
    padding: 16px;
  }

  .financial-card-body {
    padding: 17px 15px;
  }

  .financial-card-number {
    display: none;
  }

  .financial-form-footer {
    padding: 12px;
  }
}



/* ============================================================
   MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .financial-protection-type-options {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 900px) {
  .financial-protection-page {
    padding: 30px 14px;
  }

  .financial-form-header {
    padding: 30px;
  }

  .financial-progress-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .financial-progress-line {
    left: 80px;
    right: 80px;
  }

  .financial-form-body {
    padding: 28px 30px;
  }

  .financial-form-footer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .financial-form-message {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .financial-protection-page {
    min-height: auto;
    padding: 15px 10px;
  }

  .financial-protection-form {
    border-radius: 17px;
  }

  .financial-form-header {
    flex-direction: column;
    padding: 24px 20px;
    gap: 18px;
  }

  .financial-header-content h2 {
    font-size: 23px;
  }

  .financial-header-content p {
    font-size: 12px;
  }

  .financial-header-security {
    width: 100%;
    box-sizing: border-box;
  }

  .financial-progress-wrapper {
    padding: 20px 25px;
  }

  .financial-progress-line {
    left: 60px;
    right: 60px;
    margin-top: -12px;
  }

  .financial-step {
    padding: 0;
    background: #fcfcfd;
  }

  .financial-step-circle {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .financial-step-content {
    display: none;
  }

  .financial-form-body {
    padding: 18px 14px;
  }

  .financial-card {
    border-radius: 14px;
    margin-bottom: 14px;
  }

  .financial-card-header {
    padding: 18px;
  }

  .financial-card-body {
    padding: 20px 18px;
  }

  .financial-form-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .financial-form-grid .financial-form-field {
    margin-bottom: 0;
  }

  .dealer-search-box {
    flex-direction: column;
  }

  .financial-lookup-button {
    width: 100%;
  }

  .financial-option-card {
    min-height: 78px;
    padding: 13px;
    gap: 10px;
  }

  .financial-option-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .financial-option-text strong {
    font-size: 12px;
  }

  .financial-option-text span {
    font-size: 10px;
  }

  .financial-option-status {
    display: none;
  }

  .financial-form-footer {
    padding: 14px;
  }

  .financial-footer-progress {
    display: none;
  }

  .financial-form-button {
    min-width: 95px !important;
    height: 44px !important;
  }

  .financial-form-next {
    margin-left: auto;
  }

  .financial-form-message {
    margin-left: 18px;
    margin-right: 18px;
  }
}

@media (max-width: 380px) {
  .financial-protection-page {
    padding: 8px;
  }

  .financial-form-header {
    padding: 20px 16px;
  }

  .financial-form-body {
    padding: 12px 10px;
  }

  .financial-card-header {
    padding: 16px;
  }

  .financial-card-body {
    padding: 17px 15px;
  }

  .financial-card-number {
    display: none;
  }

  .financial-form-footer {
    padding: 12px;
  }
}
