.shared-faq-section {
  padding-top: clamp(64px, 7vw, 94px);
  padding-bottom: clamp(64px, 7vw, 94px);
  background: #fff;
  color: #111;
}

.shared-faq-section .section-heading {
  width: min(100%, 820px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(30px, 4vw, 48px);
  text-align: center;
}

.shared-faq-section .section-heading .kicker {
  display: inline-flex;
  margin: 0 0 14px;
  padding: 8px 12px;
  background: #087987;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.shared-faq-section .section-heading h2 {
  margin: 0;
  color: #111;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 800;
  line-height: 1.08;
  text-transform: uppercase;
}

.shared-faq-section .faq-list,
.shared-faq-section .faq-grid {
  width: min(100%, 920px);
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.shared-faq-section .faq-item {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(17, 24, 39, 0.18);
  background: transparent;
}

.shared-faq-section .faq-item:first-child {
  border-top: 1px solid rgba(17, 24, 39, 0.18);
}

.shared-faq-section .faq-question {
  width: 100%;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  border: 0;
  background: transparent;
  color: #111;
  font: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  cursor: pointer;
}

.shared-faq-section .faq-question:hover,
.shared-faq-section .faq-question:focus-visible {
  background: rgba(44, 203, 212, 0.1);
  outline: none;
}

.shared-faq-section .faq-icon {
  position: relative;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border: 0;
}

.shared-faq-section .faq-icon::before,
.shared-faq-section .faq-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  background: #2ccbd4;
  transform: translate(-50%, -50%);
}

.shared-faq-section .faq-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.16s ease;
}

.shared-faq-section .faq-item.open .faq-icon::after,
.shared-faq-section .faq-question[aria-expanded="true"] .faq-icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.shared-faq-section .faq-answer {
  padding: 0 20px 20px;
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
}

.shared-faq-section .faq-answer p {
  margin: 0;
  color: #374151;
}

.faq-quote-generated .faq-answer[aria-hidden="true"] {
  display: none;
}

.faq-quote-generated .faq-answer[aria-hidden="false"] {
  display: block;
}

.shared-quote-section {
  --shared-quote-accent: #087987;
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) 0;
  background: #2ccbd4;
  color: #101d2e;
}

.shared-quote-grid {
  width: min(calc(100% - 48px), 1200px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.88fr);
  gap: clamp(48px, 7vw, 96px);
  align-items: center;
}

.shared-quote-copy {
  max-width: 620px;
}

.shared-quote-copy h2 {
  margin: 0;
  color: #101d2e;
  font-size: 60px;
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.shared-quote-copy h2 span {
  display: block;
}

.shared-quote-subtitle {
  margin: 26px 0 0;
  max-width: 590px;
  color: #101d2e;
  font-size: 18.8px;
  font-weight: 800;
  line-height: 1.65;
}

.shared-quote-benefits {
  display: grid;
  gap: 17px;
  margin: 34px 0 0;
  padding: 0;
  list-style: none;
}

.shared-quote-benefits li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 13px;
  align-items: start;
  color: #101d2e;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.shared-quote-benefits li > svg {
  width: 20px;
  height: 20px;
  margin-top: 4px;
  color: #101d2e;
  flex-shrink: 0;
}

.shared-quote-phone {
  margin: 34px 0 0;
  color: #101d2e;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.4;
}

.shared-quote-phone a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #101d2e;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.shared-quote-card-slot {
  min-width: 0;
  width: 100%;
  align-self: start;
}

.shared-quote-card,
.shared-quote-card.form-card,
.shared-quote-card.hero-form-shell {
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: clamp(24px, 3vw, 36px) !important;
  position: relative;
  inset: auto;
  display: block !important;
  align-self: start !important;
  justify-self: stretch !important;
  overflow: visible !important;
  opacity: 1 !important;
  transform: none !important;
  animation: none !important;
  background: #fff !important;
  border: 1px solid #dce3ea !important;
  border-top: 4px solid var(--shared-quote-accent) !important;
  border-radius: 0 !important;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18), 0 8px 22px rgba(15, 23, 42, 0.1) !important;
}

