/*
 * Use Case — Feedback & Reviews
 * Prefix: fr-
 */

body.baat-feedback-reviews {
  background: #0B1120;
  font-family: 'Plus Jakarta Sans', sans-serif;
  color: #fff;
  overflow-x: hidden;
}
body.baat-feedback-reviews * { box-sizing: border-box; }
body.baat-feedback-reviews a { text-decoration: none; }
body.baat-feedback-reviews p { color: inherit; }

/* ── Shared tokens ── */
.fr-sec-label {
  display: block;
  font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
  color: #0057FF; margin-bottom: 12px;
}
.fr-sec-h {
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 800; letter-spacing: -.03em;
  color: #fff; margin: 0; line-height: 1.2;
}
.fr-btn-primary {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px; background: #0057FF; color: #fff;
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: background .15s, box-shadow .15s;
}
.fr-btn-primary:hover { background: #0046CC; box-shadow: 0 0 24px rgba(0,87,255,.4); color: #fff; }
.fr-btn-ghost {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 26px;
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.75);
  font-size: 14px; font-weight: 700; border-radius: 10px;
  transition: background .15s, color .15s, border-color .15s;
}
.fr-btn-ghost:hover { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.3); }

/* ═══════════════════════════════════════════
   HERO
═══════════════════════════════════════════ */
.fr-hero {
  position: relative;
  padding: 120px 24px 80px;
  overflow: hidden;
  background: #0B1120;
}
.fr-hero-bg-grid {
  position: absolute; inset: 0; pointer-events: none;
  background-image:
    linear-gradient(rgba(0,87,255,.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,87,255,.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 40%, transparent 100%);
}
.fr-hero-bg-orb {
  position: absolute; top: -120px; left: 50%; transform: translateX(-50%);
  width: 800px; height: 500px;
  background: radial-gradient(ellipse at center, rgba(0,87,255,.18) 0%, transparent 70%);
  pointer-events: none;
}
.fr-hero-inner {
  max-width: 1120px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
@media (max-width: 860px) {
  .fr-hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .fr-hero-visual { order: -1; }
}

.fr-breadcrumb {
  display: inline-flex; align-items: center; gap: 5px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.45);
  margin-bottom: 20px; transition: color .15s;
}
.fr-breadcrumb:hover { color: rgba(255,255,255,.75); }

.fr-pill {
  display: inline-flex; align-items: center;
  padding: 5px 12px;
  background: rgba(0,87,255,.12); border: 1px solid rgba(0,87,255,.25);
  border-radius: 20px; font-size: 11px; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; color: #4d8fff;
  margin-bottom: 20px;
}

.fr-hero-h1 {
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800; letter-spacing: -.04em; line-height: 1.12;
  color: #fff; margin: 0 0 18px;
}
.fr-hero-sub {
  font-size: 16px; line-height: 1.65;
  color: rgba(255,255,255,.55); margin: 0 0 32px; max-width: 440px;
}
.fr-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ── Phone ── */
.fr-hero-visual { position: relative; display: flex; justify-content: center; }

.fr-phone {
  width: 280px;
  background: #111C2E;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 24px; overflow: hidden;
  box-shadow: 0 0 80px rgba(0,87,255,.2), 0 40px 80px rgba(0,0,0,.6);
}
.fr-phone-header {
  display: flex; align-items: center; gap: 10px;
  padding: 14px 16px; background: #25D366;
}
.fr-ph-back { flex-shrink: 0; }
.fr-ph-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(0,0,0,.2);
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700; color: #fff; flex-shrink: 0;
}
.fr-ph-name  { font-size: 13px; font-weight: 700; color: #fff; }
.fr-ph-status { font-size: 11px; color: rgba(255,255,255,.75); }

.fr-phone-chat {
  padding: 14px 12px;
  background: #0E1C2F;
  display: flex; flex-direction: column; gap: 8px;
  min-height: 310px;
}
.fr-chat-date { text-align: center; font-size: 10px; color: rgba(255,255,255,.3); margin-bottom: 2px; }

.fr-msg { display: flex; }
.fr-msg-in  { align-self: flex-start; max-width: 95%; }
.fr-msg-out { align-self: flex-end;   max-width: 80%; justify-content: flex-end; }

.fr-msg-body {
  background: #1A2A40;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 4px 14px 14px 14px;
  padding: 10px 12px;
}
.fr-bubble-out {
  background: rgba(37,211,102,.15);
  border: 1px solid rgba(37,211,102,.2);
  border-radius: 14px 4px 14px 14px;
}
.fr-msg-title { font-size: 12px; font-weight: 700; color: #fff; margin-bottom: 5px; }
.fr-msg-text  { font-size: 11px; line-height: 1.55; color: rgba(255,255,255,.65); }
.fr-msg-text strong { color: rgba(255,255,255,.9); }
.fr-msg-time  { font-size: 10px; color: rgba(255,255,255,.3); text-align: right; margin-top: 6px; }
.fr-link { color: #4d8fff; font-weight: 600; }

.fr-stars { display: flex; gap: 2px; margin: 8px 0 6px; }
.fr-star { font-size: 15px; color: rgba(255,255,255,.15); }
.fr-star-filled { color: #FBBF24; }

.fr-quick-replies {
  display: flex; flex-wrap: wrap; gap: 4px; margin-top: 6px;
}
.fr-qr {
  font-size: 10px; font-weight: 600; padding: 3px 7px;
  border: 1px solid rgba(255,255,255,.12); border-radius: 20px;
  color: rgba(255,255,255,.5); background: rgba(255,255,255,.04);
  cursor: pointer;
}
.fr-qr-active {
  border-color: rgba(37,211,102,.4); color: #25D366;
  background: rgba(37,211,102,.1);
}

/* Floating stat */
.fr-hero-stat-card {
  position: absolute; bottom: -16px; right: -16px;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px;
  background: #111C2E; border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px; box-shadow: 0 8px 32px rgba(0,0,0,.5);
  white-space: nowrap;
}
.fr-hsc-icon { font-size: 22px; }
.fr-hsc-n { font-size: 18px; font-weight: 800; color: #FBBF24; line-height: 1; }
.fr-hsc-l { font-size: 11px; color: rgba(255,255,255,.45); margin-top: 2px; max-width: 120px; line-height: 1.3; }

/* ═══════════════════════════════════════════
   STATS STRIP
═══════════════════════════════════════════ */
.fr-stats {
  background: #0E1829;
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
  padding: 40px 24px;
}
.fr-stats-inner {
  max-width: 860px; margin: 0 auto;
  display: flex; align-items: center; justify-content: center; flex-wrap: wrap;
}
.fr-stat { flex: 1; min-width: 180px; text-align: center; padding: 12px 24px; }
.fr-stat-n {
  font-size: clamp(2rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.04em;
  background: linear-gradient(135deg, #FBBF24, #F59E0B);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text; line-height: 1;
}
.fr-stat-l { font-size: 12px; color: rgba(255,255,255,.45); margin-top: 6px; line-height: 1.4; }
.fr-stat-sep { width: 1px; height: 48px; background: rgba(255,255,255,.08); flex-shrink: 0; }
@media (max-width: 640px) {
  .fr-stat-sep { display: none; }
  .fr-stat { flex-basis: 100%; border-bottom: 1px solid rgba(255,255,255,.06); }
  .fr-stat:last-child { border-bottom: none; }
}

/* ═══════════════════════════════════════════
   HOW IT WORKS
═══════════════════════════════════════════ */
.fr-how { padding: 96px 24px; background: #0B1120; }
.fr-how-inner { max-width: 1080px; margin: 0 auto; }
.fr-how-header { text-align: center; margin-bottom: 56px; }
.fr-how-sub {
  font-size: 15px; color: rgba(255,255,255,.45);
  max-width: 520px; margin: 16px auto 0; line-height: 1.65;
}

.fr-steps {
  display: flex; align-items: flex-start; gap: 0; flex-wrap: wrap; justify-content: center;
}
.fr-step {
  flex: 1; min-width: 200px; max-width: 300px;
  background: #111C2E; border: 1px solid rgba(255,255,255,.07);
  border-radius: 16px; padding: 28px 22px;
}
.fr-step h3 { font-size: 15px; font-weight: 700; color: #fff; margin: 0 0 8px; }
.fr-step p  { font-size: 13px; color: rgba(255,255,255,.45); line-height: 1.6; margin: 0; }
.fr-step-num {
  width: 32px; height: 32px; border-radius: 50%;
  background: rgba(0,87,255,.15); border: 1px solid rgba(0,87,255,.3);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 800; color: #4d8fff;
  margin-bottom: 14px;
}
.fr-step-arrow {
  display: flex; align-items: center; padding: 0 12px; margin-top: 40px;
}
@media (max-width: 720px) {
  .fr-steps { flex-direction: column; align-items: center; }
  .fr-step-arrow { transform: rotate(90deg); margin: 4px 0; padding: 4px 0; }
  .fr-step { max-width: 100%; width: 100%; }
}

/* ═══════════════════════════════════════════
   DEEP DIVE — shared
═══════════════════════════════════════════ */
.fr-dive { padding: 96px 24px; background: #0B1120; }
.fr-dive-alt { background: #0E1829; }
.fr-dive-inner {
  max-width: 1080px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.fr-dive-rev { direction: rtl; }
.fr-dive-rev > * { direction: ltr; }
@media (max-width: 860px) {
  .fr-dive-inner { grid-template-columns: 1fr; gap: 40px; }
  .fr-dive-rev { direction: ltr; }
}

.fr-dive-h {
  font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; letter-spacing: -.03em;
  line-height: 1.2; color: #fff; margin: 0 0 16px;
}
.fr-dive-copy p { font-size: 15px; color: rgba(255,255,255,.5); line-height: 1.7; margin: 0 0 20px; }
.fr-dive-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
.fr-dive-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: rgba(255,255,255,.65); line-height: 1.5;
}
.fr-dive-list li::before {
  content: ''; flex-shrink: 0;
  width: 16px; height: 16px; margin-top: 2px;
  background: rgba(0,87,255,.15); border: 1px solid rgba(0,87,255,.3); border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4L3.5 6L6.5 2.5' stroke='%230057FF' stroke-width='1.3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: center;
}
.fr-dive-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700; color: #0057FF; margin-top: 24px; transition: gap .15s;
}
.fr-dive-link:hover { gap: 10px; color: #4d8fff; }

/* ── Rating dashboard card ── */
.fr-dashboard-card {
  background: #111C2E; border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px; padding: 24px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.fr-dc-header {
  display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px;
}
.fr-dc-title { font-size: 13px; font-weight: 700; color: #fff; }
.fr-dc-period { font-size: 11px; color: rgba(255,255,255,.35); }

.fr-dc-score { text-align: center; margin-bottom: 20px; }
.fr-dc-big {
  font-size: 52px; font-weight: 800; letter-spacing: -.04em;
  color: #FBBF24; line-height: 1;
}
.fr-dc-stars { font-size: 18px; color: #FBBF24; letter-spacing: 2px; margin: 4px 0; }
.fr-dc-count { font-size: 11px; color: rgba(255,255,255,.35); }

.fr-dc-bars { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.fr-dc-row { display: flex; align-items: center; gap: 10px; }
.fr-dc-lbl { font-size: 11px; color: rgba(255,255,255,.4); width: 30px; flex-shrink: 0; }
.fr-dc-bar-wrap { flex: 1; height: 8px; background: rgba(255,255,255,.06); border-radius: 99px; overflow: hidden; }
.fr-dc-bar  { height: 100%; border-radius: 99px; background: #FBBF24; }
.fr-bar-4   { background: #FCD34D; }
.fr-bar-3   { background: rgba(255,255,255,.25); }
.fr-bar-low { background: rgba(255,80,80,.5); }
.fr-dc-pct  { font-size: 11px; color: rgba(255,255,255,.4); width: 28px; text-align: right; flex-shrink: 0; }

.fr-dc-nps {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 16px;
  background: rgba(0,87,255,.08); border: 1px solid rgba(0,87,255,.18); border-radius: 12px;
}
.fr-dc-nps-label { font-size: 12px; color: rgba(255,255,255,.45); flex: 1; }
.fr-dc-nps-val   { font-size: 22px; font-weight: 800; color: #4d8fff; }
.fr-dc-nps-tag   { font-size: 10px; font-weight: 700; color: #4d8fff; background: rgba(0,87,255,.15); padding: 2px 8px; border-radius: 20px; }

/* ── Alert card ── */
.fr-alert-card {
  background: #111C2E; border: 1px solid rgba(255,80,80,.2);
  border-radius: 18px; padding: 22px;
  box-shadow: 0 20px 60px rgba(0,0,0,.4);
}
.fr-ac-flag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 700; color: #ff6b6b;
  background: rgba(255,80,80,.1); border: 1px solid rgba(255,80,80,.2);
  padding: 4px 10px; border-radius: 20px; margin-bottom: 14px;
}
.fr-ac-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: #ff6b6b; flex-shrink: 0;
  animation: fr-pulse 1.4s ease-in-out infinite;
}
@keyframes fr-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

.fr-ac-review { margin-bottom: 16px; }
.fr-ac-stars { font-size: 16px; color: #ff6b6b; letter-spacing: 1px; margin-bottom: 7px; }
.fr-ac-text  { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.55; margin-bottom: 7px; font-style: italic; }
.fr-ac-meta  { font-size: 10px; color: rgba(255,255,255,.3); }

.fr-ac-divider { height: 1px; background: rgba(255,255,255,.06); margin: 12px 0; }

.fr-ac-response {}
.fr-ac-r-label { font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-bottom: 8px; }
.fr-ac-bubble {
  font-size: 11px; line-height: 1.55; color: rgba(255,255,255,.65);
  background: rgba(37,211,102,.07); border: 1px solid rgba(37,211,102,.15);
  border-radius: 4px 12px 12px 12px; padding: 10px 12px;
}
.fr-ac-bubble strong { color: #25D366; }

.fr-ac-footer {
  display: flex; gap: 14px; margin-top: 12px;
  padding-top: 10px; border-top: 1px solid rgba(255,255,255,.06);
}
.fr-ac-ft-item { display: flex; align-items: center; gap: 5px; font-size: 11px; color: rgba(255,255,255,.35); }
.fr-ac-dot-g { width: 7px; height: 7px; border-radius: 50%; background: #25D366; flex-shrink: 0; }
.fr-ac-dot-b { width: 7px; height: 7px; border-radius: 50%; background: #0057FF; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   CTA
═══════════════════════════════════════════ */
.fr-cta {
  position: relative; overflow: hidden;
  padding: 96px 24px; background: #0B1120; text-align: center;
}
.fr-cta-glow {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 600px; height: 300px;
  background: radial-gradient(ellipse at center, rgba(251,191,36,.12) 0%, transparent 70%);
  pointer-events: none;
}
.fr-cta-inner { position: relative; z-index: 1; max-width: 600px; margin: 0 auto; }
.fr-cta-h {
  font-size: clamp(1.9rem, 4vw, 2.8rem); font-weight: 800; letter-spacing: -.04em;
  line-height: 1.15; color: #fff; margin: 0 0 16px;
}
.fr-cta-sub  { font-size: 16px; color: rgba(255,255,255,.5); margin: 0 0 32px; }
.fr-cta-btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.fr-cta-note { margin-top: 16px; font-size: 12px; color: rgba(255,255,255,.3); }
