.page-get-quote {
  --quote-kicker-badge-width: 190px;
  padding-bottom: 0;
  background: #eef2f2;
}

.get-quote .cover-title {
  height: 60vh;
  min-height: 520px;
  padding-bottom: 0;
}

.get-quote .privacy-cover-frame {
  position: absolute;
  top: 112px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  display: flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.get-quote .privacy-cover-frame__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  pointer-events: auto;
}

.get-quote-cover__title {
  margin: 0;
  color: #fff;
  font-family: 'Mont', sans-serif;
  font-size: 120px;
  font-weight: 600;
  line-height: 80px;
  letter-spacing: -7.2px;
}

.get-quote-cover__title span {
  color: var(--color-primary);
}

.get-quote-cover__info {
  position: relative;
  display: grid;
  grid-template-columns: var(--layout-kicker-col) 1fr;
  gap: var(--layout-kicker-gap);
  align-items: start;
  padding-top: 32px;
}

.get-quote-cover__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100vw - 42px);
  max-width: calc(100vw - 42px);
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateX(-50%);
}

.get-quote-cover__label {
  display: block;
  width: var(--layout-kicker-col);
  max-width: 100%;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Mont', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.get-quote-cover__desc {
  margin: 0;
  max-width: 760px;
  color: #fff;
  font-family: 'Mont', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}

.get-quote-shell {
  padding: 80px 0 96px;
}

.get-quote-shell__header {
  display: grid;
  grid-template-columns: var(--layout-kicker-col) 1fr;
  gap: var(--layout-kicker-gap);
  align-items: start;
  margin-bottom: 48px;
}

.get-quote-shell__label {
  display: block;
  width: var(--layout-kicker-col);
  max-width: 100%;
  color: rgba(31, 31, 31, 0.5);
  font-family: 'Mont', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.get-quote-shell__intro {
  max-width: 920px;
}

.get-quote-shell__title {
  margin: 0 0 18px;
  color: #1f1f1f;
  font-family: 'Mont', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.72px;
}

.get-quote-shell__desc {
  margin: 0;
  color: rgba(31, 31, 31, 0.72);
  font-family: 'Mont', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
}

.quote-builder {
  border-radius: 24px;
  overflow: visible;
  isolation: isolate;
  clip-path: inset(0 round 24px);
  background: linear-gradient(180deg, #111718 0%, #0f1415 100%);
  box-shadow: 0 28px 70px rgba(7, 17, 20, 0.28);
}

.quote-builder__honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.quote-builder__body {
  position: relative;
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  align-items: start;
}

.quote-builder__body::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 320px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.quote-builder__summary {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 34px 28px 40px;
  border-radius: 24px 0 0 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  align-self: start;
  height: fit-content;
  max-height: calc(100vh - 140px);
  overflow: auto;
  background:
    radial-gradient(circle at top left, rgba(34, 136, 160, 0.26) 0%, rgba(34, 136, 160, 0) 44%),
    rgba(255, 255, 255, 0.03);
}

.quote-builder__summary-label,
.quote-section__kicker {
  display: block;
  width: var(--layout-kicker-col);
  max-width: 100%;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.quote-builder__summary-box {
  display: grid;
  gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.quote-builder__summary-box div {
  display: grid;
  gap: 8px;
}

.quote-builder__summary-box span,
.quote-builder__summary-empty {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.quote-builder__summary-box strong {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.quote-builder__summary-list {
  display: grid;
  gap: 14px;
}

.quote-summary-item {
  display: grid;
  gap: 10px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.quote-summary-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.quote-summary-item__head strong {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.quote-summary-item__head button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}

.quote-summary-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.65;
}

.quote-builder__content {
  display: grid;
  gap: 0;
}

.quote-builder__tabs {
  display: flex;
  gap: 12px;
  padding: 24px 34px 0;
}

.quote-builder__tab {
  min-height: 52px;
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.quote-builder__tab.is-active {
  background: rgba(34, 136, 160, 0.16);
  border-color: rgba(60, 176, 203, 0.5);
  color: #fff;
}

.quote-builder__tab-panels {
  display: grid;
}

.quote-builder__tab-panel {
  display: block;
}

.quote-builder__tab-panel[hidden] {
  display: none !important;
}

.quote-section {
  padding: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

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

.quote-section__head {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
  max-width: 860px;
}

.quote-section__head h2 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.quote-section__head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  line-height: 1.7;
}

.quote-builder__products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.quote-builder__empty,
.quote-cart__empty {
  display: grid;
  gap: 10px;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.76);
}

.quote-builder__empty strong,
.quote-cart__empty strong {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.quote-builder__empty p,
.quote-cart__empty p {
  margin: 0;
  line-height: 1.7;
}

.quote-product-card,
.quote-package-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  text-align: left;
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.quote-product-card:hover,
.quote-package-card:hover,
.quote-package-card.is-selected {
  transform: translateY(-4px);
  border-color: rgba(60, 176, 203, 0.5);
  background: rgba(34, 136, 160, 0.12);
  box-shadow: 0 28px 48px rgba(0, 0, 0, 0.22);
}

.quote-product-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 260px;
  padding: 22px;
  margin-bottom: 18px;
  border-radius: 24px;
  background: #dbe8f0;
}

.quote-product-card__media img {
  max-width: 100%;
  max-height: 230px;
  object-fit: contain;
}

.quote-product-card__body {
  display: grid;
  gap: 10px;
}

.quote-product-card__eyebrow,
.quote-package-card__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--quote-kicker-badge-width);
  max-width: 100%;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}

.quote-cart-item__eyebrow,
.quote-modal__eyebrow,
.quote-modal__label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-product-card__title,
.quote-package-card__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.quote-product-card__code,
.quote-cart-item__code {
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-product-card__text,
.quote-package-card__text {
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.7;
}

.quote-product-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  margin-top: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-cart {
  display: grid;
  gap: 20px;
}

.quote-cart-item {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.03);
}

.quote-cart-item__media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
  padding: 18px;
  border-radius: 22px;
  background: #dbe8f0;
}

.quote-cart-item__media img {
  max-width: 100%;
  max-height: 160px;
  object-fit: contain;
}

.quote-cart-item__body {
  display: grid;
  gap: 10px;
}

.quote-cart-item__body h3 {
  margin: 0;
  color: #fff;
  font-size: 34px;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.quote-cart-item__body p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
}

.quote-cart-item__actions {
  display: grid;
  gap: 12px;
}

.quote-cart-item__edit,
.quote-cart-item__remove,
.quote-modal__close,
.quote-builder__back,
.quote-builder__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.quote-cart-item__edit,
.quote-modal__close,
.quote-builder__back {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.18);
  color: rgba(255, 255, 255, 0.82);
}

.quote-cart-item__remove {
  background: rgba(255, 86, 86, 0.12);
  border-color: rgba(255, 86, 86, 0.22);
  color: #fff;
}

.quote-builder__submit {
  background: var(--color-primary);
  color: #fff;
  gap: 14px;
  min-height: 66px;
  padding: 0 28px;
  letter-spacing: 1px;
  white-space: nowrap;
}

.quote-builder__submit .newsletter-cta__btn-start,
.quote-builder__submit .newsletter-cta__btn-end {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
}

.quote-builder__submit .newsletter-cta__btn-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.quote-builder__submit .newsletter-cta__bullet {
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  background: #fff;
}

.quote-builder__submit .newsletter-cta__btn-end .newsletter-cta__bullet {
  margin-left: -1px;
}

.quote-cart-item__edit:hover,
.quote-cart-item__remove:hover,
.quote-modal__close:hover,
.quote-builder__back:hover,
.quote-builder__submit:hover {
  transform: translateY(-2px);
}

.quote-builder__submit:hover .newsletter-cta__line--start {
  width: 40px;
  opacity: 1;
}

.quote-builder__submit:hover .newsletter-cta__line--end {
  width: 0;
  opacity: 0;
}

.quote-builder__packages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.quote-package-card {
  min-height: 0;
  gap: 14px;
  height: 100%;
}

.quote-package-card__list {
  display: grid;
  gap: 10px;
  align-content: start;
  margin-top: 6px;
  padding-top: 12px;
  width: 100%;
}

.quote-package-card__list ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-package-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.6;
}

.quote-package-card__list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-primary);
  flex: 0 0 5px;
}