.shared-quote-form-heading {
  margin: 0 0 24px;
  color: #101c33;
  font-size: clamp(24px, 2.2vw, 32px);
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.shared-quote-card > .form-subheading,
.shared-quote-card .form-subheading,
.shared-quote-card > .kicker {
  display: none !important;
}

.shared-quote-form {
  margin: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  display: block !important;
  align-content: start !important;
}

.shared-quote-form .bot-field {
  display: none !important;
}

.shared-form-fields,
.shared-form-submit-area {
  display: grid;
  gap: 14px;
  height: auto;
  min-height: 0;
  align-content: start;
}

.shared-form-submit-area {
  margin-top: 14px;
}

.shared-form-name-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.shared-form-field {
  min-width: 0;
  margin: 0;
}

.shared-form-field input,
.shared-form-field textarea {
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 15px 18px;
  border: 1px solid #cfd7e2;
  border-radius: 0;
  background: #f3f5f7;
  color: #182536;
  font: inherit;
  font-size: 16px;
  line-height: 1.4;
  box-shadow: none;
  transition: border-color 0.16s ease, background-color 0.16s ease, box-shadow 0.16s ease;
}

.shared-form-field textarea {
  min-height: 132px;
  resize: vertical;
}

.shared-form-field input::placeholder,
.shared-form-field textarea::placeholder {
  color: #697587;
  opacity: 1;
}

.shared-form-field input:focus,
.shared-form-field textarea:focus {
  border-color: var(--shared-quote-accent);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(44, 203, 212, 0.16);
  outline: none;
}

.shared-quote-card .shared-quote-submit {
  width: 100% !important;
  min-height: 56px;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  overflow: hidden;
  border: 3px solid var(--shared-quote-accent) !important;
  border-radius: 0 !important;
  background: var(--shared-quote-accent) !important;
  color: #101d2e !important;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
  box-shadow: none;
  transition: transform 0.16s ease;
}

.shared-quote-card .shared-quote-submit .btn-text {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  padding: 15px 26px;
  white-space: nowrap;
}

.shared-quote-card .shared-quote-submit .btn-arrow {
  min-width: 58px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background: #090909;
  color: #fff;
}

.shared-quote-card .shared-quote-submit .btn-arrow svg {
  width: 16px;
  height: 16px;
  transition: transform 0.16s ease;
}

.shared-quote-card .shared-quote-submit:hover {
  background: #18b9c3 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(44, 203, 212, 0.28);
}

.shared-quote-card .shared-quote-submit:hover .btn-arrow svg {
  transform: translate(2px, -2px);
}

.shared-quote-card .shared-quote-submit:focus-visible {
  outline: 3px solid rgba(44, 203, 212, 0.32);
  outline-offset: 3px;
}

.shared-quote-card .form-error-summary {
  min-height: 0;
  margin: 0;
  color: #b91c1c;
  font-size: 13px;
  font-weight: 600;
}

.shared-quote-card .form-error-summary:empty {
  display: none;
}

.shared-quote-card .form-rating {
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px solid #d7dce3;
}

.shared-quote-card .form-rating-logo {
  width: 26px;
  height: 26px;
  max-width: 26px;
  object-fit: contain;
  flex: 0 0 26px;
}

.shared-quote-card .form-rating-copy {
  display: flex;
  align-items: center;
  gap: 8px;
}

.shared-quote-card .form-rating-stars {
  margin: 0;
  color: #f4b400;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1;
}

.shared-quote-card .form-rating-text {
  margin: 0;
  color: #4b5563;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.shared-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.hero-without-quote .hero-grid,
.hero-without-quote .hero-grid:not(.hero-grid-with-form) {
  grid-template-columns: minmax(0, 1fr) !important;
}

.hero-without-quote .hero-text {
  max-width: 860px !important;
}

.shared-original-quote-location > .container > .grid,
.shared-original-quote-location .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
  grid-template-columns: 1fr !important;
}

.shared-original-quote-location .lg\:pt-4 {
  width: min(100%, 560px);
  margin: 0 auto;
}

@media (max-width: 980px) {
  .shared-quote-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .shared-quote-copy {
    max-width: 720px;
  }

  .shared-quote-card-slot {
    width: min(100%, 720px);
  }
}

@media (max-width: 560px) {
  .shared-quote-section {
    padding: 60px 0;
  }

  .shared-quote-grid {
    width: min(calc(100% - 32px), 1200px);
  }

  .shared-quote-copy h2 {
    font-size: 60px;
  }

  .shared-form-name-row {
    grid-template-columns: 1fr;
  }

  .shared-quote-card,
  .shared-quote-card.form-card,
  .shared-quote-card.hero-form-shell {
    padding: 22px 16px !important;
  }
}
