.gingas-landing {
  --gingas-color-dark-green: #024a47;
  --gingas-color-yellow: #ffcd2d;
  --gingas-color-white: #ffffff;
  --gingas-color-video-bg: #d9d9d9;
  --gingas-color-text: #1e1e1e;
  --gingas-font-family: "Poppins", sans-serif;
  background: var(--gingas-color-white);
  color: var(--gingas-color-text);
  font-family: var(--gingas-font-family);
}

.gingas-landing,
.gingas-landing * {
  box-sizing: border-box;
}

.gingas-landing img {
  display: block;
  max-width: 100%;
}

.gingas-landing p,
.gingas-landing h1,
.gingas-landing h2,
.gingas-landing h3,
.gingas-landing ul,
.gingas-landing ol {
  margin: 0;
}

.gingas-landing ul,
.gingas-landing ol {
  padding-left: 1.5rem;
}

.gingas-landing__container {
  width: min(100%, 1440px);
  margin: 0 auto;
}

.gingas-landing__container-narrow {
  max-width: 1192px;
}

.gingas-landing__hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 700px;
  padding-top: 100px;
  overflow: hidden;
}

.gingas-landing__hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.gingas-landing__hero-bg-img {
  position: absolute;
  inset: 0 0 auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
}

.gingas-landing__hero-card {
  --gingas-hero-side-padding: 34px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  width: 100%;
  max-width: calc(1192px + (var(--gingas-hero-side-padding) * 2));
  padding: 56px var(--gingas-hero-side-padding) 40px;
  border-radius: 0 0 20px 20px;
  background: var(--gingas-color-dark-green);
}

.gingas-landing__hero-text {
  width: 100%;
  text-align: center;
}

.gingas-landing__hero-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  color: var(--gingas-color-yellow);
  font-size: clamp(32px, 5vw, 72px);
  font-weight: 700;
  line-height: 1.05;
}

.gingas-landing__hero-title-line {
  display: block;
}

.gingas-landing__hero-title-line-light {
  font-weight: 400;
}

.gingas-landing__hero-subtitle {
  margin-top: 4px;
  color: var(--gingas-color-white);
  font-size: clamp(18px, 2.5vw, 36px);
  line-height: 1.4;
}

.gingas-landing__video {
  position: relative;
  width: 100%;
  max-width: 1192px;
  height: auto;
  margin-top: 14px;
  overflow: hidden;
  border-radius: 4px;
  background: var(--gingas-color-video-bg);
  aspect-ratio: 16 / 9;
  cursor: pointer;
}

.gingas-landing__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.gingas-landing__video.is-playing {
  background: none;
}

.gingas-landing__hero-details {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 385px);
  gap: 28px;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 10px;
}

.gingas-landing__hero-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: var(--gingas-color-white);
  font-size: clamp(16px, 1.45vw, 18px);
  line-height: 1.4;
}

.gingas-landing__hero-info strong {
  color: var(--gingas-color-yellow);
  font-weight: 700;
}

.gingas-landing__video-file {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}

.gingas-landing__video-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gingas-color-video-bg);
  transition: background 0.3s ease;
}

/* .gingas-landing__video-placeholder:hover {
  background: #c8c8c8;
} */

.gingas-landing__play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(80px, 15vw, 264px);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

/* .gingas-landing__play-btn:hover {
  transform: scale(1.08);
  opacity: 0.85;
} */

.gingas-landing__play-btn:focus-visible {
  outline: 3px solid var(--gingas-color-yellow);
  outline-offset: 6px;
  border-radius: 50%;
}

.gingas-landing__play-icon {
  width: 100%;
  height: 100%;
}

.gingas-landing__sobre {
  width: 100%;
  padding: 72px 124px;
  background: var(--gingas-color-white);
}

.gingas-landing__intro,
.gingas-landing__content,
.gingas-landing__sobre-right,
.gingas-landing__info {
  color: var(--gingas-color-text);
  font-size: 18px;
  line-height: 1.6;
}

.gingas-landing__intro {
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 1075px;
  margin-bottom: 52px;
}

.gingas-landing__intro-attention {
  margin-top: 6px;
}