.quote-package-card__controls {
  display: inline-grid;
  grid-template-columns: 52px minmax(86px, auto) 52px;
  gap: 10px;
  align-items: center;
  width: max-content;
  margin-top: auto;
  padding-top: 12px;
}

.quote-package-card__qty-btn,
.quote-package-card__qty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  border-radius: 999px;
  font-family: 'Mont', sans-serif;
  font-weight: 700;
}

.quote-package-card__qty-btn {
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.quote-package-card__qty-btn:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.12);
}

.quote-package-card__qty {
  padding: 0 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.08em;
}

.quote-builder__alert {
  padding: 18px 20px;
  margin-bottom: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.quote-builder__feedback {
  scroll-margin-top: 140px;
}

.quote-builder__feedback .quote-builder__alert:last-child {
  margin-bottom: 0;
}

.quote-builder__alert p {
  display: block;
  margin: 0;
  color: #fff;
}

.quote-builder__alert--error {
  background: rgba(255, 86, 86, 0.12);
}

.quote-builder__alert--success {
  background: rgba(33, 173, 120, 0.12);
}

.quote-builder__alert--success-block {
  display: grid;
  gap: 10px;
  padding: 24px;
}

.quote-builder__alert-kicker {
  color: rgba(255, 255, 255, 0.64);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.quote-builder__field {
  display: grid;
  gap: 10px;
}

.quote-builder__field--full {
  grid-column: 1 / -1;
}

.quote-builder__field span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-builder__field input,
.quote-builder__field textarea {
  width: 100%;
  padding: 18px 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
  resize: vertical;
}

.quote-builder__field input:focus,
.quote-builder__field textarea:focus {
  outline: none;
  border-color: rgba(60, 176, 203, 0.72);
}

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

.quote-builder__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.quote-builder__hint {
  color: rgba(255, 255, 255, 0.52);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-modal-open {
  overflow: hidden;
}

.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
}

.quote-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 14, 0.72);
  backdrop-filter: blur(10px);
}

