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

.yt-rp-about {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  color: #111827;
  font-family: "Inter", Arial, sans-serif;
}

.yt-rp-about,
.yt-rp-about * {
  box-sizing: border-box;
}

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

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

.yt-rp-about-hero {
  padding: 110px 0 86px;
  background:
    radial-gradient(circle at 18% 12%, rgba(99, 102, 241, .15), transparent 30%),
    radial-gradient(circle at 85% 20%, rgba(6, 182, 212, .16), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.yt-rp-about-hero .yt-rp-about-shell {
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  gap: 56px;
  align-items: center;
}

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

.yt-rp-about-badge,
.yt-rp-about-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: fit-content;
  color: #6366f1;
  background: rgba(99, 102, 241, .09);
  border: 1px solid rgba(99, 102, 241, .16);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 800;
}

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

.yt-rp-about h1,
.yt-rp-about h2,
.yt-rp-about h3,
.yt-rp-about p {
  margin-top: 0;
}

.yt-rp-about h1 {
  margin-bottom: 22px;
  margin-top: 24px;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
  font-weight: 900;
}

.yt-rp-about h1 span,
.yt-rp-about h2 span {
  background: linear-gradient(135deg, #6366f1, #06b6d4 48%, #8b5cf6);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.yt-rp-about h2 {
  margin-bottom: 18px;
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 900;
}

.yt-rp-about h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 850;
}

.yt-rp-about p {
  color: #64748b;
  font-size: 17px;
  line-height: 1.75;
}

.yt-rp-about-hero-content p {
  max-width: 650px;
  margin-bottom: 13px;
  font-size: 18px;
}

.yt-rp-about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

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

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

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

.yt-rp-about-btn-secondary {
  color: #111827;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(148, 163, 184, .28);
  box-shadow: 0 14px 32px rgba(15, 23, 42, .07);
}

.yt-rp-about-btn-light {
  color: #6366f1;
  background: #ffffff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, .16);
}

.yt-rp-about-btn-ghost {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .42);
  background: rgba(255, 255, 255, .11);
}

.yt-rp-about-trust {
  margin-top: 26px;
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
}

.yt-rp-about-hero-visual {
  position: relative;
  min-height: 465px;
}

.yt-rp-about-browser,
.yt-rp-about-illustration,
.yt-rp-about-visual-panel {
  border: 1px solid rgba(148, 163, 184, .22);
  border-radius: 30px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 30px 80px rgba(15, 23, 42, .12);
  backdrop-filter: blur(16px);
}

.yt-rp-about-browser {
  padding: 16px;
  transform: rotate(1deg);
}

.yt-rp-about-browser-top {
  display: flex;
  gap: 8px;
  padding: 7px 6px 15px;
}

.yt-rp-about-browser-top span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cbd5e1;
}

.yt-rp-about-browser-top span:first-child {
  background: #8b5cf6;
}

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

.yt-rp-about-video-card {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 260px;
  overflow: hidden;
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(17, 24, 39, .92), rgba(30, 41, 59, .86)),
    radial-gradient(circle, rgba(99, 102, 241, .5), transparent);
}

.yt-rp-about-video-card::before {
  content: "";
  position: absolute;
  inset: 42px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(99, 102, 241, .45), transparent 68%);
  animation: ytRpAboutPulse 4s ease-in-out infinite;
}

.yt-rp-about-play,
.yt-rp-about-repeat {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
}

.yt-rp-about-play {
  width: 82px;
  height: 82px;
  color: #ffffff;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  box-shadow: 0 18px 44px rgba(6, 182, 212, .35);
}

.yt-rp-about-repeat {
  position: absolute;
  right: 28px;
  top: 28px;
  width: 52px;
  height: 52px;
  color: #6366f1;
  background: rgba(255, 255, 255, .92);
  font-size: 24px;
  font-weight: 900;
}

.yt-rp-about-progress {
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: 24px;
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: rgba(255, 255, 255, .22);
}

.yt-rp-about-progress span {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #6366f1, #06b6d4);
}

.yt-rp-about-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.yt-rp-about-mini-grid div,
.yt-rp-about-float {
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(15, 23, 42, .08);
}

.yt-rp-about-mini-grid div {
  padding: 18px;
}

.yt-rp-about-mini-grid strong,
.yt-rp-about-mini-grid small {
  display: block;
}

.yt-rp-about-mini-grid strong {
  color: #111827;
}

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

.yt-rp-about-float {
  position: absolute;
  padding: 14px 18px;
  color: #111827;
  font-size: 14px;
  font-weight: 850;
  animation: ytRpAboutFloat 5s ease-in-out infinite;
}

.yt-rp-about-float-one {
  top: 70px;
  left: -18px;
}

.yt-rp-about-float-two {
  right: -10px;
  bottom: 70px;
  animation-delay: 1.2s;
}

