﻿/* ===== Comparison Table ===== */
.cs-compare-wrap {
  border: 1px solid #eee;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
}

.cs-compare-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.95rem;
}

.cs-compare-table th,
.cs-compare-table td {
  padding: 16px 18px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #f1f1f1;
}

.cs-compare-table thead th {
  background: #fafafa;
  font-weight: 700;
  color: #1a1a1a;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.cs-compare-table thead th.cs-col-trackk {
  background: #eb5017;
  color: #fff;
  position: relative;
}

.cs-compare-table thead th.cs-col-trackk::before {
  content: "RECOMMENDED";
  position: absolute;
  top: 13px;
  right: 12px;
  font-size: 0.6rem;
  background: #f1fcc8;
  color: #1a1a1a;
  padding: 2px 8px;
  border-radius: 999px;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.cs-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.cs-compare-table td.cs-feature {
  font-weight: 500;
  color: #1a1a1a;
  width: 28%;
}

/**-compare-table th:nth-child(4),
.cs-compare-table td:nth-child(4) {
  width: 13%;
}--
 **/

.cs-compare-table td.cs-trackk {
  background: rgba(235, 80, 23, 0.04);
  color: #1a1a1a;
  font-weight: 600;
}

.cs-cell-tick {
  color: #2a8f3f;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cs-cell-cross {
  color: #b3261e;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cs-cell-meh {
  color: #b07b00;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

@media (max-width: 767.98px) {
  .cs-compare-table th,
  .cs-compare-table td {
    padding: 12px 10px;
    font-size: 0.84rem;
  }
}

@media (max-width: 575.98px) {
  .cs-compare-table thead th.cs-col-trackk::before {
    display: none;
  }
}

/* ===== Security & Compliance (new elegant) ===== */
.cs-sec-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 28px;
  align-items: stretch;
}

@media (max-width: 991.98px) {
  .cs-sec-grid {
    grid-template-columns: 1fr;
  }
}

.cs-sec-feature {
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 22px;
  padding: 26px 24px;
  transition: all 0.25s ease;
}

.cs-sec-feature:hover {
  border-color: rgba(235, 80, 23, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(235, 80, 23, 0.07);
}

.cs-sec-feature .cs-sec-ico {
  font-size: 1.3rem;
  color: #eb5017;
  background: #fff1ea;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  margin-bottom: 14px;
}

.cs-sec-feature h6 {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 6px;
}

.cs-sec-feature p {
  color: #6b7280;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

.cs-sec-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 575.98px) {
  .cs-sec-list {
    grid-template-columns: 1fr;
  }
}

.cs-sec-hero {
  background:
    radial-gradient(
      600px 280px at 100% 0%,
      rgba(235, 80, 23, 0.16),
      transparent 60%
    ),
    linear-gradient(160deg, #1a1a1a 0%, #2b1c14 100%);
  color: #fff;
  border-radius: 22px;
  padding: 32px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  position: relative;
  overflow: hidden;
}

.cs-sec-hero::before {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.12);
}

.cs-sec-hero::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.08);
}

.cs-sec-hero h3 {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 12px;
  position: relative;
  z-index: 1;
}

.cs-sec-hero p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.93rem;
  line-height: 1.55;
  margin: 0;
  position: relative;
  z-index: 1;
}

.cs-sec-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.cs-sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #fff;
}

.cs-sec-badge .bi {
  color: #ffb89b;
  font-size: 0.95rem;
}

.cs-sec-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
}

.cs-sec-stat .num {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.6rem;
  color: #ffb89b;
  line-height: 1;
}

.cs-sec-stat .lbl {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-top: 6px;
  display: block;
}

/* ===== Advantages: orbital layout with cards around central illustration ===== */
.cs-adv-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr 1fr;
  grid-template-rows: auto auto;
  gap: 22px;
  margin-top: 28px;
}

.cs-adv-grid .cs-adv-art {
  grid-column: 2;
  grid-row: 1;
}

.cs-adv-grid .cs-adv-center-pair {
  grid-column: 2;
  grid-row: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

@media (max-width: 991.98px) {
  .cs-adv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .cs-adv-grid .cs-adv-art {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .cs-adv-grid .cs-adv-center-pair {
    grid-column: 1 / -1;
    grid-row: auto;
  }
}

@media (max-width: 575.98px) {
  .cs-adv-grid {
    grid-template-columns: 1fr;
  }

  .cs-adv-grid .cs-adv-center-pair {
    grid-template-columns: 1fr;
  }
}

/* Central illustration placeholder */
.cs-adv-art {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 280px;
  background: radial-gradient(
    ellipse at 50% 40%,
    #fff3e6 0%,
    #fbf3eb 60%,
    #f6e8db 100%
  );
  border: 1px solid #f0e3da;
  display: grid;
  place-items: center;
}

.cs-adv-art::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.6;
  pointer-events: none;
}

.cs-adv-card {
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 18px;
  padding: 28px 24px;
  position: relative;
  transition: all 0.25s ease;
  overflow: hidden;
}

.cs-adv-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #eb5017 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.25s;
}

