@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,800;1,900&display=swap");

:root {
  --quote-dark: #02070d;
  --quote-panel: rgba(3, 13, 24, 0.82);
  --quote-panel-strong: rgba(2, 12, 23, 0.94);
  --quote-blue: #009eea;
  --quote-green: #6bd12f;
  --quote-white: #ffffff;
  --quote-copy: rgba(255, 255, 255, 0.74);
  --quote-muted: rgba(255, 255, 255, 0.54);
  --quote-line: rgba(0, 158, 234, 0.28);
  --quote-line-strong: rgba(0, 158, 234, 0.46);
  --quote-container: 1680px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.quote-page {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", Arial, sans-serif;
  color: var(--quote-white);
  background:
    radial-gradient(circle at 85% 28%, rgba(0, 158, 234, 0.15), transparent 34rem),
    radial-gradient(circle at 10% 54%, rgba(107, 209, 47, 0.08), transparent 28rem),
    linear-gradient(180deg, #02070d 0%, #03101d 52%, #02070d 100%);
}

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

.quote-page svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.quote-main {
  overflow: hidden;
}

.quote-container,
.support-container {
  width: 100%;
  max-width: var(--quote-container);
  margin: 0 auto;
  padding-left: clamp(20px, 3vw, 56px);
  padding-right: clamp(20px, 3vw, 56px);
}

.quote-page .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.quote-hero {
  position: relative;
  min-height: clamp(560px, 43vw, 760px);
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 158, 234, 0.2);
  background:
    linear-gradient(90deg, rgba(2, 7, 13, 0.98) 0%, rgba(2, 7, 13, 0.86) 34%, rgba(2, 7, 13, 0.2) 64%, rgba(2, 7, 13, 0.35) 100%),
    url("../assets/request-a-quote/Banner.png") right center / cover no-repeat;
}

.quote-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(180deg, transparent, rgba(2, 7, 13, 0.88));
  pointer-events: none;
}

.quote-hero-inner {
  position: relative;
  z-index: 1;
}

.quote-hero-copy {
  max-width: 880px;
  padding: clamp(54px, 7vw, 102px) 0 clamp(46px, 6vw, 86px);
}

.quote-eyebrow {
  margin: 0 0 18px;
  color: var(--quote-green);
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(20px, 1.6vw, 28px);
  font-weight: 900;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  text-shadow: 0 0 18px rgba(107, 209, 47, 0.28);
}

.quote-hero h1,
.quote-final-cta h2 {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 900;
  font-style: italic;
  letter-spacing: -0.065em;
  text-transform: uppercase;
  color: var(--quote-white);
}

.quote-hero h1 {
  max-width: 920px;
  font-size: clamp(54px, 6vw, 112px);
  line-height: 0.91;
}

.quote-hero h1 span {
  display: block;
}

.quote-hero h1 em,
.quote-final-cta h2 span {
  font-style: inherit;
  color: var(--quote-green);
  text-shadow: 0 0 28px rgba(107, 209, 47, 0.42);
}

.quote-hero-text {
  max-width: 700px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(16px, 1.1vw, 20px);
  line-height: 1.65;
}

.quote-hero-actions,
.quote-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.quote-btn,
.quote-submit,
.quote-assist-band button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  border-radius: 6px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  cursor: pointer;
}

.quote-btn svg {
  width: 20px;
  height: 20px;
}

