/* ═══════════════════════════════════════════════════════
   QA FEATURE SECTION — two-column: content (60%) + media (40%)
   Overlapping 2-image design · reusable on every page
═══════════════════════════════════════════════════════ */

.qa-feat-section {
  padding: 80px 24px;
  background: #fff;
  overflow: hidden;
  content-visibility: auto;
  contain-intrinsic-size: auto 940px;
}

.qa-feat-section--mint { background: #f4fbf0; }

/* ── Two-column grid: 60 / 40 split ─────────────────── */
.qa-feat-inner {
  max-width: 1160px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  gap: 56px;
  align-items: center;
}

.qa-feat-inner--reverse .qa-feat-content { order: 2; }
.qa-feat-inner--reverse .qa-feat-media   { order: 1; }


/* ════════════════════════════════════════════════════
   CONTENT COLUMN
════════════════════════════════════════════════════ */

/* Eyebrow — gold lines + text */
.qa-feat-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #c9a227;
  margin-bottom: 16px;
}

.qa-feat-eyebrow::before,
.qa-feat-eyebrow::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 2px;
  background: #c9a227;
  border-radius: 1px;
  flex-shrink: 0;
}

/* H2 */
.qa-feat-heading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 900;
  color: #0d3d1a;
  line-height: 1.13;
  letter-spacing: -.5px;
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.qa-feat-heading em {
  font-style: italic;
  color: #c9a227;
}

/* H3 */
.qa-feat-subheading {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(17px, 1.7vw, 22px);
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin: 20px 0 10px !important;
  padding: 0 !important;
}

/* Lead — left gold border accent */
.qa-feat-lead {
  font-size: 15px;
  color: #444;
  line-height: 1.85;
  margin: 0 0 16px;
  padding-left: 14px;
  border-left: 3px solid #c9a227;
}

.qa-feat-body {
  font-size: 14.5px;
  color: #555;
  line-height: 1.85;
  margin: 0 0 22px;
}

/* Feature checklist */
.qa-feat-list {
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.qa-feat-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  line-height: 1.45;
}

.qa-feat-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #c9a227;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.qa-feat-check svg {
  width: 10px;
  height: 10px;
  stroke: #fff;
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* CTA buttons */
.qa-feat-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.qa-feat-btn-primary,
.qa-feat-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 10px;
  font-size: 14.5px;
  font-weight: 800;
  font-family: inherit;
  letter-spacing: .2px;
  text-decoration: none;
  cursor: pointer;
  line-height: 1;
  -webkit-appearance: none;
  appearance: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}

.qa-feat-btn-primary {
  background: linear-gradient(135deg, #c9a227, #e4c060);
  color: #fff !important;
  border: none;
  box-shadow: 0 4px 18px rgba(201,162,39,.35);
}

.qa-feat-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(201,162,39,.5);
  background: linear-gradient(135deg, #c9a227, #e4c060) !important;
  color: #fff !important;
  text-decoration: none !important;
}

.qa-feat-btn-secondary {
  background: #0d3d1a;
  color: #fff !important;
  border: 2px solid #0d3d1a;
  box-shadow: 0 4px 16px rgba(13,61,26,.22);
}

.qa-feat-btn-secondary:hover {
  background: #155724 !important;
  border-color: #155724 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13,61,26,.32);
  color: #fff !important;
  text-decoration: none !important;
}

.qa-feat-btn-primary svg,
.qa-feat-btn-secondary svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
  transition: transform .2s ease;
}

.qa-feat-btn-primary:hover svg,
.qa-feat-btn-secondary:hover svg { transform: translateX(3px); }


/* ════════════════════════════════════════════════════
   MEDIA COLUMN — overlapping 2-image stack
════════════════════════════════════════════════════ */

.qa-feat-media {
  position: relative;
}

/* Outer container — extra bottom padding for the overlapping secondary image */
.qa-feat-imgs {
  position: relative;
  padding-bottom: 150px;  /* = secondary height (210px) – overlap (60px) */
}

.qa-feat-imgs--single {
  padding-bottom: 0;      /* no second image — no extra space needed */
}

/* Decorative offset border frame (behind main image) */
.qa-feat-img-frame {
  position: absolute;
  inset: 0;
  border-radius: 18px;
  border: 3px solid #0d3d1a;
  transform: translate(10px, 10px);
  z-index: 0;
  opacity: .14;
  /* frame doesn't extend into the secondary-image zone */
  bottom: 150px;
}

/* Gold corner square */
.qa-feat-img-accent {
  position: absolute;
  top: -12px;
  left: -12px;
  width: 56px;
  height: 56px;
  background: #c9a227;
  border-radius: 10px;
  z-index: 0;
  opacity: .82;
}

/* Main photo */
.qa-feat-img-main {
  display: block;
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 18px;
  position: relative;
  z-index: 1;
  box-shadow: 0 14px 50px rgba(13,61,26,.16);
  background: #e8f0e9;
}

/* ── Overlapping secondary image ─────────────────── */
.qa-feat-img-secondary-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  z-index: 3;
  border-radius: 14px;
  border: 3px solid #fff;
  box-shadow: 0 10px 36px rgba(0,0,0,.22);
  overflow: hidden;
}

