@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Outfit:wght@500;600;700;800&display=swap');

body.about-page-body {
  margin: 0;
  min-height: 100vh;
  overflow-x: hidden;
  background: #ffffff;
  color: var(--text-dark);
 
}

.about-page-body .navbar-custom {
  padding: 1.48rem 2rem;
  box-shadow: none;
}

.about-page-body .navbar-container {
  max-width: 1165px;
}

.about-page-body .navbar-waitlist-btn {
  min-width: 188px;
  padding: 1.06rem 2.05rem !important;
}

.about-page {
  min-height: 100vh;
}

.about-hero {
  min-height: 100vh;
  background:
    radial-gradient(circle at 50% 56%, rgba(213, 229, 255, 0.35) 0, rgba(213, 229, 255, 0) 26%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 72%, #ffffff 100%);
  overflow: hidden;
  padding: 161px 0 35px;
}

.about-hero__container {
  max-width: 1200px;
}

.about-hero__title {

  margin: 0 auto;
  color: #1d1f2a;

  font-size: 4.78rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.94;
}

.about-hero__text {
  margin: 22px auto 0;
  color: rgba(75, 81, 98, 0.82);

  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.58;
}

.about-hero__actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.about-hero__primary,
.about-hero__secondary {
  min-width: 203px;
  min-height: 58px;
  padding: 0.95rem 2rem;
  font-size: 1rem;
  line-height: 1;
}

.about-hero__secondary {
  color: var(--primary-blue);
  border: 1.5px solid rgba(20, 88, 217, 0.25);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: none;
}

.about-hero__secondary:hover,
.about-hero__secondary:focus {
  color: var(--primary-blue-hover);
  border-color: rgba(20, 88, 217, 0.42);
  background: rgba(20, 88, 217, 0.04);
}

.about-visual {
  position: relative;
  width: min(100%, 1015px);
  height: 470px;
  margin: 39px auto 0;
}

.about-visual__halo {
  position: absolute;
  left: 50%;
  bottom: 3px;
  width: 650px;
  height: 210px;
  border-radius: 50%;
  background: rgba(207, 225, 255, 0.45);
  filter: blur(45px);
  transform: translateX(-50%);
}

.about-dashboard,
.about-float,
.about-stat {
  border: 1px solid rgba(199, 217, 247, 0.72);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 24px 58px rgba(65, 99, 160, 0.11);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.about-dashboard {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 53px;
      width: 550px;
  border-radius: 12px;
  overflow: hidden;
  transform: translateX(-50%);
}

.dashboard-bar {
  display: flex;
  align-items: center;
  height: 31px;
  border-bottom: 1px solid rgba(210, 224, 249, 0.95);
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.97), rgba(239, 245, 255, 0.9));
  padding: 0 15px;
}

.dashboard-dots {
  display: flex;
  gap: 7px;
}

.dashboard-dots span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot-red {
  background: #b96255;
}

.dot-green {
  background: #95d479;
}

.dot-yellow {
  background: #f3cd8c;
}

.dashboard-search {
  width: 126px;
  height: 7px;
  margin-left: auto;
  margin-right: 111px;
  border-radius: 99px;
  background: #c5d7f5;
}

.dashboard-avatar {
  width: 29px;
  height: 29px;
  margin-right: 5px;
  border-radius: 50%;
  background: #d9e7ff;
}

.dashboard-body {
  display: grid;
  grid-template-columns: 138px 1fr;
  gap: 30px;
  height: calc(100% - 31px);
  padding: 39px 30px 26px;
  background: rgba(255, 255, 255, 0.83);
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.dashboard-sidebar span {
  display: block;
  height: 36px;
  border-radius: 8px;
  border: 1px solid rgba(204, 220, 247, 0.95);
  background: #ffffff;
}

.dashboard-sidebar .sidebar-active {
  height: 40px;
  border: 0;
  background: var(--primary-blue);
  position: relative;
}

.dashboard-sidebar .sidebar-active::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 45px;
  width: 48px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.37);
}

.dashboard-sidebar .sidebar-block {
  height: 111px;
  margin-top: 11px;
  border: 0;
  background: #f1f5fb;
}

.dashboard-main {
  min-width: 0;
}

.dashboard-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.mini-card,
.chart-card {
  border: 1px solid rgba(204, 220, 247, 0.95);
  background: #f7faff;
}

.mini-card {
  height: 90px;
  border-radius: 9px;
  padding: 18px 17px;
}

.mini-card span,
.mini-card i {
  display: block;
  width: 29px;
  height: 29px;
  border-radius: 6px;
  background: #dce8fb;
}

.mini-card strong {
  display: block;
  width: 46px;
  height: 9px;
  margin-top: 18px;
  border-radius: 99px;
  background: var(--primary-blue);
}

.mini-card:last-child strong {
  width: 54px;
  background: #a7c2ee;
}

.dashboard-content {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 28px;
  margin-top: 25px;
}

.content-panel {
  height: 111px;
  border-radius: 8px;
  background: #f1f5fb;
}

.chart-card {
  height: 111px;
  border-radius: 9px;
  padding: 27px 22px 15px;
}

.chart-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
  height: 63px;
}

.chart-bars span {
  display: block;
  width: 36px;
  background: #dce8fb;
}

.chart-bars .bar-1 {
  height: 36px;
}

.chart-bars .bar-2 {
  height: 53px;
  background: #bdd2f2;
}

.chart-bars .bar-3 {
  height: 84px;
  background: var(--primary-blue);
}

.chart-bars .bar-4 {
  height: 55px;
  background: #b7ccee;
}

.chart-line,
.dashboard-footer-lines span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: #dce8fb;
}