.cs-adv-card:hover {
  transform: translateY(-4px);
  border-color: rgba(235, 80, 23, 0.3);
  box-shadow: 0 18px 40px rgba(235, 80, 23, 0.08);
}

.cs-adv-card:hover::before {
  opacity: 1;
}

.cs-adv-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 18px;
  color: #eb5017;
  background: #fff1ea;
}

.cs-adv-card.is-lime .cs-adv-ico {
  background: #f1fcc8;
  color: #3a4112;
}

.cs-adv-card.is-gold .cs-adv-ico {
  background: #fff3cd;
  color: #7a5a00;
}

.cs-adv-card h6 {
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}

.cs-adv-card p {
  color: #6b7280;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.cs-adv-card .cs-adv-num {
  position: absolute;
  top: 18px;
  right: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  color: rgba(235, 80, 23, 0.12);
  letter-spacing: -0.02em;
}

/* ===== Highlights v2: title + description ===== */
.cs-hl2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

@media (max-width: 991.98px) {
  .cs-hl2-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .cs-hl2-grid {
    grid-template-columns: 1fr;
  }
}

.cs-hl2-card {
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 18px;
  padding: 24px 22px;
  position: relative;
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cs-hl2-card:hover {
  transform: translateY(-3px);
  border-color: rgba(235, 80, 23, 0.3);
  box-shadow: 0 14px 32px rgba(235, 80, 23, 0.07);
}

.cs-hl2-head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cs-hl2-ico {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-size: 1.05rem;
  background: #fff1ea;
  color: #eb5017;
}

.cs-hl2-card.tone-l .cs-hl2-ico {
  background: #f1fcc8;
  color: #3a4112;
}

.cs-hl2-card.tone-g .cs-hl2-ico {
  background: #fff3cd;
  color: #7a5a00;
}

.cs-hl2-card h6 {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.cs-hl2-card p {
  margin: 0;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #6b7280;
}

.cs-hl2-card.is-hidden {
  display: none;
}

/* ===== Permissions v2: two-column comparison ===== */
.cs-perm2-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 991.98px) {
  .cs-perm2-grid {
    grid-template-columns: 1fr;
  }
}

.cs-perm2-card {
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 22px;
  padding: 30px 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
  transition: all 0.25s ease;
}

.cs-perm2-card:hover {
  border-color: rgba(235, 80, 23, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(235, 80, 23, 0.06);
}

.cs-perm2-card.is-data {
  background: linear-gradient(180deg, #fff 0%, #fff8f3 100%);
}

.cs-perm2-head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.cs-perm2-ico {
  flex-shrink: 0;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  background: #fff1ea;
  color: #eb5017;
}

.cs-perm2-card.is-data .cs-perm2-ico {
  background: #f1fcc8;
  color: #3a4112;
}

.cs-perm2-tag {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #b9836b;
  margin-bottom: 4px;
  display: block;
}

.cs-perm2-title {
  font-weight: 600;
  font-size: 1.18rem;
  color: #1a1a1a;
  line-height: 1.2;
  margin: 0;
}

.cs-perm2-lead {
  margin: 0;
  font-size: 0.92rem;
  color: #6b7280;
  line-height: 1.55;
}

.cs-perm2-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cs-perm2-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.92rem;
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.5;
}

.cs-perm2-list .pi {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #fff1ea;
  color: #eb5017;
  display: grid;
  place-items: center;
  font-size: 0.7rem;
  margin-top: 2px;
}

.cs-perm2-card.is-data .cs-perm2-list .pi {
  background: #f1fcc8;
  color: #3a4112;
}

.cs-perm2-list strong {
  color: #1a1a1a;
  font-weight: 500;
}

.cs-perm2-list span {
  color: #6b7280;
  font-weight: 400;
  display: block;
  font-size: 0.85rem;
  margin-top: 1px;
}

/* Action chip row inside Form-Level card */
.cs-perm2-chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;

  gap: 8px;
  padding: 14px 16px;
  background: #faf6f3;
  border: 1px dashed #e9d8cb;
  border-radius: 12px;
 
  min-height: 160px;       /* Match Box 2 */
  box-sizing: border-box;
}

.cs-perm2-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #efe7e1;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  color: #1a1a1a;
}

