/* landing.css - Volume by Slicing Calculator Stylesheet */

.logo-sitename {
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 8px;
}

.page-title-offset {
  margin-top: 80px;
}

.calculator-card {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(103, 64, 203, 0.1);
  border: 1px solid #eef0f7;
  padding: 30px;
  margin-bottom: 40px;
}

.preset-btn {
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.preset-btn:hover {
  background-color: #6740cb;
  color: #ffffff;
}

.shape-badge {
  font-size: 0.95rem;
  padding: 6px 14px;
  border-radius: 20px;
  font-weight: 600;
  display: inline-block;
  margin: 3px;
  background: #f1ecfe;
  color: #6740cb;
  border: 1px solid #d8cbf9;
}

.answer-box {
  background: #f4f0ff;
  border-left: 4px solid #6740cb;
  padding: 18px 22px;
  border-radius: 0 12px 12px 0;
  margin: 20px 0 25px 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #2c2146;
}

.table-custom {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.table-custom th {
  background: #6740cb;
  color: #ffffff;
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
}

.table-custom td {
  padding: 12px 16px;
  border-bottom: 1px solid #eef0f7;
  color: #444444;
}

.table-custom tr:nth-child(even) {
  background-color: #fcfaff;
}

.table-custom tr:hover {
  background-color: #f1ecfe;
}

.expert-quote-box {
  background: #ffffff;
  border: 1px solid #e2d9f8;
  border-radius: 12px;
  padding: 24px;
  margin: 30px 0;
  box-shadow: 0 6px 20px rgba(103, 64, 203, 0.06);
  position: relative;
}

.expert-quote-box::before {
  content: "“";
  font-size: 4rem;
  color: #6740cb;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  left: 15px;
  line-height: 1;
}

.metric-highlight-card {
  background: linear-gradient(135deg, #6740cb 0%, #4a2896 100%);
  color: #ffffff;
  border-radius: 14px;
  padding: 24px;
  margin: 30px 0;
  box-shadow: 0 8px 25px rgba(103, 64, 203, 0.25);
}

.educational-disclaimer-box {
  background-color: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  padding: 20px;
  margin-top: 40px;
}

.step-card {
  background: #ffffff;
  border-left: 3px solid #6740cb;
  padding: 16px 20px;
  border-radius: 0 8px 8px 0;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