.chart-line {
  width: 100%;
  margin-top: 16px;
}

.dashboard-footer-lines {
  display: grid;
  grid-template-columns: 102px 1fr;
  gap: 13px;
  margin-top: 13px;
}

.about-float {
  position: absolute;
  z-index: 2;
  border-radius: 14px;
}

.about-float--left {
  left: 49px;
  top: 30px;
  width: 271px;
  padding: 28px 24px;
  transform: rotate(-3deg);
}

.float-line {
  display: block;
  width: 76px;
  height: 9px;
  border-radius: 999px;
  background: #cfe0f9;
}

.float-line--wide {
  width: 103px;
  margin-bottom: 18px;
}

.float-item {
  display: block;
  height: 28px;
  margin-bottom: 18px;
  border-radius: 99px;
  background:
    radial-gradient(circle at 14px 50%, #e7eefb 0 12px, transparent 13px),
    linear-gradient(90deg, transparent 0 43px, #e7eefb 43px 100%);
}

.float-panel {
  display: block;
  width: 168px;
  height: 82px;
  margin: 57px 0 0 40px;
  border: 1px solid rgba(211, 225, 249, 0.82);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.35);
}

.about-float--right {
  right: 26px;
  top: 12px;
  width: 314px;
  padding: 26px 24px;
  transform: rotate(2deg);
}

.float-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.float-top span {
  display: block;
  width: 77px;
  height: 9px;
  border-radius: 99px;
  background: #cfe0f9;
}

.float-top i {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: #e3ebfb;
}

.float-strip {
  display: block;
  height: 31px;
  border-radius: 8px;
  background: rgba(233, 240, 252, 0.86);
}

.float-screen {
  position: absolute;
  left: 43px;
  bottom: -82px;
  width: 226px;
  height: 138px;
  border-radius: 9px;
  background: rgba(217, 229, 250, 0.78);
}

.about-float--right .float-line {
  position: absolute;
  left: 66px;
  bottom: -101px;
  width: 191px;
  height: 10px;
}

.about-float--right .float-line--long {
  bottom: -126px;
  width: 226px;
}

.about-stat {
  position: absolute;
  z-index: 6;
  bottom: 0;
  width: 314px;
  min-height: 102px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.68);
}

.about-stat::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(219, 232, 255, 0.82) 50%, rgba(255, 255, 255, 0) 100%);
  filter: blur(10px);
  opacity: 0.72;
}

.about-stat strong,
.about-stat span {
  position: relative;
  z-index: 1;
}

.about-stat strong {
  color: var(--primary-blue);

  font-size: 2.08rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

.about-stat span {
  margin-top: 8px;
  color: rgba(116, 125, 146, 0.8);

  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 1.55px;
}

.about-stat--left {
  left: 0;
}

.about-stat--center {
  left: 50%;
  transform: translateX(-50%);
}

.about-stat--right {
  right: 0;
}



.about-problem {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 120px 0 134px;
}

.about-problem__container {
  max-width: 1128px;
}

.about-problem__visual {
  position: relative;
  min-height: 470px;
}

.problem-connector {
position: absolute;
    z-index: 1;
    left: 25px;
    top: 170px;
    pointer-events: none;
}

.problem-video-card,
.problem-checkout-card,
.problem-list-card {
  position: absolute;
  border: 1px solid rgba(215, 224, 238, 0.86);
  box-shadow: 0 20px 44px rgba(65, 76, 104, 0.1);
}

.problem-video-card {
  z-index: 6;
  top: 36px;
  left: 0px;
  width: 225px;
  height: 172px;
  padding: 16px 13px 17px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  transform: rotate(-3.2deg);
}

.problem-browser-dots {
  display: flex;
  gap: 7px;
  margin-bottom: 14px;
}

.problem-browser-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d8dde8;
}

.problem-browser-dots span:first-child {
  background: #f0a0a3;
}

.problem-browser-dots span:nth-child(2) {
  background: #e6d2a9;
}

.problem-video-card__screen {
  position: relative;
  height: 88px;
  border-radius: 6px;
  background: #f3dfc0;
}

.problem-video-card__screen span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 27px;
  height: 27px;
  border: 3px solid #93afdb;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.problem-video-card__screen span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #93afdb;
}

.problem-video-line {
  display: block;
  width: 99px;
  height: 6px;
  margin-top: 9px;
  border-radius: 99px;
  background: #dbe4f0;
}

.problem-video-line--wide {
  width: 154px;
  margin-top: 12px;
}

.problem-checkout-card {
  z-index: 4;
  top: 150px;
  left: 200px;
  width: 230px;
  height: 197px;
  overflow: visible;
  border-color: rgba(210, 190, 164, 0.7);
  border-radius: 10px;
  background: #f4dfc0;
  box-shadow: 0 24px 50px rgba(113, 73, 44, 0.14);
  transform: rotate(2deg);
}

.problem-checkout-card__header {
  height: 31px;
  padding: 9px 17px;
  border-radius: 10px 10px 0 0;
  background: rgba(232, 207, 174, 0.72);
  color: #9c3a24;

  font-size: 0.55rem;
  font-weight: 700;
  line-height: 1;
}

.problem-checkout-card__body {
  padding: 19px 24px 20px;
}

.checkout-line,
.checkout-field {
  display: block;
  border-radius: 99px;
}

.checkout-line {
  width: 92px;
  height: 9px;
  margin: 0 auto 16px;
  background: rgba(255, 248, 236, 0.9);
}

.checkout-field {
  width: 100%;
  height: 29px;
  margin-bottom: 10px;
  border: 1px solid rgba(202, 161, 118, 0.38);
  border-radius: 3px;
  background: rgba(255, 246, 232, 0.72);
}

