.page-content--landing {
  padding: 0;
  background: transparent;
  box-shadow: none;
}

.bwa-pro-landing__section {
  padding: calc(60px + (100 - 60) * ((100vw - 320px) / (1920 - 320))) 20px;
}

.bwa-pro-landing {
  background: #fff;
  color: var(--color-tertiary);
}

.bwa-pro-landing__container {
  width: min(100%, 1360px);
  max-width: 100%;
  margin: 0 auto;
}

.bwa-pro-landing__container--narrow {
  max-width: 980px;
}

.bwa-pro-landing__hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.bwa-pro-landing__hero-media,
.bwa-pro-landing__hero-media img,
.bwa-pro-landing__hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.bwa-pro-landing__hero-media img {
  object-fit: cover;
}

.bwa-pro-landing__hero-overlay {
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.84) 0%, rgba(17, 17, 17, 0.58) 45%, rgba(17, 17, 17, 0.12) 100%);
}

.bwa-pro-landing__hero-content {
  position: relative;
  z-index: 1;
  padding: 5rem 0 4rem;
}

.bwa-pro-landing__hero-copy {
  max-width: 760px;
  color: var(--color-white-default);
}

.bwa-pro-landing__eyebrow {
  margin: 0 0 1rem;
  font-family: var(--typo-secondary);
  font-size: var(--font-size-200);
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.bwa-pro-landing h1,
.bwa-pro-landing h2,
.bwa-pro-landing h3 {
  margin: 0;
  font-family: var(--typo-secondary);
  color: inherit;
}

.bwa-pro-landing h1 {
  font-size: calc(30px + (48 - 30) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 800;
  line-height: 1.1;
}

.bwa-pro-landing__hero-subtitle {
  margin: 1rem 0 0;
  font-family: var(--typo-secondary);
  font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  color: var(--color-primary);
  max-width: 70%;
  line-height: 1.15;
}

.bwa-pro-landing__hero-description {
  max-width: 680px;
  margin: 1.5rem 0 0;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
}

.bwa-pro-landing__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.bwa-pro-landing__hero-actions--center {
  justify-content: center;
}

.bwa-pro-landing__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 1rem 2rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: var(--typo-secondary);
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bwa-pro-landing__button:hover,
.bwa-pro-landing__button:focus {
  color: #fff;
  transform: translateY(-1px);
  text-decoration: none;
}

.bwa-pro-landing__button--primary {
  color: var(--btn-primary-color);
  background: var(--btn-primary-bg-color);
  border-color: var(--btn-primary-border-color);
  box-shadow: 0 14px 30px rgba(234, 83, 138, 0.22);
}

.bwa-pro-landing__button--secondary {
  color: var(--color-white-default);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(8px);
}

.bwa-pro-landing__section--intro {
  padding-top: 3.75rem;
}

.bwa-pro-landing__section--why {
  background-color: hsl(330 60% 97%);
}

.bwa-pro-landing__section--why .bwa-pro-landing__section-header--center {
  max-width: 100%;
}

.bwa-pro-landing__section--why .bwa-pro-landing__section-intro {
  max-width: calc(300px + (860 - 300) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
}

.bwa-pro-landing__section--cta {
  background-color: rgb(252 243 247);
}

.bwa-pro-landing__split {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}

.bwa-pro-landing__visual img {
  width: 100%;
  max-width: calc(300px + (450 - 300) * ((100vw - 320px) / (1920 - 320)));
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.bwa-pro-landing__visual {
  display: flex;
  justify-content: center;
}

.bwa-pro-landing__content h2,
.bwa-pro-landing__section-header h2,
.bwa-pro-landing__cta h2 {
  font-size: calc(26px + (30 - 26) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-black-default);
}

.bwa-pro-landing__content p,
.bwa-pro-landing__section-header p,
.bwa-pro-landing__card p,
.bwa-pro-landing__cta p {
  margin: 1rem 0 0;
  font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
  line-height: 1.7;
  color: #6a7181;
}

.bwa-pro-landing__section-header {
  margin-bottom: 2rem;
}

.bwa-pro-landing__section-header--center {
  max-width: calc(300px + (860 - 300) * ((100vw - 320px) / (1920 - 320)));
  margin-right: auto;
  margin-bottom: 2.5rem;
  margin-left: auto;
  text-align: center;
}

.bwa-pro-landing__products,
.bwa-pro-landing__cards,
.bwa-pro-landing__advantage-grid {
  display: grid;
  gap: 1.5rem;
}

.bwa-pro-landing__products {
  grid-template-columns: minmax(0, 1fr);
}

.bwa-pro-landing__product-card,
.bwa-pro-landing__advantage,
.bwa-pro-landing__faq-item {
  border: 1px solid #e5e7eb;
  background: var(--color-white-default);
  /*box-shadow: 0 12px 28px rgba(17, 17, 17, 0.05);*/
}

.bwa-pro-landing__product-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  border-radius: 6px;
  color: inherit;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: none;
}

.bwa-pro-landing__product-card:hover,
.bwa-pro-landing__product-card:focus {
  transform: translateY(-3px);
  box-shadow: 0 6px 54px rgba(17, 17, 17, 0.1);
  text-decoration: none;
}

.bwa-pro-landing__product-image {
  display: block;
  aspect-ratio: 1 / 1;
  padding: 1.25rem;
  background: linear-gradient(180deg, #fff 0%, #fff6f9 100%);
}

.bwa-pro-landing__card {
  border: 1px solid #e5e7eb;
  box-shadow: none;
  transition: all 0.35s ease-in-out;
}

.bwa-pro-landing__card:hover {
  border: 1px solid var(--color-primary);
  box-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
}

.bwa-pro-landing__product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}

.bwa-pro-landing__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(234, 83, 138, 0.1);
  color: var(--color-primary);
}

.bwa-pro-landing__icon--small {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  border-radius: 999px;
  background: rgba(234, 83, 138, 0.1);
}

.bwa-pro-landing__product-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1.3rem 1.3rem 1.45rem;
}

.bwa-pro-landing__product-title {
  font-family: var(--typo-secondary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: uppercase;
  color: var(--color-black-default);
  text-decoration: none;
}

.bwa-pro-landing__product-price {
  font-family: var(--typo-secondary);
  font-size: 16px;
  font-weight: 800;
  color: var(--price-color);
}

.bwa-pro-landing__product-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.bwa-pro-landing__product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-white-default);
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.bwa-pro-landing__product-action:hover,
.bwa-pro-landing__product-action:focus {
  transform: scale(1.05);
  color: var(--color-white-default);
  text-decoration: none;
}

.bwa-pro-landing__cards {
  grid-template-columns: minmax(0, 1fr);
}

.bwa-pro-landing__card {
  position: relative;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
}

.bwa-pro-landing__card-index {
  display: inline-flex;
  width: 44px;
  height: 44px;
  margin-bottom: 1.2rem;
  border-radius: 999px;
  background: rgba(234, 83, 138, 0.12);
}

.bwa-pro-landing__card h3 {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
  color: var(--color-black-default);
}

.bwa-pro-landing__advantage-grid {
  max-width: calc(300px + (900 - 300) * ((100vw - 320px) / (1920 - 320)));
  margin: auto;
}

.bwa-pro-landing__advantage {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  border-radius: 12px;
  height: 82px;
  padding: 1.25rem;
}

.bwa-pro-landing__advantage-marker {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-primary);
  box-shadow: 0 0 0 8px rgba(234, 83, 138, 0.12);
}

