.work-together-page-root {
  background: #EAE6E5;
}

.work-together-page-root .lets-talk-pill {
  display: none;
}

.work-together-main {
  width: 100%;
  min-height: 100vh;
}

.work-together-hero {
  width: 100%;
  min-height: 100vh;
  padding: 0 var(--grid-margin, 24px);
}

.work-together-hero-inner {
  width: 100%;
  min-height: 100vh;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--grid-gutter, 12px);
  align-content: start;
}

.work-together-hero-copy {
  grid-column: 2 / span 10;
  margin: 28vh 0 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: clamp(48px, 4.4vw, 64px);
  line-height: 1;
  color: rgba(15, 21, 19, 0.6);
  width: fit-content;
  max-width: 100%;
  justify-self: center;
  text-align: left;
}

.work-together-glitch {
  color: #0F1513;
  position: relative;
  z-index: 0;
  display: inline-block;
}

.work-together-offers {
  grid-column: 1 / span 12;
  margin-top: 128px;
  --pricing-list-mb: 0;
  --pricing-list-size: 16px;
  --pricing-list-lh: 1.1;
  --pricing-list-icon-size: 32px;
  --pricing-list-item-gap: 8px;
  --pricing-bestfor-size: 16px;
  --pricing-bestfor-icon-size: 24px;
}

.work-feature-card {
  border-radius: 32px;
  border: 0;
  box-shadow: inset 0 0 0 2px #0E1412;
  background: #0F1513;
  color: #F8F7F7;
  padding: 48px 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: var(--grid-gutter, 12px);
}

.work-feature-card-left {
  grid-column: 1 / span 7;
}