.checkout-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 30px;
  margin: 12px auto 0;
  border: 0;
  border-radius: 5px;
  background: #9b2f1c;
  color: #ffffff;

  font-size: 0.55rem;
  font-weight: 700;
  pointer-events: none;
}

.checkout-badge {
  position: absolute;
  right: 9px;
  bottom: 7px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #9b2f1c;
}

.checkout-badge::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 2px;
  height: 7px;
  border-radius: 99px;
  background: #f7dbc1;
}

.checkout-badge::after {
  content: "";
  position: absolute;
  left: 7px;
  bottom: 4px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #f7dbc1;
}

.problem-list-card {
  z-index: 2;
  left: 0px;
  bottom: 11px;
  width: 259px;
  height: 157px;
  padding: 21px 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
}

.problem-list-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 17px;
}

.problem-list-row:last-child {
  margin-bottom: 0;
}

.problem-list-row span {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  border-radius: 50%;
  background: #f5e6d3;
}

.problem-list-row i {
  display: block;
  height: 7px;
  border-radius: 99px;
  background: #ead7d2;
}

.problem-list-row--first span {
  border-radius: 4px;
}

.problem-list-row--first i {
  width: 84px;
  background: #f0dbbc;
}

.problem-list-row:not(.problem-list-row--first) i {
  width: 113px;
}

.problem-list-row:last-child i {
  width: 92px;
}

.about-problem__copy {
  margin-left: auto;
}

.about-problem__label {
  display: inline-block;
  margin-bottom: 13px;
  color: #9b2f1c;
 
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.35px;
}

.about-problem__title {
  margin: 0;
  color: #191B23;

  font-size: 2rem;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0;
}

.about-problem__title span {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  margin-bottom: 8px;
  padding: 0 13px;
  border-radius: 3px;
  background: #9b2f1c;
  color: #ffffff;
  font-size: 2.65rem;
  line-height: 1;
}

.about-problem__text {
  margin: 22px 0 0;
  color: #444652;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.65;
}

.about-problem__stats {
  margin-top: 33px;
  padding-top: 34px;
  border-top: 1px solid rgba(221, 225, 234, 0.9);
}

.problem-stat {
  max-width: 210px;
}

.problem-stat strong {
  display: block;
  margin-bottom: 8px;
  color: #9b2f1c;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1;
}

.problem-stat span {
  display: block;
  margin-bottom: 11px;
  color: rgba(104, 109, 124, 0.72);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  line-height: 1;
  text-transform: uppercase;
}

.problem-stat p {
  margin: 0;
  color: rgba(50, 56, 75, 0.86);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.45;
}

.about-difference {
  background: #ffffff;
  padding: 116px 0 124px;
}

.about-difference__container {
  max-width: 1138px;
}



.about-difference__label {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 0.82rem;
  letter-spacing: 1.2px;
}

.about-difference__title {
  margin: 0;
  color: #1b1f2c;

  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-difference__title span {
  display: inline-flex;
  align-items: center;
  min-height: 55px;
  margin-top: 8px;
  padding: 0 12px;
  border-radius: 3px;
  background: var(--primary-blue);
  color: #ffffff;
  line-height: 1;
}

.about-difference__text {
  max-width: 650px;
  margin: 18px 0 0;
  color: rgba(64, 72, 92, 0.78);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.62;
}

.about-difference__grid {
  margin-top: 61px;
}

.difference-card {
  min-height: 258px;
  height: 100%;
  padding: 37px 31px 29px;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.difference-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 42px rgba(52, 68, 102, 0.09);
}

.difference-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 34px;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.5);
}

.difference-card__icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.difference-card h3 {
  margin: 0 0 16px;
  color: #222838;
  font-size: 1.03rem;
  font-weight: 800;
  line-height: 1.28;
}

.difference-card p {
  margin: 0;
  color: rgba(54, 62, 82, 0.74);
  font-size: 0.86rem;
  font-weight: 500;
  line-height: 1.62;
}

.difference-card--blue {
  background: rgba(224, 242, 254, 0.2);
}

.difference-card--rose {
  background: rgba(253, 193, 193, 0.2);
}

.difference-card--yellow {
  background: rgba(254, 243, 199, 0.46);
}

.difference-card--purple {
  background: rgba(243, 232, 255, 0.48);
}

.difference-card--pink {
  background: rgba(252, 231, 243, 0.36);
}

.difference-card--green {
  background: rgba(220, 252, 231, 0.54);
}

.difference-card--sky {
  background: rgba(224, 242, 254, 0.53);
}

.difference-card--cyan {
  background: rgba(75, 182, 210, 0.2);
}

.about-team-section {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  padding: 96px 0 122px;
}

.about-team__container {
  max-width: 1160px;
}

.about-team__label {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 0.78rem;
  letter-spacing: 1.45px;
}

.about-team__title {
  margin: 0;
  color: #1b1f2c;
  font-size: 3.05rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.about-team__text {
  max-width: 790px;
  margin: 20px auto 0;
  color: rgba(64, 72, 92, 0.78);
  font-size: 1.06rem;
  font-weight: 500;
  line-height: 1.58;
}

.about-team__showcase {
  position: relative;
  min-height: 505px;
  margin-top: 54px;
}

.about-team__curve {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 8px;
  width: min(1660px, 152vw);
  height: 455px;
  transform: translateX(-50%);
  pointer-events: none;
  overflow: visible;
}

.about-team__curve path {
  fill: #DCE8FF;
  opacity: 0.78;
}

.about-team__grid {
  position: relative;
  z-index: 1;
}

.team-card {
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-6px);
}

