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

.yt-rp-features {
  position: relative;
  overflow: hidden;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
  background: #ffffff;
}

.yt-rp-features,
.yt-rp-features div,
.yt-rp-features section,
.yt-rp-features h1,
.yt-rp-features h2,
.yt-rp-features h3,
.yt-rp-features p,
.yt-rp-features a,
.yt-rp-features span,
.yt-rp-features ul,
.yt-rp-features li,
.yt-rp-features button,
.yt-rp-features table,
.yt-rp-features th,
.yt-rp-features td {
  box-sizing: border-box;
}

.yt-rp-features a {
  text-decoration: none;
}

.yt-rp-features-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.yt-rp-features-hero {
  padding: 112px 0 78px;
  background:
    radial-gradient(circle at 10% 12%, rgba(99, 102, 241, 0.14), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(6, 182, 212, 0.16), transparent 32%),
    linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.yt-rp-features-hero .yt-rp-features-shell {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 56px;
  align-items: center;
}

.yt-rp-features-hero-content {
  text-align: left;
}

.yt-rp-features-badge,
.yt-rp-features-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4f46e5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(99, 102, 241, 0.16);
  box-shadow: 0 16px 42px rgba(99, 102, 241, 0.10);
}

.yt-rp-features-badge {
  padding: 10px 16px;
  border-radius: 999px;
  animation: yt-rp-features-float 5s ease-in-out infinite;
}

.yt-rp-features-badge-icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: #ffffff;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
}

.yt-rp-features-kicker {
  padding: 8px 13px;
  border-radius: 999px;
  margin-bottom: 18px;
}

.yt-rp-features-hero-title {
  margin: 24px 0 20px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: 0;
}

.yt-rp-features-hero-title span,
.yt-rp-features-section-head h2 span {
  color: transparent;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
}

.yt-rp-features-hero-text,
.yt-rp-features-section-head p,
.yt-rp-features-copy p,
.yt-rp-features-card p,
.yt-rp-features-use-grid p,
.yt-rp-features-testimonial p,
.yt-rp-features-accordion p,
.yt-rp-features-cta-content p {
  color: #64748b;
  font-size: 16px;
  line-height: 1.75;
}

.yt-rp-features-hero-text {
  max-width: 650px;
  margin: 0 0 30px;
  font-size: 18px;
}

.yt-rp-features-hero-actions,
.yt-rp-features-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.yt-rp-features-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 15px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.yt-rp-features-btn:hover {
  transform: translateY(-3px);
}

.yt-rp-features-btn-primary {
  color: #ffffff;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  box-shadow: 0 18px 38px rgba(99, 102, 241, 0.28);
}

.yt-rp-features-btn-secondary {
  color: #111827;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.28);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

.yt-rp-features-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
}

.yt-rp-features-hero-visual {
  position: relative;
  min-height: 450px;
}

.yt-rp-features-browser,
.yt-rp-features-card,
.yt-rp-features-use-grid > div,
.yt-rp-features-testimonial,
.yt-rp-features-table-wrap,
.yt-rp-features-accordion-item,
.yt-rp-features-visual > div {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(148, 163, 184, 0.22);
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
  backdrop-filter: blur(16px);
}

.yt-rp-features-browser {
  position: relative;
  border-radius: 28px;
  padding: 18px;
  transform: rotate(1.5deg);
}

.yt-rp-features-browser-top {
  display: flex;
  gap: 8px;
  padding: 6px 4px 16px;
}

.yt-rp-features-browser-top span {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #cbd5e1;
}

.yt-rp-features-browser-top span:nth-child(1) {
  background: #6366f1;
}

.yt-rp-features-browser-top span:nth-child(2) {
  background: #8b5cf6;
}

.yt-rp-features-browser-top span:nth-child(3) {
  background: #06b6d4;
}

.yt-rp-features-video-card {
  position: relative;
  min-height: 250px;
  border-radius: 22px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(99, 102, 241, 0.16), rgba(6, 182, 212, 0.12)),
    #f8fafc;
}

.yt-rp-features-video-glow {
  position: absolute;
  inset: 26px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.34), rgba(6, 182, 212, 0.22));
  filter: blur(24px);
}

.yt-rp-features-repeat-icon {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-items: center;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  box-shadow: 0 18px 36px rgba(99, 102, 241, 0.32);
  animation: yt-rp-features-pulse 2.6s ease-in-out infinite;
}

.yt-rp-features-control-line {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 32px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
}

.yt-rp-features-control-line span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
}

.yt-rp-features-control-dots {
  position: absolute;
  left: 26px;
  bottom: 58px;
  display: flex;
  gap: 8px;
}

.yt-rp-features-control-dots i {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(99, 102, 241, 0.34);
}

.yt-rp-features-browser-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 16px;
}

