/* Repagify — About page */

/* ═══════════════════════════════════════════════════════════ ABOUT PAGE ═══════════════════════════════════════════════════════════ */ /* Layout containers */ .rpgfy-about-container{ max-width: 900px; margin: 0 auto; padding: 0 24px; }

.rpgfy-about-container-wide{ max-width: 1100px; margin: 0 auto; padding: 0 24px; }

.rpgfy-about-container-narrow{ max-width: 680px; margin: 0 auto; padding: 0 24px; }

/* Section scaffold */ .rpgfy-about-section{ padding: 88px 0; }

.rpgfy-about-section-alt{ background: var(--white); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 88px 0; }

.rpgfy-about-section-header{ text-align: center; margin-bottom: 56px; }

.rpgfy-about-section-header .rpgfy-section-label{ justify-content: center; }

.rpgfy-about-section-header .rpgfy-section-label::after{ display: none; }

.rpgfy-about-h2{ font-size: clamp(26px, 4vw, 40px); font-weight: 800; letter-spacing: -.04em; line-height: 1.1; margin: 12px 0 14px; }

.rpgfy-about-section-sub{ font-size: 16px; color: var(--mid); max-width: 440px; margin: 0 auto; line-height: 1.65; }

/* ── HERO ── */ .rpgfy-about-hero{
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.rpgfy-about-hero .rpgfy-h1{ margin: 0 auto 20px; }

.rpgfy-about-hero-sub{
  font-size: 18px;
  color: var(--mid);
  max-width: 480px;
  line-height: 1.65;
  margin: 0 auto 36px;
}

/* browser strip */ .rpgfy-about-browsers{
  display: flex;
  gap: 16px;
  margin-top: 64px;
  padding: 0 24px 0;
  width: 100%;
  max-width: 960px;
  align-items: flex-end;
}

.rpgfy-about-browser-card{
  flex: 1;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transform: translateY(0);
  transition: transform .3s ease;
}

.rpgfy-about-browser-card:nth-child(2){ transform: translateY(-16px); }

.rpgfy-about-browser-card:hover{ transform: translateY(-4px); }

.rpgfy-about-browser-card:nth-child(2):hover{ transform: translateY(-20px); }

.rpgfy-about-browser-bar{
  background: #f3f1ee;
  border-bottom: 1px solid var(--border);
  padding: 9px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.rpgfy-about-browser-url{
  flex: 1;
  height: 14px;
  background: var(--faint);
  border-radius: 4px;
  max-width: 160px;
}

.rpgfy-about-browser-content{ padding: 16px; }

.rpgfy-about-browser-hero{ display: flex; gap: 10px; align-items: flex-start; margin-bottom: 12px; }

.rpgfy-about-browser-lines{ flex: 1; display: flex; flex-direction: column; gap: 6px; }

.rpgfy-about-fake-btn{ display: block; width: 64px; height: 22px; border-radius: 5px; margin-top: 6px; opacity: .85; }

.rpgfy-about-browser-emoji{ width: 52px; height: 52px; border-radius: 8px; background: linear-gradient(135deg,#fde8df,#fef3ec); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }

.rpgfy-about-browser-cards{ display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }

.rpgfy-about-browser-mini-card{ background: var(--faint2); border-radius: 7px; padding: 8px; display: flex; flex-direction: column; gap: 5px; }

/* ── STATS BAR ── */ .rpgfy-about-stats-bar{
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 36px 0;
}

.rpgfy-about-stats-grid{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.rpgfy-about-stat{ text-align: center; padding: 0 48px; flex: 1; }

.rpgfy-about-stat-num{ font-size: 36px; font-weight: 800; letter-spacing: -.04em; color: var(--ink); margin-bottom: 4px; }

.rpgfy-about-stat-label{ font-size: 13px; color: var(--mid); line-height: 1.4; max-width: 130px; margin: 0 auto; }

.rpgfy-about-stat-divider{ width: 1px; height: 52px; background: var(--border); flex-shrink: 0; }

/* ── HOW IT WORKS ── */ .rpgfy-about-steps{ display: flex; flex-direction: column; gap: 0; max-width: 680px; margin: 0 auto; }

.rpgfy-about-step{
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 24px;
  align-items: flex-start;
}

.rpgfy-about-step-num{
  font-size: 13px;
  font-weight: 800;
  font-family: 'JetBrains Mono', monospace;
  color: var(--coral);
  background: var(--coral-bg);
  border: 1.5px solid var(--coral-ring);
  border-radius: var(--radius-sm);
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.rpgfy-about-step-body h3{ font-size: 19px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 8px; }

.rpgfy-about-step-body p{ font-size: 15px; color: var(--mid); line-height: 1.7; margin-bottom: 14px; }

.rpgfy-about-step-detail{ display: flex; gap: 8px; flex-wrap: wrap; }

.rpgfy-about-step-tag{
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--faint2); border: 1px solid var(--border);
  border-radius: 100px; padding: 4px 12px;
  font-size: 12px; font-weight: 600; color: var(--mid);
}

.rpgfy-about-step-connector{ padding: 8px 0 8px 24px; display: flex; }

.rpgfy-about-step-line{ width: 1.5px; height: 36px; background: var(--border); margin-left: 23px; }

/* ── FEATURES GRID ── */ /* ── Who-it's-for cards (shared: about page + homepage) ──────────────────── */ .rpgfy-about-who-card{
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  transition: box-shadow .2s, transform .15s;
}

.rpgfy-about-who-card:hover{ box-shadow: var(--shadow-md); transform: translateY(-2px); }

.rpgfy-about-who-icon{ font-size: 28px; margin-bottom: 14px; display: block; }

.rpgfy-about-who-card > h3{ font-size: 16px; font-weight: 700; letter-spacing: -.02em; margin-bottom: 8px; }

.rpgfy-about-who-card > p{ font-size: 14px; color: var(--mid); line-height: 1.7; margin-bottom: 14px; }

.rpgfy-about-who-uses{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 6px; }

.rpgfy-about-who-uses li{ font-size: 13px; color: var(--mid); padding-left: 18px; position: relative; line-height: 1.45; }

.rpgfy-about-who-uses li::before{ content: '\2192'; position: absolute; left: 0; color: var(--coral); font-size: 12px; }

/* ── Testimonial cards (shared: about page + homepage) ───────────────────── */ .rpgfy-about-testi-card{
  background: var(--faint2);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 26px;
}

.rpgfy-about-testi-stars{ color: var(--coral); font-size: 13px; letter-spacing: 2px; margin-bottom: 12px; }

.rpgfy-about-testi-quote{ font-size: 14px; line-height: 1.75; color: var(--ink); margin-bottom: 16px; font-style: italic; }

.rpgfy-about-testi-author{ display: flex; align-items: center; gap: 10px; }

.rpgfy-about-testi-avatar{
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--coral-bg); border: 1.5px solid var(--coral-ring);
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; color: var(--coral); flex-shrink: 0;
}

.rpgfy-about-testi-name{ font-size: 13px; font-weight: 700; color: var(--ink); }

.rpgfy-about-testi-role{ font-size: 11px; color: var(--mid); }

.rpgfy-about-features-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.rpgfy-about-feature{
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 26px;
  transition: box-shadow .2s, transform .15s;
}

.rpgfy-about-feature:hover{ box-shadow: var(--shadow-md); transform: translateY(-2px); }

.rpgfy-about-feature-icon{
  width: 44px; height: 44px; border-radius: 11px;
  display: flex; align-items: center; justify-content: center;
  font-size: 20px; margin-bottom: 16px;
}

.rpgfy-about-feature h3{ font-size: 15px; font-weight: 700; letter-spacing: -.01em; margin-bottom: 8px; }

.rpgfy-about-feature p{ font-size: 13px; color: var(--mid); line-height: 1.65; }

/* ── PLANS OVERVIEW ── */ .rpgfy-about-plans{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.rpgfy-about-plan{
  background: var(--bg);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  position: relative;
  transition: box-shadow .2s;
}

.rpgfy-about-plan:hover{ box-shadow: var(--shadow-md); }

.rpgfy-about-plan-download{ border-color: var(--blue); }

.rpgfy-about-plan-hosted{ background: var(--white); border-color: var(--coral); box-shadow: var(--shadow-md); }

.rpgfy-about-plan-badge{
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--coral); color: #fff;
  border-radius: 100px; padding: 3px 12px;
  font-size: 11px; font-weight: 700; white-space: nowrap;
}

.rpgfy-about-plan-icon{ font-size: 28px; margin-bottom: 14px; display: block; }

.rpgfy-about-plan-name{ font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--mid); margin-bottom: 6px; }

.rpgfy-about-plan-price{ font-size: 26px; font-weight: 800; letter-spacing: -.03em; margin-bottom: 10px; }

.rpgfy-about-plan-price strong{ color: var(--coral); }

.rpgfy-about-plan-desc{ font-size: 13px; color: var(--mid); line-height: 1.55; margin-bottom: 16px; }

.rpgfy-about-plan-feats{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }

.rpgfy-about-plan-feats li{
  font-size: 13px; color: var(--mid); padding-left: 20px; position: relative; line-height: 1.4;
}

.rpgfy-about-plan-feats li::before{
  content: '✓'; position: absolute; left: 0;
  color: var(--green); font-size: 11px; font-weight: 700; top: 1px;
}

.rpgfy-about-plans-cta{ text-align: center; }

/* ── FAQ ── */ .rpgfy-about-faqs{ display: flex; flex-direction: column; }

.rpgfy-faq{
  border-bottom: 1px solid var(--border);
}

.rpgfy-faq:first-child{ border-top: 1px solid var(--border); }

.rpgfy-faq-q{
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 0;
  font-size: 15px; font-weight: 600; color: var(--ink);
  cursor: pointer; list-style: none; user-select: none;
}

.rpgfy-faq-q::-webkit-details-marker{ display: none; }

.rpgfy-faq-q::after{
  content: '+';
  font-size: 20px; font-weight: 300; color: var(--mid);
  flex-shrink: 0; transition: transform .2s, color .15s;
  width: 22px; text-align: center;
}

.rpgfy-faq[open] .rpgfy-faq-q::after{ content: '−'; color: var(--coral); }

.rpgfy-faq-a{ padding: 0 0 20px; }

.rpgfy-faq-a p{ font-size: 14px; color: var(--mid); line-height: 1.7; margin: 0; }

.rpgfy-faq-a p + p{ margin-top: 10px; }

.rpgfy-faq-a a{ color: var(--coral); text-decoration: none; font-weight: 600; }

.rpgfy-faq-a a:hover{ text-decoration: underline; }

/* ── FINAL CTA ── */ .rpgfy-about-final-cta{
  padding: 100px 24px;
  background: var(--ink);
  text-align: center;
}

.rpgfy-about-final-title{
  font-size: clamp(28px, 4.5vw, 48px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.1;
  color: var(--white);
  margin-bottom: 16px;
}

.rpgfy-about-final-sub{
  font-size: 17px;
  color: rgba(255,255,255,.6);
  max-width: 420px;
  margin: 0 auto 36px;
  line-height: 1.65;
}

.rpgfy-about-final-cta .rpgfy-trust-item{ color: rgba(255,255,255,.5); }

.rpgfy-about-final-cta .rpgfy-trust-row{ justify-content: center; }

.rpgfy-about-final-cta .rpgfy-footer{ background: var(--ink); border-top-color: rgba(255,255,255,.1); color: rgba(255,255,255,.4); }

.rpgfy-about-final-cta .rpgfy-footer-links a{ color: rgba(255,255,255,.4); }

.rpgfy-about-final-cta .rpgfy-footer-links a:hover{ color: rgba(255,255,255,.7); }
