.clc-table,
.clc-overview-table,
.benefits-table,
.investment-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-size: 1rem;
}
.clc-table th,
.clc-overview-table th,
.benefits-table th,
.investment-table th {
  background: linear-gradient(135deg, #006482, #19a4af);
  color: white;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
}
.clc-table td,
.clc-overview-table td,
.benefits-table td,
.investment-table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #e0eef3;
  vertical-align: top;
}
.clc-table td:first-child,
.clc-overview-table td:first-child,
.benefits-table td:first-child,
.investment-table td:first-child {
  font-weight: 600;
  color: #006482;
}
.clc-table tbody tr:nth-child(odd),
.clc-overview-table tbody tr:nth-child(odd),
.benefits-table tbody tr:nth-child(odd),
.investment-table tbody tr:nth-child(odd) {
  background-color: #f8fcfd;
}
.clc-table tbody tr:nth-child(even),
.clc-overview-table tbody tr:nth-child(even),
.benefits-table tbody tr:nth-child(even),
.investment-table tbody tr:nth-child(even) {
  background-color: #e8f7f8;
}
.clc-table tr:hover,
.clc-overview-table tr:hover,
.benefits-table tr:hover,
.investment-table tr:hover {
  background-color: #d8f0f2;
}

.clc-overview-table th {
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.clc-overview-table th img {
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.clc-overview-table td {
  font-size: 1.1rem;
  font-weight: 500;
}

.benefits-table tbody tr:nth-child(odd) {
  background-color: transparent;
}
.benefits-table tbody tr:nth-child(even) {
  background-color: transparent;
}
.benefits-table tr:hover {
  background-color: #f8fcfd;
}
.benefits-table .category {
  font-weight: 600;
  color: #006482;
  background-color: #f0f7fd;
}
.benefits-table .highlight {
  background-color: #e8f7f8;
}
.benefits-table .highlight td:first-child {
  font-weight: 600;
}

.investment-table {
  font-size: 1.1rem;
  box-shadow: 0 4px 16px rgba(0, 100, 130, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.investment-table thead {
  background: linear-gradient(135deg, #006482, #19a4af);
}
.investment-table th {
  color: white;
  font-weight: 600;
  padding: 1rem 1.25rem;
  text-align: center;
  border: none;
}
.investment-table th:first-child {
  text-align: left;
}
.investment-table tbody tr {
  transition: background-color 0.2s ease;
}
.investment-table tbody tr:nth-child(odd) {
  background-color: #f8fcfd;
}
.investment-table tbody tr:nth-child(even) {
  background-color: #ffffff;
}
.investment-table tbody tr:hover {
  background-color: #e8f4f8;
}
.investment-table td {
  padding: 1rem 1.25rem;
  text-align: center;
}
.investment-table td:first-child {
  text-align: left;
  font-weight: 600;
  color: #006482;
}
.investment-table .price-primary {
  font-weight: 600;
  color: #2c3e50;
  display: block;
}
.investment-table .price-secondary {
  font-size: 0.95rem;
  color: #666;
  display: block;
  margin-top: 0.25rem;
}

.outcome-box,
.investment-info,
.less-coach-info-box {
  background: linear-gradient(135deg, #f0f7fd 0%, #ffffff 50%, #f0f7fd 100%);
  border-left: 4px solid #19a4af;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  box-shadow: 0 2px 8px rgba(0, 100, 130, 0.1);
}
.outcome-box p,
.investment-info p,
.less-coach-info-box p {
  color: #006482;
  margin: 0;
  line-height: 1.6;
}

.outcome-box p {
  font-size: 1.25rem;
}

.investment-info h4 {
  color: #006482;
  margin: 0 0 0.75rem 0;
  font-size: 1rem;
}
.investment-info p {
  color: #2c3e50;
  margin: 0.5rem 0;
}
.investment-info .highlight {
  color: #19a4af;
  font-weight: 600;
}

.less-coach-info-box {
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
}
.less-coach-info-box p {
  color: #2c3e50;
}

.included-box {
  background: linear-gradient(135deg, #f8fcfd 0%, #e8f7f8 100%);
  border: 2px solid #19a4af;
  border-radius: 16px;
  padding: 2rem;
  margin: 2.5rem 0;
  box-shadow: 0 6px 20px rgba(0, 100, 130, 0.15);
}
.included-box h3 {
  color: #006482;
  margin: 0 0 1.5rem 0;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.included-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.included-box li {
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(25, 164, 175, 0.2);
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: #2c3e50;
  line-height: 1.5;
}
.included-box li:last-child {
  border-bottom: none;
}
.included-box .check-icon {
  color: #19a4af;
  font-weight: bold;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.included-box .item-value {
  color: #006482;
  font-weight: 600;
}
.included-box .benefits-link {
  text-align: center;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(25, 164, 175, 0.3);
}
.included-box .benefits-link a {
  color: #006482;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #19a4af;
  padding-bottom: 2px;
  transition: color 0.2s;
}
.included-box .benefits-link a:hover {
  color: #19a4af;
}
.included-box .footnote-marker {
  color: #006482;
  font-weight: 700;
  font-size: 0.85rem;
  vertical-align: super;
  margin-left: 2px;
}

.included-footnotes {
  background: #f8fcfd;
  border-left: 3px solid #19a4af;
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.5rem;
  margin: -1.5rem 0 2rem 0;
  font-size: 0.9rem;
  color: #555;
}
.included-footnotes p {
  margin: 0.5rem 0;
  line-height: 1.5;
}
.included-footnotes .fn-number {
  color: #006482;
  font-weight: 700;
  margin-right: 0.5rem;
}

.role-selector {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}
.role-selector a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 3rem;
  text-decoration: none;
  background: linear-gradient(135deg, #19a4af, #006482);
  color: white;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(0, 100, 130, 0.4);
  min-width: 200px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.role-selector a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 100, 130, 0.5);
}
.role-selector .label {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.role-selector .role {
  font-size: 1.5rem;
  font-weight: 600;
}

.less-coach-cta {
  display: inline-block;
  padding: 0.875rem 2rem;
  font-size: 1.125rem;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  background: linear-gradient(135deg, #19a4af, #006482);
  color: white;
  box-shadow: 0 4px 14px rgba(0, 100, 130, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.less-coach-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 100, 130, 0.5);
  color: white;
  text-decoration: none;
}

.less-coach-cta-row {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0;
}

.less-coach-contact-footer {
  text-align: center;
  margin: 3rem 0 1rem 0;
  padding-top: 2rem;
  border-top: 1px solid #e0eef3;
}
.less-coach-contact-footer span {
  color: #666;
}
.less-coach-contact-footer a {
  color: #006482;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #006482;
}
.less-coach-contact-footer a:hover {
  color: #19a4af;
  border-bottom-color: #19a4af;
}

.less-coach-hero {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}
.less-coach-hero .less-coach-hero-content {
  flex: 1;
}
.less-coach-hero .less-coach-hero-badge {
  flex: 0 0 150px;
}
.less-coach-hero .less-coach-hero-badge img {
  width: 150px;
}

.process-container {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 2rem 0;
}

.process-step {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.step-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step-number {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #19a4af, #006482);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 0.9rem;
}

.step-line {
  width: 2px;
  height: 40px;
  background: linear-gradient(to bottom, #19a4af, #e0e0e0);
}

.step-content {
  padding-top: 0.4rem;
}

.step-title {
  color: #006482;
  font-weight: 600;
}

.step-optional {
  color: #888;
  font-size: 0.85rem;
}

.step-description {
  margin: 0.25rem 0 0 0;
  color: #555;
  font-size: 0.95rem;
}
