.page-home .site-header {
  border-bottom: 1px solid #d7d6cf;
}

.page-home .home-v2 {
  color: var(--c-black);
}

.page-home .home-v2__title,
.page-home .home-v2__title span,
.page-home .home-v2__title strong,
.page-home .home-v2__heading,
.page-home .home-v2__heading strong,
.page-home .home-v2__detect-content h3,
.page-home .home-v2__use-cards h3,
.page-home .home-v2__deploy-title,
.page-home .home-v2__banner p {
  font-family: "GT Flexa", sans-serif !important;
  font-weight: 900 !important;
  font-style: normal;
}

.page-home .home-v2__heading,
.page-home .home-v2__heading strong,
.page-home .home-v2__detect-content h3,
.page-home .home-v2__use-cards h3,
.page-home .home-v2__deploy-title {
  text-transform: uppercase;
}

.page-home .home-v2 .btn-jizo,
.page-home .home-v2__tabs button {
  font-family: "GT Flexa", sans-serif;
}

.page-home .home-v2__hero {
  min-height: calc(100vh - 86px);
  padding: 0;
  display: flex;
  flex-direction: column;
}

.page-home .home-v2__carousel {
  flex: 1;
}

.page-home .home-v2__carousel .carousel-inner,
.page-home .home-v2__carousel .carousel-item {
  height: 100%;
}

.page-home .home-v2__carousel-indicators {
  margin-bottom: 0.85rem;
  gap: 0.35rem;
}

.page-home .home-v2__carousel-indicators [data-bs-target] {
  width: 24px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background: rgba(31, 31, 31, 0.22);
  opacity: 1;
}

.page-home .home-v2__carousel-indicators .active {
  background-color: rgba(146, 66, 245, 0.75);
}

.page-home .home-v2__carousel-control {
  opacity: 0;
  transition: opacity .25s ease;
  width: 10%;
}

.page-home .home-v2__carousel:hover .home-v2__carousel-control,
.page-home .home-v2__carousel:focus-within .home-v2__carousel-control {
  opacity: 0.8;
}

.page-home .home-v2__carousel-arrow {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(31, 31, 31, 0.2);
  color: rgba(31, 31, 31, 0.7);
  font-size: 1.35rem;
  line-height: 0.9;
  font-family: "GT Flexa", sans-serif;
  backdrop-filter: blur(2px);
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

.page-home .home-v2__carousel-control:hover .home-v2__carousel-arrow {
  background: rgba(31, 31, 31, 0.32);
  color: rgba(255, 255, 255, 0.9);
  transform: scale(1.03);
}

.page-home .home-v2__container {
  flex: 1;
  display: flex;
  align-items: center;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
}

.page-home .home-v2__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 2rem;
  align-items: center;
}

.page-home .home-v2__title {
  font-size: clamp(2.25rem, 4vw + 1rem, 5.2rem);
  line-height: 0.95;
  margin: 0;
  text-transform: uppercase;
}

.page-home .home-v2 .btn-jizo {
  font-family: "GT Flexa", sans-serif !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

.page-home .home-v2__title span {
  display: block;
}

.page-home .home-v2__title strong {
  color: var(--c-hoshi);
  font-weight: inherit;
}

.page-home .home-v2__intro,
.page-home .home-v2__text {
  max-width: 66ch;
  margin: 1.5rem 0 0;
  font-size: 1rem;
}

.page-home .home-v2__actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.page-home .home-v2__hero-media {
  display: flex;
  justify-content: center;
}

.page-home .home-v2__brain {
  aspect-ratio: 1;
  width: min(100%, 360px);
  justify-self: center;
  border-radius: 52% 48% 58% 42% / 50% 56% 44% 50%;
  background:
    radial-gradient(circle at 20% 20%, rgba(146, 66, 245, 0.5) 0 1px, transparent 1px 14px),
    radial-gradient(circle at 80% 35%, rgba(146, 66, 245, 0.45) 0 1px, transparent 1px 13px),
    radial-gradient(circle at 40% 70%, rgba(146, 66, 245, 0.55) 0 1px, transparent 1px 12px),
    radial-gradient(circle at center, rgba(146, 66, 245, 0.15), transparent 68%);
  background-size: 38px 38px, 42px 42px, 32px 32px, auto;
}

.page-home .home-v2__hero-image {
  width: min(100%, 360px);
  aspect-ratio: 1;
  display: block;
  object-fit: cover;
  border-radius: 0;
  border: 1px solid rgba(31, 31, 31, 0.16);
}

.page-home .home-v2__logos {
  border-top: 1px solid #d7d6cf;
  border-bottom: 1px solid #d7d6cf;
  overflow: hidden;
}

.page-home .home-v2__logos-track {
  display: flex;
  background: var(--c-white);
  gap: 1.1rem;
  width: max-content;
  padding: 0.6rem 1rem;
  white-space: nowrap;
  align-items: center;
  animation: home-v2-marquee 55s linear infinite;
}

.page-home .home-v2__logo-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  opacity: 0.95;
}

