/* --- RESET & BASE --- */
body {
  background-color: #f8fafc;
  margin: 0;
  padding: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
}
a {
  text-decoration: none;
}
table {
  border-collapse: collapse;
}

/* --- LAYOUT --- */
.wrapper {
  width: 100%;
  table-layout: fixed;
  background-color: #f8fafc;
  padding-bottom: 40px;
}
.main-table {
  max-width: 600px;
  margin: 0 auto;
}
.card {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #e2e8f0;
} /* Added subtle border, removed heavy shadow */
.content {
  padding: 40px;
}
.section-spacer {
  padding: 0 40px 30px 40px;
}

/* --- TYPOGRAPHY --- */
.h1 {
  color: #1e293b;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #64748b;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
}
.text-p {
  color: #334155;
  font-size: 15px;
  line-height: 1.6;
  margin: 0;
}
.text-sm {
  font-size: 14px;
  color: #64748b;
}

/* --- METRICS (Clean) --- */
.metric-row {
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 20px;
}
.stat-val {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  letter-spacing: -0.5px;
}
.stat-val-highlight {
  color: #059669;
} /* Green Text only */
.stat-sub {
  font-size: 13px;
  color: #94a3b8;
  margin-top: 4px;
}
.stat-old {
  text-decoration: line-through;
  color: #ef4444;
}

/* --- TABLE (Clean) --- */
.clean-table td {
  padding: 8px 0;
  vertical-align: top;
}
.border-btm {
  border-bottom: 1px solid #f1f5f9;
}

/* --- BONUS (Minimal) --- */
.bonus-badge {
  background-color: #fff7ed;
  color: #9a3412;
  border: 1px solid #ffedd5;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.link-arrow {
  color: #0f172a;
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #0f172a;
  padding-bottom: 1px;
}

/* --- FEATURE LISTS --- */
.feature-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.feature-item {
  font-size: 14px;
  color: #475569;
  padding-bottom: 8px;
  padding-left: 20px;
  position: relative;
}
.feature-icon {
  position: absolute;
  left: 0;
  top: 0;
  color: #059669;
  font-weight: bold;
} /* Green Checkmarks */

/* --- FEATURE HIGHLIGHT CARD --- */
.feature-card {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
}
.feature-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* --- CTA BUTTON (Professional) --- */
.btn-outline {
  display: inline-block;
  border: 1px solid #0f172a;
  color: #0f172a;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 15px;
}
.btn-outline:hover {
  background-color: #0f172a;
  color: #ffffff;
}

/* --- MOBILE --- */
@media only screen and (max-width: 600px) {
  .content,
  .section-spacer {
    padding: 25px !important;
  }
  .mobile-stack {
    display: block !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.icon-circle {
  width: 32px;
  height: 32px;
  background-color: #f0fdf4; /* Light Green bg */
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid #bbf7d0;
}

.feat-head {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 2px;
}

.feat-desc {
  font-size: 13px;
  color: #64748b;
  line-height: 1.4;
}

@media only screen and (max-width: 600px) {
  .mobile-stack {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 25px;
  }
  .mobile-break {
    display: block;
    margin-bottom: 5px;
  }
}
