.rcw-free-trial-page,
.rcw-free-trial-page * {
  box-sizing: border-box;
}

.rcw-free-trial-page {
  --rcw-red: #e81c1c;
  --rcw-red-dark: #ab1111;
  --rcw-red-dim: rgba(232, 28, 28, 0.12);
  --rcw-red-border: rgba(232, 28, 28, 0.3);
  --rcw-bg: #0d0d0d;
  --rcw-surface: #161616;
  --rcw-surface-2: #1e1e1e;
  --rcw-border: rgba(255, 255, 255, 0.08);
  --rcw-border-subtle: rgba(255, 255, 255, 0.05);
  --rcw-white: #f2f2f2;
  --rcw-muted: #888888;
  --rcw-font-head: 'Montserrat', sans-serif;
  --rcw-font-body: 'Inter', sans-serif;
  width: 100vw;
  max-width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--rcw-white);
  background: var(--rcw-bg);
  font-family: var(--rcw-font-body);
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body:has(.rcw-free-trial-page) .entry-title.main_title,
body:has(.rcw-free-trial-page) .wp-block-post-title,
body:has(.rcw-free-trial-page) .page-title,
body.rcw-free-trial-active .entry-title.main_title,
body.rcw-free-trial-active .wp-block-post-title,
body.rcw-free-trial-active .page-title {
  display: none !important;
}

body:has(.rcw-free-trial-page) #main-content > .container,
body:has(.rcw-free-trial-page) #content-area,
body:has(.rcw-free-trial-page) #left-area,
body:has(.rcw-free-trial-page) .entry-content,
body.rcw-free-trial-active #main-content > .container,
body.rcw-free-trial-active #content-area,
body.rcw-free-trial-active #left-area,
body.rcw-free-trial-active .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body:has(.rcw-free-trial-page) #left-area,
body.rcw-free-trial-active #left-area {
  float: none !important;
}

body:has(.rcw-free-trial-page) #sidebar,
body.rcw-free-trial-active #sidebar {
  display: none !important;
}

.rcw-free-trial-page a {
  color: inherit;
}

.rcw-free-trial-page em {
  color: var(--rcw-red);
  font-style: italic;
}

.rcw-free-trial-page p,
.rcw-free-trial-page h1,
.rcw-free-trial-page h2,
.rcw-free-trial-page h3 {
  margin: 0;
  padding: 0;
}

.rcw-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 9vw, 112px) clamp(20px, 4vw, 40px) clamp(58px, 7vw, 84px);
  text-align: center;
}

.rcw-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(232, 28, 28, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.rcw-hero > * {
  position: relative;
  z-index: 1;
}

.rcw-hero-step {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: clamp(24px, 3vw, 32px);
  border: 1px solid var(--rcw-red-border);
  border-radius: 999px;
  padding: 6px 16px;
  color: var(--rcw-red);
  background: var(--rcw-red-dim);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rcw-hero-step__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rcw-red);
}

.rcw-trial-step {
  margin-bottom: 18px;
}

.rcw-hero h1 {
  color: var(--rcw-white);
  font-family: var(--rcw-font-head);
  font-size: clamp(42px, 7vw, 80px);
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1;
  text-transform: uppercase;
}

.rcw-hero-sub {
  max-width: 540px;
  margin: 24px auto 0 !important;
  color: var(--rcw-muted);
  font-size: clamp(16px, 1.5vw, 17px);
  line-height: 1.6;
}

.rcw-hero-sub strong {
  color: var(--rcw-white);
  font-weight: 600;
}

.rcw-section {
  padding: clamp(60px, 7vw, 80px) clamp(20px, 4vw, 40px);
}

.rcw-section-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
}

.rcw-section-label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--rcw-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rcw-section-heading {
  margin-bottom: 16px !important;
  color: var(--rcw-white) !important;
  font-family: var(--rcw-font-head);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.05;
  text-transform: uppercase;
}

.rcw-trial-section {
  border-top: 1px solid var(--rcw-border);
  border-bottom: 1px solid var(--rcw-border);
  background: var(--rcw-surface);
}

