.faq-enterprise {
  color: #08271b;
  max-width: 1180px;
}

.faq-hero {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(11, 93, 59, .18);
  border-radius: 28px;
  padding: clamp(1.35rem, 4vw, 2.6rem);
  background: linear-gradient(135deg, #063822 0%, #0B5D3B 58%, #0f7a4b 100%);
  color: #fff;
  box-shadow: 0 24px 64px rgba(7, 59, 38, .18);
}

.faq-hero-copy {
  max-width: 820px;
  position: relative;
  z-index: 1;
}

.faq-eyebrow,
.faq-answer-label {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: .35rem .72rem;
  background: #eaf7ef;
  color: #0B5D3B;
  font-weight: 900;
  font-size: .86rem;
}

.faq-eyebrow {
  background: rgba(255, 255, 255, .14);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .26);
}

.faq-hero h1 {
  margin: .78rem 0 .42rem;
  max-width: 760px;
  font-size: clamp(2rem, 4.6vw, 3.3rem);
  font-weight: 950;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.02;
}

.faq-hero p {
  max-width: 720px;
  color: rgba(255, 255, 255, .88);
  font-size: 1.08rem;
  line-height: 1.55;
}

.faq-search {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: .7rem;
  align-items: center;
  margin-top: 1.45rem;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: 22px;
  padding: .7rem;
  background: #fff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .14);
  position: relative;
  z-index: 2;
}

.faq-search i {
  color: #0B5D3B;
  padding-left: .45rem;
}

.faq-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  padding: .85rem .55rem;
  background: transparent;
  color: #123c2a;
  font-size: 1rem;
}

.faq-search button,
.faq-ai-button {
  border: 1px solid #b7d9c8;
  border-radius: 999px;
  padding: .78rem 1.05rem;
  background: #0B5D3B;
  color: #fff;
  font-weight: 900;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(11, 93, 59, .18);
}

.faq-search .faq-ai-button {
  background: #fff;
  color: #0B5D3B;
  box-shadow: none;
}

.faq-hero-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
  margin-top: 1.05rem;
  position: relative;
  z-index: 1;
}

.faq-hero-card {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  gap: .15rem .75rem;
  align-items: center;
  min-height: 96px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .22)!important;
  border-radius: 20px!important;
  background: rgba(255, 255, 255, .95)!important;
  box-shadow: 0 14px 32px rgba(0, 0, 0, .10)!important;
}

.faq-hero-card i {
  grid-row: 1 / 3;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #eaf7ef;
  color: #0B5D3B;
}

.faq-hero-card b {
  color: #063421;
  font-size: 1.2rem;
  font-weight: 950;
}

.faq-hero-card span {
  color: #60756b;
  font-weight: 800;
  font-size: .86rem;
}

.faq-answer-panel {
  margin: 1.15rem 0 1.35rem;
  padding: 1.1rem 1.2rem;
  border-left: 5px solid #0B5D3B!important;
  border-radius: 20px!important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfffd 100%)!important;
}

.faq-answer-panel p {
  margin: .5rem 0 0;
  color: #526b60;
}

.faq-answer-panel.has-answer {
  border-color: #b7d9c8;
  background: #fbfffd;
}

.faq-result-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: .75rem;
  margin-top: .95rem;
}

.faq-result-card {
  display: grid;
  gap: .42rem;
  min-height: 138px;
  border: 1px solid #dbeee5;
  border-radius: 18px;
  padding: .9rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
  box-shadow: 0 12px 28px rgba(11, 93, 59, .08);
}

.faq-result-card span {
  width: fit-content;
  border-radius: 999px;
  padding: .18rem .55rem;
  background: #eaf7f0;
  color: #0B5D3B;
  font-size: .78rem;
  font-weight: 900;
}

.faq-result-card a {
  color: #09291c;
  font-weight: 950;
  text-decoration: none;
  line-height: 1.28;
}

.faq-result-card a:hover {
  color: #0B5D3B;
  text-decoration: underline;
}

.faq-result-card small {
  color: #60786d;
  line-height: 1.42;
}

.faq-section {
  margin-top: 1.55rem;
}

.faq-section-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  margin-bottom: .85rem;
  padding: 0 .15rem;
}

.faq-section-head h2 {
  margin: 0;
  color: #09291c;
  font-size: clamp(1.25rem, 2.8vw, 1.62rem);
  font-weight: 950;
}

.faq-section-head span {
  border-radius: 999px;
  background: #edf8f2;
  color: #0B5D3B;
  padding: .35rem .7rem;
  font-weight: 900;
}