.yt-rp-features-browser-grid div {
  padding: 18px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.yt-rp-features-browser-grid strong,
.yt-rp-features-browser-grid small {
  display: block;
}

.yt-rp-features-browser-grid strong {
  font-size: 15px;
}

.yt-rp-features-browser-grid small {
  margin-top: 5px;
  color: #64748b;
}

.yt-rp-features-floating-card {
  position: absolute;
  z-index: 2;
  padding: 14px 18px;
  border-radius: 18px;
  color: #111827;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(148, 163, 184, 0.24);
  box-shadow: 0 18px 44px rgba(15, 23, 42, 0.12);
  animation: yt-rp-features-float 4.8s ease-in-out infinite;
}

.yt-rp-features-floating-one {
  top: 56px;
  right: -12px;
}

.yt-rp-features-floating-two {
  bottom: 48px;
  left: -18px;
  animation-delay: 1s;
}

.yt-rp-features-overview,
.yt-rp-features-showcase,
.yt-rp-features-use,
.yt-rp-features-comparison,
.yt-rp-features-testimonials,
.yt-rp-features-faq {
  padding: 96px 0;
}

.yt-rp-features-soft,
.yt-rp-features-benefits,
.yt-rp-features-comparison,
.yt-rp-features-faq {
  background: #f8fafc;
}

.yt-rp-features-section-head {
  max-width: 760px;
  margin: 0 auto 46px;
  text-align: center;
}

.yt-rp-features-section-head h2,
.yt-rp-features-copy h2,
.yt-rp-features-cta-content h2 {
  margin: 0;
  color: #111827;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.yt-rp-features-section-head p {
  margin: 16px auto 0;
  max-width: 620px;
}

.yt-rp-features-card-grid,
.yt-rp-features-use-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.yt-rp-features-card,
.yt-rp-features-use-grid > div {
  border-radius: 24px;
  padding: 30px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.yt-rp-features-card:hover,
.yt-rp-features-use-grid > div:hover,
.yt-rp-features-testimonial:hover {
  transform: translateY(-8px);
  border-color: rgba(99, 102, 241, 0.32);
  box-shadow: 0 30px 80px rgba(99, 102, 241, 0.15);
}

.yt-rp-features-card span,
.yt-rp-features-use-grid span {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  border-radius: 18px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 800;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  box-shadow: 0 14px 30px rgba(99, 102, 241, 0.22);
}

.yt-rp-features-card h3,
.yt-rp-features-use-grid h3 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 800;
}

.yt-rp-features-card p,
.yt-rp-features-use-grid p {
  margin: 0;
}

.yt-rp-features-split,
.yt-rp-features-benefit-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 58px;
  align-items: center;
}

.yt-rp-features-copy p {
  margin: 18px 0 22px;
  max-width: 570px;
}

.yt-rp-features-copy ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.yt-rp-features-copy li {
  color: #334155;
  font-weight: 700;
}

.yt-rp-features-visual {
  min-height: 360px;
}

.yt-rp-features-loop-mockup,
.yt-rp-features-learn-mockup,
.yt-rp-features-workflow-mockup,
.yt-rp-features-device-mockup {
  position: relative;
  min-height: 360px;
  border-radius: 30px;
  overflow: hidden;
}

.yt-rp-features-loop-mockup {
  background: linear-gradient(145deg, #ffffff, #eef2ff);
}

.yt-rp-features-loop-mockup div {
  position: absolute;
  left: 38px;
  right: 38px;
  top: 44px;
  height: 190px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), rgba(6, 182, 212, 0.18));
}

.yt-rp-features-loop-mockup span {
  position: absolute;
  top: 106px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  margin-left: -44px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 38px;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  animation: yt-rp-features-spin-soft 6s linear infinite;
}

.yt-rp-features-loop-mockup i {
  position: absolute;
  left: 44px;
  right: 44px;
  bottom: 62px;
  height: 13px;
  border-radius: 999px;
  background: linear-gradient(90deg, #6366f1 64%, #e2e8f0 64%);
}

.yt-rp-features-learn-mockup div {
  position: absolute;
  left: 34px;
  right: 34px;
  top: 34px;
  height: 150px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.18), rgba(6, 182, 212, 0.14));
}

.yt-rp-features-learn-mockup span {
  position: absolute;
  left: 42px;
  right: 42px;
  top: 215px;
  height: 12px;
  border-radius: 999px;
  background: #e2e8f0;
}

.yt-rp-features-learn-mockup span i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
}

