/* ==========================================================================
   General Modules: Warranty, Financing, Ambassador, FAQs (modules.css)
   ========================================================================== */

/* --- Warranty & Financing 2-Column Split Section (Pixel-to-Pixel) --- */
.warranty-financing-section {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.warranty-financing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  width: 100%;
  align-items: stretch;
}
.info-split-col {
  padding: 5rem 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 0;
  box-shadow: none;
}
.warranty-col {
  background-color: #141414;
  color: #ffffff;
  border: none;
}
.split-col-inner {
  width: 100%;
  max-width: 610px;
}
.split-col-left {
  margin-left: auto;
  margin-right: 2.5rem;
}
.split-col-right {
  margin-right: auto;
  margin-left: 2.5rem;
}
.warranty-header-flex {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.warranty-shield-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.wf-main-shield-icon {
  width: 82px;
  height: 96px;
  display: block;
}
.wf-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e5a93c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.45rem;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.wf-heading-white {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 2.5vw, 2.35rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.12;
  margin: 0;
}
.wf-desc-slate {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #cbd5e1;
  margin: 0 0 2.5rem 0;
}
.warranty-features-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.warranty-feature-item {
  display: flex;
  align-items: center;
  gap: 0.95rem;
}
.wf-item-icon-wrap {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wf-feature-svg {
  display: block;
}
.wf-rosette-svg {
  width: 52px;
  height: 58px;
}
.wf-doc-svg {
  width: 48px;
  height: 58px;
}
.wf-item-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wf-item-title {
  font-family: var(--font-heading);
  font-size: 0.85rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.3rem 0;
  letter-spacing: 0.02em;
  line-height: 1.25;
  text-transform: uppercase;
}
.wf-item-sub {
  font-size: 0.82rem;
  color: #94a3b8;
  line-height: 1.4;
  margin: 0;
}
.wf-footnote {
  font-size: 0.72rem;
  color: #64748b;
  margin: 0;
}

/* Financing Column */
.financing-col {
  background-color: #faf8f5;
  color: #0f172a;
  border: none;
}
.wf-heading-dark {
  font-family: var(--font-heading);
  font-size: clamp(1.85rem, 2.5vw, 2.35rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.12;
  margin: 0 0 1rem 0;
}
.financing-desc-text {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 2.25rem 0;
}
.financing-logos-inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
  flex-wrap: wrap;
}
.partner-logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.partner-logo-img {
  max-width: 100%;
  object-fit: contain;
  display: block;
}
.homerun-logo {
  height: 36px;
}
.goodleap-logo {
  height: 28px;
}
.renew-logo {
  height: 32px;
}
.ygrene-logo {
  height: 36px;
}
.financing-disclaimer-text {
  font-size: 0.75rem;
  color: #64748b;
  line-height: 1.5;
  margin: 0 0 2.25rem 0;
}
.btn-explore-financing {
  background-color: #d97706;
  color: #ffffff;
  padding: 0.95rem 1.85rem;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  transition: background-color var(--trans-fast), transform var(--trans-fast);
}
.btn-explore-financing:hover {
  background-color: #b45309;
  transform: translateY(-2px);
}

/* --- Ambassador Program --- */
.ambassador-section {
  background-color: #ffffff;
  padding: 5rem 0;
}
.ambassador-layout-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3.5rem;
  align-items: center;
}
.amb-eyebrow {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e5a93c;
  text-transform: uppercase;
  display: block;
  margin-bottom: 0.6rem;
}
.amb-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.2vw, 2.75rem);
  font-weight: 900;
  color: #0f172a;
  line-height: 1.15;
  margin: 0 0 1.25rem 0;
}
.amb-desc {
  font-size: 0.95rem;
  line-height: 1.65;
  color: #475569;
  margin: 0 0 2.5rem 0;
}
.ambassador-steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 2.75rem;
  background: transparent;
  align-items: stretch;
}
.amb-step-box {
  text-align: center;
  padding: 0.75rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.amb-step-box:not(:last-child) {
  border-right: 1px solid #e2e8f0;
}
.amb-step-icon {
  margin-bottom: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
}
.amb-step-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.35;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  display: block;
}
.ambassador-actions-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}
.btn-ambassador-primary {
  background-color: #d97706;
  color: #ffffff;
  padding: 0.95rem 1.85rem;
  font-family: var(--font-heading);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  border-radius: 4px;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25);
  transition: background-color var(--trans-fast), transform var(--trans-fast);
}
.btn-ambassador-primary:hover {
  background-color: #b45309;
  transform: translateY(-2px);
}
.link-ambassador-learn {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color var(--trans-fast);
}
.link-ambassador-learn:hover {
  color: #d97706;
}