.rcw-trial-copy {
  max-width: 720px;
  margin-bottom: clamp(30px, 4vw, 40px) !important;
  color: var(--rcw-muted);
  font-size: 15px;
  line-height: 1.65;
}

.rcw-trial-copy strong {
  color: var(--rcw-white);
  font-weight: 600;
}

.rcw-path-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rcw-path-card {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid var(--rcw-border);
  border-radius: 16px;
  color: var(--rcw-white) !important;
  text-decoration: none !important;
  background: var(--rcw-surface-2);
  cursor: pointer;
  transform: translateY(0);
  transition: border-color 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.rcw-path-card:hover,
.rcw-path-card:focus-visible {
  border-color: rgba(232, 28, 28, 0.4);
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.28);
  transform: translateY(-3px);
}

.rcw-path-card:focus-visible,
.rcw-faq-question:focus-visible {
  outline: 3px solid rgba(232, 28, 28, 0.7);
  outline-offset: 4px;
}

.rcw-path-card__img {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #101010;
}

.rcw-path-card__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.85) contrast(1.05);
  transform: scale(1);
  transition: transform 0.4s ease;
}

.rcw-path-card:hover .rcw-path-card__img img,
.rcw-path-card:focus-visible .rcw-path-card__img img {
  transform: scale(1.04);
}

.rcw-path-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 5px 12px;
  color: #fff;
  background: var(--rcw-red);
  font-family: var(--rcw-font-head);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.rcw-path-card__body {
  display: block;
  padding: 24px 28px 28px;
}

.rcw-path-card__label {
  display: block;
  margin-bottom: 8px;
  color: var(--rcw-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

.rcw-path-card__title {
  display: block;
  margin-bottom: 12px;
  color: var(--rcw-white);
  font-family: var(--rcw-font-head);
  font-size: clamp(22px, 3vw, 24px);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
  text-transform: uppercase;
}

.rcw-path-card__desc {
  display: block;
  margin-bottom: 20px;
  color: var(--rcw-muted);
  font-size: 14px;
  line-height: 1.6;
}

.rcw-path-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid var(--rcw-border);
  padding-bottom: 2px;
  color: var(--rcw-white);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.rcw-path-card__cta svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rcw-path-card:hover .rcw-path-card__cta,
.rcw-path-card:focus-visible .rcw-path-card__cta {
  border-color: var(--rcw-red-border);
  color: var(--rcw-red);
}

.rcw-next-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(44px, 7vw, 80px);
  align-items: center;
}

.rcw-next-image-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 5;
  background: #111111;
}

.rcw-next-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.88) contrast(1.05);
}

.rcw-next-image-accent {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--rcw-red);
}

.rcw-steps-list {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.rcw-step-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0 24px;
  padding-bottom: 40px;
  position: relative;
}

.rcw-step-item:last-child {
  padding-bottom: 0;
}

.rcw-step-num-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rcw-step-num {
  display: flex;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rcw-red-border);
  border-radius: 10px;
  color: var(--rcw-red);
  background: var(--rcw-red-dim);
  font-family: var(--rcw-font-head);
  font-size: 15px;
  font-weight: 900;
}

.rcw-step-line {
  flex: 1;
  width: 1px;
  margin-top: 12px;
  background: var(--rcw-border);
}

.rcw-step-content {
  padding-top: 10px;
}

.rcw-step-title {
  margin-bottom: 8px !important;
  color: var(--rcw-white) !important;
  font-family: var(--rcw-font-head);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.25;
  text-transform: uppercase;
}

.rcw-step-desc {
  color: var(--rcw-muted);
  font-size: 15px;
  line-height: 1.6;
}

.rcw-bring-section {
  position: relative;
  overflow: hidden;
  padding: 0;
}

.rcw-bring-bg {
  display: flex;
  min-height: 430px;
  align-items: center;
  background:
    linear-gradient(105deg, #0d0d0d 0%, #0d0d0d 45%, rgba(13, 13, 13, 0.28) 100%),
    url('https://rivercitywarrior.com/wp-content/uploads/2025/05/Muay-Thai-Exmaple-Edited.webp') center / cover no-repeat;
}

.rcw-bring-content {
  display: grid;
  width: min(1100px, 100%);
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 5vw, 60px);
  align-items: center;
  margin: 0 auto;
  padding: clamp(70px, 8vw, 92px) clamp(20px, 4vw, 40px);
}