.page-home .home-v2__logo-item img {
  max-height: 86px;
  width: auto;
  max-width: 260px;
  filter: grayscale(100%);
}

@keyframes home-v2-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-v2__logos-track {
    animation: none;
  }
}

.page-home .home-v2__pattern {
  height: 200px;
  background: url("../images/sesameit_heroanim_v2-6hB7leV.gif") center / cover no-repeat;
}

.page-home .home-v2__section--compact {
  padding-block: 2.75rem;
}

.page-home .home-v2__dark--compact {
  padding-block: 3rem;
}

.page-home .home-v2__section {
  padding-block: 4.5rem;
}

.page-home .home-v2__heading {
  font-weight: 900;
  font-size: clamp(2.1rem, 3vw + 1rem, 4rem);
  line-height: 0.95;
  text-transform: uppercase;
  margin: 0;
}

.page-home .home-v2__heading strong {
  color: var(--c-hoshi);
  font-weight: inherit;
}

.page-home .home-v2__detect-box {
  margin-top: 2rem;
  border: 2px solid var(--c-jizo);
  display: grid;
  grid-template-columns: minmax(200px, 270px) minmax(0, 1fr);
  gap: 1.5rem;
  padding: 1.5rem;
}

.page-home .home-v2__tabs {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.page-home .home-v2__tabs button {
  border: 0;
  background: #d8d7d2;
  color: var(--c-black);
  text-transform: uppercase;
  font-family: "GT Flexa", sans-serif;
  font-size: 1.02rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 62px;
  padding: 0.75rem 1rem;
  transition: background-color .2s ease, color .2s ease;
  cursor: pointer;
}

.page-home .home-v2__tabs button:hover {
  background: var(--c-hoshi);
  color: var(--c-white);
}

.page-home .home-v2__tabs button.is-active {
  background: var(--c-hoshi);
  color: var(--c-white);
}

.page-home .home-v2__detect-content h3 {
  font-size: clamp(1.6rem, 2vw + 1rem, 2.5rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.page-home .home-v2__tab-panel[hidden] {
  display: none !important;
}

.page-home .home-v2__detect-box .home-v2__actions {
  justify-content: center;
}

.page-home .home-v2__dark {
  background: radial-gradient(circle at 40% -30%, #2f3558 0%, #1a1b20 48%, #121317 100%);
  color: var(--c-white);
  padding-block: 4.5rem;
}

.page-home .home-v2__heading--light,
.page-home .home-v2__heading--light strong,
.page-home .home-v2__text--light {
  color: var(--c-white);
}

.page-home .home-v2__heading--light strong {
  color: var(--c-jizo);
}

.page-home .home-v2__platform-media {
  position: relative;
  width: 100%;
  max-width: 920px;
  margin: 2rem auto;
}

.page-home .home-v2__platform-image {
  width: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 20px;
  position: relative;
  z-index: 2;
  box-shadow:
    0 26px 50px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 230, 71, 0.08);
}

.page-home .home-v2__platform-glow {
  position: absolute;
  top: 50%;
  width: 180px;
  height: 76%;
  transform: translateY(-50%);
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 230, 71, 0.34) 0%, rgba(255, 230, 71, 0.18) 34%, rgba(255, 230, 71, 0.06) 58%, rgba(255, 230, 71, 0) 100%);
  filter: blur(16px);
  z-index: 1;
  pointer-events: none;
}

.page-home .home-v2__platform-glow--left {
  left: -54px;
}

.page-home .home-v2__platform-glow--right {
  right: -54px;
}

.page-home .home-v2__platform-glow--bottom {
  top: auto;
  left: 50%;
  bottom: -34px;
  width: 72%;
  height: 120px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(255, 230, 71, 0.3) 0%, rgba(255, 230, 71, 0.16) 40%, rgba(255, 230, 71, 0.05) 68%, rgba(255, 230, 71, 0) 100%);
  filter: blur(20px);
}

.page-home .home-v2__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  max-width: 920px;
  margin: 0 auto 2rem;
}

.page-home .home-v2__stats div {
  padding: 0.25rem 0.75rem;
  text-transform: uppercase;
  font-family: "GT Flexa", sans-serif;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.7rem;
}

.page-home .home-v2__stat-icon {
  color: var(--c-jizo);
  font-size: 2.1rem;
  line-height: 1;
}

