/* FastTrax Terms & Privacy Widget Styles */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&family=Tajawal:wght@400;700;800;900&display=swap');

.ft-pp {
  --ft-navy: #1a3a5c;
  --ft-navy-mid: #1e4570;
  --ft-navy-light: #f0f5fa;
  --ft-gold: #c9a84c;
  --ft-gold-light: #e8c96a;
  --ft-gold-bg: #fdf7ea;
  --ft-white: #ffffff;
  --ft-border: #d4e0ec;
  --ft-text: #1a3a5c;
  --ft-muted: #6b8099;

  font-family: 'Cairo', sans-serif;
  color: var(--ft-text);
  background: var(--ft-white);
  padding-bottom: 2.5rem;
}

/* HERO */
.ft-hero {
  background: var(--ft-navy);
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  border-radius: 0 0 24px 24px;
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}
.ft-hero::before {
  content: '';
  position: absolute;
  top: -80px; right: -80px;
  width: 280px; height: 280px;
  border-radius: 50%;
  border: 1px solid rgba(201,168,76,0.15);
}
.ft-hero::after {
  content: '';
  position: absolute;
  bottom: -60px; left: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.06);
}
.ft-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(201,168,76,0.5);
  color: var(--ft-gold-light);
  border-radius: 20px;
  padding: 6px 20px;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 1.2rem;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.ft-badge svg { stroke: var(--ft-gold-light); }
.ft-hero-title {
  font-family: 'Tajawal', sans-serif;
  font-size: clamp(22px, 4vw, 32px);
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
  line-height: 1.3;
}
.ft-hero-title span { color: var(--ft-gold-light); }
.ft-hero-sub {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  position: relative;
  z-index: 1;
}
.ft-divider {
  width: 50px; height: 2px;
  background: linear-gradient(90deg, var(--ft-gold), transparent);
  margin: 1.2rem auto 0;
  border-radius: 2px;
  position: relative; z-index: 1;
}

/* BODY */
.ft-body-wrap { padding: 0 1.5rem; }

.ft-updated {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ft-gold-bg);
  border: 1px solid rgba(201,168,76,0.35);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 12px;
  color: #7a5c10;
  margin-bottom: 1.5rem;
  font-weight: 500;
}

.ft-intro {
  background: var(--ft-navy-light);
  border-inline-start: 3px solid var(--ft-navy);
  border-radius: 10px;
  padding: 1.1rem 1.4rem;
  margin-bottom: 2rem;
  font-size: 14px;
  line-height: 2;
  color: var(--ft-muted);
}
.ft-intro strong { color: var(--ft-navy); font-weight: 700; }

/* SECTION */
.ft-sec { margin-bottom: 1.8rem; }
.ft-sec-hdr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.ft-sec-num {
  width: 38px; height: 38px;
  background: var(--ft-navy);
  color: var(--ft-gold-light);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Tajawal', sans-serif;
  font-size: 16px;
  font-weight: 800;
  flex-shrink: 0;
}
.ft-sec-title {
  font-family: 'Tajawal', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: var(--ft-navy);
}
.ft-sec-title em {
  color: var(--ft-gold);
  font-style: normal;
}
.ft-sec-body {
  background: var(--ft-white);
  border: 1px solid var(--ft-border);
  border-inline-start: 2px solid var(--ft-gold);
  border-radius: 12px;
  padding: 1.3rem 1.4rem;
  font-size: 14px;
  line-height: 2;
  color: var(--ft-muted);
}
.ft-sec-body p { margin-bottom: 8px; }
.ft-sec-body ul { padding-inline-start: 1.2rem; }
.ft-sec-body li { margin-bottom: 4px; }

/* CONTACT GRID */
.ft-contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  margin-top: 2rem;
}
.ft-citem {
  background: var(--ft-navy-light);
  border: 1px solid var(--ft-border);
  border-radius: 12px;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}