.yt-rp-about-mission,
.yt-rp-about-values,
.yt-rp-about-audience,
.yt-rp-about-faq {
  padding: 92px 0;
  background: #ffffff;
}

.yt-rp-about-story,
.yt-rp-about-benefits,
.yt-rp-about-stats,
.yt-rp-about-testimonials {
  padding: 92px 0;
  background: #f8fafc;
}

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

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

.yt-rp-about-copy li {
  position: relative;
  padding-left: 30px;
  color: #334155;
  font-weight: 800;
}

.yt-rp-about-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #06b6d4;
  font-weight: 900;
}

.yt-rp-about-illustration,
.yt-rp-about-visual-panel {
  min-height: 390px;
  padding: 32px;
  background:
    radial-gradient(circle at top left, rgba(99, 102, 241, .15), transparent 42%),
    rgba(255, 255, 255, .86);
}

.yt-rp-about-flow {
  position: relative;
  height: 100%;
  min-height: 325px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(99, 102, 241, .08), rgba(6, 182, 212, .08));
}

.yt-rp-about-flow span {
  position: absolute;
  width: 130px;
  height: 70px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(15, 23, 42, .1);
}

.yt-rp-about-flow span:first-child {
  top: 38px;
  left: 34px;
}

.yt-rp-about-flow span:nth-child(2) {
  right: 34px;
  top: 122px;
}

.yt-rp-about-flow span:nth-child(3) {
  left: 72px;
  bottom: 42px;
}

.yt-rp-about-flow-center {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-items: center;
  width: 92px;
  height: 92px;
  color: #ffffff;
  border-radius: 50%;
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  font-size: 42px;
  font-weight: 900;
  box-shadow: 0 24px 48px rgba(99, 102, 241, .3);
}

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

.yt-rp-about-section-head .yt-rp-about-kicker {
  margin-bottom: 18px;
}

.yt-rp-about-card-grid,
.yt-rp-about-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.yt-rp-about-value-card,
.yt-rp-about-audience-card,
.yt-rp-about-time-card,
.yt-rp-about-stat-card,
.yt-rp-about-testimonial,
.yt-rp-about-accordion-item {
  border: 1px solid rgba(148, 163, 184, .2);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.yt-rp-about-value-card:hover,
.yt-rp-about-audience-card:hover,
.yt-rp-about-time-card:hover,
.yt-rp-about-stat-card:hover,
.yt-rp-about-testimonial:hover {
  transform: translateY(-7px);
  border-color: rgba(99, 102, 241, .32);
  box-shadow: 0 24px 58px rgba(15, 23, 42, .12);
}

.yt-rp-about-value-card,
.yt-rp-about-audience-card,
.yt-rp-about-time-card {
  padding: 28px;
}

.yt-rp-about-value-card span,
.yt-rp-about-audience-card span {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  color: #6366f1;
  border-radius: 18px;
  background: rgba(99, 102, 241, .09);
  font-size: 24px;
  font-weight: 900;
}

.yt-rp-about-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.yt-rp-about-time-card span {
  display: inline-block;
  margin-bottom: 20px;
  color: #6366f1;
  font-size: 28px;
  font-weight: 900;
}

.yt-rp-about-stack {
  display: grid;
  gap: 22px;
}

.yt-rp-about-stack div {
  min-height: 86px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(15, 23, 42, .09);
}

.yt-rp-about-stack div:nth-child(2) {
  margin-left: 42px;
  background: linear-gradient(135deg, rgba(99, 102, 241, .14), rgba(6, 182, 212, .12));
}

.yt-rp-about-stack div:nth-child(3) {
  width: 72%;
}

.yt-rp-about-stat-card {
  padding: 30px 22px;
  text-align: center;
}

.yt-rp-about-stat-card strong,
.yt-rp-about-stat-card span {
  display: inline-block;
  color: #111827;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1;
  font-weight: 900;
}

.yt-rp-about-stat-card span {
  background: linear-gradient(135deg, #6366f1, #06b6d4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.yt-rp-about-stat-card p {
  margin: 14px auto 0;
  font-size: 15px;
  font-weight: 750;
}

.yt-rp-about-marquee {
  overflow: hidden;
}

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

.yt-rp-about-marquee:hover .yt-rp-about-track {
  animation-play-state: paused;
}

.yt-rp-about-testimonial {
  width: 330px;
  padding: 24px;
}

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

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

.yt-rp-about-testimonial small {
  margin-top: 4px;
  color: #64748b;
  font-weight: 700;
}

.yt-rp-about-testimonial span {
  margin: 14px 0 10px;
  color: #f59e0b;
  letter-spacing: 0;
}

.yt-rp-about-testimonial p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.65;
}

.yt-rp-about-accordion {
  max-width: 860px;
  margin: 0 auto;
}

.yt-rp-about-accordion-item {
  overflow: hidden;
  margin-bottom: 14px;
  border-radius: 18px;
}

.yt-rp-about-accordion-item button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 66px;
  padding: 20px 24px;
  color: #111827;
  border: 0;
  background: #ffffff;
  font: inherit;
  font-weight: 850;
  text-align: left;
  cursor: pointer;
}

