/* About Us page — mobile Figma + desktop original layout */

.wwa-page,
body {
  --wwa-pink: #ce0058;
  --wwa-dark: #414141;
  --wwa-text: #2f3038;
  --wwa-grey-bg: #f4f4f4;
  --wwa-radius-lg: 22px;
  --wwa-radius-card: 18px;
  --wwa-radius-pill: 40px;
  --wwa-subnav-offset: 72px;
}

/* Responsive visibility */
.wwa-show-mobile {
  display: block;
}

.wwa-show-desktop {
  display: none;
}

.wwa-section {
  scroll-margin-top: var(--wwa-subnav-offset);
}

/* Sticky subnav — extends site sticky--subnav */
.wwa-subnav.subnav--container {
  z-index: 100;
}

/* Hero */
.wwa-hero {
  position: relative;
  margin-bottom: 0;
}

.wwa-hero__image {
  height: 299px;
  overflow: hidden;
}

.wwa-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.wwa-hero__panel {
  position: relative;
  margin-top: -96px;
  background: #fff;
  border-radius: var(--wwa-radius-lg) var(--wwa-radius-lg) 0 0;
  padding: 25px 27px 18px;
  z-index: 1;
}

.wwa-hero__panel h1 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wwa-text);
  margin: 0;
}

.wwa-hero__overview,
.wwa-hero__contact {
  display: none;
}

/* Overview */
.wwa-overview {
  padding: 24px 13px 48px;
  background: #fff;
}

.wwa-overview h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--wwa-text);
  line-height: 1.35;
  margin: 0 0 24px;
}

.wwa-overview p {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
  margin: 0 0 1em;
}

.wwa-overview p:last-child {
  margin-bottom: 0;
}

/* At a glance */
.wwa-glance {
  padding: 48px 0 56px;
  background: var(--wwa-grey-bg);
}

.wwa-glance > h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 24px;
  padding: 0 29px;
}

.wwa-glance-card {
  flex: 0 0 305px;
  background: #fff;
  border-radius: var(--wwa-radius-card);
  padding: 16px;
  scroll-snap-align: center;
}

.wwa-glance-card__image {
  height: 148px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
}

.wwa-glance-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwa-glance-card h3 {
  font-size: 1.25rem;
  font-weight: 500;
  text-align: center;
  margin: 0 0 8px;
}

.wwa-glance-card p {
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: center;
  margin: 0;
  color: #000;
}

/* Dark zone — our-business through footer */
.wwa-dark-zone {
  background: #414141;
}

.wwa-dark-zone .wwa-business-desktop,
.wwa-dark-zone .wwa-biz-intro,
.wwa-dark-zone .wwa-dark-zone__block {
  background: transparent !important;
}

.wwa-dark-zone .wwa-biz-intro--continued {
  margin-top: 0;
  padding-top: 24px;
}

.wwa-dark-zone__block {
  padding: 48px 0;
}

.wwa-dark-zone__title {
  color: #fff;
  font-weight: 600;
}

/* Our business */
.wwa-business {
  background: #fff;
  padding-bottom: 0;
}

.wwa-business .wwa-section-label span {
  color: var(--wwa-text);
}

.wwa-business__content {
  padding: 32px 27px 48px;
}

.wwa-business__content p {
  color: #000;
}

.wwa-business-desktop {
  background: transparent;
}

.wwa-business-desktop__image {
  height: 320px;
  overflow: hidden;
}

.wwa-business-desktop__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwa-business-desktop__inner {
  padding: 48px 15px 56px;
}

.wwa-business-desktop__intro {
  max-width: 720px;
  margin-bottom: 48px;
}

.wwa-business-desktop__lead {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #fff;
  margin: 0 0 32px;
}

.wwa-business-desktop__cards {
  margin-top: 0;
}

.wwa-business-desktop__card {
  background: #fff;
  border-radius: 12px;
  padding: 28px 24px;
  height: 100%;
}

.wwa-business-desktop__card h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--wwa-text);
  margin: 0 0 12px;
}

.wwa-business-desktop__card p {
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #414141;
  margin: 0;
}

.wwa-btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 162px;
  height: 51px;
  padding: 0;
  border: 1px solid #ce0058;
  border-radius: 40px;
  color: #ce0058;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s, color 0.2s;
}

.wwa-btn-outline:hover {
  background: var(--wwa-pink);
  color: #fff;
}

.wwa-business__image {
  height: 211px;
  overflow: hidden;
}

.wwa-business__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwa-section-label {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
}

.wwa-section-label span {
  font-size: 1rem;
  font-weight: 700;
}

