.wgt-geo-reports-accordion {
  --gap-2xl-42: 42px;

  padding-bottom: var(--padding-76);
  margin-bottom: var(--gap-section-120);
  background: linear-gradient(
    to top,
    color-mix(in srgb, var(--background-gray) 80%, transparent) 0%,
    color-mix(in srgb, var(--background-gray) 80%, transparent) 52%,
    color-mix(in srgb, var(--background-white) 80%, transparent) 100%
  );
}

.wgt-geo-reports-accordion .home-inner {
  display: flex;
  flex-direction: column;
  gap: var(--gap-2xl-42);
  align-items: center;
}

.wgt-geo-reports-accordion .home-section-head {
  align-items: center;
  width: 100%;
  gap: var(--gap-md-18);
}

.wgt-geo-reports-accordion .home-section-text {
  gap: var(--gap-md-12);
  align-items: center;
}

.wgt-geo-reports-accordion .home-tag {
  background: var(--background-primary-light);
  border-color: var(--primary-color-05);
}

/* Section title: 24px → 38px (375→1920) */
.wgt-geo-reports-accordion .geo-reports-accordion-title,
.wgt-geo-reports-accordion .geo-reports-accordion-title :is(h1, h2, h3, h4, h5, h6, p) {
  max-width: 753px;
  margin: 0 auto;
  color: var(--text-title);
  font-size: clamp(1.5rem, 1.2876rem + 0.9061vw, 2.375rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-display);
  text-align: center;
}

/* Section description: 14px → 16px (375→1920) */
.wgt-geo-reports-accordion .geo-reports-accordion-description,
.wgt-geo-reports-accordion .geo-reports-accordion-description p {
  max-width: 678px;
  margin: 0 auto;
  color: var(--text-body);
  font-size: clamp(0.875rem, 0.8447rem + 0.1294vw, 1rem);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
  text-align: center;
}

.geo-reports-desktop {
  width: 100%;
}

.geo-reports-mobile {
  display: none;
  width: 100%;
}

.geo-reports-shell {
  display: flex;
  gap: var(--gap-2xl-42);
  align-items: stretch;
  width: 100%;
  padding: var(--padding-lg-24);
  overflow: hidden;
  border: 1px solid var(--border-default-purple);
  border-radius: var(--radius-sm);
  background: var(--background-white);
}

.geo-reports-list {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: var(--gap-md-18);
  width: auto;
  min-width: 0;
}

.wgt-geo-reports-accordion .geo-reports-item {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  background: transparent;
  transition:
    border-color 0.3s ease,
    background-color 0.3s ease;
}

.wgt-geo-reports-accordion .geo-reports-item:has(.accordion-button):hover,
.wgt-geo-reports-accordion .geo-reports-item:has(.accordion-button:not(.collapsed)) {
  border-color: var(--primary-color-05);
}

.wgt-geo-reports-accordion .geo-reports-item:has(.accordion-button:not(.collapsed)) {
  background: var(--background-primary-light);
}

.wgt-geo-reports-accordion .accordion-header {
  margin: 0;
}

.wgt-geo-reports-accordion .geo-reports-item-btn {
  display: flex;
  gap: var(--gap-md-18);
  align-items: flex-start !important;
  width: 100%;
  padding: var(--padding-18) var(--padding-xl-32) !important;
  border: none !important;
  border-radius: var(--radius-sm);
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text-title);
  font-size: inherit;
  font-weight: inherit;
  text-align: left;
  cursor: pointer;
  transition: padding 0.35s ease;
}

.wgt-geo-reports-accordion .geo-reports-item-btn:focus,
.wgt-geo-reports-accordion .geo-reports-item-btn:focus-visible,
.wgt-geo-reports-accordion .geo-reports-item-btn:not(.collapsed) {
  background: transparent !important;
  box-shadow: none !important;
  color: var(--text-title);
}

.wgt-geo-reports-accordion .geo-reports-item-btn:not(.collapsed) {
  padding: var(--padding-lg-24) var(--padding-xl-32) 0 !important;
}

.wgt-geo-reports-accordion .geo-reports-item-btn::after {
  display: none !important;
}

.geo-reports-item-icon {
  display: block;
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  object-fit: contain;
  pointer-events: none;
}