.team-card__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1.04;
  margin: 0;
  border-radius: 20px;
  background: #eef3fb;
  box-shadow: 0 18px 38px rgba(40, 55, 90, 0.13);
}

.team-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-card__info {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 77px;
  margin-top: 12px;
  padding: 16px 14px 14px;
  border: 1px solid rgba(218, 228, 244, 0.95);
  border-radius: 13px;
  background: #ffffff;
  text-align: center;
  box-shadow: 0 14px 26px rgba(54, 72, 112, 0.06);
}

.team-card__info h3 {
  margin: 0 0 8px;
  color: #1f2431;
  font-size: 1.24rem;
  font-weight: 800;
  line-height: 1;
}

.team-card__info p {
  margin: 0;
  color: var(--primary-blue);
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.team-card--one {
  margin-top: 36px;
}

.team-card--two {
  margin-top: 112px;
}

.team-card--three {
  margin-top: 186px;
}

.team-card--four {
  margin-top: 288px;
}

.about-values-section {
  background: #ffffff;
  padding: 88px 0 124px;
}

.about-values__container {
  max-width: 690px;
}

.about-values__label {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 0.68rem;
  letter-spacing: 1.35px;
}

.about-values__title {
  margin: 0;
  color: #1b1f2c;
  font-size: 2.15rem;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: 0;
}

.about-values__title span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 4px;
  padding: 0 8px;
  border-radius: 3px;
  background: var(--primary-blue);
  color: #ffffff;
  line-height: 1;
}

.about-values__list {
  position: relative;
  margin-top: 56px;
}

.about-values__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background: rgba(222, 229, 241, 0.9);
  transform: translateX(-50%);
}

.values-row {
  position: relative;
  min-height: 210px;
  margin-bottom: 46px;
}

.values-row:last-child {
  margin-bottom: 0;
}

.value-copy {
  position: relative;
  z-index: 1;
  max-width: 286px;
}

.value-copy--right {
  margin-left: auto;
  text-align: right;
}

.value-copy--left {
  margin-right: auto;
  text-align: left;
}

.value-copy strong {
  display: block;
  color: rgba(20, 88, 217, 0.18);
  font-size: 3.2rem;
  font-weight: 300;
  line-height: 0.86;
}

.value-copy--warm strong {
  color: rgba(185, 77, 50, 0.22);
}

.value-copy h3 {
  margin: 10px 0 10px;
  color: #1f2431;
  font-size: 0.98rem;
  font-weight: 800;
  line-height: 1.2;
}

.value-copy p {
  margin: 0;
  color: rgba(54, 62, 82, 0.7);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.54;
}

.value-mockup {
  position: relative;
  z-index: 1;
  width: 286px;
  min-height: 110px;
  margin: 0 auto;
  padding: 20px 24px;
  border: 1px solid rgba(221, 230, 244, 0.92);
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(37, 58, 96, 0.08) !important;
}


.values-row:nth-child(even) .value-mockup {
  margin-right: 44px;
}

.values-row:nth-child(-n + 2) {
  --bs-gutter-x: 90px;
}

.values-row:nth-child(-n + 2) .value-copy--right {
  margin-right: 0;
}

.values-row:nth-child(-n + 2) .value-copy--left {
  margin-left: 0;
}

.values-row:nth-child(1) {
  margin-bottom: 58px;
}

.values-row:nth-child(2) {
  min-height: 170px;
}

.values-row:nth-child(2) .value-copy strong {
  color: rgba(68, 199, 233, 0.26);
}

.values-row:nth-child(2) .value-mockup {
  margin-top: -4px;
}

.values-row:nth-child(3),
.values-row:nth-child(4) {
  --bs-gutter-x: 90px;
}

.values-row:nth-child(3) {
  min-height: 214px;
  margin-bottom: 52px;
}

.values-row:nth-child(3) .value-copy--right {
  margin-right: 0;
}

.values-row:nth-child(3) .value-copy strong {
  color: rgba(68, 199, 233, 0.26);
}

.values-row:nth-child(4) {
  min-height: 176px;
}

.values-row:nth-child(4) .value-copy--left {
  margin-left: 0;
}

.values-row:nth-child(4) .value-copy strong {
  color: rgba(255, 144, 119, 0.26);
}

.values-row:nth-child(5),
.values-row:nth-child(6) {
  --bs-gutter-x: 90px;
}

.values-row:nth-child(5) {
  min-height: 214px;
  margin-bottom: 52px;
}

.values-row:nth-child(5) .value-copy--right {
  margin-right: 0;
}

.values-row:nth-child(5) .value-copy strong {
  color: rgba(20, 88, 217, 0.32);
}

.values-row:nth-child(6) {
  min-height: 178px;
}

.values-row:nth-child(6) .value-copy--left {
  margin-left: 0;
}

.values-row:nth-child(6) .value-copy strong {
  color: rgba(68, 199, 233, 0.26);
}