.quote-btn-primary,
.quote-submit {
  min-width: 248px;
  border: 1px solid var(--quote-green);
  background: linear-gradient(135deg, #75e235, #56c91d);
  color: #02070d;
  box-shadow: 0 0 24px rgba(107, 209, 47, 0.26);
}

.quote-btn-secondary {
  min-width: 248px;
  border: 1px solid rgba(107, 209, 47, 0.65);
  background: rgba(2, 7, 13, 0.62);
  color: var(--quote-white);
}

.quote-btn:hover,
.quote-btn:focus-visible,
.quote-submit:hover,
.quote-submit:focus-visible,
.quote-assist-band button:hover,
.quote-assist-band button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.quote-btn-primary:hover,
.quote-submit:hover,
.quote-btn-primary:focus-visible,
.quote-submit:focus-visible {
  box-shadow: 0 0 32px rgba(107, 209, 47, 0.44);
  background: linear-gradient(135deg, #80f13a, #61d827);
}

.quote-btn-secondary:hover,
.quote-btn-secondary:focus-visible {
  border-color: var(--quote-green);
  box-shadow: 0 0 24px rgba(107, 209, 47, 0.2);
}

.quote-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: -36px;
  margin-bottom: 34px;
  border: 1px solid var(--quote-line-strong);
  border-radius: 8px;
  background: rgba(3, 13, 24, 0.86);
  box-shadow: 0 0 36px rgba(0, 158, 234, 0.14);
  backdrop-filter: blur(12px);
}

.quote-metrics article {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(16px, 1.6vw, 24px);
  padding: 24px clamp(22px, 2.7vw, 48px);
  border-right: 1px solid rgba(0, 158, 234, 0.24);
}

.quote-metrics article:last-child {
  border-right: 0;
}

.quote-metrics img {
  flex: 0 0 auto;
  width: clamp(36px, 2.6vw, 40px);
  height: clamp(36px, 2.6vw, 40px);
  object-fit: contain;
  filter: drop-shadow(0 0 16px rgba(107, 209, 47, 0.46));
}

.quote-metrics article > div {
  min-width: 0;
  display: grid;
  gap: 4px;
}

.quote-metrics strong {
  font-size: clamp(26px, 2.2vw, 42px);
  font-weight: 900;
  line-height: 1;
}

.quote-metrics span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  line-height: 1.2;
}

.quote-form-panel,
.quote-benefits article,
.quote-brands,
.quote-assist-band,
.quote-final-cta {
  border: 1px solid var(--quote-line);
  background:
    radial-gradient(circle at 80% 10%, rgba(0, 158, 234, 0.1), transparent 18rem),
    rgba(3, 13, 24, 0.78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 0 28px rgba(0, 158, 234, 0.08);
}

.quote-form-panel {
  border-color: rgba(0, 158, 234, 0.55);
  border-radius: 8px;
  padding-top: clamp(32px, 4vw, 58px);
  padding-bottom: clamp(28px, 3.5vw, 48px);
}

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

.quote-form-top {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr 0.78fr;
  gap: clamp(28px, 4vw, 62px);
}

.quote-form-column {
  min-width: 0;
}

.quote-form-column + .quote-form-column {
  border-left: 1px solid rgba(0, 158, 234, 0.18);
  padding-left: clamp(24px, 3vw, 48px);
}

.quote-form h2 {
  margin: 0 0 10px;
  font-family: "Inter", Arial, sans-serif;
  font-size: clamp(20px, 1.5vw, 28px);
  font-weight: 900;
  letter-spacing: -0.018em;
  text-transform: uppercase;
}

.quote-form p,
.quote-details-row small {
  margin: 0 0 20px;
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 1.5;
}

.quote-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.quote-field-wide {
  grid-column: 1 / -1;
}

.quote-form label {
  display: grid;
  gap: 9px;
}

.quote-form label > span,
.quote-details-row label > span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(2, 7, 13, 0.72);
  color: var(--quote-white);
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.quote-form input,
.quote-form select {
  height: 58px;
  padding: 0 18px;
}

.quote-form textarea {
  min-height: 154px;
  resize: vertical;
  padding: 18px;
  line-height: 1.55;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.46);
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: none;
  border-color: var(--quote-blue);
  background: rgba(2, 7, 13, 0.9);
  box-shadow: 0 0 18px rgba(0, 158, 234, 0.22);
}

.quote-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 22px;
  margin-top: 26px;
}

.quote-check-grid label {
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 15px;
}

.quote-check-grid input {
  width: 18px;
  height: 18px;
  accent-color: var(--quote-green);
}

.quote-select-column {
  display: grid;
  align-content: start;
  gap: 42px;
}

