/* Host styles for Webflow Shadow DOM custom elements */
:host {
  display: block !important;
  box-sizing: border-box;
  min-height: 400px;
  width: 100%;
}

:host {
  --ink: #0e0d0c;
  --body-copy: #3f3e3c;
  --muted: #7a7977;
  --violet: #6b4fff;
  --atlas-violet: #7638fa;
  --line-soft: #ececf0;
  --green: #36a56d;
  --green-dark: #287e55;
  --green-soft: #dff5e9;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "intervariable";
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

button,
textarea {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.page {
  min-height: 100vh;
  overflow-x: clip;
}

.hero {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 64px;
  padding: 32px 24px;
}

.persona-carousel-embed {
  width: min(1160px, 100%);
}

.atlas-card {
  background: #fff;
  border-radius: 12px;
  box-shadow:
    0 0 1px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.04);
  flex: 0 0 auto;
  font-family: var(--font-inter), Inter, Arial, sans-serif;
  height: auto;
  overflow: hidden;
  padding-top: 0;
  scroll-margin-top: 24px;
  width: min(762px, calc(100vw - 32px));
  overflow-y: scroll;
}

:focus-visible {
  outline: 2px solid var(--atlas-violet);
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .hero {
    gap: 48px;
  }
}

@media (max-width: 640px) {
  .hero {
    gap: 40px;
    padding: 24px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

:host {
  display: block !important;
  box-sizing: border-box;
  width: 100%;
}

.testimonial-carousel,
.testimonial-carousel * {
  box-sizing: border-box;
}

.testimonial-carousel {
  color: var(--ink, #0e0d0c);
  font-family: "intervariable";
  width: 100%;
}

.testimonial-carousel-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  width: 100%;
}

.testimonial-carousel-body {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
  min-width: 0;
}

.testimonial-carousel-quote-block {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  max-width: 767px;
  text-align: center;
  width: 100%;
}

.testimonial-carousel-mark {
  background: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2Fe1abf0f983b3015a1e25-quote-mark.svg) center / 100% 100% no-repeat;
  flex: 0 0 auto;
  height: 24px;
  overflow: hidden;
  width: 26.798px;
}

.testimonial-carousel-quote {
  margin: 0;
  width: 100%;
}

.testimonial-carousel-quote-text {
  font-feature-settings:
    "ss07" 1,
    "ss08" 1;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -1.44px;
  line-height: 1.2;
  margin: 0;
}

.testimonial-carousel-attribution {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}

.testimonial-carousel-name,
.testimonial-carousel-role {
  font-feature-settings: "ss07" 1;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.4;
  margin: 0;
}

.testimonial-carousel-name {
  color: var(--ink, #0e0d0c);
}

.testimonial-carousel-role {
  color: var(--body-copy, #3f3e3c);
}

.testimonial-carousel-arrow {
  align-items: center;
  background: #f5f4f2;
  border: 0.5px solid rgba(0, 0, 0, 0.1);
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  width: 48px;
}

.testimonial-carousel-arrow:hover,
.testimonial-carousel-arrow:focus-visible {
  background: #fff;
  border-color: transparent;
  box-shadow:
    0 0 0.5px rgba(0, 0, 0, 0.2),
    0 2px 2px rgba(0, 0, 0, 0.04);
}

.testimonial-carousel-arrow-icon {
  background: url(https://code-components.website-files.com/6a974c80b6cd0f525da94c58%2Fmodule%2F103746aa0a6a10458a17-carousel-arrow.svg) center / 24px 24px
    no-repeat;
  display: block;
  flex: 0 0 auto;
  height: 24px;
  overflow: hidden;
  width: 24px;
}

.testimonial-carousel-arrow-prev .testimonial-carousel-arrow-icon {
  transform: rotate(180deg);
}

.testimonial-carousel-dots {
  align-items: center;
  display: flex;
  gap: 6px;
  justify-content: center;
}

.testimonial-carousel-dot {
  background: #e6e5e3;
  border: 0;
  cursor: pointer;
  flex: 0 0 auto;
  height: 8px;
  padding: 0;
  width: 8px;
}

.testimonial-carousel-dot-active {
  background: var(--violet, #6b4fff);
}

.testimonial-carousel-live {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

@media (max-width: 1100px) {
  .testimonial-carousel-quote-text {
    font-size: clamp(28px, 4.2vw, 40px);
  }
}

@media (max-width: 720px) {
  .testimonial-carousel-inner {
    flex-direction: column;
    gap: 0;
  }

  .testimonial-carousel-arrow {
    display: none;
  }

  .testimonial-carousel-body {
    gap: 48px;
    width: 100%;
  }

  .testimonial-carousel-quote-block {
    gap: 16px;
    max-width: none;
  }

  .testimonial-carousel-quote-text {
    font-size: 22px;
    letter-spacing: -0.03em;
    min-height: 0;
  }

  .testimonial-carousel-name,
  .testimonial-carousel-role {
    font-feature-settings:
      "ss07" 1,
      "ss08" 1;
    font-size: 16px;
    letter-spacing: -0.02em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .testimonial-carousel-quote-block {
    animation: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .testimonial-carousel-quote-block {
    animation: testimonialFadeIn 480ms ease;
  }

  .testimonial-carousel-arrow {
    transition:
      background-color 160ms ease,
      border-color 160ms ease,
      box-shadow 160ms ease;
  }
}

@keyframes testimonialFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

