.single-seed-hero {
  position: relative;
  background-color: #16142a;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.single-seed-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(27, 27, 44, 0.01) 0%, #1B1B2C 100%);
  backdrop-filter: blur(5px);
}
.single-seed-hero .wrapper {
  position: relative;
  max-width: 480px;
  padding: 40px 16px 240px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .single-seed-hero .wrapper {
    padding: 80px 0 120px;
  }
}
.single-seed-hero__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}
.single-seed-hero__breadcrumbs a {
  color: #8d8fac;
  text-decoration: none;
}
.single-seed-hero__breadcrumbs a:hover {
  text-decoration: underline;
}
.single-seed-hero__breadcrumbs li:not(:last-child)::after {
  content: " / ";
  margin-left: 2px;
}
.single-seed-hero__title {
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .single-seed-hero__title {
    font-size: 56px;
    font-weight: 800;
    line-height: 1.14285714;
  }
}

.single-seed-layout {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: -200px;
}
@media screen and (min-width: 960px) {
  .single-seed-layout {
    display: grid;
    grid-template-columns: 1fr 360px;
    margin-top: -80px;
  }
}
@media screen and (min-width: 1200px) {
  .single-seed-layout {
    grid-template-columns: 1fr 480px;
  }
}

.single-seed-main {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.single-seed-aside {
  position: relative;
}

.single-seed-gallery__main-wrap {
  position: relative;
  margin-bottom: 10px;
}
.single-seed-gallery__main {
  overflow: hidden;
  background: #24253c;
  border-radius: 8px;
}
.single-seed-gallery__main-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.single-seed-gallery__arrow {
  z-index: 2;
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 10px;
  background: #42455F;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: background 0.2s;
}
.single-seed-gallery__arrow:hover {
  background: #5f39cb;
}
.single-seed-gallery__arrow--prev {
  left: 20px;
}
.single-seed-gallery__arrow--next {
  right: 20px;
}
.single-seed-gallery__thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.single-seed-gallery__thumb {
  flex: 1 1 calc(50% - 10px);
  overflow: hidden;
  background: #24253c;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 0.2s;
}
@media screen and (min-width: 960px) {
  .single-seed-gallery__thumb {
    flex: 1 1 calc(25% - 10px);
  }
}
.single-seed-gallery__thumb img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.single-seed-gallery__thumb:hover, .single-seed-gallery__thumb--active {
  box-shadow: 0 0 0 2px #5f39cb;
}

.single-seed-description__title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .single-seed-description__title {
    font-size: 48px;
    line-height: 1.1;
  }
}
.single-seed-description__content {
  font-size: 16px;
  line-height: 1.5;
}
.single-seed-description__content p {
  margin: 0 0 1em;
}
.single-seed-description__content p:last-child {
  margin: 0;
}

.single-seed-cards__stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.single-seed-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  border-radius: 24px;
}
.single-seed-card__wrapper {
  padding: 20px;
}
.single-seed-card__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}
.single-seed-card__field {
  margin-bottom: 10px;
}
.single-seed-card__field:last-of-type {
  margin-bottom: 0;
}
.single-seed-card__label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.42857142;
  font-weight: 400;
  color: #F6F9FF;
}
.single-seed-card__value-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 12px;
  background-color: #33354A;
  border-radius: 4px;
}
.single-seed-card__value {
  flex: 1;
  font-size: 14px;
  line-height: 1.42857142;
  color: #F6F9FF;
}
.single-seed-card__copy {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
}
.single-seed-card__copy--done svg {
  display: none;
}
.single-seed-card__copy--done::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300bf63' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single-seed-card__cta-block {
  padding: 20px;
  background: linear-gradient(180deg, #24253C 0%, #202D70 100%);
  border: 1px solid #007CEE;
  border-radius: 16px;
}
@media screen and (min-width: 960px) {
  .single-seed-card__cta-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.single-seed-card__cta-block .single-seed-card__button {
  padding-left: 20px;
  padding-right: 20px;
}
.single-seed-card__cta-title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .single-seed-card__cta-title {
    margin-bottom: 0;
  }
}
.single-seed-card__cta {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #FFFFFF;
}
.single-seed-card__cta-highlight {
  color: #007CEE;
}
.single-seed-card__sub {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857142;
  color: #8D8FAC;
}
.single-seed-card__empty {
  margin: 0;
  font-size: 14px;
  line-height: 1.42857142;
  color: #8D8FAC;
}
.single-seed-card--info {
  background: #24253c;
}
.single-seed-card--nearby {
  padding: 2px;
  border: 2px solid #24253C;
}

.single-seed-faq__title {
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 960px) {
  .single-seed-faq__title {
    font-size: 48px;
    line-height: 1.1;
  }
}
.single-seed-faq__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.single-seed-faq__item {
  margin-bottom: 10px;
  background: #24253C;
  border-radius: 16px;
}
.single-seed-faq__item:last-child {
  margin-bottom: 0;
}
.single-seed-faq__item--open .single-seed-faq__question .faq-list_icon {
  transform: rotate(180deg);
}
.single-seed-faq__item--open .single-seed-faq__answer {
  display: block;
}
.single-seed-faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
@media screen and (min-width: 960px) {
  .single-seed-faq__question {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.single-seed-faq__question:hover {
  background: rgba(95, 57, 203, 0.15);
}
.single-seed-faq__question .faq-list_icon {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: transform 0.2s;
}
.single-seed-faq__answer {
  display: none;
  padding: 0 20px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #FFFFFF;
}
.single-seed-faq__answer p {
  margin: 0 0 0.5em;
}
.single-seed-faq__answer p:last-child {
  margin-bottom: 0;
}

/* See Also (сіди) */
.single-seed-see-also {
  padding: 40px 0 80px;
}
.single-seed-see-also__wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 960px) {
  .single-seed-see-also__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.single-seed-see-also__title {
  margin: 0 0 24px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}
@media screen and (min-width: 960px) {
  .single-seed-see-also__title {
    font-size: 48px;
    margin-bottom: 40px;
  }
}
.single-seed-see-also__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 560px) {
  .single-seed-see-also__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (min-width: 960px) {
  .single-seed-see-also__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.single-seed-see-also__item {
  margin: 0;
}
.single-seed-see-also__link {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s, opacity 0.2s;
}
.single-seed-see-also__link:hover {
  transform: scale(1.02);
  opacity: 0.95;
}
.single-seed-see-also__image-wrap {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #24253C;
  border-radius: 16px;
  overflow: hidden;
}
.single-seed-see-also__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-seed-see-also__image--placeholder {
  background: #33354A;
}
.single-seed-see-also__label {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .single-seed-see-also__label {
    font-size: 20px;
  }
}

@media screen and (min-width: 960px) {
  .single-seed-calculator {
    position: sticky;
    top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .single-seed-calculator .seed-calculator__card--form {
    display: none !important;
  }
}