.yt-rp-features-learn-mockup b {
  position: absolute;
  bottom: 44px;
  width: 38%;
  height: 64px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.yt-rp-features-learn-mockup b:nth-of-type(1) {
  left: 42px;
}

.yt-rp-features-learn-mockup b:nth-of-type(2) {
  right: 42px;
}

.yt-rp-features-workflow-mockup span {
  position: absolute;
  left: 52px;
  right: 52px;
  height: 58px;
  border-radius: 18px;
  background: #f8fafc;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.yt-rp-features-workflow-mockup span:nth-child(1) {
  top: 54px;
}

.yt-rp-features-workflow-mockup span:nth-child(2) {
  top: 134px;
}

.yt-rp-features-workflow-mockup span:nth-child(3) {
  top: 214px;
}

.yt-rp-features-workflow-mockup div {
  position: absolute;
  left: 52px;
  bottom: 44px;
  width: 170px;
  height: 48px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
}

.yt-rp-features-device-mockup div {
  position: absolute;
  left: 36px;
  top: 54px;
  width: 68%;
  height: 220px;
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.20), rgba(6, 182, 212, 0.15));
}

.yt-rp-features-device-mockup span {
  position: absolute;
  right: 44px;
  bottom: 50px;
  width: 120px;
  height: 190px;
  border-radius: 28px;
  background: #ffffff;
  border: 10px solid #111827;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.yt-rp-features-device-mockup i {
  position: absolute;
  left: 72px;
  bottom: 54px;
  width: 220px;
  height: 12px;
  border-radius: 999px;
  background: #cbd5e1;
}

.yt-rp-features-benefits {
  padding: 96px 0;
}

.yt-rp-features-benefit-box {
  padding: 54px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 85% 22%, rgba(6, 182, 212, 0.16), transparent 32%),
    #ffffff;
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 28px 80px rgba(15, 23, 42, 0.08);
}

.yt-rp-features-benefit-visual {
  position: relative;
  min-height: 330px;
}

.yt-rp-features-benefit-visual div {
  position: absolute;
  inset: 40px;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.18), rgba(6, 182, 212, 0.18));
}

.yt-rp-features-benefit-visual span {
  position: absolute;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(148, 163, 184, 0.20);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.10);
}

.yt-rp-features-benefit-visual span:nth-child(2) {
  width: 160px;
  height: 78px;
  left: 18px;
  top: 60px;
}

.yt-rp-features-benefit-visual span:nth-child(3) {
  width: 190px;
  height: 92px;
  right: 18px;
  bottom: 58px;
}

.yt-rp-features-use-grid {
  grid-template-columns: repeat(4, 1fr);
}

.yt-rp-features-table-wrap {
  overflow-x: auto;
  border-radius: 26px;
}

.yt-rp-features-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  background: #ffffff;
}

.yt-rp-features-table th,
.yt-rp-features-table td {
  padding: 24px;
  text-align: left;
  border-bottom: 1px solid rgba(148, 163, 184, 0.18);
  color: #334155;
}

.yt-rp-features-table th {
  color: #111827;
  font-size: 15px;
  font-weight: 800;
  background: #f8fafc;
}

.yt-rp-features-table th:nth-child(2),
.yt-rp-features-table td:nth-child(2) {
  color: #4f46e5;
  font-weight: 800;
  background: rgba(99, 102, 241, 0.06);
}

.yt-rp-features-carousel {
  overflow: hidden;
  width: 100%;
}

.yt-rp-features-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: yt-rp-features-marquee 38s linear infinite;
}

.yt-rp-features-carousel:hover .yt-rp-features-track {
  animation-play-state: paused;
}

