/* Quote page rich industrial theme - v1.0.32 */

.quote-v32-page,
.quote-v32-page * {
  box-sizing: border-box;
}

.quote-v32-page {
  width: 100%;
  overflow-x: hidden;
  background: #f8fafc;
  color: #0f172a;
}

.quote-v32-page a {
  text-decoration: none;
}

.quote-v32-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  min-height: 570px;
  display: flex;
  align-items: center;
  background: #07111f;
  color: #fff;
}

.quote-v32-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 14%, rgba(245, 158, 11, 0.34), transparent 28%),
    radial-gradient(circle at 8% 90%, rgba(59, 130, 246, 0.16), transparent 26%),
    linear-gradient(90deg, rgba(2, 6, 23, 0.97) 0%, rgba(15, 23, 42, 0.91) 48%, rgba(15, 23, 42, 0.50) 100%),
    url('/assets/images/demo/slide-1.svg') center/cover no-repeat;
}

.quote-v32-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 120px;
  z-index: -1;
  background: linear-gradient(0deg, rgba(248,250,252,1), rgba(248,250,252,0));
  opacity: .12;
}

.quote-v32-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 34px;
  align-items: center;
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-top: 88px;
  padding-bottom: 88px;
}

.quote-v32-hero-content {
  min-width: 0;
  max-width: 780px;
}

.quote-v32-kicker {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #fbbf24;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
}

.quote-v32-kicker::before {
  content: "";
  width: 34px;
  height: 2px;
  border-radius: 20px;
  background: #f59e0b;
}

.quote-v32-kicker-dark {
  color: #b45309;
}

.quote-v32-hero h1 {
  max-width: 820px;
  margin: 0 0 20px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.04;
  font-weight: 760;
  letter-spacing: -1.5px;
  color: #fff;
}

.quote-v32-hero h1 span {
  display: block;
  color: #f59e0b;
}

.quote-v32-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255,255,255,.86);
  font-size: 18px;
  line-height: 1.8;
}

.quote-v32-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.quote-v32-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 13px 24px;
  font-size: 14px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: .2px;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.quote-v32-btn:hover {
  transform: translateY(-2px);
}

.quote-v32-btn-primary {
  background: linear-gradient(180deg, #ffc61a, #f5a700);
  color: #111827;
  box-shadow: 0 18px 36px rgba(245,158,11,.28);
}

.quote-v32-btn-ghost {
  background: rgba(15,23,42,.34);
  color: #fff;
  border-color: rgba(255,255,255,.30);
  backdrop-filter: blur(12px);
}

.quote-v32-quick-card {
  min-width: 0;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(15, 23, 42, .70);
  backdrop-filter: blur(18px);
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.quote-v32-card-label {
  display: inline-block;
  margin-bottom: 16px;
  color: #fbbf24;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.quote-v32-info-row {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.12);
}

.quote-v32-info-row:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.quote-v32-info-row span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(245,158,11,.14);
  color: #fbbf24;
}

.quote-v32-info-row svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.quote-v32-info-row strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}

.quote-v32-info-row a,
.quote-v32-info-row small {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

.quote-v32-steps-section {
  position: relative;
  z-index: 2;
  margin-top: -58px;
  padding-bottom: 42px;
}

.quote-v32-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  max-width: 1180px;
  margin-inline: auto;
}

.quote-v32-step {
  min-width: 0;
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid #e5e7eb;
  box-shadow: 0 22px 65px rgba(15,23,42,.10);
}

.quote-v32-step span {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(245,158,11,.14);
  color: #b45309;
  font-weight: 900;
}

.quote-v32-step h3 {
  margin: 0 0 10px;
  color: #0f172a;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 800;
}

.quote-v32-step p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
  font-size: 15px;
}

.quote-v32-form-section {
  padding: 38px 0 86px;
  background:
    linear-gradient(180deg, #f8fafc, #ffffff 48%, #f8fafc);
}

.quote-v32-main-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 26px;
  align-items: start;
  max-width: 1180px;
  margin-inline: auto;
}

.quote-v32-form-card,
.quote-v32-side-dark,
.quote-v32-note-card,
.quote-v32-whatsapp {
  border-radius: 28px;
  box-shadow: 0 22px 65px rgba(15,23,42,.10);
}

.quote-v32-form-card {
  min-width: 0;
  padding: 38px;
  border: 1px solid #e5e7eb;
  background: #fff;
}

.quote-v32-form-card h2 {
  margin: 0 0 12px;
  color: #0f172a;
  font-size: clamp(29px, 3.1vw, 42px);
  line-height: 1.12;
  font-weight: 760;
  letter-spacing: -.7px;
}

.quote-v32-form-card p {
  margin: 0 0 26px;
  color: #64748b;
  line-height: 1.75;
}

.quote-v32-form {
  display: grid;
  gap: 18px;
}

.quote-v32-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.quote-v32-form label {
  min-width: 0;
}

.quote-v32-form label span {
  display: block;
  margin-bottom: 8px;
  color: #334155;
  font-size: 14px;
  font-weight: 750;
}