.quote-submit {
  justify-self: center;
  width: min(100%, 720px);
  border: 0;
}

.quote-success {
  justify-self: center;
  margin: 0;
  padding: 14px 18px;
  border: 1px solid rgba(107, 209, 47, 0.52);
  border-radius: 6px;
  color: #dfffd1;
  background: rgba(107, 209, 47, 0.1);
  font-weight: 700;
  text-align: center;
}

.quote-benefits {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
  margin-top: 34px;
}

.quote-benefits article {
  width: 100%;
  min-height: 240px;
  height: 100%;
  display: grid;
  justify-items: center;
  align-content: center;
  gap: 14px;
  border-radius: 8px;
  padding: 30px 24px;
  text-align: center;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.quote-benefits article:hover {
  transform: translateY(-4px);
  border-color: rgba(107, 209, 47, 0.5);
  box-shadow: 0 0 30px rgba(107, 209, 47, 0.14);
}

.quote-benefits img {
  width: clamp(92px, 5.4vw, 112px);
  height: clamp(92px, 5.4vw, 112px);
  object-fit: contain;
  filter: drop-shadow(0 0 28px rgba(107, 209, 47, 0.45));
}

.quote-benefits h3 {
  margin: 4px 0 0;
  font-size: 19px;
  font-weight: 900;
}

.quote-benefits p {
  max-width: 260px;
  margin: 0;
  color: var(--quote-copy);
  line-height: 1.55;
}

.quote-brands {
  min-height: 100px;
  display: grid;
  grid-template-columns: minmax(160px, 220px) repeat(8, minmax(92px, 1fr));
  align-items: center;
  gap: clamp(16px, 2vw, 34px);
  margin-top: 34px;
  border-radius: 6px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.quote-brands div {
  display: grid;
  gap: 2px;
  color: var(--quote-green);
  font-family: "Inter", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.015em;
  text-transform: uppercase;
}

.quote-brands div strong {
  color: var(--quote-white);
}

.quote-brands img {
  max-width: 148px;
  max-height: 44px;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.3);
  opacity: 0.95;
}

.quote-brand-text {
  color: var(--quote-white);
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.quote-assist-band {
  min-height: 230px;
  display: grid;
  grid-template-columns: minmax(520px, 760px) 1fr auto;
  align-items: center;
  gap: clamp(28px, 4vw, 72px);
  margin-top: 34px;
  border-radius: 6px;
  padding-top: 28px;
  padding-bottom: 28px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(3, 13, 24, 0.92), rgba(3, 13, 24, 0.76)),
    radial-gradient(circle at 0% 50%, rgba(0, 158, 234, 0.22), transparent 19rem),
    rgba(2, 12, 23, 0.88);
}

.quote-assist-band img {
  width: 100%;
  max-height: 210px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 30px rgba(0, 158, 234, 0.32));
}

.quote-assist-band h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 900;
  text-transform: uppercase;
}

.quote-assist-band p {
  max-width: 560px;
  margin: 0;
  color: var(--quote-copy);
  line-height: 1.55;
}

.quote-assist-band button {
  min-width: 270px;
  border: 1px solid rgba(107, 209, 47, 0.66);
  background: rgba(2, 7, 13, 0.46);
  color: var(--quote-white);
}

.quote-final-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: clamp(24px, 5vw, 90px);
  margin-top: 34px;
  margin-bottom: clamp(46px, 6vw, 88px);
  border-radius: 6px;
  padding-top: clamp(28px, 4vw, 54px);
  padding-bottom: clamp(28px, 4vw, 54px);
  background:
    linear-gradient(90deg, rgba(3, 13, 24, 0.94), rgba(3, 13, 24, 0.72)),
    url("../assets/request-a-quote/Banner.png") right center / cover no-repeat;
}

.quote-final-cta h2 {
  font-size: clamp(36px, 4vw, 70px);
  line-height: 0.95;
}

