.page-faq {
  --faq-pad: clamp(20px, 4vw, 36px);
  background:
    radial-gradient(circle at 86% 12%, rgba(0, 166, 81, 0.08), transparent 34%),
    linear-gradient(rgba(216, 203, 184, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(216, 203, 184, 0.12) 1px, transparent 1px),
    var(--cream);
  background-size: auto, 44px 44px, 44px 44px, auto;
  background-position: -1px -1px;
  color: var(--ink);
  font-family: var(--body);
  overflow-x: hidden;
}

.page-faq .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
  background: rgba(255, 107, 53, 0.12);
  padding: 6px 14px 6px 10px;
  color: var(--orange);
  line-height: 1.2;
}

.page-faq .faq-hero {
  display: grid;
  gap: 32px;
  padding-top: 36px;
  padding-bottom: 28px;
}

.page-faq .faq-hero-copy {
  min-width: 0;
}

.page-faq .faq-hero h1 {
  font-family: var(--headline);
  font-size: clamp(34px, 7vw, 64px);
  line-height: 1;
  letter-spacing: 0.01em;
  max-width: 18em;
  margin: 18px 0 22px;
  text-wrap: balance;
}

.page-faq .faq-hero-lead {
  font-size: 17px;
  line-height: 1.75;
  max-width: 60em;
  color: rgba(43, 37, 32, 0.82);
  margin: 0;
}

.page-faq .faq-findbar {
  border-top: 3px solid var(--ink);
  border-bottom: 1px solid var(--line);
  padding: 14px 0;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.page-faq .faq-findbar-label {
  font-family: var(--headline);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: var(--deep-green);
  white-space: nowrap;
}

.page-faq .faq-findbar-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-faq .faq-findbar-links .tag {
  text-decoration: none;
  border: 1px solid var(--line);
  background: var(--card);
  color: var(--ink);
  padding: 6px 12px;
  font-size: 13px;
  transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.page-faq .faq-findbar-links .tag:hover,
.page-faq .faq-findbar-links .tag:focus-visible {
  border-color: var(--green);
  transform: translateY(-2px);
}

.page-faq .faq-findbar-links .tag.green {
  border-color: rgba(0, 166, 81, 0.4);
  color: var(--deep-green);
  font-weight: 700;
}

.page-faq .faq-findbar-links .tag.orange {
  border-color: rgba(255, 107, 53, 0.4);
  color: #d04a1f;
}

.page-faq .faq-hero-visual {
  position: relative;
  max-width: 420px;
  justify-self: start;
}

.page-faq .faq-hero-visual::before {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 1px solid var(--line);
  background: var(--card);
  z-index: 0;
}

.page-faq .faq-hero-visual img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0 0, calc(100% - 26px) 0, 100% 26px, 100% 100%, 0 100%);
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: 0 18px 40px rgba(43, 37, 32, 0.1);
  z-index: 1;
}

.page-faq .faq-section {
  padding: 52px 0 28px;
  position: relative;
}

.page-faq .faq-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, var(--green) 0%, transparent 35%, var(--silver) 70%, var(--line) 100%);
  margin-top: 40px;
}

.page-faq .faq-section-head {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr;
  border-left: 5px solid var(--green);
  padding-left: 18px;
  margin-bottom: 26px;
}

.page-faq .faq-section-head .section-title {
  font-family: var(--headline);
  font-size: clamp(30px, 5vw, 42px);
  line-height: 1;
  margin: 0;
}

.page-faq .faq-section-note {
  font-size: 13px;
  letter-spacing: 0.04em;
  color: rgba(43, 37, 32, 0.6);
  margin: 0;
}

.page-faq .faq-list {
  display: grid;
  gap: 14px;
}

.page-faq .faq-item {
  background: var(--card);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(43, 37, 32, 0.06);
  position: relative;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.page-faq .faq-item[open] {
  box-shadow: 0 18px 44px rgba(43, 37, 32, 0.11);
  border-color: rgba(0, 166, 81, 0.42);
}

.page-faq .faq-item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  min-height: 64px;
  cursor: pointer;
}

.page-faq .faq-item summary::-webkit-details-marker {
  display: none;
}

.page-faq .faq-item summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: -4px;
}

.page-faq .faq-num {
  font-family: var(--mono);
  font-size: clamp(22px, 4vw, 30px);
  font-weight: 700;
  color: var(--green);
  background: rgba(0, 166, 81, 0.1);
  border: 1px solid rgba(0, 166, 81, 0.25);
  min-width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.3s ease, color 0.3s ease;
}

.page-faq .faq-item[open] .faq-num {
  background: var(--green);
  border-color: var(--green);
  color: #fff;
}

.page-faq .faq-q {
  font-family: var(--headline);
  font-size: clamp(18px, 2.4vw, 24px);
  font-weight: 700;
  line-height: 1.25;
  flex: 1;
  min-width: 0;
  text-wrap: balance;
}