.cs-perm2-chip i {
  color: #eb5017;
  font-size: 0.85rem;
}

.cs-perm2-chip.is-mute {
  color: #9ca3af;
  background: #fdfbfa;
}

.cs-perm2-chip.is-mute i {
  color: #c8b9af;
}

/* Data scope visual: nested rings */
.cs-perm2-scope {
  position: relative;
  height: 160px;
  margin-top: 4px;
  background: radial-gradient(circle at center, #fff 0%, transparent 70%);
  border: 1px dashed #e9d8cb;
  border-radius: 12px;
  overflow: hidden;
}

.cs-perm2-scope .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1.5px solid #e9d8cb;
  background: rgba(255, 255, 255, 0.5);
}

.cs-perm2-scope .ring.r1 {
  width: 140px;
  height: 140px;
  border-color: rgba(235, 80, 23, 0.18);
}

.cs-perm2-scope .ring.r2 {
  width: 96px;
  height: 96px;
  border-color: rgba(235, 80, 23, 0.28);
}

.cs-perm2-scope .ring.r3 {
  width: 52px;
  height: 52px;
  border-color: rgba(235, 80, 23, 0.4);
  background: #fff1ea;
}

.cs-perm2-scope .ring-l {
  position: absolute;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #1a1a1a;
  background: #fff;
  padding: 3px 9px;
  border-radius: 999px;
  border: 1px solid #efe7e1;
  white-space: nowrap;
}

.cs-perm2-scope .l-all {
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
}

.cs-perm2-scope .l-rep {
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.cs-perm2-scope .l-self {
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  color: #eb5017;
}

/* ===== Workflow Builder v2: bullets + infographic ===== */
.cs-wf2-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: center;
}

@media (max-width: 991.98px) {
  .cs-wf2-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.cs-wf2-list {
  list-style: none;
  padding: 30px 26px;
  margin: 0;

  display: flex;
  flex-direction: column;
  gap: 18px;

  /* Same outer box styling as Card 2 */
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
  position: relative;
  box-sizing: border-box;
}

.cs-wf2-list li {
  display: flex;
  align-items: center;
  gap: 14px;

  /* Same inner box style as Employee / Apply for Leave */
  padding: 14px 16px;
  background: #fbf7f4;
  border: 1px solid #f0e3da;
  border-radius: 14px;

  position: relative;
  transition: all 0.25s ease;
}

.cs-wf2-list li:hover {
  background: #fff1ea;
  border-color: rgba(235, 80, 23, 0.4);
  transform: translateX(4px);
}

.cs-wf2-list .wfi {
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #fff1ea;
  color: #eb5017;
  display: grid;
  place-items: center;
  font-size: 1rem;
}

.cs-wf2-list h6 {
  margin: 0 0 4px;
  font-weight: 600;
  font-size: 1rem;
  color: #1a1a1a;
  letter-spacing: -0.01em;
}

.cs-wf2-list p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #6b7280;
}

/* Infographic */
.cs-wf2-infographic {
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 22px;
  padding: 30px 26px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
  position: relative;
}

.cs-wf2-flow {
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.cs-wf2-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  background: #fbf7f4;
  border: 1px solid #f0e3da;
  border-radius: 14px;
  position: relative;
  transition: all 0.25s;
}

.cs-wf2-step:hover {
  background: #fff1ea;
  border-color: rgba(235, 80, 23, 0.4);
  transform: translateX(4px);
}

.cs-wf2-step .stp-n {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #eb5017;
  color: #eb5017;
  font-weight: 800;
  font-size: 0.82rem;
  display: grid;
  place-items: center;
  font-family: "Poppins", sans-serif;
}

.cs-wf2-step.s-init .stp-n {
  background: #eb5017;
  color: #fff;
}

.cs-wf2-step.s-end .stp-n {
  background: #cddb37;
  border-color: #cddb37;
  color: #1a1a1a;
}

.cs-wf2-step .stp-body {
  flex: 1;
  min-width: 0;
}

.cs-wf2-step .stp-role {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b9836b;
  margin-bottom: 2px;
}

.cs-wf2-step .stp-act {
  font-weight: 600;
  font-size: 0.92rem;
  color: #1a1a1a;
}

.cs-wf2-step .stp-tag {
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff;
  color: #6b7280;
  border: 1px solid #efe7e1;
  flex-shrink: 0;
}