.quote-final-cta p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.quote-final-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.support-footer {
  border-top: 1px solid rgba(0, 158, 234, 0.22);
  background:
    radial-gradient(circle at 84% 0%, rgba(0, 158, 234, 0.12), transparent 24rem),
    linear-gradient(180deg, rgba(3, 13, 24, 0.98), rgba(1, 6, 11, 1));
}

.support-footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.2fr) repeat(4, minmax(140px, 1fr));
  gap: clamp(28px, 3vw, 58px);
  padding-top: clamp(42px, 5vw, 74px);
  padding-bottom: clamp(32px, 4vw, 56px);
}

.support-footer-brand img {
  width: 164px;
  height: auto;
  margin-bottom: 20px;
}

.support-footer-brand p,
.support-footer p {
  color: var(--quote-copy);
  line-height: 1.6;
}

.support-footer-brand p {
  max-width: 330px;
  margin: 0 0 22px;
}

.support-social-row {
  display: flex;
  gap: 10px;
}

.support-social-row a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--quote-white);
  font-size: 12px;
  font-weight: 900;
  transition: color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.support-social-row a:hover,
.support-social-row a:focus-visible {
  color: var(--quote-green);
  border-color: rgba(107, 209, 47, 0.7);
  box-shadow: 0 0 18px rgba(107, 209, 47, 0.22);
}

.support-footer nav {
  display: grid;
  align-content: start;
  gap: 10px;
}

.support-footer h2 {
  margin: 0 0 8px;
  color: var(--quote-white);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.support-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  transition: color 180ms ease;
}

.support-footer nav a:hover,
.support-footer nav a:focus-visible {
  color: var(--quote-green);
}

.support-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  padding-bottom: 28px;
  border-top: 1px solid rgba(0, 158, 234, 0.16);
}

.support-footer-bottom p,
.support-footer-bottom a {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
}

.support-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

@media (max-width: 1280px) {
  .quote-form-top {
    grid-template-columns: 1fr 1fr;
  }

  .quote-select-column {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    border-left: 0 !important;
    padding-left: 0 !important;
  }

  .quote-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .quote-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .quote-brands div {
    grid-column: 1 / -1;
  }

  .quote-assist-band,
  .quote-final-cta {
    grid-template-columns: 1fr;
  }

  .quote-assist-band img {
    max-width: min(100%, 620px);
  }

  .quote-final-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .quote-hero {
    min-height: auto;
    background:
      linear-gradient(180deg, rgba(2, 7, 13, 0.94), rgba(2, 7, 13, 0.68)),
      url("../assets/request-a-quote/Banner.png") center top / cover no-repeat;
  }

  .quote-hero-copy {
    padding-top: 76px;
  }

  .quote-metrics,
  .quote-form-top,
  .quote-benefits {
    grid-template-columns: 1fr;
  }

  .quote-metrics {
    margin-top: 24px;
  }

  .quote-metrics article,
  .quote-metrics article:last-child {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 158, 234, 0.18);
    justify-content: flex-start;
  }

  .quote-metrics img {
    width: 40px;
    height: 40px;
  }

  .quote-metrics article:last-child {
    border-bottom: 0;
  }

  .quote-form-column + .quote-form-column {
    border-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(0, 158, 234, 0.18);
    padding-top: 26px;
  }

  .quote-select-column {
    grid-template-columns: 1fr;
  }

  .quote-assist-band button {
    width: 100%;
  }

  .support-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .quote-hero h1 {
    font-size: clamp(44px, 14vw, 64px);
  }

  .quote-hero-actions,
  .quote-final-actions {
    display: grid;
  }

  .quote-btn,
  .quote-submit {
    width: 100%;
  }

  .quote-field-grid,
  .quote-check-grid,
  .quote-brands,
  .support-footer-grid {
    grid-template-columns: 1fr;
  }

  .quote-brands {
    justify-items: start;
  }

  .quote-brands img {
    max-width: 180px;
  }

  .quote-assist-band {
    gap: 18px;
  }

  .quote-assist-band img {
    max-width: 100%;
    max-height: 150px;
  }

  .support-footer-bottom {
    flex-direction: column;
  }
}