.yt-rp-features-testimonial {
  width: 330px;
  min-height: 260px;
  flex: 0 0 auto;
  padding: 24px;
  border-radius: 24px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.yt-rp-features-testimonial img {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  object-fit: cover;
  margin-bottom: 14px;
}

.yt-rp-features-testimonial strong,
.yt-rp-features-testimonial small,
.yt-rp-features-testimonial span {
  display: block;
}

.yt-rp-features-testimonial strong {
  font-size: 16px;
  color: #111827;
}

.yt-rp-features-testimonial small {
  margin: 4px 0 10px;
  color: #64748b;
}

.yt-rp-features-testimonial span {
  color: #8b5cf6;
  letter-spacing: 0;
  margin-bottom: 10px;
}

.yt-rp-features-testimonial p {
  margin: 0;
}

.yt-rp-features-accordion {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.yt-rp-features-accordion-item {
  border-radius: 20px;
  overflow: hidden;
}

.yt-rp-features-accordion-item button {
  width: 100%;
  padding: 22px 24px;
  border: 0;
  background: transparent;
  color: #111827;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  text-align: left;
}

.yt-rp-features-accordion-item button::after {
  content: "+";
  float: right;
  color: #6366f1;
  font-size: 22px;
  line-height: 1;
}

.yt-rp-features-accordion-item.is-open button::after {
  content: "−";
}

.yt-rp-features-accordion-item > div {
  display: none;
  padding: 0 24px 22px;
}

.yt-rp-features-accordion-item.is-open > div {
  display: block;
}

.yt-rp-features-accordion p {
  margin: 0;
}

.yt-rp-features-final-cta {
  padding: 96px 0 112px;
  background: #ffffff;
}

.yt-rp-features-cta-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 0.65fr;
  gap: 34px;
  align-items: center;
  min-height: 360px;
  padding: 60px;
  border-radius: 34px;
  color: #ffffff;
  background:
    radial-gradient(circle at 86% 16%, rgba(255, 255, 255, 0.22), transparent 26%),
    linear-gradient(135deg, #6366f1, #06b6d4);
  box-shadow: 0 30px 90px rgba(99, 102, 241, 0.28);
}

.yt-rp-features-cta-content {
  position: relative;
  z-index: 2;
}

.yt-rp-features-cta-content h2,
.yt-rp-features-cta-content p {
  color: #ffffff;
}

.yt-rp-features-cta-content p {
  max-width: 620px;
  opacity: 0.9;
}

.yt-rp-features-btn-light {
  color: #4f46e5;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.15);
}

.yt-rp-features-btn-ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.yt-rp-features-cta-visual {
  position: relative;
  z-index: 2;
  min-height: 230px;
}

.yt-rp-features-cta-visual div {
  position: absolute;
  inset: 20px 24px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.yt-rp-features-cta-visual span {
  position: absolute;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.24);
}

.yt-rp-features-cta-visual span:nth-child(2) {
  width: 120px;
  height: 62px;
  top: 6px;
  right: 0;
}

.yt-rp-features-cta-visual span:nth-child(3) {
  width: 160px;
  height: 76px;
  bottom: 0;
  left: 10px;
}

.yt-rp-features [data-yt-rp-features-aos] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}

.yt-rp-features [data-yt-rp-features-aos="fade-left"] {
  transform: translateX(34px);
}

.yt-rp-features [data-yt-rp-features-aos="fade-right"] {
  transform: translateX(-34px);
}

.yt-rp-features [data-yt-rp-features-aos="zoom-in"] {
  transform: scale(0.94);
}

.yt-rp-features [data-yt-rp-features-aos].yt-rp-features-in-view {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

@keyframes yt-rp-features-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes yt-rp-features-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.06); }
}

@keyframes yt-rp-features-spin-soft {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes yt-rp-features-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 1024px) {
  .yt-rp-features-hero .yt-rp-features-shell,
  .yt-rp-features-split,
  .yt-rp-features-benefit-box,
  .yt-rp-features-cta-box {
    grid-template-columns: 1fr;
  }

  .yt-rp-features-hero-content,
  .yt-rp-features-copy {
    text-align: center;
  }

  .yt-rp-features-hero-text,
  .yt-rp-features-copy p {
    margin-left: auto;
    margin-right: auto;
  }

  .yt-rp-features-hero-actions,
  .yt-rp-features-cta-actions,
  .yt-rp-features-highlight-row {
    justify-content: center;
  }

  .yt-rp-features-card-grid,
  .yt-rp-features-use-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .yt-rp-features-split-reverse .yt-rp-features-visual {
    order: 2;
  }

  .yt-rp-features-split-reverse .yt-rp-features-copy {
    order: 1;
  }
}

@media (max-width: 720px) {
  .yt-rp-features-shell {
    width: min(100% - 28px, 1180px);
  }

  .yt-rp-features-hero {
    padding: 78px 0 56px;
  }

  .yt-rp-features-overview,
  .yt-rp-features-showcase,
  .yt-rp-features-use,
  .yt-rp-features-comparison,
  .yt-rp-features-testimonials,
  .yt-rp-features-faq,
  .yt-rp-features-benefits,
  .yt-rp-features-final-cta {
    padding: 68px 0;
  }

  .yt-rp-features-card-grid,
  .yt-rp-features-use-grid {
    grid-template-columns: 1fr;
  }

  .yt-rp-features-btn {
    width: 100%;
    min-height: 50px;
  }

  .yt-rp-features-hero-visual,
  .yt-rp-features-visual {
    min-height: 330px;
  }

  .yt-rp-features-browser {
    border-radius: 22px;
    padding: 14px;
    transform: none;
  }

  .yt-rp-features-video-card {
    min-height: 210px;
  }

  .yt-rp-features-floating-card {
    display: none;
  }

  .yt-rp-features-benefit-box,
  .yt-rp-features-cta-box {
    padding: 30px 22px;
    border-radius: 26px;
  }

  .yt-rp-features-loop-mockup,
  .yt-rp-features-learn-mockup,
  .yt-rp-features-workflow-mockup,
  .yt-rp-features-device-mockup {
    min-height: 310px;
  }

  .yt-rp-features-testimonial {
    width: 290px;
  }
}