.quote-v32-form input,
.quote-v32-form select,
.quote-v32-form textarea {
  width: 100%;
  max-width: 100%;
  border: 1px solid #dbe3ef;
  border-radius: 16px;
  background: #f8fafc;
  padding: 15px 16px;
  color: #0f172a;
  font: inherit;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.quote-v32-form select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, #64748b 50%),
    linear-gradient(135deg, #64748b 50%, transparent 50%);
  background-position:
    calc(100% - 20px) 21px,
    calc(100% - 14px) 21px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.quote-v32-form textarea {
  min-height: 150px;
  resize: vertical;
}

.quote-v32-form input:focus,
.quote-v32-form select:focus,
.quote-v32-form textarea:focus {
  border-color: rgba(245,158,11,.86);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(245,158,11,.12);
}

.quote-v32-file small {
  display: block;
  margin-top: 8px;
  color: #64748b;
  font-size: 13px;
}

.quote-v32-check {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quote-v32-check input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.quote-v32-check span {
  margin: 0 !important;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

.quote-v32-submit {
  justify-self: start;
  min-width: 210px;
}

.quote-v32-sidebar {
  min-width: 0;
  display: grid;
  gap: 18px;
}

.quote-v32-side-dark,
.quote-v32-note-card,
.quote-v32-whatsapp {
  min-width: 0;
  padding: 26px;
}

.quote-v32-side-dark {
  background:
    radial-gradient(circle at 88% 0%, rgba(245,158,11,.25), transparent 36%),
    linear-gradient(135deg, #0f172a, #1f2937);
  color: #fff;
}

.quote-v32-side-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f5b400;
  color: #0f172a;
  box-shadow: 0 16px 34px rgba(245, 158, 11, .28);
}

.quote-v32-side-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.quote-v32-side-dark h3,
.quote-v32-note-card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 760;
}

.quote-v32-side-dark h3 {
  color: #fff;
}

.quote-v32-side-dark p {
  margin: 0;
  color: rgba(255,255,255,.88);
  line-height: 1.7;
}

.quote-v32-note-card {
  border: 1px solid #e5e7eb;
  background: #fff;
}

.quote-v32-note-card ul {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 12px;
}

.quote-v32-note-card li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #334155;
}

.quote-v32-note-card li span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(245,158,11,.14);
  color: #b45309;
  font-weight: 900;
}

.quote-v32-note-card li strong {
  min-width: 0;
  font-size: 15px;
  line-height: 1.45;
}

.quote-v32-whatsapp {
  display: grid;
  gap: 8px;
  background: linear-gradient(135deg, #16a34a, #15803d);
  color: #fff;
}

.quote-v32-whatsapp span {
  color: rgba(255,255,255,.82);
}

.quote-v32-whatsapp strong {
  font-size: 18px;
  line-height: 1.35;
}

@media (max-width: 1023px) {
  .quote-v32-hero-grid,
  .quote-v32-main-grid {
    grid-template-columns: 1fr;
  }

  .quote-v32-quick-card {
    max-width: 520px;
  }

  .quote-v32-steps-grid {
    grid-template-columns: 1fr;
  }

  .quote-v32-steps-section {
    margin-top: -34px;
  }
}

@media (max-width: 767px) {
  .quote-v32-page {
    overflow-x: hidden;
  }

  .quote-v32-hero {
    min-height: auto;
  }

  .quote-v32-hero-grid {
    padding-top: 68px;
    padding-bottom: 42px;
    gap: 24px;
  }

  .quote-v32-kicker {
    font-size: 11px;
    letter-spacing: 1.4px;
    margin-bottom: 12px;
  }

  .quote-v32-kicker::before {
    width: 24px;
  }

  .quote-v32-hero h1 {
    font-size: 34px;
    line-height: 1.08;
    letter-spacing: -.6px;
  }

  .quote-v32-hero p {
    font-size: 15px;
    line-height: 1.65;
  }

  .quote-v32-actions {
    flex-direction: column;
    align-items: stretch;
    margin-top: 24px;
  }

  .quote-v32-btn {
    width: 100%;
    min-height: 48px;
  }

  .quote-v32-quick-card {
    padding: 18px;
    border-radius: 22px;
  }

  .quote-v32-steps-section {
    margin-top: 0;
    padding: 22px 0;
  }

  .quote-v32-steps-grid,
  .quote-v32-main-grid {
    gap: 14px;
  }

  .quote-v32-step,
  .quote-v32-form-card,
  .quote-v32-side-dark,
  .quote-v32-note-card,
  .quote-v32-whatsapp {
    border-radius: 22px;
  }

  .quote-v32-step {
    padding: 18px;
  }

  .quote-v32-form-section {
    padding: 24px 0 54px;
  }

  .quote-v32-form-card {
    padding: 20px;
  }

  .quote-v32-form-card h2 {
    font-size: 27px;
    line-height: 1.14;
  }

  .quote-v32-form-card p {
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
  }

  .quote-v32-form-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quote-v32-form {
    gap: 14px;
  }

  .quote-v32-form input,
  .quote-v32-form select,
  .quote-v32-form textarea {
    border-radius: 14px;
    padding: 14px;
  }

  .quote-v32-submit {
    width: 100%;
    min-width: 0;
  }

  .quote-v32-side-dark,
  .quote-v32-note-card,
  .quote-v32-whatsapp {
    padding: 20px;
  }

  .quote-v32-side-dark h3,
  .quote-v32-note-card h3 {
    font-size: 21px;
  }
}
