.ap-rcs {
  --red: #e01f2e;
  --yellow: #ffc400;
  --ink: #141414;
  --ink-2: #0d0d0d;
  --paper: #ffffff;
  --paper-2: #f8f8f6;
  --line: #ececec;
  --body: #3a3a3a;
  --muted: #6f6f6f;
  --soft: #cfcfcf;
  --faint: #a8a8a8;
  --r-lg: 20px;
  --r-md: 16px;
  --r-sm: 12px;
  --shadow-sm: 0 6px 18px rgba(20, 20, 20, .06);
  --shadow-md: 0 16px 34px rgba(20, 20, 20, .1);
  font-family: inherit;
  background: var(--paper);
  overflow-x: hidden
}

.ap-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.ap-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .6s cubic-bezier(.2, .7, .2, 1), transform .6s cubic-bezier(.2, .7, .2, 1);
  transition-delay: var(--ap-delay, 0s)
}

.ap-reveal.is-visible {
  opacity: 1;
  transform: translateY(0)
}

.ap-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--red);
  background: rgba(224, 31, 46, .08);
  padding: 6px 16px 6px 12px;
  border-radius: 99px;
  margin-bottom: 14px;
  border: 1px solid rgba(224, 31, 46, .14)
}

.ap-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--red);
  flex: 0 0 auto
}

.ap-eyebrow--light {
  color: var(--yellow);
  background: rgba(255, 196, 0, .12);
  border-color: rgba(255, 196, 0, .22)
}

.ap-eyebrow--light::before {
  background: var(--yellow)
}

.ap-section-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 34px
}

.ap-section-title {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 10px;
  letter-spacing: -.01em;
  line-height: 1.2
}

.ap-section-title--light {
  color: var(--paper)
}

.ap-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  border: none;
  cursor: pointer;
  border-radius: 99px;
  padding: 13px 28px;
  transition: transform .25s cubic-bezier(.2, .8, .3, 1), box-shadow .25s ease
}

.ap-btn span {
  transition: transform .25s ease;
  display: inline-flex
}

.ap-btn:hover span {
  transform: translateX(3px)
}

.ap-btn--solid {
  background: var(--red);
  color: var(--paper)
}

.ap-btn--solid:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(224, 31, 46, .32)
}

.ap-btn--light {
  background: var(--yellow);
  color: var(--ink)
}

.ap-btn--light:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(255, 196, 0, .4)
}

.ap-btn--outline {
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(255, 255, 255, .4)
}

.ap-btn--outline:hover {
  background: rgba(255, 255, 255, .1)
}

.ap-rcs-hero {
  position: relative;
  background: var(--ink-2);
  padding: 70px 5vw;
  overflow: hidden
}

.ap-rcs-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse 70% 60% at 30% 20%, #000 40%, transparent 90%);
  pointer-events: none
}

.ap-rcs-hero__glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 15% 20%, rgba(224, 31, 46, .32), transparent 40%), radial-gradient(circle at 85% 10%, rgba(255, 196, 0, .22), transparent 45%);
  pointer-events: none
}

.ap-rcs-hero__grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 40px;
  align-items: center
}

.ap-rcs-hero__brand {
  display: block;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--yellow);
  margin-bottom: 10px
}

.ap-rcs-trust {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: var(--ink);
  background: var(--yellow);
  padding: 5px 14px;
  border-radius: 99px;
  margin-bottom: 18px
}

.ap-rcs-hero__title {
  font-size: clamp(28px, 3.8vw, 40px);
  font-weight: 800;
  color: var(--paper);
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: -.01em
}

.ap-rcs-hero__lead {
  font-size: 14px;
  line-height: 1.7;
  color: #cfcfcf;
  margin: 0 0 28px;
  max-width: 480px
}

.ap-rcs-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px
}

.ap-rcs-hero__media {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--shadow-md);
  aspect-ratio: 4/3.4
}

.ap-rcs-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center
}

.ap-rcs-hero__badge {
  position: absolute;
  left: 18px;
  bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(13, 13, 13, .72);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--r-sm);
  padding: 12px 16px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .35)
}