.page-faq .faq-toggle {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
  color: var(--green);
}

.page-faq .faq-toggle::before {
  content: "+";
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}

.page-faq .faq-item[open] .faq-toggle {
  transform: rotate(45deg);
  border-color: var(--green);
  background: var(--green);
  color: #fff;
}

.page-faq .faq-a {
  padding: 20px 18px 34px;
  border-top: 1px dashed var(--line);
  font-size: 16px;
  line-height: 1.75;
  color: rgba(43, 37, 32, 0.85);
  display: grid;
  gap: 12px;
  background:
    repeating-linear-gradient(-45deg, rgba(0, 166, 81, 0.04) 0 10px, transparent 10px 20px),
    var(--card);
  position: relative;
}

.page-faq .faq-a::after {
  content: "";
  position: absolute;
  left: 18px;
  bottom: 12px;
  width: 48px;
  height: 6px;
  background: repeating-linear-gradient(135deg, var(--silver) 0 4px, transparent 4px 8px);
  opacity: 0.7;
}

.page-faq .faq-a p {
  margin: 0;
}

.page-faq .faq-a a {
  color: var(--deep-green);
  font-weight: 700;
  text-underline-offset: 4px;
}

.page-faq .faq-a .faq-anchor {
  font-family: var(--mono);
  font-size: 13px;
  font-weight: 400;
  color: var(--deep-green);
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  width: fit-content;
  padding-bottom: 2px;
  transition: border-color 0.3s ease;
}

.page-faq .faq-a .faq-anchor:hover,
.page-faq .faq-a .faq-anchor:focus-visible {
  border-color: var(--green);
}

.page-faq .faq-coverage {
  margin-top: 36px;
  padding: 24px 22px;
  border: 1px solid var(--line);
  background:
    repeating-linear-gradient(-45deg, rgba(192, 192, 200, 0.1) 0 6px, transparent 6px 12px),
    var(--card);
  font-size: 16px;
  line-height: 1.7;
  display: grid;
  gap: 10px;
  box-shadow: 0 12px 30px rgba(43, 37, 32, 0.05);
}

.page-faq .faq-coverage p {
  margin: 0;
}

.page-faq .faq-coverage a {
  color: var(--deep-green);
  font-weight: 700;
  text-underline-offset: 4px;
}

.page-faq .faq-support-panel {
  margin-top: 36px;
  display: grid;
  gap: 24px;
  background: var(--dark-footer);
  color: var(--cream);
  padding: 28px 24px 32px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(26, 58, 42, 0.18);
}

.page-faq .faq-support-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(180deg, var(--green) 0%, var(--orange) 100%);
}

.page-faq .faq-support-panel::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(192, 192, 200, 0.18);
  transform: rotate(45deg);
  pointer-events: none;
}

.page-faq .faq-support-info {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 1;
}

.page-faq .faq-support-info p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
}

.page-faq .faq-support-info .eyebrow {
  color: var(--orange);
  background: rgba(255, 107, 53, 0.14);
  align-self: start;
}

.page-faq .faq-support-info h3 {
  font-family: var(--headline);
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.1;
  margin: 0;
}

.page-faq .faq-support-info a {
  color: var(--cream);
  font-weight: 700;
  text-underline-offset: 4px;
}

.page-faq .faq-contact-line {
  font-family: var(--mono);
  font-size: 14px;
  color: rgba(253, 246, 236, 0.76);
  letter-spacing: 0.02em;
}

.page-faq .faq-follow-note {
  color: rgba(253, 246, 236, 0.82);
}

.page-faq .faq-support-visual {
  position: relative;
  z-index: 1;
}

.page-faq .faq-support-visual img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid rgba(192, 192, 200, 0.3);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
}

@media (min-width: 920px) {
  .page-faq .faq-hero {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: center;
    gap: 48px;
    padding-top: 64px;
    padding-bottom: 48px;
  }

  .page-faq .faq-hero-visual {
    justify-self: end;
  }

  .page-faq .faq-section {
    padding-top: 68px;
  }

  .page-faq .faq-section-head {
    grid-template-columns: 1fr auto;
    align-items: end;
    margin-bottom: 32px;
  }

  .page-faq .faq-section-note {
    text-align: right;
    padding-bottom: 8px;
  }

  .page-faq .faq-item summary {
    padding: 22px 26px;
  }

  .page-faq .faq-num {
    min-width: 58px;
    height: 58px;
  }

  .page-faq .faq-a {
    padding: 24px 26px 38px;
    font-size: 17px;
  }

  .page-faq .faq-a .faq-anchor {
    margin-top: 4px;
  }

  .page-faq .faq-support-panel {
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 40px;
    padding: 44px 40px;
  }

  .page-faq .faq-support-visual img {
    max-height: 300px;
  }
}

@media (min-width: 1280px) {
  .page-faq .faq-hero {
    gap: 72px;
  }

  .page-faq .faq-list {
    gap: 16px;
  }
}
