/* ===== ABOUT US PAGE — Custom Styles ===== */
/* Loaded after cost-4d514c.webflow.css */

/* ===== SHARED SECTION WRAPPER ===== */
.about-section {
  position: relative;
  overflow: hidden;
  background-color: #0c1a39;
}

.about-section__inner {
  position: relative;
  z-index: 2;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

html.w-mod-js .about-reveal {
  opacity: 0;
  transition: opacity 0.62s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

html.w-mod-js .about-reveal.about-reveal--delay-1 {
  transition-delay: 0.08s;
}

html.w-mod-js .about-reveal.about-reveal--delay-2 {
  transition-delay: 0.16s;
}

html.w-mod-js .about-reveal.about-reveal--delay-3 {
  transition-delay: 0.24s;
}

html.w-mod-js .about-reveal.is-visible {
  opacity: 1;
}

@media (prefers-reduced-motion: no-preference) {
  html.w-mod-js .about-reveal {
    transform: translate3d(0, 32px, 0) scale(0.985);
    transition:
      opacity 0.78s cubic-bezier(0.22, 1, 0.36, 1),
      transform 0.78s cubic-bezier(0.22, 1, 0.36, 1);
  }

  html.w-mod-js .about-reveal.about-reveal--hero {
    transform: translate3d(0, 24px, 0) scale(0.99);
  }

  html.w-mod-js .about-reveal.about-reveal--left {
    transform: translate3d(-36px, 26px, 0) scale(0.985);
  }

  html.w-mod-js .about-reveal.about-reveal--right {
    transform: translate3d(36px, 26px, 0) scale(0.985);
  }

  html.w-mod-js .about-reveal.is-visible {
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  html.w-mod-js .about-reveal {
    transform: none;
    transition: opacity 0.35s ease;
  }
}

/* Decorative gradient blobs */
.about-blob {
  position: absolute;
  width: 280px;
  height: 663px;
  border-radius: 140px / 332px;
  filter: blur(200px);
  pointer-events: none;
  background-image: linear-gradient(180deg, rgba(29,80,222,0.26) 0%, rgba(159,196,255,0.26) 100%);
  z-index: 0;
}

/* ===== HERO OVERRIDES ===== */
.about-hero .hero_heading {
  font-size: 3.75rem;
  line-height: 1.1;
  letter-spacing: -0.6px;
}

/* ===== FOUNDER SECTION ===== */
.about-founder {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.about-founder__photo {
  width: 460px;
  height: auto;
  flex-shrink: 0;
  border-radius: 16px;
}

.about-founder__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.about-founder__bio {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-founder__bio p {
  color: #ffffffb2;
  font-family: 'Inter', Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0;
  margin: 0;
}

.about-founder__actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.about-founder__brand-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  gap: 16px;
  min-height: 180px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.2);
  background-color: #17305f;
  background-image:
    radial-gradient(circle at 84% 38%, rgba(109, 165, 255, 0.18) 0%, rgba(109, 165, 255, 0) 28%),
    linear-gradient(99deg, rgba(11,27,60,0.92) 7%, rgba(19,52,104,0.86) 58%, rgba(48,103,183,0.55) 100%);
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  isolation: isolate;
}

.about-founder__brand-blob {
  position: absolute;
  height: 663px;
  width: 405px;
  border-radius: 202px / 332px;
  background-image: linear-gradient(180deg, rgba(29,80,222,0.56) 0%, rgba(159,196,255,0.56) 100%);
  filter: blur(200px);
  opacity: 0.9;
  z-index: 0;
  pointer-events: none;
}

.about-founder__brand-blob--left {
  top: -222px;
  left: -86px;
  transform: matrix(-0.94, -0.33, -0.33, 0.94, 0, 0);
}

.about-founder__brand-blob--right {
  top: -222px;
  left: 572px;
  transform: rotate(-19.42deg);
}

.about-founder__brand-text {
  width: 100%;
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.about-founder__brand-text h3 {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 8px;
}

.about-founder__brand-text p {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffffb2;
  font-size: 14px;
  line-height: 1.43;
  margin: 0;
}

.about-founder__brand-top {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 240px;
  min-width: 240px;
  justify-content: flex-end;
}

.about-founder__brand-logo-frame {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 16px;
  background: linear-gradient(182deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.05) 100%);
}

.about-founder__brand-logo-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  background: rgba(255,255,255,0.05);
  border-radius: 14px;
}

.about-founder__brand-logo {
  display: block;
  width: auto;
  height: auto;
}

.about-founder__brand-logo--nopayn {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 4px;
}

.about-founder__brand-logo--costplus {
  width: 45px;
  height: 32px;
}

.about-founder__brand-arrow {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  opacity: 1;
}

/* ===== CORE VALUES ===== */
.about-section-heading {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 60px;
}

.about-section-heading--left {
  align-items: flex-start;
  margin: 0;
  max-width: 510px;
}

.about-section-heading--compact,
.about-section-heading--medium {
  gap: 12px;
}

.about-section-heading--medium {
  max-width: none;
}

.about-section-heading__eyebrow {
  width: 100%;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1ba81b;
  text-align: center;
}

.about-section-heading__title {
  width: 100%;
  margin: 0;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #ffffff;
  text-align: center;
}

.about-section-heading__description {
  width: 100%;
  margin: 0;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(255,255,255,0.7);
  text-align: center;
}

.about-section-heading--left .about-section-heading__eyebrow,
.about-section-heading--left .about-section-heading__title,
.about-section-heading--left .about-section-heading__description {
  text-align: left;
}

.about-section-heading--compact .about-section-heading__description,
.about-section-heading--medium .about-section-heading__description {
  font-size: 14px;
  line-height: 20px;
}

.about-section-heading--medium .about-section-heading__title {
  font-size: 32px;
  line-height: 44px;
  letter-spacing: -0.01em;
}

.about-values {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 30px;
  width: 100%;
  align-items: stretch;
}

.about-values__left {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
}

.about-values__card,
.about-values__right {
  box-sizing: border-box;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.about-values__card {
  display: flex;
  align-items: center;
  gap: 24px;
  min-height: 164px;
  padding: 32px;
}

.about-values__card-icon {
  width: 110px;
  height: 100px;
  flex: 0 0 auto;
}

.about-values__card-icon--underserved {
  overflow: hidden;
}

.about-values__underserved-icon {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background: url('../images/about-value-underserved-bg.png') center/contain no-repeat;
}

.about-values__underserved-icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.about-values__copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 12px;
}

.about-values__copy--center {
  align-items: center;
  max-width: 541px;
}

.about-values__card-title {
  margin: 0;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.about-values__card-title.smaller {
  font-size: 18px;
}

.about-values__card-text {
  margin: 0;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255,255,255,0.7);
}

.about-values__copy--center .about-values__card-title,
.about-values__copy--center .about-values__card-text {
  text-align: center;
}

.about-values__right {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  min-height: 344px;
  padding: 32px;
}

.about-values__right-icon-wrap {
  width: 178px;
  height: 156px;
  transform: translate3d(0, var(--about-parallax-y, 0px), 0);
  will-change: transform;
}

.about-values__right-icon {
  display: block;
  width: 100%;
  height: 100%;
}

.about-values__blob {
  position: absolute;
  width: 280px;
  height: 663px;
  border-radius: 140px / 331.5px;
  pointer-events: none;
  filter: blur(200px);
  background: linear-gradient(180deg, rgba(29,80,222,0.2625) 0%, rgba(159,196,255,0.2625) 100%);
  transform: translate3d(0, var(--about-parallax-y, 0px), 0);
  will-change: transform;
}

.about-values__blob--primary {
  top: 125px;
  right: -100px;
  transform: translate3d(0, var(--about-parallax-y, 0px), 0) rotate(-160.58deg);
}

.about-values__blob--secondary {
  top: 289px;
  left: -200px;
  transform: translate3d(0, var(--about-parallax-y, 0px), 0) rotate(145.65deg);
}

/* ===== TEAM SECTION ===== */
.about-team__grid {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: stretch;
}

.about-team__card {
  box-sizing: border-box;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  min-height: 628px;
  padding: 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px;
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  overflow: hidden;
}

.about-team__photo-wrap {
  width: 100%;
  height: 360px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
}

.about-team__photo {
  display: block;
  height: auto;
  max-width: none;
}

.about-team__photo--esben {
  width: 360.34px;
  margin: -33px -11px 0;
}

.about-team__photo--christian {
  width: 370.61px;
  margin: -33px -10px 0 -21px;
}

.about-team__photo--steffen {
  width: 362.33px;
  margin: -30px -11px 0 -13px;
}

.about-team__identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.about-team__role {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  width: 100%;
}

.about-team__role-text {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  color: #1ba81b;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  white-space: nowrap;
}

.about-team__name {
  width: 100%;
  margin: 0;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.about-team__name.smaller {
  font-size: 18px;
}

.about-team__meeting-btn {
  position: relative;
  width: 100%;
  padding: 10px 24px;
  border-radius: 8px;
  background: linear-gradient(93.14deg, #3ce569 0%, #399e39 100%);
  color: #0c1a39;
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  transition: transform 220ms ease, box-shadow 220ms ease;
}

.about-team__meeting-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: 8px;
  background: radial-gradient(50% 50% at 75% 50%, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.2) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.about-team__meeting-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(27,168,27,0.18);
}

.about-team__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.about-team__social-btn {
  box-sizing: border-box;
  position: relative;
  isolation: isolate;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 6px;
  gap: 10px;
  width: 40px;
  height: 40px;
  background: linear-gradient(181.66deg, rgba(255,255,255,0.05) -0.48%, rgba(255,255,255,0.05) 95.76%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 8px;
  text-decoration: none;
  flex: 0 0 auto;
}

.about-team__social-btn::before {
  content: '';
  position: absolute;
  inset: 0.5px;
  padding: 1px;
  border-radius: 7.5px;
  background: radial-gradient(100% 100% at 50% 0%, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.2) 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.about-team__social-btn img {
  position: relative;
  z-index: 1;
  display: block;
  flex-shrink: 0;
}

.about-team__philosophy {
  max-width: 700px;
  margin: 60px auto 0;
  font-family: 'Inter', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
  text-align: center;
}

.about-team__philosophy .muted {
  color: rgba(255,255,255,0.7);
}

.about-team__philosophy .bold {
  color: #ffffff;
  font-weight: 600;
}

/* ===== REVIEWS CAROUSEL ===== */
.about-carousel {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
  max-width: 1440px;
  margin: 0 auto;
  touch-action: pan-y;
}

.about-carousel__fade {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, #0c1a39 0%, transparent 12%, transparent 88%, #0c1a39 100%);
}

.about-carousel__track {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: stretch;
  padding: 0;
  position: relative;
  z-index: 0;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.about-carousel__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.about-carousel__review {
  flex: 0 0 362px;
  height: 152px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  background: linear-gradient(180deg, rgba(255,255,255,0.01) 0%, rgba(255,255,255,0.03) 100%);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  overflow: hidden;
  transform-origin: center center;
  will-change: transform, opacity;
  backface-visibility: hidden;
}

.about-carousel__review.is-edge {
  opacity: 0.25;
}

.about-carousel__review.is-hidden {
  display: none;
}

.about-carousel__review--proxy {
  position: absolute;
  margin: 0;
  pointer-events: none;
  z-index: 0;
}

.about-carousel__review-header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.about-carousel__review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.about-carousel__review-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-carousel__review-name {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
  line-height: 1.43;
}

.about-carousel__review-date {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffffb2;
  font-size: 12px;
  line-height: 1.33;
}

.about-carousel__review-stars {
  display: flex;
  gap: 2px;
}

.about-carousel__review-star {
  width: 16px;
  height: 16px;
}

.about-carousel__review-text {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 400;
  color: #ffffffb2;
  font-size: 14px;
  line-height: 1.43;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}

.about-carousel__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(182deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.1) 100%);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  cursor: pointer;
}

.about-carousel__btn:hover {
  background: linear-gradient(182deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.15) 100%);
}

.about-carousel__btn--prev { left: 30px; }
.about-carousel__btn--next { right: 30px; }

.about-carousel__btn img {
  width: 20px;
  height: 20px;
}

/* ===== INTEGRATIONS SECTION ===== */
.about-integrations {
  display: flex;
  gap: 60px;
  width: 100%;
  align-items: stretch;
}

.about-integrations__left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
  justify-content: center;
  max-width: 510px;
}

.about-integrations__left-art,
.about-integrations__coming-art {
  display: block;
  width: 100%;
  height: auto;
}

.about-integrations__coming-art {
  max-width: 552px;
}

.about-integrations__coming {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.about-integrations__right {
  box-sizing: border-box;
  width: 670px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(181.66deg, rgba(255,255,255,0.05) -0.48%, rgba(255,255,255,0.05) 95.76%);
  position: relative;
}

.about-integrations__partners-grid {
  display: flex;
  gap: 16px;
  align-items: stretch;
}

.about-integrations__partner-group {
  box-sizing: border-box;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  background: rgba(255,255,255,0.05);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
}

.about-integrations__partner-group:first-child {
  max-width: 250px;
}

.about-integrations__partner-group:last-child {
  flex: 0 0 340px;
}

.about-integrations__group-title {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  color: #1ba81b;
  font-size: 12px;
  letter-spacing: 0.48px;
  line-height: 1.33;
  text-transform: uppercase;
}

.about-integrations__cards-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.about-integrations__card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 16px;
  height: 48px;
  box-sizing: border-box;
  background: rgba(255,255,255,0.1);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.1);
}

.about-integrations__cards-wrap img[src$=".svg"] {
  display: block;
  flex: 0 0 auto;
  height: 48px;
  width: auto;
}

.about-integrations__coming-label {
  font-family: 'Inter', Helvetica, sans-serif;
  font-weight: 600;
  color: #1ba81b;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.14;
  text-transform: uppercase;
}

/* ===== RESPONSIVE: TABLET (max-width: 991px) ===== */
@media screen and (max-width: 991px) {
  .about-hero .hero_heading {
    font-size: 2.75rem;
    line-height: 1.15;
  }

  .about-section-heading {
    margin-bottom: 48px;
  }

  .about-section-heading__title {
    font-size: 40px;
  }

  .about-founder {
    flex-direction: column;
    gap: 40px;
  }

  .about-founder__photo {
    width: 100%;
    max-width: 400px;
  }

  .about-founder__brand-card {
    flex-direction: column;
    gap: 24px;
    padding: 32px;
    align-items: flex-start;
  }

  .about-founder__brand-top {
    justify-content: flex-start;
  }

  .about-values {
    flex-direction: column;
  }

  .about-team__grid {
    flex-direction: column;
    align-items: center;
  }

  .about-team__card {
    max-width: 500px;
    width: 100%;
  }

  .about-team__photo-wrap {
    height: 360px;
  }

  .about-integrations {
    flex-direction: column;
  }

  .about-integrations__left {
    max-width: none;
  }

  .about-integrations__right {
    width: 100%;
  }

  .about-integrations__partner-group:first-child,
  .about-integrations__partner-group:last-child {
    flex: 1;
    max-width: none;
  }

  .about-carousel__btn--prev { left: 10px; }
  .about-carousel__btn--next { right: 10px; }

  .about-carousel__review {
    flex: 0 0 280px;
  }
}

/* ===== RESPONSIVE: MOBILE (max-width: 767px) ===== */
@media screen and (max-width: 767px) {
  .about-hero .hero_heading {
    font-size: 2rem;
    line-height: 1.2;
  }

  .about-founder__photo {
    max-width: 320px;
  }

  .about-founder__brand-card {
    padding: 24px;
  }

  .about-founder__brand-top {
    width: auto;
    min-width: 0;
    align-self: flex-start;
  }

  .about-section-heading {
    gap: 16px;
    margin-bottom: 40px;
  }

  .about-section-heading__title {
    font-size: 34px;
    line-height: 1.12;
  }

  .about-section-heading__description {
    font-size: 15px;
    line-height: 22px;
  }

  .about-section-heading--medium .about-section-heading__title {
    font-size: 30px;
    line-height: 1.22;
  }

  .about-section-heading--compact .about-section-heading__description,
  .about-section-heading--medium .about-section-heading__description {
    font-size: 14px;
    line-height: 20px;
  }

  .about-values__card {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 28px;
  }

  .about-values__card-icon {
    width: 80px;
    height: 72px;
  }

  .about-values__copy {
    align-items: center;
  }

  .about-values__right {
    min-height: 320px;
    padding: 28px;
  }

  .about-values__right-icon-wrap {
    width: 150px;
    height: 132px;
  }

  .about-integrations__partners-grid {
    flex-direction: column;
  }

  .about-integrations__right {
    padding: 24px;
  }

  .about-integrations__partner-group:last-child {
    flex: 1 1 auto;
  }

  .about-carousel {
    padding: 40px 0;
  }

  .about-carousel__track {
    flex-direction: row;
    justify-content: center;
    padding: 0 18px;
    gap: 12px;
  }

  .about-carousel__review {
    flex: 0 0 min(86vw, 340px);
    width: auto;
    height: auto;
    min-height: 172px;
  }

  .about-carousel__review.is-edge {
    opacity: 1;
  }

  .about-carousel__btn {
    display: flex;
    padding: 8px;
    border-radius: 10px;
    top: calc(50% - 6px);
  }

  .about-carousel__btn--prev { left: 6px; }
  .about-carousel__btn--next { right: 6px; }

  .about-carousel__fade {
    background: linear-gradient(90deg, #0c1a39 0%, transparent 7%, transparent 93%, #0c1a39 100%);
  }

  .about-team__photo-wrap {
    height: 340px;
  }

  .about-team__card {
    min-height: 0;
    padding: 28px;
  }

  .about-team__photo--esben,
  .about-team__photo--christian,
  .about-team__photo--steffen {
    width: 100%;
    max-width: 320px;
    margin: -22px 0 0;
  }
}

/* ===== RESPONSIVE: SMALL MOBILE (max-width: 479px) ===== */
@media screen and (max-width: 479px) {
  .about-hero .hero_heading {
    font-size: 1.75rem;
  }

  .about-founder__actions {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
  }

  .about-founder__actions .button_outline {
    width: 100%;
    flex: 0 0 100%;
  }

  .about-founder__actions .button_green {
    width: 100%;
  }

  .about-team__photo-wrap {
    height: 320px;
  }

  .about-team__photo--esben,
  .about-team__photo--christian,
  .about-team__photo--steffen {
    max-width: 290px;
    margin-top: -16px;
  }

  .about-team__socials {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-team__name {
    font-size: 17px;
  }

  .about-section-heading__title {
    font-size: 30px;
  }

  .about-founder__brand-top {
    gap: 6px;
  }

  .about-founder__brand-logo-frame {
    width: 84px;
    height: 84px;
    padding: 6px;
    border-radius: 14px;
  }

  .about-founder__brand-logo-panel {
    width: 72px;
    height: 72px;
    border-radius: 12px;
  }

  .about-founder__brand-logo--costplus {
    width: 38px;
    height: 27px;
  }

  .about-founder__brand-arrow {
    width: 18px;
    height: 18px;
  }
}