.ap-rcs-hero__badge-num {
  font-size: 19px;
  font-weight: 800;
  color: var(--yellow);
  letter-spacing: -.01em
}

.ap-rcs-hero__badge-label {
  font-size: 10.5px;
  font-weight: 600;
  color: #d8d8d8
}

.ap-rcs-about {
  padding: 64px 5vw;
  background: var(--paper-2)
}

.ap-rcs-about__sub {
  font-size: 14.5px;
  line-height: 1.8;
  color: var(--body);
  margin: 0
}

.ap-rcs-steps {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 26px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px
}

.ap-rcs-step {
  position: relative;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transition: transform .25s ease, box-shadow .25s ease
}

.ap-rcs-step:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm)
}

.ap-rcs-step__num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--red);
  color: var(--paper);
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center
}

.ap-rcs-step p {
  font-size: 12.5px;
  line-height: 1.65;
  color: #4a4a4a;
  margin: 0
}

.ap-rcs-about__note {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--body);
  background: rgba(255, 196, 0, .12);
  border: 1px solid rgba(255, 196, 0, .35);
  border-radius: 14px;
  padding: 16px 22px
}

.ap-rcs-about__note strong {
  color: var(--ink)
}

.ap-rcs-power {
  position: relative;
  padding: 64px 5vw;
  background: var(--ink);
  overflow: hidden
}

.ap-rcs-power__glow {
  position: absolute;
  top: -120px;
  right: -100px;
  width: 420px;
  height: 340px;
  background: rgba(224, 31, 46, .22);
  filter: blur(90px);
  border-radius: 50%;
  pointer-events: none
}

.ap-rcs-power__grid {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 44px;
  align-items: center
}

.ap-rcs-power__lead {
  font-size: 14.5px;
  line-height: 1.75;
  color: #cfcfcf;
  margin: 0 0 20px;
  max-width: 460px
}

.ap-rcs-power__stats {
  display: flex;
  flex-direction: column;
  gap: 14px
}

.ap-rcs-stat {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-md);
  padding: 18px 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  transition: transform .25s ease, background .25s ease
}

.ap-rcs-stat:hover {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, .09)
}

.ap-rcs-stat__label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--yellow)
}

.ap-rcs-stat__num {
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 800;
  color: var(--paper)
}

.ap-rcs-stat__sub {
  font-size: 12px;
  color: var(--faint)
}

.ap-rcs-features {
  padding: 0 5vw 64px;
  background: var(--paper)
}

.ap-rcs-features__grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px
}

.ap-rcs-feature {
  position: relative;
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.2, .8, .3, 1), box-shadow .3s ease
}

.ap-rcs-feature::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--red), var(--yellow));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease
}

.ap-rcs-feature:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md)
}

.ap-rcs-feature:hover::before {
  transform: scaleX(1)
}

.ap-rcs-feature__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  margin-bottom: 14px;
  background: rgba(224, 31, 46, .1);
  color: var(--red)
}

.ap-rcs-feature h3 {
  font-size: 15px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 8px
}

.ap-rcs-feature p {
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0
}

.ap-rcs-compare {
  padding: 64px 5vw;
  background: var(--paper-2)
}

.ap-rcs-compare__sub {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0
}

.ap-rcs-table__wrap {
  max-width: 1100px;
  margin: 0 auto 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow-sm)
}

.ap-rcs-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  min-width: 640px
}

.ap-rcs-table thead th {
  position: sticky;
  top: 0;
  background: var(--ink);
  color: var(--paper);
  text-align: left;
  padding: 14px 18px;
  font-weight: 700;
  font-size: 12.5px
}

.ap-rcs-table tbody td {
  padding: 13px 18px;
  border-bottom: 1px solid var(--line);
  color: var(--body)
}

.ap-rcs-table tbody tr:last-child td {
  border-bottom: none
}

.ap-rcs-table tbody tr:nth-child(even) {
  background: #fafaf8
}

.ap-rcs-table tbody td:nth-child(3) {
  color: var(--red);
  font-weight: 700
}