.qa-feat-img-secondary {
  display: block;
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 11px;
  background: #e8f0e9;
}

/* Small gold dot accent between the two images */
.qa-feat-img-dot {
  position: absolute;
  bottom: 140px;
  left: 28px;
  z-index: 4;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #0d3d1a;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,.2);
}

.qa-feat-img-dot svg {
  width: 20px;
  height: 20px;
  color: #c9a227;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ── Floating badge on main image ────────────────── */
.qa-feat-badge {
  position: absolute;
  top: 18px;
  right: -16px;
  z-index: 3;
  background: #0d3d1a;
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  min-width: 100px;
  box-shadow: 0 8px 28px rgba(0,0,0,.25);
  border: 2px solid rgba(201,162,39,.3);
}

.qa-feat-badge-num {
  display: block;
  font-size: 30px;
  font-weight: 900;
  color: #c9a227;
  line-height: 1;
  letter-spacing: -1px;
}

.qa-feat-badge-num sup {
  font-size: 15px;
  vertical-align: super;
  font-weight: 700;
}

.qa-feat-badge-label {
  display: block;
  font-size: 9.5px;
  font-weight: 700;
  color: rgba(255,255,255,.82);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  line-height: 1.4;
}

/* ── Promo card (shown when no second image) ─────── */
.qa-feat-promo {
  margin-top: 20px;
  background: linear-gradient(135deg, #0d3d1a 0%, #1a5c2a 100%);
  border-radius: 14px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 8px 30px rgba(13,61,26,.28);
  border: 1px solid rgba(201,162,39,.2);
}

.qa-feat-promo-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: rgba(201,162,39,.18);
  border: 1.5px solid rgba(201,162,39,.35);
  display: flex;
  align-items: center;
  justify-content: center;
}

.qa-feat-promo-icon svg {
  width: 22px;
  height: 22px;
  color: #c9a227;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.qa-feat-promo-body { flex: 1; min-width: 0; }

.qa-feat-promo-title {
  display: block;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3px;
  line-height: 1.3;
}

.qa-feat-promo-text {
  font-size: 12px;
  color: rgba(255,255,255,.68);
  margin: 0;
  line-height: 1.5;
}

.qa-feat-promo-btn {
  flex-shrink: 0;
  background: linear-gradient(135deg, #c9a227, #e4c060);
  color: #fff !important;
  border: none;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 12.5px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
  white-space: nowrap;
  transition: transform .2s ease, box-shadow .2s ease;
  text-decoration: none !important;
}

.qa-feat-promo-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(201,162,39,.4);
  background: linear-gradient(135deg, #c9a227, #e4c060) !important;
  color: #fff !important;
  text-decoration: none !important;
}


/* ════════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════════ */

/* 1100px — reduce gap */
@media (max-width: 1100px) {
  .qa-feat-inner { gap: 40px; }
}

/* 960px — stack to single column */
@media (max-width: 960px) {
  .qa-feat-section { padding: 60px 24px; }

  .qa-feat-inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* Always: content first, media second on mobile */
  .qa-feat-content                      { order: 1 !important; }
  .qa-feat-media                        { order: 2 !important; }

  .qa-feat-media {
    max-width: 540px;
    margin: 0 auto;
    width: 100%;
  }

  .qa-feat-badge { right: -8px; top: 14px; }
}

/* 680px */
@media (max-width: 680px) {
  .qa-feat-section { padding: 52px 20px; }

  .qa-feat-list  { grid-template-columns: 1fr; }

  .qa-feat-imgs        { padding-bottom: 120px; }
  .qa-feat-img-main    { height: 265px; }
  .qa-feat-img-secondary-wrap { width: 56%; }
  .qa-feat-img-secondary      { height: 175px; }
  .qa-feat-imgs--single       { padding-bottom: 0; }

  .qa-feat-img-frame { bottom: 120px; }
  .qa-feat-img-dot   { bottom: 110px; }

  .qa-feat-badge { right: -6px; padding: 10px 14px; }
  .qa-feat-badge-num { font-size: 24px; }

  .qa-feat-promo { flex-wrap: wrap; }
  .qa-feat-promo-btn { width: 100%; text-align: center; }
}

/* 480px */
@media (max-width: 480px) {
  .qa-feat-section { padding: 44px 16px; }

  .qa-feat-imgs        { padding-bottom: 100px; }
  .qa-feat-img-main    { height: 225px; }
  .qa-feat-img-secondary-wrap { width: 54%; }
  .qa-feat-img-secondary      { height: 150px; }
  .qa-feat-imgs--single       { padding-bottom: 0; }

  .qa-feat-img-frame  { bottom: 100px; }
  .qa-feat-img-accent { width: 40px; height: 40px; top: -8px; left: -8px; }
  .qa-feat-img-dot    { width: 36px; height: 36px; bottom: 90px; left: 18px; }
  .qa-feat-img-dot svg { width: 16px; height: 16px; }

  .qa-feat-btns { flex-direction: column; align-items: stretch; }
  .qa-feat-btn-primary,
  .qa-feat-btn-secondary { justify-content: center; }
}

/* 380px */
@media (max-width: 380px) {
  .qa-feat-img-secondary-wrap { width: 52%; }
}
