:root {
  --text: #1f1f1f;
  --pill-bg: #ffffff;
  --pill-border: #e7e7e7;
  --pill-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
}

.ai-prompts {
  background: #fff;
  overflow: hidden;
  padding: 1.9rem 0;
}

.ai-prompts__header {
  width: 100%;
  max-width: 1400px;
  margin-bottom: 1.5rem;
}

.ai-prompts__header h2 {
   color: #303030;
   font-size: 2rem;
   line-height: 1.2;
   margin: 0;
}

.ai-prompts__ticker {
  display: grid;
  gap: 1rem;
}

.ticker__track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
  will-change: transform;
}

.prompt-pill {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  text-decoration: none;
  color: var(--text);
  background: var(--pill-bg);
  border: 1px solid var(--pill-border);
  border-radius: 30px;
  box-shadow: var(--pill-shadow);
  padding: 1rem 2rem;
  font-weight: 400;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;;
}

.prompt-pill::after {
  content: "+ Track Prompt";
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.prompt-pill:hover {
    color: transparent;
    text-shadow:
        0 0 4px rgba(34, 34, 34, 0.1),
        0 0 8px rgba(34, 34, 34, 0.25);
}

.prompt-pill:hover::after {
    opacity: 1;
}

.prompt-pill::before {
    content: "";
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.prompt-pill.is-gemini::before {
    background-image: url(./assets/Ai-Icon-Gemeni.svg);
}

.prompt-pill.is-meta::before {
    background-image: url(./assets/Ai-Icon-Meta.svg);
}

.prompt-pill.is-perpex::before {
    background-image: url(./assets/Ai-Icon-Perplexity.svg);
}

.prompt-pill.is-chatgpt::before {
    background-image: url(./assets/Ai-Icon-Chatgpt.svg);
}

.prompt-pill.is-deepseek::before {
    background-image: url(./assets/Ai-Icon-Deepseek.svg);
}

@media (prefers-reduced-motion: reduce) {
  .ticker__track {
    animation: none;
  }
}

@media (min-width: 768px) {
  .ai-prompts {
    padding: 3.75rem 0;
  }
  .ai-prompts__header {
    text-align: center;
    margin-inline: auto;
    margin-bottom: 3.75rem;
  }
  .ticker__track {
    gap: 1.5rem;
   }
  .prompt-pill {
    font-size: 1.25rem;
    font-weight: 500;
  }
}

@media (min-width: 1200px) {
  .ai-prompts__ticker {
    gap: 1.75rem;
  }
  .ai-prompts__header h2 {
    font-size: 3rem;
    text-align: center;
  }
}

/*hero*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.hero {
	position: relative;
	overflow: hidden;
	padding: 2.5rem 0 1.5rem;
  background: linear-gradient(180deg, #FAF6F0 0%, rgba(250, 246, 240, 0.00) 100%);
}

.hero .container {
  position: relative;
  z-index: 2;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./assets/ai-index-bg.svg) center 39rem no-repeat;
  background-size: 100% auto;
  opacity: 0.55;
  pointer-events: none;
  z-index: 1;
}

.hero__header {
	text-align: center;
}

.hero__title {
	margin: 0;
  color: #303030;
  text-align: center;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1;
}

.hero__title span {
	display: block;
}

.hero__description {
  max-width: 560px;
	margin: 1.5rem auto 0;
  color: #303030;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
}

.hero-search {
  display: flex;
  padding: 24px 20px;
  align-items: center;
  margin: 1.5rem auto 0;
  max-width: 800px;
  gap: 1rem;
  border-radius: 54px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
}
.hero-search__field {
  flex: 1;
  min-height: 3.75rem;
  border-radius: 30px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
}
.hero-search__field input {
  flex: 1;
  border: 0;
  background: transparent;
  font: inherit;
  color: #111;
  min-width: 0;
}
.hero-search__field input::placeholder {
  color: #9a9a9a;
}
.hero-search__field input:focus {
  outline: none;
}
.hero-search__field select {
  border: 0;
  background-color: transparent;
  font: inherit;
  font-weight: 600;
  color: #303030;
  padding-right: 1.5rem;
  margin-left: 0.75rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 4.6L10.6 0L12 1.4L6 7.4L0 1.4L1.4 0L6 4.6Z' fill='%23303030'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.25rem center;
  background-size: 0.75rem 0.5rem;
}
.hero-search__field select:focus {
  outline: none;
}
.hero-search__button {
  min-height: 3.75rem;
  border-radius: 30px;
  border: 1px solid #FE3F00;
  background: #FE3F00;
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

.hero__video {
  position: relative;
  margin: 3rem 1.25rem 0;
  overflow: hidden;
  z-index: 2;
}

.hero__video-media {
	width: 100%;
	aspect-ratio: 16 / 11;
	object-fit: cover;
}

@media (max-width: 639px) {
  .hero-search {
    flex-direction: column;
    align-items: stretch;
  }
  .hero-search__button {
    width: 100%;
  }
}

@media (min-width: 640px) {
	.hero {
		padding-top: 4rem;
	}
}

@media (min-width: 1100px) {
	.hero {
		padding: 5rem 1.5rem 3rem;
	}

  .hero-search {
    gap: 0.75rem;
    margin-top: 2.5rem;
  }

  .hero__video {
    max-width: 1400px;
    margin: 3rem auto 0;
	}

  .hero::before {
    background-position-y: 11rem;
  }

	.hero__video-media {
		aspect-ratio: 16 / 9;
	}
}

/*hero*/

/**/

.partners-section {
    padding: 1.9rem 0;
    overflow: hidden;
}

.partners-section .ticker__track {
  display: flex;
  align-items: center;
  gap: 6.25rem;
  width: max-content;
  will-change: transform;
}

@media (min-width: 768px) {
  .partners-section {
    padding: 3.75rem 0;
  }
}

/*ai-index*/

:root {
  --card: #ffffff;
  --text: #1f1f1f;
  --line: #f2dfd4;
  --accent-soft: #ffd7c4;
  --shadow: 0 12px 30px rgba(28, 28, 28, 0.08);
}
.ai-index {
  position: relative;
  overflow: hidden;
  padding: 3.75rem 0 2.5rem;
  background: #FAF6F0;
}
.ai-index::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(./assets/ai-index-bg.svg) center 24rem no-repeat;
  background-size: 100% auto;
  opacity: 0.55;
  pointer-events: none;
}
.ai-index .container {
  position: relative;
}
.ai-index__header {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
  text-align: center;
  max-width: 400px;
  margin-inline: auto;
}
.ai-index__header h2 {
  color: #303030;
  font-size: 60px;
  line-height: 1;
  margin: 0;
}
.ai-index__header p {
  color: #303030;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.ai-index__card {
  margin-top: 2.5rem;
  overflow: hidden;
  border-radius: 4.571px;
  border: 0.571px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
}
.card-top {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.63rem;
  background: linear-gradient(90deg, rgba(255, 186, 163, 0.30) 0%, rgba(254, 63, 0, 0.30) 100%);
}
.dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.dot--red {
  background: #ff5f57;
}
.dot--yellow {
  background: #febc2e;
}
.dot--green {
  background: #28c840;
}
.ai-index .card-label {
  margin-left: auto;
  white-space: nowrap;
  color: #303030;
  text-align: right;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.5;
}
.card-body {
  margin: 0.5rem 0.65rem 0.2rem;
  padding: 0.7rem;
  border-radius: 4.571px;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}
.table-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  padding-bottom: 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: #6d6d6d;
  border-bottom: 1px solid #f2f2f2;
}
.brand-list {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0 0;
}
.brand-row {
  display: grid;
  grid-template-columns: 6rem 2.5rem 1fr;
  grid-template-areas: "name count bar";
  align-items: center;
  gap: 0.5rem 1rem;
  padding: 0.8rem 0;
}
.brand-name {
  grid-area: name;
  font-size: 0.95rem;
  color: #343434;
}
.brand-count {
  grid-area: count;
  font-size: 0.9rem;
  color: #5e5e5e;
}
.bar {
  grid-area: bar;
  height: 0.42rem;
  border-radius: 999px;
  background: var(--line);
  overflow: hidden;
  position: relative;
}
.bar span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--accent) 0%, #ff8a57 100%);
  animation: grow 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--delay);
}
.bar span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -30%;
  width: 30%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.55),
    transparent
  );
  animation: shimmer 2.8s ease-in-out infinite;
  animation-delay: calc(var(--delay) + 0.8s);
}
@keyframes grow {
  to {
    width: var(--value);
  }
}
@keyframes shimmer {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    transform: translateX(430%);
    opacity: 0;
  }
}
@media (min-width: 48rem) {
  .ai-index {
    padding: 5.5rem 1.5rem;
  }
  .ai-index__card {
    border-radius: 1.75rem;
  }
  .card-body {
    padding: 1.5rem 1.75rem 1.75rem;
  }
  .brand-row {
    grid-template-columns: 11rem 4.5rem 1fr;
    gap: 1rem;
  }
  .table-head {
    grid-template-columns: 11rem 4.5rem 1fr;
  }
  .table-head span:last-child {
    visibility: hidden;
  }
}

