.littler-faq {
  background: #ffffff;
  color: var(--le-ink, #0b2822);
  font-family: var(--le-font-body, Inter, Arial, sans-serif);
  max-width: none;
  width: 100%;
}

.littler-faq__hero {
  background:
    linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.96) 45%, rgba(255, 255, 255, 0.25) 70%),
    radial-gradient(circle at 86% 20%, rgba(25, 88, 66, 0.22), transparent 24rem),
    linear-gradient(135deg, #ffffff 0%, #eff6f2 58%, #08352b 100%);
  border-bottom: 1px solid rgba(7, 31, 42, 0.08);
  overflow: hidden;
  position: relative;
}

.littler-faq__hero::after {
  background:
    linear-gradient(140deg, transparent 0 18%, rgba(7, 48, 38, 0.15) 18% 34%, transparent 34%),
    linear-gradient(32deg, transparent 0 46%, rgba(7, 48, 38, 0.2) 46% 62%, transparent 62%),
    linear-gradient(115deg, rgba(7, 48, 38, 0.08), rgba(7, 48, 38, 0.36));
  clip-path: polygon(26% 0, 100% 0, 100% 100%, 0 100%, 18% 54%);
  content: "";
  inset: 0 0 0 46%;
  opacity: 0.9;
  position: absolute;
}

.littler-faq__hero-inner,
.littler-faq__inner {
  margin: 0 auto;
  max-width: var(--le-content, 1180px);
  padding-left: 1.35rem;
  padding-right: 1.35rem;
  position: relative;
  z-index: 1;
}

.littler-faq__hero-inner {
  padding-bottom: clamp(3.5rem, 7vw, 6.6rem);
  padding-top: 1.5rem;
}

.littler-faq__breadcrumb {
  align-items: center;
  color: rgba(11, 40, 34, 0.54);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.78rem;
  font-weight: 700;
  gap: 0.65rem;
  letter-spacing: 0.01em;
  margin-bottom: clamp(2.4rem, 5vw, 4.8rem);
}

.littler-faq__breadcrumb a {
  color: rgba(20, 84, 61, 0.78);
  text-decoration: none;
}

.littler-faq__breadcrumb a:hover,
.littler-faq__breadcrumb a:focus {
  color: #14543d;
}

.littler-faq__breadcrumb span[aria-hidden="true"] {
  color: rgba(11, 40, 34, 0.28);
  font-weight: 400;
}

.littler-faq__breadcrumb span:last-child {
  color: rgba(11, 40, 34, 0.7);
  font-weight: 800;
}

.littler-faq__hero-grid {
  align-items: center;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.78fr) minmax(300px, 1fr);
  min-height: 290px;
}

.littler-faq__header {
  margin: 0;
  max-width: 560px;
  text-align: left;
}

.littler-faq__eyebrow {
  background: #d8f0e5;
  border-radius: 5px;
  color: #14543d;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0 0 1.65rem;
  padding: 0.45rem 0.55rem;
  text-transform: uppercase;
}

.littler-faq__header h2 {
  color: var(--le-ink, #0b2822);
  font-family: var(--le-font-body, Inter, Arial, sans-serif);
  font-size: clamp(3rem, 6vw, 5.1rem);
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 0.95;
  margin: 0;
}

.littler-faq__intro {
  color: #18342f;
  font-size: clamp(1rem, 1.6vw, 1.22rem);
  line-height: 1.55;
  margin: 1.6rem 0 0;
  max-width: 460px;
}

.littler-faq__art {
  min-height: 280px;
  position: relative;
}

.littler-faq__art span {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.08)),
    linear-gradient(45deg, rgba(8, 56, 43, 0.18), rgba(8, 56, 43, 0.62));
  clip-path: polygon(18% 0, 92% 0, 100% 52%, 78% 100%, 0 82%, 32% 43%);
  display: block;
  height: 100%;
  min-height: 280px;
  opacity: 0.78;
}

.littler-faq__inner {
  padding-bottom: clamp(3.5rem, 7vw, 5.8rem);
  padding-top: clamp(2.2rem, 5vw, 3.5rem);
}

.littler-faq__list {
  display: grid;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 940px;
}