.bwa-pro-landing__advantage-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.bwa-pro-landing__advantage-copy span {
  font-family: var(--typo-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-black-default);
}

.bwa-pro-landing__advantage-copy p {
  margin: 0.5rem 0 0;
}

.bwa-pro-landing__faq-list {
  display: grid;
  gap: 1rem;
  width: calc(300px + (760 - 300) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
}

.bwa-pro-landing__faq-item {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
}

.bwa-pro-landing__faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.4rem 1.5rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: var(--typo-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--color-black-default);
}

.bwa-pro-landing__faq-trigger:focus {
  outline: none;
  box-shadow: none;
}

.bwa-pro-landing__section--faq {
  font-size: 16px;
  color: #6a7181;
}

.bwa-pro-landing__faq-icon {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  margin-left: 1rem;
}

.bwa-pro-landing__faq-icon::before,
.bwa-pro-landing__faq-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 10px;
  background: var(--color-primary);
  border-radius: 999px;
  transition: transform 0.25s ease;
}

.bwa-pro-landing__faq-icon::before {
  transform: translate(-82%, -50%) rotate(45deg);
}

.bwa-pro-landing__faq-icon::after {
  transform: translate(-18%, -50%) rotate(-45deg);
}

.bwa-pro-landing__faq-trigger[aria-expanded="true"] .bwa-pro-landing__faq-icon::before {
  transform: translate(-82%, -50%) rotate(-45deg);
}

.bwa-pro-landing__faq-trigger[aria-expanded="true"] .bwa-pro-landing__faq-icon::after {
  transform: translate(-18%, -50%) rotate(45deg);
}

.bwa-pro-landing__faq-panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  opacity: 0;
  will-change: max-height, opacity, padding;
  transition:
    max-height 0.32s cubic-bezier(0.22, 1, 0.36, 1),
    opacity 0.2s ease,
    padding 0.2s ease;
}

.bwa-pro-landing__faq-item.is-open .bwa-pro-landing__faq-panel {
  max-height: 320px;
  padding: 0 1.5rem 1.4rem;
  opacity: 1;
}

.bwa-pro-landing__faq-panel p {
  margin: 0;
}

.bwa-pro-landing__section-title {
  text-align: center;
}

.bwa-pro-landing__section-description {
  text-align: center;
  width: calc(300px + (580 - 300) * ((100vw - 320px) / (1920 - 320)));
  margin: auto;
}

.bwa-pro-landing__advantages-footer {
  margin-top: 3rem;
  text-align: center;
}

.bwa-pro-landing__advantages-text {
  max-width: calc(300px + (960 - 300) * ((100vw - 320px) / (1920 - 320)));
  margin: 0 auto;
}

.bwa-pro-landing__advantages-text p {
  font-family: var(--typo-secondary);
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.bwa-pro-landing__advantages-actions {
  margin-top: 1.5rem;
}

.bwa-pro-landing__section--cta .bwa-pro-landing__button--secondary {
  color: var(--color-primary);
  background: var(--color-white-default);
  border-color: var(--color-primary);
  backdrop-filter: none;
}

.bwa-pro-landing__hero-actions {
  flex-direction: column;
}

.bwa-pro-landing__button {
  width: 100%;
}

.has-bwa-reveal .bwa-reveal {
  opacity: 0;
  transform: translate3d(0, 28px, 0);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.has-bwa-reveal .bwa-reveal--left {
  transform: translate3d(-36px, 0, 0);
}

.has-bwa-reveal .bwa-reveal--right {
  transform: translate3d(36px, 0, 0);
}

.has-bwa-reveal .bwa-reveal--soft {
  transform: translate3d(0, 18px, 0) scale(0.985);
}

.has-bwa-reveal .bwa-reveal.is-inview {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .has-bwa-reveal .bwa-reveal,
  .has-bwa-reveal .bwa-reveal--left,
  .has-bwa-reveal .bwa-reveal--right,
  .has-bwa-reveal .bwa-reveal--soft {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