.mockup-label,
.impact-title span,
.control-scale small {
  color: rgba(64, 72, 92, 0.68);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.value-mockup--ownership {
  min-height: 110px;
  padding-top: 62px;
}

.value-mockup--ownership::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 24px;
  right: 24px;
  height: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 13px 50%, #f3cbd8 0 4px, transparent 5px),
    radial-gradient(circle at 27px 50%, #cfe2f8 0 4px, transparent 5px),
    radial-gradient(circle at 41px 50%, #b9d2f1 0 4px, transparent 5px),
    linear-gradient(90deg, transparent 0 57px, #f0f3f9 57px 100%);
}

.value-mockup--ownership::after {
  content: "custom-domain.com";
  position: absolute;
  top: 23px;
  left: 50%;
  width: 118px;
  height: 12px;
  border-radius: 999px;
  transform: translateX(-20%);
  background: #ffffff;
  color: var(--primary-blue);
  font-size: 0.43rem;
  font-weight: 800;
  line-height: 12px;
  text-align: center;
}

.value-mockup--ownership .mockup-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
}

.value-mockup--ownership .mockup-label::after {
  content: "100%";
  color: var(--primary-blue);
}

.value-mockup--ownership .mockup-line--wide {
  display: none;
}

.mockup-line {
  height: 7px;
  border-radius: 999px;
  background: #dfe8f6;
}

.mockup-line--wide {
  width: 100%;
  margin: 14px 0 10px;
}

.mockup-line--center {
  width: 154px;
  margin: 18px auto 13px;
}

.mockup-line--short {
  width: 102px;
  margin: 0 auto;
}

.mockup-progress,
.speed-track,
.control-range {
  height: 6px;
  overflow: hidden;
  border-radius: 999px;
  background: #edf3fc;
}

.value-mockup--ownership .mockup-progress {
  height: 7px;
}

.mockup-progress span,
.speed-track span,
.control-range span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--primary-blue);
}

.mockup-progress span {
  width: 100%;
}

.value-mockup--slider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
}

.slider-toggle {
  order: 2;
  width: 40px;
  height: 19px;
  margin: 17px auto 18px;
  padding: 3px;
  border-radius: 999px;
  background: var(--primary-blue);
}

.slider-toggle span {
  display: block;
  width: 13px;
  height: 13px;
  margin-left: auto;
  border-radius: 50%;
  background: #ffffff;
}

