
.cmr-hero {
  background: #1a1a2e url('../img/Repair_Hero_Banner.png') center/cover no-repeat;
  color: #fff;
  text-align: center;
  /*padding: 80px 24px 60px;*/
  position: relative;
  height: 700px;
}

.hero-title-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cmr-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 999px;
  padding: 4px 14px;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cmr-badge-dot {
  display: inline-block;
}

.cmr-badge-dot img {
  width: 17px;
  vertical-align: sub;
  margin-top: 5px;
}

.cmr-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800 !important;
  line-height: 1.15;
  margin-bottom: 16px;
  color: #fff !important;
}
.cmr-hero__title em {
  font-style: italic;
  color: #2A8DEF;
}
.cmr-hero__sub {
  max-width: 540px;
  margin: 0 auto 28px;
  font-size: 15px;
  opacity: .9;
  line-height: 1.6;
  color: #fff;
}

.cmr-hero__badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 0;
  font-size: 14px;
}
.cmr-hero__badges li {
  color: #fff !important;
}
.cmr-check {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  position: relative;
}
.cmr-check img {
  width: 17px;
  vertical-align: sub;
}

.button-container {
    text-align: center;
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
  }

  .learn-more-btn {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 1px;
    display: inline-block;
    transition: opacity 0.3s ease;
  }

  .learn-more-btn:hover {
    opacity: 0.8;
    color: #2A8DEF !important;
  }

  .arrow-icon {
    display: block;
    margin: 15px auto 0;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    position: relative;
    animation: bounce 2s infinite;
  }

  .arrow-icon::after {
    content: '';
    position: absolute;
    top: 9px;
    left: 10px;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-5px);}
    60% {transform: translateY(-3px);}
  }

.cmr-how {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  /*max-width: 1080px;*/
  margin: 40px auto;
  padding: 0 24px;
}
@media (max-width: 768px) { .cmr-how { grid-template-columns: 1fr; } }

.cmr-how__steps {
  background: #f6f6f8;
  border-radius: 12px;
  padding: 28px;
  padding-top: 3rem;
}
.cmr-how__steps h3 {
  color: #0066cb !important;
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 20px;
}

.cmr-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
  background-color: #fff;
  padding: 22px;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.cmr-step:last-child { margin-bottom: 0; }