/* Item title: 22px → 28px (375→1920) */
.geo-reports-item-title {
  flex: 1;
  min-width: 0;
  margin: 0;
  color: var(--text-title);
  font-size: clamp(1.375rem, 1.284rem + 0.3883vw, 1.75rem);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-heading);
  pointer-events: none;
}

.wgt-geo-reports-accordion .accordion-collapse {
  overflow: hidden;
}

.wgt-geo-reports-accordion .collapsing {
  transition: height 0.35s ease;
}

.wgt-geo-reports-accordion .geo-reports-item-body {
  padding: 0 !important;
  color: var(--text-body);
  font-size: clamp(0.8125rem, 0.767rem + 0.1942vw, 1rem);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-body);
}

.wgt-geo-reports-accordion .geo-reports-item-body-inner {
  padding: var(--gap-md-14) var(--padding-xl-32) var(--padding-lg-24) calc(var(--padding-xl-32) + 36px + var(--gap-md-18));
}

.wgt-geo-reports-accordion .geo-reports-item-body p {
  margin: 0;
}

.geo-reports-media {
  display: flex;
  flex: 1 1 0;
  align-items: center;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  border-radius: var(--radius-sm);
  background: var(--background-gray);
  padding: var(--padding-56) var(--padding-xl-32);
}

.geo-reports-media img,
.geo-reports-media-img {
  display: block;
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: contain;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.geo-reports-media-img.is-fading {
  opacity: 0;
}

@media (max-width: 768px) {
  .wgt-geo-reports-accordion {
    padding: var(--padding-md-15);
    padding-bottom: var(--padding-xl-32);
    margin-bottom: var(--padding-4xl-80);
  }

  .wgt-geo-reports-accordion .home-inner {
    gap: var(--gap-xl-32);
  }

  .wgt-geo-reports-accordion .home-section-head {
    gap: var(--gap-md-18);
  }

  .geo-reports-desktop {
    display: none;
  }

  .geo-reports-mobile {
    display: block;
  }

  .geo-reports-carousel {
    position: relative;
  }

  .geo-reports-slide {
    display: flex;
    flex-direction: column;
    gap: var(--gap-md-18);
    align-items: center;
    padding: var(--padding-lg-24) var(--padding-md-14);
    border: 1px solid var(--border-default-purple);
    border-radius: var(--radius-sm);
    background: var(--background-white);
  }

  .geo-reports-slide-item {
    display: flex;
    gap: var(--gap-md-12);
    align-items: flex-start;
    width: 100%;
  }

  .geo-reports-item-icon {
    width: 28px;
    height: 28px;
  }

  .geo-reports-slide-text {
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    gap: var(--padding-xs-6);
    min-width: 0;
  }

  .wgt-geo-reports-accordion .geo-reports-item-body {
    padding: 0;
    line-height: var(--line-height-caption);
  }

  .geo-reports-slide .geo-reports-media {
    flex: none;
    width: 100%;
    height: 252px;
    padding: var(--padding-xl-32);
  }

  .geo-reports-slide .geo-reports-media img {
    max-height: 100%;
  }

  .wgt-geo-reports-accordion .splide__arrows {
    position: static;
    display: flex;
    gap: var(--gap-md-18);
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: var(--padding-lg-24);
    pointer-events: none;
  }

  .wgt-geo-reports-accordion .splide__arrow {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    overflow: hidden;
    background: var(--background-white);
    border: 1px solid var(--primary-color-05);
    border-radius: var(--radius-button);
    opacity: 1;
    transform: none;
    pointer-events: auto;
    transition: background-color 0.2s ease, border-color 0.2s ease;
  }

  .wgt-geo-reports-accordion .splide__arrow svg {
    width: 18px;
    height: 18px;
    fill: var(--primary-color-02);
    flex-shrink: 0;
  }

  .wgt-geo-reports-accordion .splide__arrow--prev svg {
    transform: scaleX(-1);
  }

  .wgt-geo-reports-accordion .splide__arrow--next {
    background: var(--primary-color-02);
    border-color: var(--primary-color-02);
  }

  .wgt-geo-reports-accordion .splide__arrow--next svg {
    fill: var(--text-white);
  }

  .wgt-geo-reports-accordion .splide__arrow:hover,
  .wgt-geo-reports-accordion .splide__arrow:focus-visible {
    outline: none;
  }

  .wgt-geo-reports-accordion .splide__arrow:disabled {
    cursor: default;
    opacity: 1;
  }
}