.value-mockup--slider .mockup-line--center {
  order: 1;
  width: 116px;
  height: 4px;
  margin: 0 auto;
  background:
    linear-gradient(90deg, #eef2f8 0 40%, transparent 40% 48%, #eef2f8 48% 76%, transparent 76% 84%, #dfe8f6 84% 100%);
}

.value-mockup--slider .mockup-line--short {
  order: 3;
  width: 150px;
  height: 8px;
  margin: 0 auto;
  background: #cfdbef;
}

.speed-header,
.control-scale,
.impact-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.speed-header span {
  color: rgba(64, 72, 92, 0.72);
  font-size: 0.54rem;
  font-weight: 800;
}

.value-mockup--speed {
  min-height: 100px;
  padding: 25px 25px 24px;
}

.value-mockup--speed .speed-header span {
  font-size: 0;
}

.value-mockup--speed .speed-header span::before {
  color: rgba(64, 72, 92, 0.68);
  font-size: 0.5rem;
  line-height: 1;
}

.value-mockup--speed .speed-header span:first-child::before {
  content: "DRAFT";
}

.value-mockup--speed .speed-header span:last-child::before {
  content: "PUBLISHED";
  color: var(--primary-blue);
}

.speed-track {
  position: relative;
  margin-top: 20px;
}

.speed-track span {
  width: 92%;
}

.value-mockup--speed .speed-track::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 91%;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background:
    linear-gradient(135deg, transparent 0 43%, #ffffff 43% 57%, transparent 57%) 6px 4px / 6px 8px no-repeat,
    var(--primary-blue);
  transform: translate(-50%, -50%) rotate(4deg);
  box-shadow: 0 4px 9px rgba(20, 88, 217, 0.22);
}

.speed-dots {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.speed-dots i {
  height: 3px;
  border-radius: 999px;
  background: #cfdbef;
}

.value-mockup--trust {
  position: relative;
  display: flex;
  min-height: 174px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  overflow: hidden;
}

.trust-badge {
  width: 72px;
  height: 72px;
  border: 1px solid rgba(185, 77, 50, 0.16);
  border-radius: 12px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 9px 22px rgba(185, 77, 50, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-badge::before,
.trust-badge::after,
.value-mockup--trust::before {
  pointer-events: none;
}

.value-mockup--trust::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 50%;
  width: 66px;
  height: 72px;
  border-radius: 48% 52% 58% 42%;
  background: rgba(255, 144, 119, 0.1);
  transform: translateX(-38%) rotate(10deg);
}



.value-mockup--trust span {
  position: relative;
  z-index: 1;
  min-height: 22px;
  padding: 6px 13px 6px 26px;
  border-radius: 999px;
  background: rgba(185, 77, 50, 0.08);
  color: #b94d32;
  font-size: 0.5rem;
  font-weight: 800;
  line-height: 1;
}

.value-mockup--trust span::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  width: 7px;
  height: 6px;
  border: 1.5px solid #b94d32;
  border-radius: 1px;
}

.value-mockup--trust span::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 5px;
  width: 5px;
  height: 5px;
  border: 1.5px solid #b94d32;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.control-panel {
  padding: 13px 13px 12px;
  border-radius: 6px;
  background:
    radial-gradient(circle at 9px 12px, var(--primary-blue) 0 3px, transparent 4px),
    #f4f6fd;
}

.control-panel span {
  display: block;
  height: 6px;
  border-radius: 999px;
  background: #d9deec;
}

.control-panel span:first-child {
  width: 58%;
  margin-left: 20px;
  margin-bottom: 8px;
}

.control-panel span:last-child {
  width: 82%;
  margin-left: 20px;
  opacity: 0.72;
}

.control-scale {
  margin: 22px 0 13px;
}

.value-mockup--control {
  min-height: 138px;
  padding: 19px 23px 26px;
}

.value-mockup--control .control-scale small {
  font-size: 0;
  letter-spacing: 0;
}

.value-mockup--control .control-scale small::before {
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0;
}

.value-mockup--control .control-scale small:first-child::before {
  content: "Creativity Level";
  color: rgba(64, 72, 92, 0.68);
}

.value-mockup--control .control-scale small:last-child::before {
  content: "Balanced";
  color: var(--primary-blue);
}

.value-mockup--control .control-range {
  height: 3px;
  background: #cfdbef;
}

.control-range span {
  position: relative;
  width: 53%;
  background: transparent;
}

.control-range span::after {
  content: "";
  position: absolute;
  right: -7px;
  top: -6px;
  width: 16px;
  height: 16px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: var(--primary-blue);
  box-shadow: 0 3px 8px rgba(20, 88, 217, 0.22);
}

.impact-title {
  margin-bottom: 22px;
}

.impact-title strong {
  color: #1f9aae;
  font-size: 0;
  font-weight: 800;
}

.impact-title strong::before {
  content: "~ +24%";
  font-size: 0.62rem;
}

.value-mockup--impact {
  min-height: 172px;
  padding: 28px 24px 26px;
}

.value-mockup--impact .impact-title span {
  font-size: 0;
}

.value-mockup--impact .impact-title span::before {
  content: "ENGAGEMENT GROWTH";
  color: rgba(64, 72, 92, 0.68);
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.7px;
}

.impact-chart {
  display: flex;
  align-items: end;
  gap: 7px;
  height: 96px;
}

.impact-chart span,
.impact-chart::after {
  flex: 1;
  border-radius: 2px 2px 0 0;
  background: #e6f0f2;
}

.impact-chart::after {
  content: "";
  height: 100%;
  background: #0b6f84;
}

.impact-chart span:nth-child(1) { height: 30px; }
.impact-chart span:nth-child(2) { height: 45px; background: #d7e8ec; }
.impact-chart span:nth-child(3) { height: 34px; background: #dbe9ed; }
.impact-chart span:nth-child(4) { height: 60px; background: #a8cdd6; }
.impact-chart span:nth-child(5) { height: 55px; background: #bdd7de; }
.impact-chart span:nth-child(6) { height: 84px; background: #5c9dad; }

.about-vision-mission {
  background: #ffffff;
  padding: 88px 0 110px;
}

.about-vision__container {
  max-width: 1000px;
}

.about-vision__label {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 0.66rem;
  letter-spacing: 1.2px;
}

.about-vision__title {
  margin: 0;
  color: #1b1f2c;
  font-size: 2.52rem;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: 0;
}

.about-vision__title span {
  display: inline-flex;
  align-items: center;
  min-height: 43px;
  margin-top: 8px;
  padding: 0 10px;
  border-radius: 2px;
  background: var(--primary-blue);
  color: #ffffff;
  line-height: 1;
}

.about-vision__cards {
  max-width: 860px;
  margin: 36px auto 0;
}

.vision-card {
  display: grid;
  grid-template-columns: 280px 1fr;
  align-items: center;
  gap: 22px;
  min-height: 118px;
  background: #ffffff;
  border-radius: 24px;
}

.vision-card--mission {
  border: 4px solid var(--primary-blue);
}

.vision-card--vision {
  border: 4px solid #111111;
}

.vision-card__identity {
  display: flex;
  align-items: center;
  gap: 26px;
  padding-left: 34px;
}

.vision-card__identity h3 {
  margin: 0;
  color: #111111;
  font-size: 1.72rem;
  font-weight: 800;
  line-height: 1;
}

.vision-card--mission .vision-card__identity h3 {
  color: var(--primary-blue);
}

.vision-card p {
  margin: 0;
  color: #1d2430;
  font-size: 0.88rem;
  font-weight: 500;
  line-height: 1.45;
}

.vision-card p span {
  color: var(--primary-blue);
  font-weight: 800;
}

.vision-icon {
  position: relative;
  display: block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.vision-icon--stack::before,
.vision-icon--stack::after,
.vision-icon--stack {
  border-radius: 2px;
}

.vision-icon--stack {
  transform: translateY(2px);
}

.vision-icon--stack::before,
.vision-icon--stack::after {
  content: "";
  position: absolute;
  left: 4px;
  width: 30px;
  height: 8px;
  border: 4px solid var(--primary-blue);
  border-top: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  transform: skewY(-24deg);
}

.vision-icon--stack::before {
  top: 8px;
}

.vision-icon--stack::after {
  top: 20px;
}

.vision-icon--globe {
  border: 4px solid #111111;
  border-radius: 50%;
}

.vision-icon--globe::before,
.vision-icon--globe::after {
  content: "";
  position: absolute;
  border-color: #111111;
}

.vision-icon--globe::before {
  inset: 3px 10px;
  border-left: 3px solid #111111;
  border-right: 3px solid #111111;
  border-radius: 50%;
}

.vision-icon--globe::after {
  left: 3px;
  right: 3px;
  top: 15px;
  border-top: 3px solid #111111;
}

@media (max-width: 1199px) {
  .about-hero {
    padding-top: 145px;
  }

  .about-visual {
    transform: scale(0.9);
    transform-origin: top center;
    margin-bottom: -45px;
  }

  .about-exists__title {
    font-size: 3.05rem;
  }

  .about-exists__visual {
    transform: scale(0.9);
    transform-origin: center right;
  }

  .about-problem__visual {
    transform: scale(0.9);
    transform-origin: center left;
  }

  .about-problem__title {
    font-size: 2rem;
  }

  .about-problem__title span {
    font-size: 2.28rem;
  }

  .about-difference__title {
    font-size: 2.78rem;
  }

  .difference-card {
    padding-right: 27px;
    padding-left: 27px;
  }

  .team-card {
    max-width: 200px;
  }

  .team-card--four {
    margin-top: 260px;
  }
}

@media (max-width: 991px) {
  .about-page-body .navbar-custom {
    padding: 1rem 1.45rem;
  }

  .about-hero {
    padding: 125px 0 50px;
  }

  .about-hero__title {
    font-size: 4rem;
    letter-spacing: 0;
  }

  .about-hero__text {
    max-width: 690px;
    font-size: 1rem;
  }

  .about-visual {
    width: 760px;
    max-width: none;
    left: 50%;
    transform: translateX(-50%) scale(0.78);
    transform-origin: top center;
    margin-bottom: -95px;
  }

  .about-exists {
    padding: 92px 0 100px;
  }

  .about-exists__copy {
    max-width: 640px;
    margin: 0 auto 42px;
    text-align: center;
  }

  .about-exists__text {
    max-width: 610px;
    margin-right: auto;
    margin-left: auto;
  }

  .about-exists__visual {
    width: 650px;
    max-width: none;
    min-height: 430px;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    transform-origin: top center;
  }

  .exists-dashboard {
    right: 49px;
  }

  .exists-control-card {
    right: 7px;
  }

  .about-problem {
    padding: 92px 0 98px;
  }

  .about-problem__container .row{
    flex-direction: column-reverse;
  }

  .about-problem__visual {
    width: 520px;
    max-width: none;
    min-height: 430px;
    margin: 0 auto 45px;
    transform: none;
  }

  .about-problem__copy {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
  }

  .about-problem__text {
    max-width: 620px;
    margin-right: auto;
    margin-left: auto;
  }

  .problem-stat {
    max-width: 260px;
    margin: 0 auto;
  }

  .about-difference {
    padding: 92px 0 98px;
  }

  .about-difference__header {
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
  }

  .about-difference__text {
    margin-right: auto;
    margin-left: auto;
  }

  .about-team-section {
    padding: 86px 0 96px;
  }

  .about-team__showcase {
    min-height: auto;
    margin-top: 48px;
  }

  .about-team__curve {
    top: 42px;
    width: 1180px;
    height: 470px;
  }

  .team-card--one,
  .team-card--three {
    margin-top: 0;
  }

  .team-card--two,
  .team-card--four {
    margin-top: 72px;
  }

  .about-values-section {
    padding: 82px 0 92px;
  }

  .about-values__list {
    margin-top: 42px;
  }

  .value-copy,
  .value-copy--right,
  .value-copy--left {
    max-width: 300px;
  }

  .about-vision__title {
    font-size: 2.18rem;
  }

  .vision-card {
    grid-template-columns: 240px 1fr;
  }

  .vision-card__identity {
    padding-left: 16px;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: auto;
    padding-top: 112px;
  }

  .about-hero__title {
    font-size: 3rem;
    line-height: 0.98;
  }

  .about-hero__text {
    margin-top: 18px;
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .about-hero__actions {
    gap: 10px;
  }

  .about-hero__primary,
  .about-hero__secondary {
    width: min(100%, 260px);
    min-height: 54px;
  }

  .about-visual {
    height: 410px;
    transform: translateX(-50%) scale(0.56);
    margin-top: 26px;
    margin-bottom: -170px;
  }

  .about-exists {
    padding: 76px 0 70px;
  }

  .about-exists__label {
    margin-bottom: 20px;
  }

  .about-exists__title {
    font-size: 2.55rem;
    line-height: 1.14;
  }

  .about-exists__title span {
    min-height: 48px;
    padding: 0 9px;
  }

  .about-exists__text {
    margin-top: 24px;
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .about-exists__visual {
    width: 610px;
    min-height: 380px;
    transform: translateX(-50%) scale(0.66);
    margin-bottom: -120px;
  }

  .about-problem {
    padding: 72px 0 74px;
  }

  .about-problem__visual {
    left: 50%;
    width: 520px;
    transform: translateX(-50%) scale(0.72);
    transform-origin: top center;

  }

  .about-problem__title {
    font-size: 1.72rem;
    line-height: 1.28;
  }

  .about-problem__title span {
    min-height: 43px;
    font-size: 1.92rem;
    padding: 0 9px;
  }

  .about-problem__text {
    font-size: 0.96rem;
  }

  .about-problem__stats {
    margin-top: 28px;
    padding-top: 28px;
  }

  .problem-stat {
    margin-bottom: 28px;
  }

  .about-difference {
    padding: 76px 0 78px;
  }

  .about-difference__label {
    margin-bottom: 18px;
  }

  .about-difference__title {
    font-size: 2.26rem;
    line-height: 1.16;
  }

  .about-difference__title span {
    min-height: 45px;
    padding: 0 9px;
  }

  .about-difference__text {
    font-size: 0.96rem;
  }

  .about-difference__grid {
    margin-top: 42px;
  }

  .difference-card {
    min-height: 220px;
  }

  .about-team-section {
    padding: 72px 0 78px;
  }

  .about-team__label {
    margin-bottom: 16px;
  }

  .about-team__title {
    font-size: 2.28rem;
  }

  .about-team__text {
    font-size: 0.96rem;
  }

  .about-team__curve {
    top: 32px;
    display: block;
    width: 920px;
    height: 440px;
    opacity: 0.52;
  }

  .team-card,
  .team-card--one,
  .team-card--two,
  .team-card--three,
  .team-card--four {
    max-width: 260px;
    margin-top: 0;
  }

  .about-values-section {
    padding: 68px 0 76px;
  }

  .about-values__title {
    font-size: 1.86rem;
  }

  .about-values__title span {
    min-height: 30px;
  }

  .values-row {
    min-height: auto;
    margin-bottom: 42px;
    row-gap: 18px;
  }

  .value-copy,
  .value-copy--right,
  .value-copy--left {
    max-width: 360px;
    margin: 0 auto;
    text-align: center;
  }

  .values-row:nth-child(-n + 6) .value-copy--right,
  .values-row:nth-child(-n + 6) .value-copy--left {
    margin-right: auto;
    margin-left: auto;
  }

  .values-row:nth-child(-n + 6) .value-mockup {
    margin-right: auto;
    margin-left: auto;
  }

  .value-copy strong {
    font-size: 2rem;
  }

  .value-mockup {
    width: min(100%, 320px);
  }

  .about-vision-mission {
    padding: 68px 0 78px;
  }

  .about-vision__title {
    font-size: 1.78rem;
  }

  .about-vision__title span {
    min-height: 34px;
    padding: 0 8px;
  }

  .about-vision__cards {
    margin-top: 30px;
  }

  .vision-card {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: center;
  }

  .vision-card__identity {
    justify-content: center;
    padding-left: 0;
  }

  .vision-card__identity h3 {
    font-size: 1.45rem;
  }
}

@media (max-width: 480px) {
  .about-hero__title {
    font-size: 2.55rem;
    letter-spacing: 0;
  }

  .about-visual {
    transform: translateX(-50%) scale(0.47);
    margin-bottom: -205px;
  }

  .about-exists__title {
    font-size: 2.08rem;
  }

  .about-exists__visual {
    transform: translateX(-50%) scale(0.52);
    margin-top: -16px;
    margin-bottom: -170px;
  }

  .about-problem__visual {
    transform: translateX(-50%) scale(0.58);

  }

  .about-problem__title {
    font-size: 1.45rem;
  }

  .about-problem__title span {
    font-size: 1.58rem;
  }

  .about-difference__title {
    font-size: 1.84rem;
  }

  .about-difference__title span {
    min-height: 39px;
  }

  .about-team__title {
    font-size: 1.92rem;
  }

  .about-values__title {
    font-size: 1.55rem;
  }

  .about-vision__title {
    font-size: 1.45rem;
  }
}

/* Mobile timeline alignment: keep original structure, shift the values flow left */
@media (max-width: 767px) {

  .value-copy,
  .value-copy--right,
  .value-copy--left {
    text-align: left !important;
  }

  .about-values__container {
    padding-inline: 1.25rem;
  }

  .about-values__list {
    padding-left: 42px;
  }

  .about-values__list::before {
    left: 18px !important;
    transform: none !important;
  }

  .values-row,
  .values-row:nth-child(-n + 6) {
    --bs-gutter-x: 0;
    min-height: auto;
    margin-bottom: 42px;
    padding-left: 0;
    row-gap: 16px;
  }

  .value-copy,
  .value-copy--right,
  .value-copy--left,
  .values-row:nth-child(-n + 6) .value-copy--right,
  .values-row:nth-child(-n + 6) .value-copy--left {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .value-copy strong {
    font-size: clamp(2rem, 12vw, 2.7rem);
  }

  .value-copy h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
    line-height: 1.25;
  }

  .value-copy p {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .value-mockup,
  .values-row:nth-child(even) .value-mockup,
  .values-row:nth-child(-n + 6) .value-mockup {
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

/* Center the problem visual on tablet and mobile without changing desktop */
@media (max-width: 991px) {
  .about-problem__visual {
    left: auto !important;
    right: auto !important;
    display: block;
    width: min(100%, 520px) !important;
    max-width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    transform: none !important;
    transform-origin: top center !important;
  }

  .about-problem__visual > .problem-connector,
  .about-problem__visual > .problem-video-card,
  .about-problem__visual > .problem-list-card,
  .about-problem__visual > .problem-checkout-card {
    margin-right: auto;
    margin-left: auto;
  }
}

/* About page CTA responsive layout */
body.about-page-body .cta-card {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

@media (min-width: 992px) {
  body.about-page-body .cta-card {
    min-height: 360px;
  }



  body.about-page-body .cta-content-col {
    margin-left: auto;
  }
}

@media (max-width: 991px) {
  body.about-page-body .cta-section {
    padding: clamp(56px, 8vw, 72px) 0;
  }

  body.about-page-body .cta-card {
    min-height: 0;
    border-radius: 24px;
  }



  body.about-page-body .cta-profile-image {
    width: 100%;
    height: clamp(260px, 46vw, 410px);
    object-fit: contain;
    object-position: center bottom;
    border-radius: 24px 24px 0 0;
  }

  body.about-page-body .cta-content-col {
    margin-left: 0;
    padding: clamp(2rem, 5vw, 3rem);
    text-align: center;
    align-items: center;
  }

  body.about-page-body .cta-heading {
    max-width: 620px;
    font-size: clamp(1.65rem, 4.8vw, 2.25rem);
    line-height: 1.18;
  }

  body.about-page-body .cta-subtext {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  body.about-page-body .cta-section {
    padding: 50px 0;
  }

  body.about-page-body .cta-card {
    border-radius: 20px;
  }

  body.about-page-body .cta-image-col {
    min-height: 245px;
  }

  body.about-page-body .cta-profile-image {
    height: 245px;
    border-radius: 20px 20px 0 0;
  }

  body.about-page-body .cta-content-col {
    padding: 1.75rem 1.25rem 2.1rem;
  }

  body.about-page-body .cta-heading {
    font-size: clamp(1.5rem, 7vw, 1.8rem);
  }

  body.about-page-body .cta-heading br {
    display: none;
  }

  body.about-page-body .btn-cta-join {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    align-self: center;
  }
}
