.et-plan {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    padding: 20px;
    position: relative;
    box-shadow: 0 6px 18px rgba(15,23,42,0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}

.et-plan:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(15,23,42,0.12);
}

.et-plan-inner {
    width:100%
}

.et-pricing-wrapper {
    text-align: center;
    width: 100%;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.et-pricing-header {
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 28px;
    color: #111827;
}

.et-pricing-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.et-ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.et-ribbon::before,
.et-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.et-ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}
.et-ribbon-top-right {
  top: -10px;
  right: -10px;
}
.et-ribbon-top-right::before,
.et-ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.et-ribbon-top-right::before {
  top: 0;
  left: 0;
}
.et-ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.et-ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

.header .et-plan-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.header {
    display: block;
    position: relative;
    z-index: 0;
    margin-bottom: 15px;
}

.header:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    z-index: 1;
    background: #dbdbdb;
}

.et-plan-price {
    font-size: 24px;
    margin-bottom: 16px;
    color: #0f172a;
}

.et-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    text-align: left;
}

.et-plan-features li {
    padding: 8px 0;
    border-bottom: 1px dashed #eef2f7;
    font-size: 14px;
}

.et-plan-cta {
    display: inline-block;
    padding: 10px 18px;
    background: #0ea5a4;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: .3s;
    transition: .3s;    
}

.et-feature-hidden {
    display: none;
}

.et-see-more-wrap {
    margin-top: 12px;
    text-align: left;
}

.et-see-more-features {
    display: inline-block;
    padding: 6px 12px;
    background: #111827;
    color: #fff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.et-see-more-features:hover {
    opacity: 0.9;
}