.quote-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100vw - 32px));
  max-height: calc(100vh - 40px);
  margin: 20px auto;
  overflow: auto;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(29, 145, 167, 0.92) 0%, rgba(25, 129, 151, 0.94) 48%, rgba(18, 98, 118, 0.96) 100%);
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.36);
}

.quote-modal__content {
  padding: 28px;
}

.quote-modal__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

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

.quote-modal__label {
  width: max-content;
}

.quote-modal__title {
  margin: 0;
  color: #fff;
  font-size: 72px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.quote-modal__desc {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.75;
}

.quote-modal__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
}

.quote-modal__visual img {
  max-width: 100%;
  max-height: 240px;
  object-fit: contain;
}

.quote-addon-notice {
  padding: 18px 20px;
  margin-bottom: 24px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(237, 147, 44, 0.16);
}

.quote-addon-notice strong,
.quote-addon-notice p {
  display: block;
  margin: 0;
  color: #fff;
}

.quote-addon-notice p {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.65;
}

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

.quote-addon-pill {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 74px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #1f1f1f;
  text-align: left;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.quote-addon-pill.is-selected {
  background: #fff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.12);
}

.quote-addon-pill:hover {
  transform: translateY(-2px);
}

.quote-addon-pill__check {
  display: inline-flex;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(31, 31, 31, 0.28);
  border-radius: 50%;
}

.quote-addon-pill.is-selected .quote-addon-pill__check {
  border-color: var(--color-primary);
  background:
    radial-gradient(circle at center, var(--color-primary) 0 5px, transparent 6px);
}

.quote-addon-pill__text {
  flex: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.quote-addon-pill__info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 50%;
  background: #123640;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

.quote-modal__actions {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  margin-top: 28px;
}

@media (max-width: 1024px) {
  .page-get-quote {
    --quote-kicker-badge-width: 168px;
  }

  .get-quote .cover-title {
    height: 580px;
  }

  .get-quote-cover__title {
    font-size: 92px;
    line-height: 0.84;
    letter-spacing: -0.06em;
  }

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

  .quote-builder__body::before {
    display: none;
  }

  .quote-builder__summary {
    position: static;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

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

  .quote-cart-item {
    grid-template-columns: 200px minmax(0, 1fr);
  }

  .quote-cart-item__actions {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .page-get-quote {
    --quote-kicker-badge-width: auto;
  }

  .get-quote .cover-title {
    height: auto;
    min-height: 0;
    padding-bottom: 24px;
  }

  .get-quote .privacy-cover-frame {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    margin: 84px 20px 0;
    align-items: flex-start;
  }

  .get-quote .privacy-cover-frame__content {
    height: auto;
    min-height: 0;
    justify-content: flex-end;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 8px;
  }

  .get-quote-cover__title {
    font-size: 64px;
    line-height: 0.9;
    letter-spacing: -0.06em;
  }

  .get-quote-cover__info,
  .get-quote-shell__header,
  .quote-builder__form-grid,
  .quote-builder__products,
  .quote-builder__packages,
  .quote-modal__addons,
  .quote-modal__hero {
    grid-template-columns: 1fr;
  }

  .get-quote-cover__info,
  .get-quote-shell__header {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .get-quote-cover__label,
  .get-quote-shell__label,
  .quote-section__kicker {
    width: auto;
  }

  .get-quote-shell {
    padding: 64px 0 72px;
  }

  .quote-section {
    padding: 28px 20px;
  }

  .quote-builder__tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px 20px 0;
  }

  .quote-builder__tab {
    width: 100%;
    justify-content: center;
  }

  .quote-section__head h2,
  .quote-modal__title {
    font-size: 42px;
    line-height: 1;
  }

  .quote-product-card__eyebrow,
  .quote-package-card__eyebrow {
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
    text-align: left;
  }

  .quote-cart-item {
    grid-template-columns: 1fr;
  }

  .quote-cart-item__media {
    min-height: 220px;
  }

  .quote-builder__actions,
  .quote-modal__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .quote-cart-item__actions {
    grid-template-columns: 1fr;
  }

  .quote-modal__content {
    padding: 18px;
  }

  .quote-builder {
    clip-path: none;
    border-radius: 24px;
    overflow: hidden;
  }
}

@media (max-width: 640px) {
  .get-quote .privacy-cover-frame {
    margin: 84px 20px 0;
  }

  .quote-builder__summary {
    padding: 26px 20px 30px;
    max-height: none;
    overflow: visible;
  }

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

  .quote-product-card,
  .quote-package-card {
    padding: 20px 18px;
    border-radius: 24px;
  }

  .quote-product-card__media {
    min-height: 220px;
    padding: 18px;
  }

  .quote-product-card__title,
  .quote-package-card__title {
    font-size: 24px;
  }

  .quote-package-card__controls {
    width: 100%;
    grid-template-columns: 52px minmax(0, 1fr) 52px;
  }

  .quote-section {
    padding: 24px 20px;
  }

  .quote-builder__actions {
    gap: 14px;
  }
}