.wwa-section-label::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: var(--wwa-pink);
  border-radius: 10px;
}

.wwa-business__content p {
  font-size: 1.5rem;
  line-height: 1.45;
  margin: 0 0 32px;
}

/* Business intro cards inside dark zone */
.wwa-biz-intro {
  padding: 43px 13px 0;
}

.wwa-biz-intro > h2 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 24px;
  padding: 0 16px;
}

.wwa-biz-row {
  scroll-margin-top: var(--wwa-subnav-offset);
}

.wwa-biz-card[id] {
  scroll-margin-top: var(--wwa-subnav-offset);
}

.wwa-biz-rows {
  padding-bottom: 64px;
}

.wwa-biz-row + .wwa-biz-row {
  margin-top: 40px;
}

.wwa-biz-row__label {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px;
  padding: 0 16px;
}

.wwa-biz-carousel .wwa-carousel__track {
  gap: 16px;
  padding: 0 13px 8px;
}

.wwa-biz-carousel .wwa-biz-card {
  flex: 0 0 calc(100% - 29px);
  scroll-snap-align: center;
}

.wwa-biz-carousel .wwa-carousel__dots {
  gap: 10px;
  margin-top: 20px;
}

.wwa-biz-card {
  width: 100%;
}

.wwa-biz-card__stack {
  position: relative;
}

.wwa-biz-card__media {
  position: relative;
  height: 304px;
  border-radius: 28px 28px 0 0;
  overflow: hidden;
}

.wwa-biz-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wwa-dark-zone .wwa-biz-intro:last-child,
.wwa-dark-zone > .wwa-section:last-child .wwa-biz-intro {
  padding-bottom: 0;
}

.wwa-dark-zone > .wwa-section:last-child .wwa-dark-zone__block {
  padding-bottom: 64px;
}

.wwa-biz-card__body {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 24px;
  margin-top: -53px;
  padding: 32px 30px 28px;
}

.wwa-biz-card__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wwa-biz-card__link:hover h3,
.wwa-biz-card__body a:hover h3 {
  color: var(--wwa-pink);
}

.wwa-biz-card__body h3 {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--wwa-text);
  margin: 0 0 12px;
  line-height: 1.3;
}

.wwa-biz-card__body p {
  font-size: 1rem;
  line-height: 1.55;
  color: #000;
  margin: 0;
}

.wwa-biz-card--robot .wwa-biz-card__media {
  height: 273px;
  border-radius: 25.5px 25.5px 0 0;
}

.wwa-biz-card--robot .wwa-biz-card__body {
  border-radius: 21.9px;
  margin-top: -22px;
  padding: 32px 30px 36px;
}

/* Carousel shared */
.wwa-carousel {
  position: relative;
}

.wwa-carousel__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0 13px 8px;
}

.wwa-carousel__track::-webkit-scrollbar {
  display: none;
}

.wwa-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.wwa-carousel__dot {
  display: block;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.wwa-carousel__dot.is-active {
  background-color: #ce0058;
  box-shadow: none;
}

.wwa-glance .wwa-carousel__dots {
  gap: 10px;
}

.wwa-glance .wwa-carousel__dot {
  display: block;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  box-shadow: inset 0 0 0 1.5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.wwa-glance .wwa-carousel__dot.is-active {
  background-color: #CE0158;
  box-shadow: none;
}

/* Business intro — equal-size dots (ring inactive, solid active) */
.wwa-biz-carousel .wwa-carousel__dot {
  display: block;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.65);
  cursor: pointer;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.wwa-biz-carousel .wwa-carousel__dot.is-active {
  background-color: #CE0158;
  box-shadow: none;
}

/* Desktop — restore original PC layout */
@media (min-width: 992px) {
  .wwa-show-mobile {
    display: none !important;
  }

  .wwa-show-desktop {
    display: block !important;
  }

  .wwa-show-desktop.wwa-business-desktop {
    display: block !important;
    background: #414141 !important;
  }

  .wwa-business-desktop .wwa-section-label span {
    color: #fff;
  }

  .wwa-business-desktop__image {
    height: 400px;
  }

  .wwa-business-desktop__inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 56px 15px 64px;
  }

  .wwa-business-desktop__lead {
    font-size: 1.75rem;
  }

  .wwa-show-desktop.section {
    display: block !important;
  }

  .wwa-show-desktop.hero--container {
    display: block !important;
  }

  .wwa-subnav.subnav--container {
    top: 0;
  }

  .wwa-section {
    scroll-margin-top: 64px;
  }

  .wwa-subnav .nav--subnav {
    display: flex;
    flex-wrap: wrap;
  }
}