/* Ambassador Right Column Photo Container */
.ambassador-image-container {
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.ambassador-main-img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 480px;
  object-fit: cover;
  display: block;
}
.ambassador-floating-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  background-color: rgba(22, 22, 26, 0.95);
  border: 1px solid rgba(229, 169, 60, 0.45);
  border-radius: 6px;
  padding: 1.15rem 1.65rem;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(8px);
}
.floating-badge-heart {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.badge-title-white {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 0.25rem 0;
}
.badge-sub-gold {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #e5a93c;
  text-transform: uppercase;
  margin: 0;
}

/* --- FAQ Accordion 2-Col Grid (Pixel-to-Pixel) --- */
.faq-section {
  background-color: #f8fafc;
  padding: 5rem 0;
}
.faq-main-heading {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 900;
  color: #0f172a;
  margin: 0 0 3rem 0;
  text-align: center;
}
.faq-2-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1.75rem;
  align-items: start;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.faq-item {
  background-color: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
  transition: border-color var(--trans-fast), box-shadow var(--trans-fast);
}
.faq-item:hover {
  border-color: #cbd5e1;
}
.faq-item.is-open {
  border-color: #cbd5e1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.faq-question-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.4rem;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.faq-question-text {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 700;
  color: #0f172a;
  line-height: 1.35;
  transition: color var(--trans-fast);
}
.faq-item.is-open .faq-question-text {
  color: #0f172a;
}
.faq-icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--trans-base);
}
.faq-chevron-svg {
  display: block;
  transition: transform var(--trans-base);
}
.faq-item.is-open .faq-chevron-svg {
  transform: rotate(180deg);
}
.faq-item.is-open .faq-chevron-svg path {
  stroke: #e5a93c;
}
.faq-answer {
  display: none;
  padding: 0 1.4rem 1.25rem 1.4rem;
  border-top: none;
}
.faq-item.is-open .faq-answer {
  display: block;
  animation: faqFadeIn 0.25s ease-in-out;
}
.faq-answer p {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #475569;
  margin: 0;
}

@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --- Bottom CTA Banner --- */
.bottom-cta-banner-section {
  background: linear-gradient(135deg, var(--fqrs-navy-950) 0%, var(--fqrs-navy-900) 100%);
  color: #ffffff;
  padding: 4.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.bottom-cta-grid {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.bottom-cta-text h2 {
  color: #ffffff;
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  margin-bottom: 0.5rem;
}
.bottom-cta-text p {
  color: var(--fqrs-slate-300);
  font-size: 1.05rem;
}
.bottom-cta-buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.cta-action-btn {
  padding: 1.1rem 2rem;
  font-size: 0.95rem;
  text-align: center;
}

/* Link Arrow Helper */
.link-arrow {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  color: var(--fqrs-navy-900);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-bottom: 2px solid var(--fqrs-gold);
  padding-bottom: 2px;
}
.link-arrow:hover {
  color: var(--fqrs-gold-hover);
}

@media (max-width: 1024px) {
  .warranty-financing-grid,
  .ambassador-layout-grid {
    grid-template-columns: 1fr;
    align-items: center;
  }
  .faq-2-col-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ambassador-steps-row {
    flex-direction: column;
  }
  .amb-arrow {
    transform: rotate(90deg);
  }
}