.ft-cicon {
  width: 44px; height: 44px;
  background: var(--ft-navy);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ft-cicon svg {
  width: 22px; height: 22px;
  stroke: var(--ft-gold-light);
}
.ft-clabel {
  font-size: 11px;
  color: var(--ft-muted);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .8px;
}
.ft-cval {
  font-size: 12px;
  color: var(--ft-navy);
  font-weight: 600;
  line-height: 1.5;
}

/* =============================================
   PRIVACY POLICY - ADDITIONAL COMPONENTS
   ============================================= */

/* DATA CARDS GRID */
.ft-grid3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  gap: 12px;
}
.ft-dcard {
  background: var(--ft-navy-light, #f0f5fa);
  border: 1px solid var(--ft-border, #d4e0ec);
  border-radius: 12px;
  padding: 1rem 1.1rem;
}
.ft-dcard-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--ft-navy, #1a3a5c);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ft-dcard-title svg {
  width: 16px; height: 16px;
  stroke: var(--ft-navy, #1a3a5c);
  flex-shrink: 0;
}
.ft-dcard ul { list-style: none; padding: 0; margin: 0; }
.ft-dcard ul li {
  font-size: 12px;
  color: var(--ft-muted, #6b8099);
  padding: 4px 0;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.6;
}
.ft-dcard ul li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--ft-gold, #c9a84c);
  flex-shrink: 0;
  margin-top: 6px;
}

/* PURPOSES LIST */
.ft-plist { display: flex; flex-direction: column; gap: 8px; }
.ft-pitem {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--ft-navy-light, #f0f5fa);
  border: 1px solid var(--ft-border, #d4e0ec);
  border-radius: 10px;
  padding: 10px 14px;
  font-size: 13px;
  color: var(--ft-text, #1a3a5c);
  font-weight: 500;
}
.ft-picon {
  width: 32px; height: 32px;
  background: var(--ft-navy, #1a3a5c);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ft-picon svg {
  width: 16px; height: 16px;
  stroke: var(--ft-gold-light, #e8c96a);
}

/* SHARING CHIPS GRID */
.ft-pgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(115px, 1fr));
  gap: 10px;
}
.ft-pchip {
  background: var(--ft-navy-light, #f0f5fa);
  border: 1px solid var(--ft-border, #d4e0ec);
  border-radius: 10px;
  padding: 14px 10px;
  text-align: center;
  font-size: 12px;
  color: var(--ft-text, #1a3a5c);
  font-weight: 600;
}
.ft-pchip svg {
  display: block;
  margin: 0 auto 7px;
  width: 24px; height: 24px;
  stroke: var(--ft-navy, #1a3a5c);
}

/* NOTICE BOX */
.ft-notice {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fdf7ea;
  border: 1px solid rgba(201,168,76,0.4);
  border-radius: 10px;
  padding: 13px 16px;
  margin-top: 14px;
  font-size: 13px;
  color: #7a5c10;
  font-weight: 600;
}
.ft-notice svg {
  width: 22px; height: 22px;
  flex-shrink: 0;
  stroke: var(--ft-gold, #c9a84c);
}

/* RIGHTS GRID */
.ft-rgrid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}
.ft-ritem {
  background: var(--ft-navy-light, #f0f5fa);
  border: 1px solid var(--ft-border, #d4e0ec);
  border-radius: 12px;
  padding: 16px 12px;
  text-align: center;
  font-size: 12px;
  color: var(--ft-muted, #6b8099);
  line-height: 1.7;
}
.ft-ritem svg {
  display: block;
  margin: 0 auto 10px;
  width: 26px; height: 26px;
  stroke: var(--ft-navy, #1a3a5c);
}

/* ============================================================
   REFUND WIDGET — Group titles & footer note
   ============================================================ */
.ft-pp .ft-group-title {
  font-family: 'Tajawal', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: var(--ft-navy);
  margin: 2.5rem 0 1.2rem;
  padding-inline-start: 14px;
  border-inline-start: 4px solid var(--ft-gold);
}
.ft-pp .ft-group-title:first-of-type { margin-top: 1rem; }

.ft-pp .ft-note {
  margin-top: 2.5rem;
  padding: 1.3rem 1.4rem;
  background: var(--ft-navy);
  color: #fff;
  border-radius: 12px;
  font-size: 13.5px;
  line-height: 1.9;
  text-align: center;
}
.ft-pp .ft-note strong { color: var(--ft-gold-light); }


/* ============================================================
   LTR / English language support
   ============================================================ */
.ft-pp.ft-ltr {
  font-family: 'Inter', 'Segoe UI', system-ui, -apple-system, sans-serif;
  text-align: left;
}
.ft-pp.ft-ltr .ft-hero,
.ft-pp.ft-ltr .ft-citem,
.ft-pp.ft-ltr .ft-pchip,
.ft-pp.ft-ltr .ft-ritem { text-align: center; }
.ft-pp.ft-ltr .ft-hero-title,
.ft-pp.ft-ltr .ft-sec-title,
.ft-pp.ft-ltr .ft-group-title {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  letter-spacing: -0.01em;
}
.ft-pp.ft-ltr .ft-sec-num {
  font-family: 'Inter', system-ui, sans-serif;
}
/* Flip the decorative divider gradient for LTR reading direction */
.ft-pp.ft-ltr .ft-divider {
  background: linear-gradient(270deg, var(--ft-gold), transparent);
}