.littler-faq__item {
  background: #fff;
  border: 1px solid rgba(7, 31, 42, 0.12);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(7, 31, 42, 0.035);
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.littler-faq__item.is-open {
  border-color: rgba(20, 84, 61, 0.68);
  box-shadow: 0 16px 38px rgba(7, 31, 42, 0.055);
}

.littler-faq__question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--le-ink, #0b2822);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: clamp(1rem, 1.35vw, 1.12rem);
  font-weight: 900;
  gap: 1rem;
  justify-content: space-between;
  line-height: 1.3;
  min-height: 68px;
  padding: 1.1rem 1.55rem;
  text-align: left;
  width: 100%;
}

.littler-faq__question:hover,
.littler-faq__question:focus {
  color: #14543d;
  outline: none;
}

.littler-faq__question:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(20, 84, 61, 0.18);
}

.littler-faq__icon {
  flex: 0 0 20px;
  height: 20px;
  position: relative;
  width: 20px;
}

.littler-faq__icon::before,
.littler-faq__icon::after {
  background: #0b2822;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.littler-faq__icon::before {
  height: 2px;
  width: 12px;
}

.littler-faq__icon::after {
  height: 12px;
  width: 2px;
}

.littler-faq__item.is-open .littler-faq__icon::after {
  opacity: 0;
}

.littler-faq__answer {
  color: #263935;
  font-size: 0.98rem;
  line-height: 1.65;
  padding: 0 1.55rem 1.45rem;
}

.littler-faq__answer > :first-child {
  margin-top: 0;
}

.littler-faq__answer > :last-child {
  margin-bottom: 0;
}

.littler-faq__answer a {
  color: #14543d;
  font-weight: 800;
}

.littler-faq__empty {
  background: #fff;
  border: 1px dashed rgba(7, 31, 42, 0.18);
  border-radius: 8px;
  color: var(--le-muted, #61717a);
  margin: 0;
  padding: 1rem 1.2rem;
  text-align: center;
}

.littler-faq__cta {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(216, 240, 229, 0.95), rgba(237, 246, 241, 0.96)),
    #eaf5ef;
  border-radius: 10px;
  display: grid;
  gap: 1.45rem;
  grid-template-columns: 92px minmax(0, 1fr) auto;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
  max-width: 940px;
  padding: 1.5rem 2rem;
}

.littler-faq__cta-icon {
  align-items: center;
  background: linear-gradient(135deg, #14543d, #0b3a2d);
  border-radius: 10px;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 900;
  height: 74px;
  justify-content: center;
  width: 74px;
}

.littler-faq__cta h3 {
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  line-height: 1.18;
  margin: 0 0 0.45rem;
  max-width: 380px;
}

.littler-faq__cta p {
  color: #263935;
  margin: 0;
}

.littler-faq__cta a {
  align-items: center;
  background: #14543d;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 46px;
  min-width: 180px;
  padding: 0.85rem 1.3rem;
  text-decoration: none;
}

.littler-faq__cta a:hover,
.littler-faq__cta a:focus {
  background: #0b3a2d;
}

.littler-faq--compact {
  background: transparent;
  padding: 1.5rem 0;
}

.littler-faq--compact .littler-faq__inner {
  padding: 0;
}

.littler-faq--compact .littler-faq__header {
  margin: 0 auto 1.5rem;
  max-width: 940px;
}

.littler-faq--compact .littler-faq__header h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

@media (max-width: 860px) {
  .littler-faq__hero::after {
    inset: 42% 0 0 0;
    opacity: 0.35;
  }

  .littler-faq__hero-grid {
    grid-template-columns: 1fr;
  }

  .littler-faq__art {
    display: none;
  }

  .littler-faq__cta {
    align-items: start;
    grid-template-columns: 74px minmax(0, 1fr);
  }

  .littler-faq__cta a {
    grid-column: 1 / -1;
    width: 100%;
  }
}

@media (max-width: 620px) {
  .littler-faq__hero-inner,
  .littler-faq__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .littler-faq__breadcrumb {
    margin-bottom: 2.4rem;
  }

  .littler-faq__header h2 {
    font-size: clamp(2.65rem, 15vw, 4.2rem);
  }

  .littler-faq__question {
    align-items: flex-start;
    min-height: 62px;
    padding: 1rem;
  }

  .littler-faq__answer {
    padding: 0 1rem 1rem;
  }

  .littler-faq__cta {
    gap: 1rem;
    grid-template-columns: 1fr;
    padding: 1.2rem;
  }

  .littler-faq__cta-icon {
    height: 58px;
    width: 58px;
  }
}