.gingas-landing__section-title {
  margin-top: 60px !important;
  font-size: clamp(28px, 3.5vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  color: var(--gingas-color-dark-green);
}

.gingas-landing__section-title-centered {
  text-align: center;
}

.gingas-landing__sobre-grid {
  display: grid;
  grid-template-columns: minmax(280px, 370px) minmax(0, 1fr);
  gap: 64px;
  align-items: start;
  margin-top: 26px;
}

.gingas-landing__sobre-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 18px;
  line-height: 1.4;
}

.gingas-landing__info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
}

.gingas-landing__info ul,
.gingas-landing__content ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gingas-landing__whatsapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  min-height: 100px;
  padding: 18px 20px 18px 40px;
  border-radius: 20px;
  background: #1fa6a0;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}

.gingas-landing__whatsapp:hover {
  background: #189e98;
  transform: translateY(-2px);
}

.gingas-landing__whatsapp-text {
  color: var(--gingas-color-white);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.gingas-landing__whatsapp-icon {
  width: 66px;
  height: 66px;
  object-fit: contain;
  flex-shrink: 0;
}

.gingas-landing__whatsapp-hero {
  height: 100px;
  min-height: 100px;
  padding: 20px 28px 20px 34px;
  border-radius: 28px;
  background: #22a6a1;
}

.gingas-landing__sobre-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  line-height: 1.45;
}

.gingas-landing__sobre-right ol {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gingas-landing__list-label {
  font-weight: 700;
}

.gingas-landing__sobre .gingas-landing__section-title {
  margin-top: 0 !important;
  margin-bottom: 0;
}

.gingas-landing__extras {
  width: 100%;
  background: var(--gingas-color-white);
}

.gingas-landing__gallery {
  width: min(100%, 1115px);
  margin: 0 auto;
}

.gingas-landing__gallery-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 1115px);
  height: 590px;
  margin: 0 auto;
  background: var(--gingas-color-video-bg);
}

.gingas-landing__gallery-slider {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
  border-radius: 24px;
}

.gingas-landing__gallery-slide {
  height: 590px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--gingas-color-video-bg);
}

.gingas-landing__gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gingas-landing__gallery-slide-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 32px;
  text-align: center;
}

.gingas-landing__gallery-empty-title {
  color: var(--gingas-color-dark-green);
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 700;
}

.gingas-landing__gallery-empty-text {
  max-width: 580px;
  font-size: 18px;
  line-height: 1.6;
}

.gingas-landing__gallery-pagination.swiper-pagination {
  bottom: 18px;
}

.gingas-landing__gallery-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: var(--gingas-color-white);
  opacity: 0.55;
}

.gingas-landing__gallery-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.gingas-landing__gallery-button.swiper-button-prev,
.gingas-landing__gallery-button.swiper-button-next {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  background: rgba(2, 74, 71, 0.78);
  color: var(--gingas-color-white);
}

.gingas-landing__gallery-button.swiper-button-prev::after,
.gingas-landing__gallery-button.swiper-button-next::after {
  font-size: 18px;
  font-weight: 700;
}

.gingas-landing__howto {
  padding: 64px 162px 56px;
}

.gingas-landing__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1075px;
  padding-left: 20px;
  margin-top: 24px;
}

.gingas-landing__card-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.gingas-landing__block-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--gingas-color-text);
}

.gingas-landing__faq {
  padding: 56px 162px 72px;
  border-top: 1px solid #e8e8e8;
}

.gingas-landing__faq-list {
  max-width: 1075px;
  padding-left: 20px;
  margin-top: 24px;
}

.gingas-landing__faq-item {
  border-bottom: 1px solid #d0d0d0;
}

.gingas-landing__faq-item:first-child {
  border-top: 1px solid #d0d0d0;
}

.gingas-landing__faq-question {
  position: relative;
  padding: 20px 36px 20px 0;
  color: var(--gingas-color-dark-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  list-style: none;
}

.gingas-landing__faq-question::-webkit-details-marker {
  display: none;
}

.gingas-landing__faq-question::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
  color: var(--gingas-color-dark-green);
  font-size: 24px;
  line-height: 1;
  transition: transform 0.25s ease;
}

.gingas-landing__faq-item[open] .gingas-landing__faq-question::after {
  transform: translateY(-50%) rotate(45deg);
}