.ap-rcs-compare__note {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--body)
}

.ap-rcs-compare__note strong {
  color: var(--ink)
}

.ap-rcs-usecases {
  padding: 64px 5vw;
  background: var(--paper)
}

.ap-rcs-usecases__sub {
  font-size: 14px;
  line-height: 1.75;
  color: var(--muted);
  margin: 0
}

.ap-rcs-usecases__grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px
}

.ap-rcs-usecase {
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  padding: 22px 20px;
  transition: transform .25s ease, box-shadow .25s ease
}

.ap-rcs-usecase:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-sm)
}

.ap-rcs-usecase h3 {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--ink);
  margin: 0 0 8px
}

.ap-rcs-usecase p {
  font-size: 12.5px;
  line-height: 1.65;
  color: var(--muted);
  margin: 0
}

.ap-rcs-usecases__note {
  max-width: 850px;
  margin: 26px auto 0;
  text-align: center;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--body);
  background: rgba(224, 31, 46, .06);
  border: 1px solid rgba(224, 31, 46, .2);
  border-radius: 14px;
  padding: 16px 22px
}

.ap-rcs-services {
  padding: 64px 5vw;
  background: var(--ink)
}

.ap-rcs-services__sub {
  font-size: 14px;
  line-height: 1.7;
  color: #cfcfcf;
  margin: 0
}

.ap-rcs-services__grid {
  max-width: 1150px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px
}

.ap-rcs-service {
  position: relative;
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-md);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  transition: transform .25s ease, background .25s ease, border-color .25s ease
}

.ap-rcs-service:hover {
  transform: translateY(-4px);
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255, 196, 0, .3)
}

.ap-rcs-service__num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .06em;
  color: var(--yellow);
  margin-bottom: 10px
}

.ap-rcs-service h3 {
  font-size: 14.5px;
  font-weight: 800;
  color: var(--paper);
  margin: 0 0 8px
}

.ap-rcs-service p {
  font-size: 12px;
  line-height: 1.65;
  color: var(--faint);
  margin: 0
}

.ap-rcs-faq {
  padding: 64px 5vw;
  background: var(--paper-2)
}

.ap-rcs-faq__list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.ap-rcs-faq__item {
  background: var(--paper);
  border: 1px solid var(--line);
  border-left: 3px solid transparent;
  border-radius: var(--r-sm);
  padding: 16px 20px;
  transition: border-color .25s ease
}

.ap-rcs-faq__item[open] {
  border-left-color: var(--red)
}

.ap-rcs-faq__item summary {
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px
}

.ap-rcs-faq__item summary h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin: 0
}

.ap-rcs-faq__item summary::-webkit-details-marker {
  display: none
}

.ap-rcs-faq__item summary::after {
  content: "+";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--red);
  color: var(--paper);
  font-size: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center
}

.ap-rcs-faq__item[open] summary::after {
  content: "–"
}

.ap-rcs-faq__item p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--muted);
  margin: 12px 0 0
}

.ap-rcs-cta {
  position: relative;
  padding: 64px 5vw;
  background: var(--ink-2);
  text-align: center;
  overflow: hidden
}

.ap-rcs-cta__glow {
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 420px;
  height: 280px;
  background: rgba(224, 31, 46, .28);
  filter: blur(80px);
  border-radius: 50%;
  pointer-events: none
}

.ap-rcs-cta__inner {
  position: relative;
  max-width: 600px;
  margin: 0 auto
}

.ap-rcs-cta__title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--paper);
  margin: 0 0 12px
}

.ap-rcs-cta__text {
  font-size: 14px;
  color: #cfcfcf;
  margin: 0 0 26px
}

.ap-rcs-contact {
  padding: 64px 5vw 70px;
  background: var(--paper-2)
}

.ap-rcs-contact__grid {
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 28px;
  align-items: stretch
}

.ap-rcs-contact__info {
  background: var(--ink);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  overflow: hidden
}

.ap-rcs-contact__info::before {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 196, 0, .25), transparent 70%);
  pointer-events: none
}