.faq-popular-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: .85rem;
}

.faq-popular-card {
  text-align: left;
  border-radius: 20px!important;
  padding: 1.05rem;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
  background: linear-gradient(180deg, #fff 0%, #fbfffd 100%)!important;
}

.faq-popular-card:hover {
  transform: translateY(-2px);
  border-color: #b7d9c8!important;
  box-shadow: 0 16px 38px rgba(7, 59, 38, .10)!important;
}

.faq-popular-card b,
.faq-popular-card small {
  display: block;
}

.faq-popular-card b {
  color: #063421;
}

.faq-popular-card small {
  margin-top: .45rem;
  color: #60756b;
}

.faq-meta-line {
  display: inline-flex;
  margin-top: .65rem;
  color: #0B5D3B;
  font-size: .82rem;
  font-weight: 900;
}

.faq-category-panel {
  margin: 1.2rem 0 1.5rem;
  border-radius: 24px!important;
  padding: 1.15rem;
  background:
    linear-gradient(180deg, #ffffff 0%, #fbfffd 100%)!important;
}

.faq-category-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .9rem;
}

.faq-category-head h2 {
  margin: .45rem 0 0;
  color: #09291c;
  font-size: 1.25rem;
  font-weight: 950;
}

.faq-category-head p {
  margin: 0;
  color: #61786d;
  font-weight: 800;
}

.faq-category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: .72rem;
}

.faq-category-grid a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .62rem;
  min-height: 68px;
  border: 1px solid #dbeee5;
  border-radius: 18px;
  padding: .85rem .9rem;
  color: #0B5D3B;
  text-decoration: none;
  background: linear-gradient(180deg, #ffffff 0%, #f8fcfa 100%);
  box-shadow: 0 10px 24px rgba(7, 59, 38, .06);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.faq-category-grid a:hover {
  border-color: #b7d9c8;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(7, 59, 38, .1);
}

.faq-category-grid i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 13px;
  background: #edf8f2;
  color: #0B5D3B;
}

.faq-category-grid span {
  color: #073b26;
  font-weight: 950;
  line-height: 1.25;
}

.faq-category-grid b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #0B5D3B;
  color: #fff;
  font-size: .86rem;
  font-weight: 950;
}

.faq-list {
  display: grid;
  gap: .8rem;
}

.faq-item {
  overflow: hidden;
  border-radius: 20px!important;
  padding: 0!important;
  background: #fff!important;
}

.faq-item-match {
  border-color: #b8dec9!important;
  box-shadow: 0 16px 38px rgba(11, 93, 59, .12)!important;
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  background: #fff;
  padding: 1.05rem 1.15rem;
  color: #09291c;
  font-weight: 950;
  text-align: left;
  line-height: 1.32;
}

.faq-question small {
  margin-left: auto;
  color: #71867c;
  font-size: .82rem;
  font-weight: 800;
  white-space: nowrap;
}

.faq-question[aria-expanded="true"] {
  background: #f7fcf9;
  border-bottom: 1px solid #e3f1ea;
}

.faq-response {
  padding: 1rem 1.15rem 1.15rem;
  color: #425d52;
}

.faq-summary {
  color: #173d2a;
  font-weight: 800;
}

.faq-item-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
  margin-top: .8rem;
}

.faq-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-top: .8rem;
}

.faq-tags span {
  border-radius: 999px;
  padding: .25rem .55rem;
  background: #edf8f2;
  color: #0B5D3B;
  font-weight: 800;
  font-size: .82rem;
}

.faq-similar {
  margin-top: .9rem;
  padding: .75rem;
  border: 1px solid #e2f0e8;
  border-radius: 14px;
  background: #fbfffd;
}

.faq-similar b {
  display: block;
  color: #0B5D3B;
  margin-bottom: .35rem;
}

.faq-similar a {
  display: inline-flex;
  margin: .2rem .35rem .2rem 0;
  color: #0B5D3B;
  font-weight: 800;
  text-decoration: none;
}

.faq-feedback {
  margin-top: .9rem;
}

@media (max-width: 780px) {
  .faq-category-head {
    align-items: start;
    flex-direction: column;
  }
  .faq-category-grid {
    grid-template-columns: 1fr;
  }
  .faq-search {
    grid-template-columns: auto 1fr;
  }
  .faq-hero-cards {
    grid-template-columns: 1fr;
  }
  .faq-search button,
  .faq-ai-button {
    grid-column: 1 / -1;
    width: 100%;
  }
}