.cs-wf2-step.s-init .stp-tag {
  background: #eb5017;
  color: #fff;
  border-color: #eb5017;
}

.cs-wf2-step.s-end .stp-tag {
  background: #cddb37;
  color: #1a1a1a;
  border-color: #cddb37;
}

.cs-wf2-arrow {
  align-self: center;
  color: #eb5017;
  font-size: 1.1rem;
  opacity: 0.6;
  margin: -4px 0;
}

.cs-wf2-modules {
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px dashed #e9d8cb;
}

.cs-wf2-modules-l {
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #b9836b;
  margin-bottom: 10px;
}

.cs-wf2-mods {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cs-wf2-mod {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #faf6f3;
  border: 1px solid #efe7e1;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
  color: #1a1a1a;
}

.cs-wf2-mod i {
  color: #eb5017;
}

/* ===== Pain Points (infographic v2) ===== */
.cs-pain-title .accent-marks {
  position: relative;
  display: inline-block;
}

.cs-pp-stage {
  position: relative;
  display: grid;
  grid-template-columns: 1fr minmax(220px, 360px) 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 40px;
}

.cs-pp-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Background dashed org-chart behind center */
.cs-pp-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
}

.cs-pp-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* Card */
.cs-pp-card {
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #f0e3da;
  border-radius: 16px;
  padding: 18px 20px;
  box-shadow: 0 10px 28px rgba(235, 80, 23, 0.06);
  display: grid;
  grid-template-columns: 52px 1fr auto;
  column-gap: 14px;
  align-items: start;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.cs-pp-card:hover {
  transform: translateY(-3px);
  border-color: rgba(235, 80, 23, 0.3);
  box-shadow: 0 16px 36px rgba(235, 80, 23, 0.12);
}

.cs-pp-ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #fff1ea;
  color: #eb5017;
  display: grid;
  place-items: center;
  font-size: 1.5rem;
}

.cs-pp-body {
  min-width: 0;
  grid-column: 2 / 3;
}

.cs-pp-tag {
  display: block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #eb5017;
  margin-bottom: 4px;
}

.cs-pp-card h6 {
  margin: 0 0 6px;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.3;
  color: #1a1a1a;
}

.cs-pp-card p {
  margin: 0;
  font-size: 0.86rem;
  line-height: 1.5;
  color: #6b7280;
}

.cs-pp-mini {
  grid-column: 3 / 4;
  grid-row: 1 / span 3;
  align-self: center;
  flex-shrink: 0;
  width: 76px;
  height: 56px;
  border-radius: 10px;
  background: #fafafa;
  border: 1px solid #f0e3da;
  display: grid;
  place-items: center;
  color: #eb5017;
  font-size: 1.4rem;
  overflow: hidden;
}

.cs-pp-mini.is-lime {
  background: #f7fce1;
}

.cs-pp-mini svg {
  width: 100%;
  height: 100%;
}

/* Center column */
.cs-pp-center {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  align-self: stretch;
}

/* Closing CTA band */
.cs-pp-band {
  position: relative;
  z-index: 1;
  margin-top: 36px;
  background: #f7fce1;
  border: 1px solid #e5ee9b;
  border-radius: 18px;
  padding: 18px 24px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  column-gap: 18px;
}

.cs-pp-band-ico {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fff1ea;
  color: #eb5017;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
}

.cs-pp-band-text {
  font-size: 1rem;
  color: #1a1a1a;
  line-height: 1.45;
}

.cs-pp-band-text .accent {
  color: #eb5017;
  font-weight: 700;
}

.cs-pp-band-mascot {
  width: 200px;
  height: 56px;
  display: grid;
  place-items: center;
}

.cs-pp-band-mascot svg {
  width: 100%;
  height: 100%;
}

/* Mobile / tablet */
@media (max-width: 991.98px) {
  .cs-pp-stage {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .cs-pp-center {
    order: -1;
    min-height: 0;
    margin-bottom: 8px;
  }

  .cs-pp-bg {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .cs-pp-card {
    grid-template-columns: 44px 1fr;
    padding: 16px;
  }

  .cs-pp-ico {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }

  .cs-pp-mini {
    display: none;
  }

  .cs-pp-card h6 {
    font-size: 0.98rem;
  }

  .cs-pp-band {
    grid-template-columns: auto 1fr;
    row-gap: 10px;
  }

  .cs-pp-band-mascot {
    grid-column: 1 / -1;
    justify-self: center;
  }

  .cs-pain-title .accent-marks::before,
  .cs-pain-title .accent-marks::after {
    display: none;
  }
}
