/* ============================================================
   Cleenie — features, testimonials, pricing, CTA, footer
   ============================================================ */

/* ---------- Feature rows ---------- */

.features { padding: 110px 0 30px; }

.frow {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
  padding: 54px 0;
}
.frow + .frow { border-top: 1px solid rgba(22, 54, 92, 0.06); }
.frow:nth-child(even) .frow-visual { order: -1; }

.frow-copy h3 {
  font-size: clamp(24px, 2.6vw, 31px);
  font-weight: 600;
  letter-spacing: -0.015em;
  line-height: 1.2;
  margin: 14px 0 14px;
  text-wrap: balance;
}
.frow-copy > p { color: var(--ink-soft); font-size: 16px; line-height: 1.7; text-wrap: pretty; }
.frow-list { list-style: none; margin-top: 22px; display: flex; flex-direction: column; gap: 12px; }
.frow-list li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  line-height: 1.5;
}
.frow-list svg { color: var(--blue); flex: none; margin-top: 2px; }

.frow-visual { position: relative; will-change: transform; }
.shot {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
  padding: 22px;
  font-size: 13px;
  max-width: 470px;
  margin: 0 auto;
}
.shot-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.shot-head h5 { font-size: 15px; font-weight: 600; color: var(--ink); }

/* calendar visual */
.cal-toggle { display: flex; background: var(--tint); border-radius: 999px; padding: 3px; gap: 2px; }
.cal-toggle span { padding: 5px 14px; border-radius: 999px; font-size: 11px; font-weight: 600; color: var(--ink-faint); }
.cal-toggle span.on { background: var(--blue); color: #fff; box-shadow: 0 2px 6px rgba(74,144,226,0.35); }
.cal-day { font-size: 11px; font-weight: 600; color: var(--ink-faint); margin: 12px 0 7px; display: flex; justify-content: space-between; }
.cal-job {
  border-radius: 10px;
  padding: 9px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  color: #fff;
}
.cal-job .time { font-weight: 500; opacity: 0.85; font-size: 10.5px; display: block; }
.cal-job.g { background: linear-gradient(135deg, #5ecb96, #45b07d); }
.cal-job.b { background: linear-gradient(135deg, #62a4ef, #4a90e2); }
.cal-job + .cal-day { margin-top: 14px; }
.cal-avatars { display: flex; }
.cal-avatars i {
  width: 20px; height: 20px; border-radius: 50%;
  background: rgba(255,255,255,0.28);
  border: 1.5px solid rgba(255,255,255,0.7);
  font-style: normal; font-size: 8px; font-weight: 700; color: #fff;
  display: grid; place-items: center;
}
.cal-avatars i + i { margin-left: -6px; }

/* customer visual */
.cust-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 4px;
}
.cust-row + .cust-row { border-top: 1px solid var(--line); }
.cust-row .ava {
  width: 34px; height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--blue-deep);
  background: var(--tint);
  flex: none;
}
.cust-row .meta { flex: 1; min-width: 0; }
.cust-row .nm { display: block; font-size: 13px; font-weight: 600; color: var(--ink); }
.cust-row .ad { display: block; font-size: 11px; color: var(--ink-faint); margin-top: 1px; }
.cust-badge {
  font-size: 9.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--tint);
  color: var(--blue-deep);
  white-space: nowrap;
}
.cust-badge.key { background: #fdf6e7; color: #c08a1d; }

/* invoice visual */
.inv-paper {
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 16px;
  background: linear-gradient(180deg, #fdfeff, #f8fbff);
}
.inv-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
.inv-top .wordmark { font-size: 16px; }
.inv-no { font-size: 10px; color: var(--ink-faint); text-align: right; line-height: 1.5; }
.inv-line { display: flex; justify-content: space-between; font-size: 11.5px; color: var(--ink-soft); padding: 7px 0; border-top: 1px dashed var(--line); }
.inv-line strong { color: var(--ink); font-weight: 600; }
.inv-total { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; padding-top: 12px; border-top: 2px solid var(--ink); }
.inv-total .lab { font-size: 11px; font-weight: 600; color: var(--ink-soft); }
.inv-total .amt { font-size: 19px; font-weight: 600; color: var(--ink); }
.inv-paid-stamp {
  position: absolute;
  top: 18px; right: -14px;
  background: #e9f8f0;
  color: #2c9e68;
  border: 1px solid #bce8d2;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 7px 16px;
  border-radius: 999px;
  transform: rotate(6deg);
  box-shadow: var(--shadow-sm);
}

/* ---------- Compact feature grid ---------- */

.fgrid-wrap { padding: 40px 0 110px; }
.fgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.fcard {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.fcard:hover {
  transform: translateY(-5px);
  border-color: #cfe2f6;
  box-shadow: var(--shadow-md);
}
.fcard .ic {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--tint);
  color: var(--blue-deep);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}
.fcard h4 { font-size: 17.5px; font-weight: 600; margin-bottom: 9px; }
.fcard p { font-size: 14px; line-height: 1.65; color: var(--ink-soft); text-wrap: pretty; }

@media (max-width: 920px) {
  .frow { grid-template-columns: 1fr; gap: 40px; padding: 44px 0; }
  .frow:nth-child(even) .frow-visual { order: 0; }
  .fgrid { grid-template-columns: 1fr; }
}

/* ---------- Testimonials ---------- */

.quotes { padding: 100px 0; background: linear-gradient(180deg, var(--bg), #f1f7fe 50%, var(--bg)); }
.quote-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 28px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.3s ease;
}
.quote-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.quote-stars { display: flex; gap: 3px; color: var(--amber); }
.quote-card blockquote { font-size: 15px; line-height: 1.7; color: var(--ink); text-wrap: pretty; flex: 1; }
.quote-who { display: flex; align-items: center; gap: 12px; }
.quote-who .ava {
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #6fb1f5, var(--blue));
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  display: grid;
  place-items: center;
  flex: none;
}
.quote-who .nm { display: block; font-size: 14px; font-weight: 600; }
.quote-who .rl { display: block; font-size: 12px; color: var(--ink-faint); margin-top: 1px; }

@media (max-width: 920px) { .quote-grid { grid-template-columns: 1fr; } }
