.for-organizations-redesign {
  width: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .for-organizations-redesign {
    padding: 0 24px;
  }
}

.org-hero {
  padding: 26px 0 64px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 32px;
}

.org-hero__heading {
  max-width: 792px;
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  margin-bottom: 8px;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
}

.org-hero__description {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: -0.4px;
  max-width: 996px;
}

.org-hero__anchors {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row wrap;
  gap: 8px;
}

@media only screen and (max-width: 991px) {
  .org-hero {
    padding: 24px 16px;
    gap: 24px;
  }

  .org-hero__heading {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
  }

  .org-hero__description {
    font-size: 16px;
  }
}

.org-tools {
  padding: 0 0 80px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 24px;
}

.framed-card {
  border: 8px solid #f8f9fb;
  border-radius: 20px;
  background: #ffffff;
}

.org-tools__card {
  position: relative;
  width: 100%;
  min-height: 446px;
  padding: 56px 32px 56px 620px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 24px;
}

.org-tools__card-image {
  position: absolute;
  left: -8px;
  top: -8px;
  width: 588px;
  height: calc(100% + 16px);
  border-radius: 20px;
  object-fit: cover;
}

.org-tools__card-header {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 8px;
}

.org-tools__card-label {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.org-tools__card-title {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
}

.org-tools__card-description {
  font-family: 'DMSans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  max-width: 532px;
}

@media only screen and (max-width: 991px) {
  .org-tools {
    padding: 0 16px 48px;
    gap: 16px;
  }

  .org-tools__card {
    padding: 192px 20px 32px;
    min-height: 0;
  }

  .org-tools__card-image {
    width: calc(100% + 16px);
    height: 184px;
    left: -8px;
    top: -8px;
  }

  .org-tools__card-title {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: 0;
  }
}

.testimonials-section {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 24px;
}

.testimonials-section__heading {
  font-family: var(--font-secondary);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
  color: var(--color-night);
  max-width: 560px;
  text-align: center;
  margin: 0;
}

.testimonials-section__container {
  overflow: hidden;
  width: 100%;
}

.testimonials-section__desktop {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  gap: 24px;
}

.testimonials-section__row {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.testimonials-section__row::-webkit-scrollbar {
  display: none;
}

.testimonials-section__track {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  gap: 24px;
  padding: 0 24px;
  width: max-content;
}

.testimonials-section__tile {
  flex-shrink: 0;
}

.testimonials-section__mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .testimonials-section__desktop { display: none; }

  .testimonials-section__mobile {
    display: block;
    width: 100%;
  }

  .testimonials-section__track--mobile {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    width: 100%;
  }
  .testimonials-section__track--mobile::-webkit-scrollbar { display: none; }

  .testimonials-section__tile {
    width: min(588px, calc(100vw - 48px));
    min-width: min(588px, calc(100vw - 48px));
    height: auto;
    min-height: 284px;
    overflow: visible;
    scroll-snap-align: center;
  }
}

.org-testimonials {
  padding: 36px 0 64px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 40px;
}

.org-testimonials__header {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 40px;
}

.org-testimonials__heading {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
  max-width: 895px;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .org-testimonials__header {
    padding: 0 16px;
    justify-content: flex-start;
    gap: 16px;
  }

  .org-testimonials__heading {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: 0;
  }
}

.ngo-academy {
  padding: 0 0 64px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 24px;
}

.ngo-academy__heading {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 70px;
  font-style: normal;
  font-weight: 400;
  line-height: 84px;
  text-align: center;
}

.ngo-academy__description {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 19px;
  font-weight: 300;
  letter-spacing: -0.4px;
  text-align: center;
  max-width: 996px;
  margin-bottom: 16px;
}

.ngo-academy__gallery {
  width: 100%;
  height: 675px;
  border-radius: 20px;
  border: none;
  display: block;
  margin-top: 40px;
  margin-bottom: 40px;
}

.ngo-academy__last-webinars {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 24px;
}

.ngo-academy__last-webinars-heading {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}

.ngo-academy__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.ngo-academy__card {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 16px;
}

.ngo-academy__thumbnail {
  width: 100%;
  height: 256px;
  border-radius: 20px;
  object-fit: cover;
}

.ngo-academy__title {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.webinar-author {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-flow: row nowrap;
  gap: 16px;
}

.webinar-author__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  flex-shrink: 0;
  background-color: #dfe1e6;
}

.webinar-author__name {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
}

.webinar-author__role {
  font-family: 'DMSans', Helvetica Neue, Arial;
  color: #9096a3;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
}

@media only screen and (max-width: 991px) {
  .ngo-academy {
    padding: 48px 16px;
    gap: 24px;
  }

  .ngo-academy__heading {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: -1px;
    text-align: left;
  }

  .ngo-academy__description {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
  }

  .ngo-academy__gallery {
    height: 220px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .ngo-academy__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ngo-academy__thumbnail {
    height: 200px;
  }
}

/* Blog Section — wymaga: redesign-base.css, redesign-components.css (.blog-tile, .btn, .tag-chip) */

.blog-section {
  background-color: var(--color-white);
  padding-bottom: 160px;
  margin: 0 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  gap: 40px;
}

/* Nawigacja mobile (ukryta na desktopie) */
.blog-section__nav {
  display: none;
}

.blog-section__nav-btn {
  appearance: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--color-night);
  background: transparent;
  cursor: pointer;
  transition: background-color 0.15s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row nowrap;
  padding: 0;
}

.blog-section__nav-btn:hover:not(:disabled) {
  background-color: var(--color-seasalt);
}

.blog-section__nav-btn img {
  width: 16px;
  height: 16px;
}

.blog-section__nav-btn--prev img { transform: rotate(90deg); }
.blog-section__nav-btn--next img { transform: rotate(-90deg); }

.blog-section__header {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  gap: 16px;
  flex-wrap: wrap;
}

.blog-section__heading {
  font-family: var(--font-secondary);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
  color: var(--color-night);
  margin: 0;
}

.blog-section__posts {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: row nowrap;
  gap: 24px;
}

.blog-section__tile {
  flex: 1 1 0;
  min-width: 0;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */

@media only screen and (max-width: 991px) {
  .blog-section { gap: 24px; padding-bottom: 80px; }
  .blog-section__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: row nowrap;
    gap: 8px;
    width: 100%;
    padding: 0 12px;
  }
  .blog-section__header { padding: 0 12px; }
  .blog-section__posts {
    box-sizing: border-box;
    padding: 0 16px;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x proximity;
    scroll-padding-left: 16px;
    -webkit-overflow-scrolling: touch;
  }
  .blog-section__posts::-webkit-scrollbar { display: none; }
  .blog-section__tile {
    flex: 0 0 auto;
    width: calc(100vw - 52px);
    max-width: 384px;
    scroll-snap-align: start;
  }
}

/* ── Blog tile (BlogTile ze src) — inline, bo produkcyjny redesign-components.css bywa niekompletny ── */

.blog-tile {
  max-width: 384px;
  max-height: 590px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.blog-tile__image-wrapper {
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.blog-tile__image {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}

.blog-tile__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding-bottom: 8px;
}

.blog-tile__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.blog-tile__title {
  font-family: var(--font-secondary);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-night);
  margin: 0;
}

.blog-tile__title a {
  font-size: 28px;
  color: inherit;
  text-decoration: none;
  line-height: 1.2em;
}

.blog-tile__description {
  font-family: var(--font-primary);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--color-black);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {
  .blog-tile {
    width: calc(100vw - 52px);
    max-width: 384px;
  }
}

/* Kreska pod blogiem — renderowana tylko gdy blog_divider (travelhub), homepage bez niej */
.blog-section__divider {
  max-width: 1200px;
  width: 100%;
  height: 1px;
  background-color: var(--color-platinum);
  margin-top: 24px;
}

.for-organizations-page .blog-section {
  padding-bottom: 64px;
}

.org-faq {
  padding: 0 0 64px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 32px;
}

.org-faq__heading {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}

.accordion {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: column nowrap;
  gap: 0;
}

.accordion__item {
  width: 100%;
  border-bottom: 1px solid #dfe1e6;
}

.accordion__item:last-child {
  border-bottom: none;
}

.accordion__header {
  width: 100%;
  padding: 24px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row nowrap;
  gap: 16px;
}

.accordion__header:hover {
  opacity: 0.8;
}

.accordion__title {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.accordion__icon {
  flex-shrink: 0;
}

.accordion__icon--minus {
  display: none;
}

.accordion__header[aria-expanded="true"] .accordion__icon--plus {
  display: none;
}

.accordion__header[aria-expanded="true"] .accordion__icon--minus {
  display: block;
}

.accordion__body {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease-in-out;
}

.accordion__header[aria-expanded="true"] + .accordion__body {
  grid-template-rows: 1fr;
}

.accordion__body-inner {
  overflow: hidden;
}

.accordion__body-inner p {
  font-family: 'DMSans', Helvetica Neue, Arial;
  color: #22252a;
  max-width: 995px;
  padding-bottom: 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.6px;
}

@media only screen and (max-width: 991px) {
  .org-faq {
    padding: 0 16px 48px;
  }

  .org-faq__heading {
    font-size: 24px;
    line-height: 28.8px;
  }

  .accordion__header {
    padding: 16px 0;
  }

  .accordion__title {
    font-size: 14px;
    line-height: 19.6px;
  }

  .accordion__body-inner p {
    padding-bottom: 16px;
  }
}

.org-cta {
  padding: 0 0 92px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.org-cta__card {
  max-width: 1200px;
  width: 100%;
  min-height: 446px;
  margin: 0 auto;
  background-color: #f4faff;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-flow: row nowrap;
}

.org-cta__content {
  flex: 1;
  padding: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 16px;
}

.org-cta__text-block {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column nowrap;
  gap: 16px;
}

.org-cta__label {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}

.org-cta__heading {
  font-family: 'Parkinsans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1px;
  max-width: 548px;
}

.org-cta__description {
  font-family: 'DMSans', Helvetica Neue, Arial;
  color: #22252a;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  max-width: 534px;
}

.org-cta__image-wrapper {
  flex-shrink: 0;
  width: 588px;
  min-height: 300px;
}

.org-cta__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 20px 20px 0;
}

@media only screen and (max-width: 991px) {
  .org-cta {
    padding: 0 0 48px;
  }

  .org-cta__card {
    margin: 0 16px;
    min-height: 0;
    flex-flow: column nowrap;
  }

  .org-cta__content {
    padding: 24px 20px 32px;
  }

  .org-cta__text-block {
    gap: 8px;
  }

  .org-cta__heading {
    font-size: 28px;
    line-height: 33.6px;
    letter-spacing: 0;
  }

  .org-cta__image-wrapper {
    width: 100%;
    min-height: 200px;
    order: -1;
  }

  .org-cta__image {
    border-radius: 20px 20px 0 0;
    min-height: 200px;
  }
}