.gingas-landing__faq-answer {
  padding: 0 36px 20px 0;
  color: var(--gingas-color-text);
  font-size: 17px;
  line-height: 1.65;
}

@media (max-width: 900px) {
  .gingas-landing__hero {
    padding-top: 60px;
  }

  .gingas-landing__hero-card {
    --gingas-hero-side-padding: 24px;
    padding: 40px 24px 32px;
    border-radius: 0 0 14px 14px;
    gap: 12px;
  }

  .gingas-landing__hero-bg-img {
    height: 70%;
  }

  .gingas-landing__hero-details {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .gingas-landing__whatsapp-hero {
    width: min(100%, 420px);
  }

  .gingas-landing__sobre {
    padding: 56px 40px;
  }

  .gingas-landing__intro {
    margin-bottom: 40px;
  }

  .gingas-landing__sobre-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .gingas-landing__sobre-left {
    gap: 22px;
  }

  .gingas-landing__howto {
    padding: 48px 40px 40px;
  }

  .gingas-landing__faq {
    padding: 40px 40px 56px;
  }

  .gingas-landing__gallery-placeholder {
    height: 380px;
  }

  .gingas-landing__gallery-slide {
    height: 380px;
  }
}

@media (max-width: 600px) {
  .gingas-landing__hero {
    padding-top: 0;
    background: var(--gingas-color-dark-green);
  }

  .gingas-landing__hero-bg {
    display: none;
  }

  .gingas-landing__hero-card {
    --gingas-hero-side-padding: 20px;
    max-width: 100%;
    padding: 100px 20px 28px;
    border-radius: 0;
    gap: 10px;
  }

  .gingas-landing__hero-title {
    font-size: clamp(28px, 8vw, 40px);
    margin-bottom: 6px;
  }

  .gingas-landing__hero-subtitle {
    font-size: clamp(15px, 4vw, 20px);
  }

  .gingas-landing__hero-details {
    margin-top: 6px;
  }

  .gingas-landing__hero-info {
    font-size: 16px;
  }

  .gingas-landing__play-btn {
    width: clamp(64px, 20vw, 100px);
  }

  .gingas-landing__sobre {
    padding: 40px 20px;
  }

  .gingas-landing__intro,
  .gingas-landing__info,
  .gingas-landing__sobre-left,
  .gingas-landing__sobre-right,
  .gingas-landing__content {
    font-size: 16px;
  }

  .gingas-landing__intro {
    gap: 18px;
    margin-bottom: 36px;
  }

  .gingas-landing__info,
  .gingas-landing__content,
  .gingas-landing__faq-list {
    padding-left: 0;
  }

  .gingas-landing__whatsapp {
    padding: 16px 20px 16px 24px;
  }

  .gingas-landing__whatsapp-hero {
    height: 100px;
    min-height: 100px;
    border-radius: 20px;
  }

  .gingas-landing__howto {
    padding: 36px 20px 32px;
  }

  .gingas-landing__faq {
    padding: 32px 20px 48px;
  }

  .gingas-landing__faq-question {
    font-size: 16px;
  }

  .gingas-landing__faq-answer {
    font-size: 15px;
  }

  .gingas-landing__gallery-placeholder {
    height: 240px;
  }

  .gingas-landing__gallery-slide {
    height: 240px;
    border-radius: 18px;
  }

  .gingas-landing__gallery-slider {
    border-radius: 18px;
  }

  .gingas-landing__gallery-button.swiper-button-prev,
  .gingas-landing__gallery-button.swiper-button-next {
    display: none;
  }

  .gingas-landing__gallery-empty-text {
    font-size: 16px;
  }
}

.gingas-landing__video-placeholder {
	position: relative;
	cursor: pointer;
}

.gingas-landing__video-thumb {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.gingas-landing__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cmsmasters-theme-button:before, button:before {
  background: none;
}


.gingas-landing__play-btn::before,
.gingas-landing__play-btn::after {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.gingas-landing__play-btn:hover::before,
.gingas-landing__play-btn:hover::after,
.gingas-landing__play-btn:active::before,
.gingas-landing__play-btn:active::after {
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

div#gingas-video-container {}


.gingas-landing__video {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}

.gingas-landing__video-iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

iframe {
  margin: 0 !important;
}