.ap-rcs-contact__info-eyebrow {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--yellow);
  background: rgba(255, 196, 0, .12);
  padding: 5px 14px;
  border-radius: 99px;
  width: fit-content
}

.ap-rcs-contact__info-title {
  position: relative;
  font-size: 20px;
  font-weight: 800;
  color: var(--paper);
  margin: 6px 0 0
}

.ap-rcs-contact__info-text {
  position: relative;
  font-size: 12.5px;
  line-height: 1.7;
  color: var(--faint);
  margin: 0 0 8px
}

.ap-rcs-contact__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px
}

.ap-rcs-contact__icon {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: var(--yellow);
  display: flex;
  align-items: center;
  justify-content: center
}

.ap-rcs-contact__item strong {
  display: block;
  font-size: 12.5px;
  color: var(--paper);
  margin-bottom: 2px
}

.ap-rcs-contact__item span,
.ap-rcs-contact__item a {
  font-size: 12.5px;
  color: var(--faint);
  text-decoration: none
}

.ap-rcs-contact__item a:hover {
  color: var(--yellow)
}

.ap-rcs-contact__socials {
  position: relative;
  display: flex;
  gap: 10px;
  margin-top: 8px
}

.ap-rcs-contact__socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .08);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s ease, transform .25s ease
}

.ap-rcs-contact__socials a:hover {
  background: var(--yellow);
  color: var(--ink);
  transform: translateY(-3px)
}

.ap-rcs-form {
  background: var(--paper);
  border-radius: var(--r-lg);
  padding: 32px 28px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line)
}

.ap-rcs-input {
  width: 100%;
  font-family: inherit;
  font-size: 13.5px;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px 15px;
  margin-bottom: 13px;
  box-sizing: border-box;
  transition: border-color .2s ease, background .2s ease
}

.ap-rcs-input:focus {
  outline: none;
  border-color: var(--red);
  background: var(--paper)
}

.ap-rcs-textarea {
  resize: vertical;
  min-height: 90px
}

.ap-rcs-form__submit {
  width: 100%;
  justify-content: center
}

@media (max-width:1024px) {
  .ap-rcs-hero__grid {
    grid-template-columns: 1fr
  }

  .ap-rcs-hero__media {
    order: -1;
    aspect-ratio: 16/9
  }

  .ap-rcs-power__grid {
    grid-template-columns: 1fr
  }

  .ap-rcs-steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .ap-rcs-features__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ap-rcs-usecases__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ap-rcs-services__grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .ap-rcs-contact__grid {
    grid-template-columns: 1fr
  }
}

@media (max-width:768px) {

  .ap-rcs-hero,
  .ap-rcs-about,
  .ap-rcs-power,
  .ap-rcs-features,
  .ap-rcs-compare,
  .ap-rcs-usecases,
  .ap-rcs-services,
  .ap-rcs-faq,
  .ap-rcs-cta,
  .ap-rcs-contact {
    padding-left: 6vw;
    padding-right: 6vw
  }

  .ap-rcs-hero {
    padding-top: 56px;
    padding-bottom: 56px
  }

  .ap-rcs-hero__badge {
    left: 12px;
    bottom: 12px;
    padding: 10px 14px
  }
}

@media (max-width:480px) {
  .ap-rcs-steps {
    grid-template-columns: 1fr
  }

  .ap-rcs-features__grid {
    grid-template-columns: 1fr
  }

  .ap-rcs-usecases__grid {
    grid-template-columns: 1fr
  }

  .ap-rcs-services__grid {
    grid-template-columns: 1fr
  }

  .ap-btn {
    width: 100%;
    justify-content: center
  }

  .ap-rcs-hero__actions {
    flex-direction: column
  }
}

@media (prefers-reduced-motion:reduce) {
  .ap-reveal {
    transition: none;
    opacity: 1;
    transform: none
  }

  .ap-rcs-feature,
  .ap-rcs-usecase,
  .ap-rcs-service,
  .ap-rcs-step,
  .ap-rcs-stat,
  .ap-btn {
    transition: none
  }
}