.work-feature-card-right {
  grid-column: 8 / span 5;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.work-feature-title {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #CF5541;
}

.work-feature-description {
  margin: 24px 0 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(248, 247, 247, 0.6);
  max-width: 46ch;
}

.work-feature-points {
  list-style: none;
  margin: 48px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  column-gap: 18px;
  row-gap: 10px;
}

.work-feature-points li {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.05;
  color: rgba(248, 247, 247, 0.92);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.work-feature-points li::before {
  content: "";
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  margin-top: 0;
  align-self: center;
  background-color: #ABCB41;
  -webkit-mask-image: url("../icons/Arrow_Up_Right_MD.svg");
  mask-image: url("../icons/Arrow_Up_Right_MD.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.work-feature-points li:nth-child(2) {
  white-space: normal;
  max-width: 210px;
}

.work-feature-footnote {
  margin: 24px 0 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.24;
  color: rgba(248, 247, 247, 0.78);
  max-width: 74ch;
}

.work-feature-price-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.work-feature-price {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 64px;
  line-height: 1.08;
  color: rgba(248, 247, 247, 0.92);
  background-image: linear-gradient(
    115deg,
    rgba(248, 247, 247, 0.7) 0%,
    rgba(255, 255, 255, 1) 28%,
    rgba(248, 247, 247, 0.68) 56%,
    rgba(255, 255, 255, 0.98) 78%,
    rgba(248, 247, 247, 0.66) 100%
  );
  background-size: 220% 220%;
  background-position: 0% 50%;
  animation: pricing-testimonial-gradient-noise 12.5s ease-in-out infinite;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  padding-bottom: 0.06em;
}

.work-feature-currency {
  padding-top: 7px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: rgba(248, 247, 247, 0.92);
}

.work-feature-card-right .pricing-card-btn {
  margin-top: auto;
}

.work-feature-card-right .pricing-card-btn-light {
  background-color: #F8F7F7 !important;
}

.work-feature-card-right .pricing-card-btn-text-light {
  color: #0F1513 !important;
}

.work-mini-cards {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: var(--grid-gutter, 12px);
}

.work-mini-card {
  grid-column: span 4;
  border: 0;
  box-shadow: inset 0 0 0 2px #0E1412;
  border-radius: 28px;
  background: #EAE6E5;
  padding: 48px 20px 48px;
  display: flex;
  flex-direction: column;
}

.work-mini-title {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  color: rgba(15, 21, 19, 0.8);
}

.work-mini-price-wrap {
  margin-top: 24px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.work-mini-price {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.08;
  color: #0F1513;
}

.work-mini-currency {
  margin-top: 4px;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: #0F1513;
}

.work-mini-description {
  margin: 24px 0 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1;
  color: rgba(15, 21, 19, 0.6);
  min-height: 0;
}

.work-mini-subtitle {
  margin: 32px 0 0;
  color: #0F1513;
}

.work-mini-card .pricing-card-bestfor-icon {
  filter: brightness(0) saturate(100%);
}

.work-mini-list {
  margin-top: 6px;
  margin-bottom: 48px;
  min-height: 124px;
}

.work-mini-list li {
  color: #0F1513;
  align-items: center;
}

.work-mini-list li::before {
  background-color: #0F1513;
  align-self: center;
  margin-top: 0;
}

.work-mini-card .pricing-card-btn {
  margin-top: auto;
  align-self: flex-start;
}

.work-mini-card .pricing-card-btn-light {
  background-color: #EAE6E5 !important;
}

.work-partnership-section {
  margin-top: 128px;
}

.work-partnership-header {
  margin-bottom: 48px;
}

.work-partnership-heading {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #0F1513;
}

.work-partnership-intro {
  margin: 24px 0 0;
  max-width: none;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.2;
  color: rgba(15, 21, 19, 0.6);
}

.work-feature-card--partnership {
  background: #EAE6E5;
  color: #0F1513;
}

.work-together-hero-line-2 {
  display: block;
  white-space: nowrap;
}

.work-feature-card--partnership .work-feature-title {
  color: #0F1513;
}

.work-feature-card--partnership .work-feature-title-accent {
  color: #CF5541;
}

.work-feature-card--partnership .work-feature-title-muted {
  opacity: 0.6;
}

.work-feature-card--partnership .work-feature-description {
  color: rgba(15, 21, 19, 0.6);
}

.work-feature-card--partnership .work-feature-points li {
  color: rgba(15, 21, 19, 0.92);
  white-space: normal;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  column-gap: 8px;
  align-items: start;
}

.work-feature-card--partnership .work-feature-points li::before {
  background-color: #CF5541;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  align-self: start;
  margin-top: 0;
}

.work-feature-card--partnership .work-feature-points {
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 12px;
}

.work-feature-card--partnership .work-feature-points li:nth-child(2) {
  max-width: none;
}

.work-feature-card--partnership .work-feature-footnote {
  color: rgba(15, 21, 19, 0.84);
}

.work-feature-card--partnership .work-feature-price {
  color: #0F1513;
  background-image: linear-gradient(
    115deg,
    rgba(15, 21, 19, 0.74) 0%,
    rgba(15, 21, 19, 0.98) 34%,
    rgba(15, 21, 19, 0.72) 62%,
    rgba(15, 21, 19, 0.94) 82%,
    rgba(15, 21, 19, 0.68) 100%
  );
}

.work-feature-card--partnership .work-feature-currency {
  color: rgba(15, 21, 19, 0.92);
}

.work-faq-section {
  margin-top: 128px;
}

.work-together-page-root .footer-cta-section {
  margin-top: 128px;
}


.work-faq-heading {
  margin: 0;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  color: #0F1513;
}

.work-faq-list {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.work-faq-item {
  border: 0;
  box-shadow: inset 0 0 0 2px rgba(15, 21, 19, 0.32);
  border-radius: 22px;
  background: #EAE6E5;
  overflow: hidden;
}

.work-faq-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 16px 20px 18px;
  text-align: left;
  cursor: pointer;
}

.work-faq-question {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #0F1513;
}

.work-faq-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  transition: transform 0.32s ease;
}

.work-faq-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.work-faq-item.is-open .work-faq-icon {
  transform: rotate(180deg);
}

.work-faq-panel {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: height 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.work-faq-item.is-open .work-faq-panel {
  opacity: 1;
}

.work-faq-answer {
  margin: 0;
  padding: 0 16px 18px 18px;
  max-width: 72ch;
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  color: rgba(15, 21, 19, 0.66);
}

@media (max-width: 1200px) {
  .work-together-hero-copy {
    font-size: 32px;
  }
}

@media (max-width: 1024px) {
  .work-together-hero {
    min-height: auto;
    padding-top: 112px;
    padding-bottom: 72px;
  }

  .work-together-hero-inner {
    min-height: auto;
  }

  .work-together-hero-copy {
    grid-column: 1 / span 12;
    margin-top: 12vh;
    font-size: clamp(40px, 6.2vw, 56px);
    line-height: 1.08;
    width: auto;
    justify-self: stretch;
  }

  .work-together-hero-line-2 {
    white-space: normal;
  }

  .work-together-offers {
    margin-top: 96px;
    --pricing-list-size: 15px;
    --pricing-list-icon-size: 28px;
    --pricing-bestfor-size: 15px;
    --pricing-bestfor-icon-size: 22px;
  }

  .work-feature-card {
    grid-template-columns: 1fr;
    row-gap: 0;
    padding: 32px 22px;
  }

  .work-feature-card-left,
  .work-feature-card-right {
    grid-column: 1 / -1;
    display: contents;
  }

  .work-feature-card-right {
    align-items: flex-start;
    gap: 0;
  }

  .work-feature-title {
    order: 1;
    font-size: 28px;
  }

  .work-feature-price-wrap {
    order: 2;
    margin-top: 24px;
  }

  .work-feature-description {
    order: 3;
    margin-top: 24px;
  }

  .work-feature-points {
    order: 4;
  }

  .work-feature-footnote {
    order: 5;
  }

  .work-feature-card-right .pricing-card-btn {
    order: 6;
    margin-top: 32px;
    justify-self: start;
    width: fit-content;
  }

  .work-mini-card .pricing-card-btn {
    margin-top: 14px;
  }

  .work-feature-points {
    margin-top: 32px;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 8px;
  }

  .work-feature-points li {
    white-space: normal;
  }

  .work-feature-points li:nth-child(2) {
    max-width: none;
  }

  .work-feature-footnote {
    margin-top: 24px;
  }

  .work-mini-cards {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 48px;
  }

  .work-mini-card {
    grid-column: 1 / -1;
    min-height: 0;
    padding: 32px 20px 32px;
  }

  .work-mini-description,
  .work-mini-list {
    min-height: 0;
  }

  .work-mini-list {
    margin-bottom: 0;
  }

  .work-partnership-section {
    margin-top: 96px;
  }

  .work-partnership-heading,
  .work-faq-heading {
    font-size: 32px;
  }

  .work-partnership-intro {
    font-size: 20px;
    line-height: 1.2;
    max-width: 60ch;
  }

  .work-faq-section {
    margin-top: 96px;
  }

  .work-together-page-root .footer-cta-section {
    margin-top: 96px;
  }

}

@media (max-width: 768px) {
  .work-together-hero {
    padding-top: 92px;
    padding-bottom: 56px;
  }

  .work-together-hero-copy {
    margin-top: 9vh;
    font-size: clamp(34px, 8.8vw, 46px);
    line-height: 1.04;
  }

  .work-together-offers {
    margin-top: 64px;
    --pricing-list-size: 14px;
    --pricing-list-icon-size: 24px;
    --pricing-bestfor-size: 14px;
    --pricing-bestfor-icon-size: 20px;
  }

  .work-feature-title {
    font-size: 28px;
  }

  .work-feature-description {
    font-size: clamp(16px, 4.2vw, 18px);
  }

  .work-feature-price {
    font-size: clamp(40px, 11vw, 56px);
  }

  .work-feature-points {
    column-gap: 12px;
    row-gap: 8px;
  }

  .work-feature-points li {
    font-size: 15px;
    line-height: 1.1;
    gap: 6px;
  }

  .work-feature-points li::before {
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .work-feature-footnote {
    font-size: 15px;
    line-height: 1.3;
  }

  .work-feature-card {
    border-radius: 24px;
    padding: 28px 18px;
    row-gap: 0;
  }

  .work-mini-card {
    border-radius: 24px;
    padding: 28px 16px 28px;
  }

  .work-mini-title {
    font-size: 18px;
  }

  .work-mini-price {
    font-size: clamp(40px, 10vw, 52px);
  }

  .work-mini-description {
    font-size: 16px;
  }

  .work-mini-subtitle {
    margin-top: 28px;
  }

  .work-mini-list {
    margin-bottom: 0;
  }

  .work-faq-item {
    border-radius: 18px;
  }

  .work-partnership-section,
  .work-faq-section {
    margin-top: 64px;
  }

  .work-together-page-root .footer-cta-section {
    margin-top: 64px;
  }

  .work-partnership-heading,
  .work-faq-heading {
    font-size: 30px;
  }

  .work-partnership-intro {
    font-size: 18px;
    line-height: 1.2;
  }

  .work-faq-list {
    margin-top: 32px;
    gap: 12px;
  }

  .work-faq-question {
    font-size: 17px;
  }

  .work-faq-answer {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .work-together-hero-copy {
    margin-top: 7vh;
    font-size: clamp(30px, 9.2vw, 40px);
    line-height: 1.02;
  }

  .work-feature-card {
    padding: 20px 14px;
    border-radius: 20px;
  }

  .work-feature-title {
    font-size: 20px;
  }

  .work-feature-price {
    font-size: clamp(34px, 10vw, 44px);
  }

  .work-feature-currency {
    font-size: 12px;
    padding-top: 6px;
  }

  .work-mini-card {
    border-radius: 20px;
    padding: 20px 14px 20px;
  }

  .work-mini-card .pricing-card-btn {
    margin-top: 12px;
  }

  .work-mini-price {
    font-size: clamp(34px, 10vw, 42px);
  }

  .work-partnership-heading,
  .work-faq-heading {
    font-size: 26px;
  }

  .work-partnership-intro {
    font-size: 16px;
    line-height: 1.22;
  }

  .work-faq-question {
    font-size: 16px;
  }

  .work-faq-answer {
    font-size: 15px;
  }
}