.page-home .home-v2__platform-cta {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.page-home .home-v2__use-grid {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: 2rem;
  align-items: start;
}

.page-home .home-v2__use-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.page-home .home-v2__use-cards h3 {
  margin: 0 0 0.45rem;
  font-size: 1.5rem;
  color: var(--c-hoshi);
}

.page-home .home-v2__use-title {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.page-home .home-v2__use-icon {
  font-size: 1.5rem;
  color: var(--c-black);
  line-height: 1;
}

.page-home .home-v2__use-cards p {
  margin: 0;
}

.page-home .home-v2__use-cta {
  display: flex;
  width: fit-content;
  margin-inline: auto;
}

.page-home .home-v2__use-image,
.page-home .home-v2__case-image {
  width: 100%;
  display: block;
}

.page-home .home-v2__use-image {
  max-width: 520px;
  max-height: 620px;
  object-fit: cover;
  image-rendering: auto;
  margin-inline: auto;
}

.page-home .home-v2__deploy {
  background: #e4e3dc;
  padding-block: 3.75rem;
}

.page-home .home-v2__deploy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.page-home .home-v2__deploy-list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.page-home .home-v2__deploy-intro {
  max-width: 36ch;
}

.page-home .home-v2__deploy-item {
  position: relative;
  padding: 0.15rem 0;
}

.page-home .home-v2__deploy-head {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.page-home .home-v2__deploy-head img {
  width: 18px;
  height: 36px;
  object-fit: contain;
  flex: 0 0 auto;
}

.page-home .home-v2__deploy-title {
  font-size: 1.35rem;
  color: var(--c-black);
  line-height: 1.1;
  transition: color .25s ease;
}

.page-home .home-v2__deploy-detail {
  margin: 0;
  margin-left: calc(18px + 0.55rem);
  color: var(--c-black);
  font-size: 0.95rem;
  line-height: 1.45;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .3s ease, opacity .25s ease, transform .25s ease, margin-top .25s ease;
}

.page-home .home-v2__deploy-detail p {
  margin: 0 0 0.85rem;
}

.page-home .home-v2__deploy-meta {
  margin: 0;
  display: grid;
  gap: 0.45rem;
}

.page-home .home-v2__deploy-meta div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0.55rem;
  align-items: start;
}

.page-home .home-v2__deploy-meta dt {
  margin: 0;
  font-family: "GT Flexa", sans-serif;
  font-size: 0.88rem;
  text-transform: uppercase;
  color: var(--c-black);
}

.page-home .home-v2__deploy-meta dd {
  margin: 0;
  color: #3e3e3e;
}

.page-home .home-v2__deploy-item:hover .home-v2__deploy-detail,
.page-home .home-v2__deploy-item:focus-within .home-v2__deploy-detail {
  margin-top: 0.4rem;
  max-height: 360px;
  opacity: 1;
  transform: translateY(0);
}

.page-home .home-v2__deploy-item:hover .home-v2__deploy-title,
.page-home .home-v2__deploy-item:focus-within .home-v2__deploy-title {
  color: var(--c-hoshi);
}

.page-home .home-v2__banner {
  background: var(--c-jizo);
  padding: 1.5rem 0;
}

.page-home .home-v2__banner-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.page-home .home-v2__banner p {
  margin: 0;
  font-size: clamp(1.7rem, 2.6vw + 1rem, 3rem);
  color: var(--c-black);
}

.page-home .home-v2__banner-accent {
  color: var(--c-hoshi);
}

.page-home .home-v2__case-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 1fr);
  gap: 2rem;
  align-items: start;
}

.page-home .home-v2__case-media {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-home .home-v2__blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2.25rem;
}

.page-home .home-v2__blog-preview .post-card {
  background: #f5f4ee;
  border: 0;
  transition: transform .2s ease, box-shadow .2s ease;
}

.page-home .home-v2__blog-preview .post-card__title {
  margin-bottom: 0.5rem;
}

.page-home .home-v2__blog-preview .post-card__excerpt {
  line-height: 1.95;
}

.page-home .home-v2__blog-preview .post-card--media .post-card__media {
  background: #dedacb;
}

.page-home .home-v2__blog-preview .post-card-link:hover .post-card,
.page-home .home-v2__blog-preview .post-card-link:focus-visible .post-card {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(31, 31, 31, 0.14);
}

@media (max-width: 991.98px) {
  .page-home .home-v2__hero {
    min-height: auto;
  }

  .page-home .home-v2__container {
    padding-top: 3.5rem;
    padding-bottom: 1.5rem;
  }

  .page-home .home-v2__pattern {
    height: 150px;
  }

  .page-home .home-v2__hero-grid,
  .page-home .home-v2__detect-box,
  .page-home .home-v2__use-grid,
  .page-home .home-v2__deploy-grid,
  .page-home .home-v2__case-grid {
    grid-template-columns: 1fr;
  }

  .page-home .home-v2__brain {
    width: min(260px, 70vw);
  }

  .page-home .home-v2__hero-image {
    width: min(260px, 70vw);
  }

  .page-home .home-v2__stats,
  .page-home .home-v2__use-cards {
    grid-template-columns: 1fr;
  }

  .page-home .home-v2__deploy-detail {
    max-height: none;
    opacity: 1;
    transform: none;
    margin-top: 0.35rem;
  }

  .page-home .home-v2__deploy-meta div {
    grid-template-columns: 1fr;
    gap: 0.1rem;
  }
}

@media (max-width: 767.98px) {
  .page-home .home-v2__hero {
    min-height: auto;
  }

  .page-home .home-v2__container {
    align-items: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 1.25rem;
  }

  .page-home .home-v2__pattern {
    height: 120px;
  }

  .page-home .home-v2__section,
  .page-home .home-v2__dark {
    padding-block: 3rem;
  }

  .page-home .home-v2__banner-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-home .home-v2__blog-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