@media (min-width: 70rem) {
  .ai-index {
    padding: 7rem 2rem;
  }
  .ai-index__card {
    margin-top: 3rem;
  }
  .card-body {
    padding: 2rem 2.25rem 2.25rem;
  }
  .ai-index__header {
    max-width: 1400px;
  }
  .ai-index__header .btn {
    margin-top: 1.5rem;
    margin-inline: auto;
  }
  .ai-index::before {
    background-position-y: 10rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bar span,
  .bar span::after,
  .btn-primary {
    animation: none;
    transition: none;
  }
  .bar span {
    width: var(--value);
  }
}

/*ai-index*/

/*faq*/

:root {
    --faq-bg: #f5f5f3;
    --faq-text: #1f1f1f;
    --faq-border: rgba(48, 48, 48, 0.20);;
    --faq-accent: #ffcf2e;
}

body {
    color: var(--faq-text);
}

.faq-section {
  background: #fff;
  padding: 1.875rem 0;
}

/* Header */

.faq-header {
  padding-bottom: 1.5rem;
}

.faq-eyebrow {
  color: #303030;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.faq-title {
  margin: 0;
  color: #303030;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-desc {
  margin: 1rem 0 0;
  color: #303030;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq-note {
  display: none;
}

.faq-card__number {
  color: #303030;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.faq-card__context {
  color: #303030;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.faq-card__context strong {
  color: var(--neo-org);
}

.faq-item {
  border-bottom: 1px solid var(--faq-border);
}

.faq-list .faq-item:first-child {
  border-top: 1px solid var(--faq-border);
}

.faq-item summary {
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

/* Question */

.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    padding: 1rem 0;
    cursor: pointer;
    font-size: 1.13rem;
    font-weight: 500;
    line-height: 1.5;
}

/* Plus / Minus icon */

.faq-icon {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M18.333 21.6663H8.33301V18.333H18.333V8.33301H21.6663V18.333H31.6663V21.6663H21.6663V31.6663H18.333V21.6663Z' fill='%23303030'/%3E%3C/svg%3E");
}

.faq-item[open] .faq-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40' fill='none'%3E%3Cpath d='M18.333 21.6663H8.33301V18.333H18.333L21.6663 18.3331L31.6663 18.333V21.6663H21.6663H18.333Z' fill='%23303030'/%3E%3C/svg%3E");
}