.rcw-bring-desc {
  max-width: 430px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  line-height: 1.75;
}

.rcw-bring-desc span {
  color: var(--rcw-white);
  font-weight: 500;
}

.rcw-bring-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rcw-bring-pill {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--rcw-border);
  border-radius: 10px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(10px);
}

.rcw-bring-pill__icon {
  display: flex;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--rcw-red-dim);
}

.rcw-bring-pill__icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--rcw-red);
  stroke-width: 2;
}

.rcw-bring-pill__text {
  color: var(--rcw-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.rcw-bring-pill__sub {
  margin-top: 1px;
  color: var(--rcw-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.rcw-faq-section {
  border-top: 1px solid var(--rcw-border);
  background: var(--rcw-surface);
}

.rcw-faq-list {
  display: flex;
  flex-direction: column;
  margin-top: 48px;
}

.rcw-faq-item {
  overflow: hidden;
  border-top: 1px solid var(--rcw-border);
}

.rcw-faq-item:last-child {
  border-bottom: 1px solid var(--rcw-border);
}

.rcw-faq-question {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  padding: 24px 0;
  color: inherit;
  background: none;
  cursor: pointer;
  text-align: left;
}

.rcw-faq-q-text {
  color: var(--rcw-white);
  font-family: var(--rcw-font-head);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.35;
  text-transform: uppercase;
}

.rcw-faq-icon {
  display: flex;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--rcw-border);
  border-radius: 6px;
  background: var(--rcw-surface-2);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.rcw-faq-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: var(--rcw-muted);
  stroke-width: 2.5;
  stroke-linecap: round;
  transition: transform 0.3s ease, stroke 0.2s ease;
}

.rcw-faq-item.is-open .rcw-faq-icon {
  border-color: var(--rcw-red-border);
  background: var(--rcw-red-dim);
}

.rcw-faq-item.is-open .rcw-faq-icon svg {
  stroke: var(--rcw-red);
  transform: rotate(45deg);
}

.rcw-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.rcw-faq-answer-inner {
  max-width: 680px;
  padding: 0 0 28px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
  line-height: 1.7;
}

.rcw-faq-item.is-open .rcw-faq-answer {
  max-height: 260px;
}

.rcw-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.rcw-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.rcw-reveal-delay-1 {
  transition-delay: 0.1s;
}

.rcw-reveal-delay-2 {
  transition-delay: 0.2s;
}

.rcw-reveal-delay-3 {
  transition-delay: 0.3s;
}

@media (max-width: 900px) {
  .rcw-next-grid,
  .rcw-bring-content {
    grid-template-columns: 1fr;
  }

  .rcw-next-image-wrap {
    aspect-ratio: 16 / 9;
  }

  .rcw-bring-bg {
    background:
      linear-gradient(180deg, #0d0d0d 0%, rgba(13, 13, 13, 0.9) 100%),
      url('https://rivercitywarrior.com/wp-content/uploads/2025/04/Juan-is-great-at-rolling-punches.webp') center / cover no-repeat;
  }

  .rcw-path-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .rcw-free-trial-page {
    font-size: 15px;
  }

  .rcw-hero {
    padding-top: 58px;
  }

  .rcw-path-cards {
    gap: 18px;
  }

  .rcw-path-card {
    border-radius: 12px;
  }

  .rcw-path-card__body {
    padding: 22px;
  }

  .rcw-step-item {
    grid-template-columns: 46px 1fr;
    gap: 0 18px;
    padding-bottom: 34px;
  }

  .rcw-step-num {
    width: 42px;
    height: 42px;
    border-radius: 9px;
    font-size: 13px;
  }

  .rcw-bring-pill {
    align-items: flex-start;
    padding: 15px;
  }

  .rcw-faq-question {
    padding: 22px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .rcw-reveal,
  .rcw-path-card,
  .rcw-path-card__img img,
  .rcw-faq-answer,
  .rcw-faq-icon,
  .rcw-faq-icon svg {
    transition: none;
  }

  .rcw-reveal {
    opacity: 1;
    transform: none;
  }
}