.yt-rp-about-accordion-item button::after {
  content: "+";
  color: #6366f1;
  font-size: 24px;
  font-weight: 900;
}

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

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

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

.yt-rp-about-accordion-item p {
  margin-bottom: 0;
}

.yt-rp-about-cta {
  padding: 92px 0 110px;
  background: #ffffff;
}

.yt-rp-about-cta-box {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  overflow: hidden;
  border-radius: 34px;
  padding: 58px;
  color: #ffffff;
  background:
    radial-gradient(circle at 18% 20%, rgba(255, 255, 255, .22), transparent 28%),
    linear-gradient(135deg, #6366f1 0%, #8b5cf6 52%, #06b6d4 100%);
  box-shadow: 0 32px 78px rgba(99, 102, 241, .28);
}

.yt-rp-about-cta-box h2,
.yt-rp-about-cta-box p {
  color: #ffffff;
}

.yt-rp-about-cta-box p {
  max-width: 650px;
  opacity: .9;
}

.yt-rp-about-cta-shape-one,
.yt-rp-about-cta-shape-two {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
}

.yt-rp-about-cta-shape-one {
  width: 190px;
  height: 190px;
  right: -58px;
  top: -55px;
}

.yt-rp-about-cta-shape-two {
  width: 120px;
  height: 120px;
  left: 45%;
  bottom: -45px;
}

.yt-rp-about-cta-visual {
  position: relative;
  min-height: 220px;
}

.yt-rp-about-cta-visual span {
  position: absolute;
  display: block;
  border-radius: 22px;
  background: rgba(255, 255, 255, .22);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .18);
}

.yt-rp-about-cta-visual span:first-child {
  width: 180px;
  height: 120px;
  right: 30px;
  top: 10px;
}

.yt-rp-about-cta-visual span:nth-child(2) {
  width: 130px;
  height: 80px;
  left: 10px;
  top: 84px;
}

.yt-rp-about-cta-visual span:nth-child(3) {
  width: 78px;
  height: 78px;
  right: 85px;
  bottom: 10px;
  border-radius: 50%;
}

.yt-rp-about-aos {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .75s ease, transform .75s ease;
}

.yt-rp-about-aos.yt-rp-about-inview {
  opacity: 1;
  transform: translateY(0);
}

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

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

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

.yt-rp-about-aos.yt-rp-about-inview[data-aos] {
  transform: none;
}

@keyframes ytRpAboutFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@keyframes ytRpAboutPulse {
  0%, 100% { opacity: .55; transform: scale(.9); }
  50% { opacity: 1; transform: scale(1.08); }
}

@keyframes ytRpAboutMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

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

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

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

  .yt-rp-about-hero-content {
    text-align: center;
  }

  .yt-rp-about-hero-content p,
  .yt-rp-about-badge,
  .yt-rp-about-actions {
    margin-left: auto;
    margin-right: auto;
  }

  .yt-rp-about-trust {
    text-align: center;
  }
}

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

  .yt-rp-about-hero {
    padding: 76px 0 64px;
  }

  .yt-rp-about-mission,
  .yt-rp-about-values,
  .yt-rp-about-audience,
  .yt-rp-about-faq,
  .yt-rp-about-story,
  .yt-rp-about-benefits,
  .yt-rp-about-stats,
  .yt-rp-about-testimonials,
  .yt-rp-about-cta {
    padding: 66px 0;
  }

  .yt-rp-about h1 {
    font-size: 40px;
  }

  .yt-rp-about h2 {
    font-size: 31px;
  }

  .yt-rp-about p {
    font-size: 16px;
  }

  .yt-rp-about-actions,
  .yt-rp-about-btn {
    width: 100%;
  }

  .yt-rp-about-card-grid,
  .yt-rp-about-stat-grid,
  .yt-rp-about-timeline,
  .yt-rp-about-mini-grid {
    grid-template-columns: 1fr;
  }

  .yt-rp-about-browser,
  .yt-rp-about-illustration,
  .yt-rp-about-visual-panel,
  .yt-rp-about-cta-box {
    border-radius: 24px;
    padding: 22px;
  }

  .yt-rp-about-hero-visual {
    min-height: auto;
  }

  .yt-rp-about-float {
    position: relative;
    inset: auto;
    display: inline-flex;
    margin: 14px 8px 0 0;
  }

  .yt-rp-about-video-card {
    min-height: 220px;
  }

  .yt-rp-about-testimonial {
    width: 292px;
  }

  .yt-rp-about-track {
    animation-duration: 48s;
  }
}