/* Answer */

.faq-answer {
  padding: 0 0 1.25rem;
}

.faq-answer p {
  margin: 0;
  color: #303030;
  font-size: 1rem;
  line-height: 1.5;
}

.faq-grid {
  display: grid;
  gap: 1rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.faq-card {
  padding: 1.875rem 1.25rem;
  background: #FAF6F0;
  border-radius: 1rem;
}

/* Desktop */

@media (min-width: 1200px) {
    .faq-section {
      padding: 3.75rem 0;
    }

    .faq-header {
      padding-bottom: 3.75rem;
    }

    .faq-eyebrow {
      font-size: 1.25rem;
      margin-bottom: 1.5rem;
    }

    .faq-title {
      font-size: 3rem;
      max-width: 1200px;
      margin-inline: auto;
    }

    .faq-desc {
      font-size: 1.25rem;
      margin-top: 1.5rem;
    }

    .faq-question {
      font-size: 1.25rem;
    }

    .faq-answer p {
      font-size: 1.15rem;
    }

    .faq-answer {
      padding-right: 8rem;
    }

    .faq-note {
      display: block;
      text-align: center;
      font-size: 1.25rem;
      font-weight: 500;
      line-height: 1.5;
      margin: 3.75rem 0 0;
    }

    .faq-note a {
      color: #FF5C00;
      text-decoration: underline;
    }

    .faq-grid {
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 3.75rem;
    }

    .faq-card {
      padding: 2.5rem 1.875rem;
    }

    .faq-card__number {
      font-size: 1.75rem;
    }

    .faq-card__context {
      font-size: 1.25rem;
      margin-top: 1rem;
    }
}

/*faq*/

/*solutions*/

:root {
  --tag-border: #FE3F00;
}

.solutions-section {
  background: #fff;
  padding: 1.9rem 0 3.75rem;
}

.solutions-container {
  width: calc(100% - 2.5rem);
  margin-inline: auto;
}

.solutions-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.solutions-eyebrow {
  color: #303030;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.solutions-title {
  margin: 0;
  color: #303030;
  font-size: 2rem;
  line-height: 1.2;
}

/* Swiper */

.solutions-slider .swiper-slide {
  height: auto;
}

.solutions-slider-wrap { overflow: visible; }

.solutions-slider { overflow: visible; padding-inline: calc((100vw - 1680px) / 2 + 1rem); }

.solutions-slider .swiper-slide {
  width: 100%;
}

@media (min-width: 768px) {
  .solutions-slider .swiper-slide {
    width: 420px;
  }
}

/* Card */

.solution-card {
  height: 100%;
  padding: 1.9rem 1.25rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  min-height: 560px;
  justify-content: space-between;
  background: linear-gradient(145deg, #FFDBE6 0%, #F3B5C7 23.56%, #D27DD6 52.88%, #CC89FC 100%);
}

.solution-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.solution-tag {
  display: inline-flex;
  align-items: center;
  padding: .5rem 1.5rem;
  font-weight: 700;
  color: var(--tag-border);
  line-height: 1.5;
  border-radius: 30px;
  background: #FFF;
  border: 1px solid var(--tag-border);
}

.solution-action {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid #303030;
  display: grid;
  place-items: center;
  text-decoration: none;
}

.solution-action:hover, .solution-action:focus, .solution-action:focus-visible {
  background: #FE3F00;
  border: 2px solid #FE3F00;
}

.solution-action:hover path, .solution-action:focus path, .solution-action:focus-visible path {
  fill: #fff;
}

.solution-card__title {
  max-width: 360px;
  margin: 0;
  color: #303030;
  font-size: 1.75rem;
  line-height: 1.2;
}

.solution-card__text {
  margin: 0;
  color: #303030;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}

.solution-card__media {
  margin-inline: -1.25rem;
  width: auto;
  aspect-ratio: 3 / 2;
  margin-top: 1.5rem;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}

.scale-media__title {
  color: #FFF;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

.solution-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1100px) {
  .solutions-section {
    padding: 3.75rem 0 7.5rem;
  }

  .solutions-container {
    width: 100%;
  }

  .scale-media__title {
    display: none;
  }

  .solutions-slider .swiper-slide {
    width: 439px; height: auto; flex-shrink: 0;
  }

  .solutions-header {
    margin-bottom: 3.75rem;
  }

  .solutions-eyebrow {
    font-size: 1.25rem;
    margin-bottom: 1.13rem;
  }

  .solutions-title {
    font-size: 3rem;
  }

  .slider-desk__nav {
    display: flex;
    gap: 12px;
    align-items: flex-end;
  }

  .solution-card {
    padding: 1.9rem 1.9rem 0;
  }

  .solution-card__title {
    font-size: 1.75rem;
  }
}

/*solutions*/

/*resources*/

:root {
  --text: #202020;
  --surface: #fff;
}

.testimonials {
  padding: 1.9rem 0;
  background: #fff;
}

.resources {
  padding: 1.9rem 0;
  background: #fff;
}

.testimonials .section-header {
  margin-bottom: 1.5rem;
}

.section-header--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  margin-bottom: 1.5rem;
}

.testimonials .section-eyebrow {
  margin: 0 0 1rem;
  color: #303030;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.resources-eyebrow {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0 0 1rem;
}

.resources-title {
  color: #303030;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.testimonials .section-title {
  margin: 0;
  color: #303030;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.resource-card,
.testimonial-card {
  height: 100%;
}

.testimonials .testimonial-card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding: 1.85rem 1.25rem;
  border-radius: 16px;
  border: 2px solid rgba(48, 48, 48, 0.10);
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonial-card__header img {
  width: 3.9rem;
  height: 3.75rem;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card__author {
    color: #303030;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.testimonial-card h3 {
  margin: 0;
}

.testimonial-card__header p {
  margin: 0;
  font-weight: 500;
  color: #303030;
}

.testimonial-card__text {
  margin: 0;
  color: #303030;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.testimonial-card time {
  color: #303030;
  text-align: right;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.testimonials-container {
  width: calc(100% - 2.5rem);
  margin-inline: auto;
}

.resources-container {
  width: calc(100% - 2.5rem);
  margin-inline: auto;
}

.resources-swiper .swiper-slide {
  width: 100%;
}

.resource-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.resource-card__media {
  height: 300px;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(145deg, #CC89FC 0%, #D27DD6 23.56%, #F3B5C7 52.88%, #FFDBE6 100%);
}

.resource-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-card__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1.5rem;
}

.resource-card h3 {
  margin: 0;
  color: #303030;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.resource-card p {
  margin: 0;
  color: #303030;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.resource-card__meta {
  display: flex;
  gap: 1rem;
  color: #FE3F00;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (min-width: 640px) {
  .testimonials-swiper .swiper-slide {
    width: 48%;
  }
  .resources-swiper .swiper-slide {
    width: 48%;
  }
}

@media (min-width: 1100px) {
  .testimonials {
    padding: 3.75rem 0;
  }

  .resources {
    padding: 3.75rem 0;
  }

  .testimonials-container {
    width: 100%;
  }

  .resources-container {
    width: 100%;
  }

  .testimonials .section-eyebrow {
    font-size: 1.25rem;
  }

  .testimonials .section-title {
    font-size: 3rem;
  }

  .testimonials .section-header {
    text-align: center;
    max-width: 750px;
    margin-inline: auto;
    margin-bottom: 3.75rem;
  }

  .testimonials-swiper .swiper-slide {
    width: 400px;
    min-height: 457px;
    padding: 2.5rem 1.9rem;
  }

  .resources-swiper .swiper-slide {
    width: 440px;
    min-height: 574px;
  }

  .resource-card h3 {
    font-size: 1.75rem;
  }

  .resource-card p {
    font-size: 1.25rem;
  }

  .resource-card__meta {
    font-size: 1.25rem;
  }

   .section-header--split {
    margin-bottom: 3.75rem;
  }
}

/*resources*/

/*ai edge*/

.ai-edge {
  padding: 1.9rem 0;
}

.ai-edge__grid {
  display: grid;
  grid-template-columns: 1.4fr 0.75fr;
  gap: 2.5rem;
  transition: grid-template-columns .45s cubic-bezier(.22,.61,.36,1);
}

.ai-edge__grid.is-right-active {
  grid-template-columns: 0.75fr 1.4fr;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 600px;
  background: #FAF6F0;
  padding: 1.9rem 1.25rem;
}

.feature-card--dark {
  background: #1f1f1f;
  color: #fff;
}

.feature-card__base {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 400px;
  margin-bottom: 1.5rem;
}

.feature-card h3 {
  margin: 0;
  color: #303030;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.feature-card p {
  margin: 0;
  color: #303030;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

.feature-card.feature-card--dark h3 {
  color: #fff;
}

.feature-card.feature-card--dark p {
  color: #fff;
}

.feature-card__base p, .feature-card__base .btn {
    display: none;
}

.btn--outline {
  border: 2px solid #303030;
  color: #303030;
  background: transparent;
}

.btn--light {
  background: #fff;
  color: #303030;
}

.btn--accent {
  background: #ff5a1f;
  color: #fff;
}

.overlay-card {
  height: 360px;
}

.overlay-card video {
  height: 100%;
  border-radius: 16px;
}

.feature-card__info {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.feature-card__info p {
  font-size: 1.125rem;
  font-weight: 400;
}

.feature-card__info .btn {
  align-self: flex-start;
}

@media (max-width: 900px) {
  .ai-edge__grid,
  .ai-edge__grid.is-right-active {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: 360px;
  }

  .feature-card--left .overlay-card,
  .feature-card--right .overlay-card {
    width: auto;
  }
}

@media (min-width: 1100px) {

  .ai-edge {
    padding: 3.75rem 0;
  }

  .feature-card {
    padding: 3.75rem 0 3.75rem 2.5rem;
  }

  .feature-card__base {
    height: 100%;
  }

  .feature-card__base h3 {
    font-size: 3rem;
  }

  .feature-card__base .btn {
    margin-top: auto;
    align-self: flex-start;
  }

  .feature-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    transition: transform .45s cubic-bezier(.22,.61,.36,1);
  }

  .feature-card__info {
    display: none;
  }

  .feature-card__base p, .feature-card__base .btn {
    display: block;
  }

  /* Left overlay starts outside right */
  .feature-card--left .feature-card__overlay {
    transform: translateX(105%);
  }

  /* Right overlay starts outside left */
  .feature-card--right .feature-card__overlay {
    transform: translateX(-105%);
  }

  .feature-card.is-active .feature-card__overlay {
    transform: translateX(0);
  }

  .feature-card--left .overlay-card {
    right: 0;
  }

  .feature-card--right .overlay-card {
    left: 2rem;
  }

  .overlay-card {
    position: absolute;
    top: 3.75rem;
    bottom: 3.75rem;
    border-radius: 16px;
    max-width: 416px;
    height: 480px;
  }
}

/*ai edge*/

/*scale*/

:root {
  --scale-bg: #5b0aa3;
  --scale-bg-2: #8b3cc4;
  --scale-bg-3: #c58bd8;
  --scale-muted: rgba(255, 255, 255, 0.82);
  --scale-button: #ffffff;
  --scale-button-text: #1f1f1f;
}

.scale-section {
  padding: 1.9rem 0;
}

.scale-card {
  position: relative;
  overflow: hidden;
  display: grid;
  gap: 1.5rem;
  padding: 1.9rem 1.25rem;
  border-radius: 16px;
  background:
    linear-gradient(
      90deg,
      var(--scale-bg) 0%,
      var(--scale-bg-2) 58%,
      var(--scale-bg-3) 100%
    );
  isolation: isolate;
}

/* Vertical line pattern */
.scale-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255,255,255,0.08) 0,
      rgba(255,255,255,0.08) 2px,
      transparent 2px,
      transparent 14px
    );
  mask-image: linear-gradient(to top, #000 40%, transparent 100%);
  z-index: -1;
}

.scale-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  order: 2;
}

.scale-card__title {
  display: none;
}

.scale-card__text {
  margin: 0;
  color: #FFF;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
}

.scale-card__btn {
  align-self: flex-start;
  transition: transform 0.2s ease;
}

.scale-card__btn:hover {
  transform: translateY(-1px);
}

.scale-card__media {
  position: relative;
  min-height: 320px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  order: 1;
}

.dashboard-frame {
  position: relative;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  height: 239px;
  border-radius: 16px;
  background: url(<path-to-image>) lightgray -2.48px -2.064px / 100.689% 101.382% no-repeat;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15);
}

.dashboard-frame video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .scale-card {
    grid-template-columns: 1fr 1.1fr;
    align-items: center;
    padding: 2.5rem;
  }

  .scale-card__media {
    min-height: 420px;
    justify-content: flex-end;
  }
}

@media (min-width: 1100px) {
  .scale-section {
    padding: 3.75rem 0;
  }

  .scale-card {
    padding: 3.75rem 0 3.75rem 2.5rem;
  }

  .scale-card__content {
    order: 1;
  }

  .scale-card__media {
    min-height: 480px;
  }

  .scale-card__title {
    display: block;
    color: #FFF;
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
  }

  .scale-card__btn {
    margin-top: 1.5rem;
  }

  .dashboard-frame {
    max-width: 722px;
    height: 480px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

/*scale*/

/*shift*/

:root {
	--text: #1a1a1a;
	--text-light: #ffffff;
}

.ai-shift {
	padding: 1.9rem 0;
  background: #fff;
}

.ai-shift__top {
	display: grid;
	gap: 1.5rem;
	margin-bottom: 1rem;
}

.ai-shift__intro {
	background: #ffffff;
}

.ai-shift__eyebrow {
	margin: 0 0 0.5rem;
  color: #303030;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
}

.ai-shift__title {
  margin: 0 0 1rem;
  color: #303030;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.ai-shift__description {
  margin: 0;
  color: #303030;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.5;
}

.ai-card {
	background: #303030;
	color: var(--text-light);
	border-radius: 16px;
	padding: 1.9rem 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
	min-height: 100%;
}

.ai-shift__stats .ai-card {
  padding: 1.25rem;
  gap: 0.5rem;
}

.ai-card__value {
  margin: 0;
  color: #FFF;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.ai-card__title {
  margin: 0;
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.ai-card__text {
	margin: 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.ai-shift__top .ai-card__text {
	margin: 0.75rem 0;
}

.ai-shift__stats .ai-card__text {
  margin: 0 0 0.5rem;
}

.ai-card__source {
  margin: auto 0 0;
  color: #FE3F00;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.5;
}

.ai-card--featured {
	justify-content: flex-start;
}

.ai-shift__stats {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
}

@media (min-width: 768px) {
	.ai-shift {
		padding: 3.75rem 0;
	}

	.ai-shift__top {
    gap: 4.25rem;
		grid-template-columns: 1fr 1fr;
		align-items: stretch;
    margin-bottom: 2.5rem;
	}

	.ai-card--featured {
		padding: 2.2rem 2.5rem;
	}

	.ai-shift__stats {
    gap: 2.5rem;
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media (min-width: 1200px) {
  .ai-shift__eyebrow {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
	.ai-shift__title {
    max-width: 660px;
    font-size: 3rem;
	}
  .ai-shift__description {
    font-size: 1.25rem;
  }
  .ai-card__value {
    font-size: 5rem;
    line-height: 1.2;
  }
  .ai-card__title {
    line-height: 1.5;
  }
  .ai-card__text {
    font-size: 1.15rem;
  }
  .ai-card__source {
    font-size: 1.15rem;
    font-weight: 500;
  }
  .ai-shift__stats .ai-card {
    padding: 2.85rem 2.5rem;
  }
  .ai-shift__stats .ai-card__text {
    margin-top: 0.5rem;
  }
}

/*shift*/