.cmr-step__num {
  width: 32px; height: 32px;
  min-width: 32px;
  background: #0066cb;
  color: #fff;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.cmr-step strong { display: block; font-size: 16px; margin-bottom: 4px; }
.cmr-step p { font-size: 14px; color: #666; margin: 0; line-height: 1.5; }
.cmr-step p.sub { font-style: italic;}

.cmr-how__aside {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.cmr-card {
  border-radius: 12px;
  padding: 20px 22px;
  font-size: 13px;
  line-height: 1.55;
}
.supa-titles .supa-tagline {
  font-size: 1rem;
}
.cmr-card--gold {
  background: #fcf8f4;
  border: 1px solid #ccb583;
}
.cmr-card .supa-header {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
.cmr-card .supa-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.cmr-card .supa-titles {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.cmr-card .supa-exclusive,
.cmr-card .supa-brand {
  font-size: 22px;
  font-weight: 600;
  color: #c07a1a;
  line-height: 1.2;
  display: block;
}
.cmr-card .supa-benefits {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 22px;
    margin-left: 2rem;
}
.cmr-card .supa-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.cmr-card .supa-check {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 2px;
}
.cmr-card .supa-item-text {
    font-size: 14px;
    color: #a6a6a6;
    line-height: 1.5;
    border-radius: 4px;
    padding: 3px 10px;
}
.cmr-card--gold .cmr-card__eyebrow {
  color: #e07b00;
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2px;
}
.cmr-card--gold strong { color: #e07b00; font-size: 15px; display: block; margin-bottom: 2px; }
.cmr-card--gold .cmr-card__sub { color: #888; margin-bottom: 10px; }
.cmr-card--gold ul { padding-left: 18px; color: #444; margin-bottom: 12px; }
.cmr-card--gold ul li { margin-bottom: 4px; }
.cmr-card--gold a { color: #e07b00; font-weight: 500; text-decoration: none; margin-left: 2rem; font-size: 1rem;}

.cmr-card--help {
  background: #eef4ff;
  border: 1px solid #b3ccf5;
}
.cmr-card--help .cmr-card--help-header p { font-size: 20px; color: #0066CC; display: block; margin-bottom: 6px; font-weight: 600; }
.cmr-card--help p { color: #555; margin-bottom: 12px; }
.cmr-card--help a { color: #1565c0; font-weight: 500; text-decoration: none; font-size: 1rem;}

.cmr-card--note {
  background-color: #fdf7f7;
  border: 1px solid #e87c7c;
}

.cmr-card--help-header {
  display: flex;
  align-item: center;
  margin-bottom: 1rem;
}

.cmr-card--help-header img {
  width: 35px;
  margin-right: 14px;
}

.cmr-form-section {
  /*max-width: 900px;*/
  margin: 0 auto 60px;
  padding: 0 24px;
}
.cmr-form-header {
  background: #1a2a4a;
  color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 12px 12px 0 0;
}
#main .cmr-form-header h2 { margin: 0; font-size: 18px; font-weight: 600 !important; color: #fff !important;}

.stepper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cmr-stepper {
  display: flex;
  align-items: flex-start;
  padding: 24px 32px 20px;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  background-color: #f6f6f8;

  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.cmr-stepper__step {
  /*display: flex;
  align-items: flex-start;
  gap: 10px;
  flex: 1;*/
  position: relative;
  flex: 1;
  min-width: 0;
}

.cmr-stepper .cmr-stepper__step.first {
  margin-left: 4rem;
}

.cmr-stepper__step::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 42px;
    width: calc(100% - 46px);
    height: 2px;
    background: #e5e7eb;
  }

  .cmr-stepper__step.no-line {
    flex: 0.2;
  }

.cmr-stepper__step.no-line::after {
  display: none;
}
.cmr-stepper__step--active .step-circle,
.cmr-stepper__step--done .step-circle {
  background: #2563eb;
  border-color: #2563eb;
  box-shadow: 0 0 0 3px #bfdbfe;
}
.cmr-stepper__dot {
  width: 14px; height: 14px;
  min-width: 14px;
  border-radius: 50%;
  background: #ccc;
  margin-top: 4px;
  transition: background .2s;
}
.cmr-stepper__step--active .cmr-stepper__dot { background: #1565c0; }
.cmr-stepper__step--done .cmr-stepper__dot { background: #4caf50; }

.cmr-stepper__label { font-size: 11px; color: #999; display: block; }
.cmr-stepper__step strong { font-size: 13px; display: block; color: #333; }
.cmr-stepper__step small { font-size: 11px; color: #aaa; }
.cmr-stepper__step--active strong { color: #1565c0; }
.cmr-stepper__step--active small { color: #1565c0; }

.cmr-stepper__line {
  flex: 1;
  height: 1px;
  background: #ddd;
  margin: 8px 8px 0;
}

.cmr-step-panel {
  background: #f6f6f8;
  border: 1px solid #e8e8e8;
  border-top: none;
  padding: 28px 25px 32px;
  border-radius: 0 0 12px 12px;
}
.cmr-step-panel--hidden { display: none; }


.cmr-fieldset { margin-bottom: 24px; background-color: #fff; padding: 25px;}
.cmr-section-title {
  font-size: 1rem;
  font-weight: 600;
  color: #0066CB;
  margin-bottom: 14px;
}

.step-status label {
  color: rgba(14, 28, 47, 0.80);
  font-weight: 500;
}

label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
  text-align: left;
}

.cmr-field-hint { font-size: 12px; color: #888; margin: -3px 0 6px; }
.cmr-required { color: #e53935; }
.cmr-optional { color: #e05c3a; font-weight: 400; }

input[type="text"],
input[type="email"],
input[type="tel"],
select,
textarea {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  color: #333;
  background: #fff;
  outline: none;
  transition: border-color .15s;
  box-sizing: border-box;
}
input:focus, select:focus, textarea:focus { border-color: #1565c0; }
textarea { resize: vertical; min-height: 156px; }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; padding-right: 36px; }

.cmr-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 600px) { .cmr-grid-2 { grid-template-columns: 1fr; } }


.cmr-toggle-group {
  display: flex;
  gap: 8px;
}
.cmr-toggle {
  flex: 1;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  color: #444;
  transition: all .15s;
}
.cmr-toggle--active {
  background: #e6f0fa;
  border-color: #0069CC;
  color: #000;
  font-weight: 500;
}


.cmr-drop-zone {
  border: 1.5px dashed #ccc;
  border-radius: 6px;
  padding: 28px 16px;
  text-align: center;
  cursor: pointer;
  transition: background .2s, border-color .2s;
  background: #fff;
}
.cmr-drop-zone:hover,
.cmr-drop-zone.drag-over {
  background: #f0f4ff;
  border-color: #1565c0;
}
.cmr-drop-zone__icon {
  width: 44px; height: 44px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 10px;
  color: #888;
}
.cmr-drop-zone__icon img {width: 100%;}
.cmr-drop-zone__text { font-size: 13px; font-weight: 500; color: #333; margin: 0 0 3px; }
.cmr-drop-zone__text a { color: #1565c0; }
.cmr-drop-zone__hint { font-size: 11px; color: #999; margin: 0; }
.cmr-drop-zone input[type="file"] { display: none; }

.cmr-preview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px,1fr));
  gap: 8px;
  margin-top: 10px;
}
.cmr-preview-card {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5;
  overflow: hidden;
  aspect-ratio: 1;
  display: flex; align-items: center; justify-content: center;
}
.cmr-preview-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.cmr-preview-card .cmr-preview-remove {
  position: absolute; top: 3px; right: 3px;
  width: 18px; height: 18px;
  background: rgba(0,0,0,.55);
  color: #fff; border: none; cursor: pointer;
  border-radius: 50%; font-size: 10px;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; transition: opacity .15s;
}
.cmr-preview-card:hover .cmr-preview-remove { opacity: 1; }

.cmr-form-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
}
#step-panel-2 .cmr-form-actions,
#step-panel-3 .cmr-form-actions {
  flex-direction: row;
  justify-content: center;
}
.cmr-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 13px 32px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity .15s, background .15s;
  text-decoration: none;
}
.cmr-btn--primary { background: #1565c0; color: #fff; }
.cmr-btn--primary:hover { background: #0d47a1; }
.cmr-btn--secondary { background: transparent; color: #1565c0; border-color: #1565c0; }
.cmr-btn--secondary:hover { background: #eef4ff; }

.cmr-privacy { font-size: 12px; color: #888; }
.cmr-privacy a { color: #1565c0; }


.cmr-summary {
  background: #f9f9f9;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 20px;
  font-size: 14px;
}
.cmr-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  border-bottom: 1px solid #efefef;
}
.cmr-summary-row:last-child { border-bottom: none; }
.cmr-summary-row span:first-child { color: #888; }
.cmr-summary-row span:last-child { font-weight: 500; color: #222; }

.cmr-alert { border-radius: 8px; padding: 14px 18px; margin-bottom: 20px; font-size: 13px; }
.cmr-alert--error { background: #ffebee; border: 1px solid #ef9a9a; color: #b71c1c; }
.cmr-alert ul { padding-left: 18px; margin: 0; }

.cmr-success {
  text-align: center;
  padding: 80px 24px;
  max-width: 500px;
  margin: 0 auto;
}
.cmr-success__icon {
  width: 64px; height: 64px;
  background: #e8f5e9;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; color: #2e7d32;
  margin: 0 auto 20px;
}
.cmr-success h2 { font-size: 24px; margin-bottom: 12px; }
.cmr-success p { color: #555; margin-bottom: 28px; line-height: 1.6; }

.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .step {
    position: relative;
    text-align: left;
    flex: 1;
  }

  /* Circle */
  .step-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #d1d5db;
    border: 3px solid #d1d5db;
    display: inline-block;
    margin-bottom: 10px;
  }

  /* Active step */
  .step.active .step-circle {
    background: #2563eb;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px #bfdbfe;
  }

  /* Line */
  .step::after {
    content: "";
    position: absolute;
    top: 12px;
    left: 40px;
    width: calc(100% - 40px);
    height: 2px;
    background: #e5e7eb;
    z-index: -1;
  }

  .step:last-child::after {
    display: none;
  }

  /* Titles */
  .step-title {
    font-size: 14px;
    color: #2563eb;
    font-weight: 500;
  }

  .step-status {
    font-size: 13px;
    color: #9ca3af;
  }

  .cmr-stepper__step--done .step-status,
  .cmr-stepper__step--done .step-status label {
    color: #00B82E;
  }

  .step.active .step-status {
    color: #374151;
  }

  .cmr-hp-field {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.repair_vid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmr-stepper--success {
  background: #fff;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 0 0;
  max-width: 900px;
  margin: 0 auto;
  padding: 24px 32px 20px;
}
.cmr-stepper__status--done {
  font-size: 12px;
  color: #2e7d32;
  display: block;
}

.cmr-confirm {
  margin: 0 auto 60px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.cmr-confirm__card {
  width: 100%;
  background: #f6f6f8;
  padding: 0 40px;
  text-align: center;
  padding-bottom: 3rem;
}

.cmr-confirm__card_txt_wrapper {
  background: #fff;
  padding: 35px 20px;
  margin-bottom: 3rem;
}

.cmr-confirm__eyebrow {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #2563eb;
  margin-bottom: 3rem;
  text-transform: uppercase;
  line-height: 1.8rem;
}

.cmr-confirm__badge img {
  width: 72px;
}

.cmr-confirm__badge {
  width: 72px;
  height: 72px;
  margin: 0 auto 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cmr-confirm__title {
  font-size: 18px;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-top: 2.2rem;
}

.cmr-confirm__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 560px;
  margin: 0 auto;
}

.cmr-confirm__body p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.cmr-confirm__back {
  padding: 14px 40px;
  border-radius: 999px;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#cmr-success-wrapper .cmr-form-section {
  margin: 0 auto;
}

@media (max-width: 1300px) {
  .cmr-stepper .cmr-stepper__step.first {
    margin-left: 3rem;
  }
}

@media (max-width: 1199px) {
  .cmr-stepper__step.no-line {
    flex: 0.3;
  }
  .cmr-stepper .cmr-stepper__step.first {
    margin-left: 2rem;
  }
}

@media (max-width: 991px) {
  .cmr-stepper__step.no-line {
    flex: 0.5;
  }
}

@media (min-width: 768px) {
  .shown-mob-vid {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-mob-vid {
    display:none;
  }
  .shown-mob-vid {
    display: block;
  }
  .hero-title-wrapper {
    width: 80%;
  }
}

@media (max-width: 719px) {
  .cmr-stepper__step.no-line {
      flex: 0.6;
    }
}

@media (max-width: 470px) {
  .cmr-stepper .cmr-stepper__step.first {
    margin-left: 0;
  }
}

@media (max-width: 452px) {
  .cmr-stepper {
    flex-direction: column;
    align-items: center;
  }
  .cmr-stepper__step::after {
    display: none;
  }
  .cmr-stepper__step.no-line {
      flex: 1;
      margin-left: -15px;
    }
}

@media (max-width: 600px) {
  .cmr-confirm__card { padding: 32px 20px; }
  .cmr-confirm__title { font-size: 16px; }
  .cmr-stepper--success { padding: 20px 16px; }
  #step-panel-2 .cmr-form-actions, #step-panel-3 .cmr-form-actions {
    flex-direction: column;
  }
  .cmr-hero {
    height: 600px;
  }
}

