.cse-choice-section {
  width: calc(100% - 48px);
  max-width: 1500px;
  margin: 76px auto 0 auto;
  padding: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #1f2a24;
  box-sizing: border-box;
}

.cse-choice-section * {
  box-sizing: border-box;
}

.cse-choice-header {
  max-width: 980px;
  margin-bottom: 42px;
}

.cse-choice-label {
  display: inline-block;
  color: #004225;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  margin-bottom: 18px;
}

.cse-choice-section h2 {
  font-size: 36px;
  line-height: 1.25;
  color: #004225;
  margin: 0 0 20px;
}

.cse-choice-section p {
  font-size: 17px;
  line-height: 1.85;
  color: #26342d;
  margin: 0;
  max-width: 980px;
}

.cse-choice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 42px;
}

.cse-choice-card {
  background: #ffffff;
  border: 1px solid #dce8e1;
  border-radius: 26px;
  padding: 40px 36px;
  min-height: 340px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.045);
  position: relative;
  overflow: hidden;
}

.cse-choice-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: #004225;
}

.cse-choice-card-soft::before {
  background: #c59a2d;
}

.cse-choice-pill {
  display: inline-block;
  background: #f3f7f4;
  color: #004225;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 13px;
  border-radius: 999px;
  margin-bottom: 24px;
}

.cse-choice-card-soft .cse-choice-pill {
  background: #fff4c7;
  color: #4a3600;
}

.cse-choice-card h3 {
  font-size: 25px;
  line-height: 1.3;
  color: #004225;
  margin: 0 0 20px;
}

.cse-choice-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #34443b;
  margin: 0 0 22px;
}

.cse-choice-card ul {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.cse-choice-card li {
  position: relative;
  margin: 0 0 12px;
  padding-left: 27px;
  font-size: 15px;
  line-height: 1.65;
  color: #34443b;
}

.cse-choice-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #004225;
  font-weight: 700;
}

.cse-choice-actions {
  margin-top: 32px;
}

.cse-choice-button {
  display: inline-block;
  background: #004225;
  color: #ffffff !important;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  box-shadow: 0 8px 18px rgba(0, 66, 37, 0.14);
}

.cse-choice-button:hover {
  background: #0b5a38;
}

.cse-choice-financing-box {
  margin-top: 38px;
  padding: 34px 38px;
  background: linear-gradient(180deg, #fffaf0 0%, #f8f4e8 100%);
  border: 1px solid #eadfbd;
  border-left: 6px solid #004225;
  border-radius: 24px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.035);
}

.cse-choice-financing-box h3 {
  font-size: 24px;
  line-height: 1.3;
  color: #004225;
  margin: 0 0 16px;
}

.cse-choice-financing-box p {
  margin: 0 0 22px;
  font-size: 16px;
  line-height: 1.85;
  color: #3a2b13;
  max-width: 1100px;
}

.cse-choice-financing-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cse-choice-financing-tags span {
  display: inline-block;
  background: #ffffff;
  border: 1px solid #eadfbd;
  color: #004225;
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 1100px) {
  .cse-choice-section {
    width: calc(100% - 40px);
    margin-top: 64px;
  }

  .cse-choice-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .cse-choice-card {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .cse-choice-section {
    width: calc(100% - 28px);
    margin-top: 54px;
  }

  .cse-choice-section h2 {
    font-size: 28px;
  }

  .cse-choice-card {
    padding: 30px 24px;
    border-radius: 22px;
  }

  .cse-choice-financing-box {
    padding: 28px 24px;
    border-radius: 22px;
  }

  .cse-choice-financing-box h3 {
    font-size: 22px;
  }
}