/* ── WAYS ── */
.ways-sec {
  background: var(--dark);
}
.ways-intro {
  /* padding-top: 110px; */
  max-width: 800px;
}
.ways-intro .h2-d {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15.2;
  color: #ffffff;
  letter-spacing: -1.26px;
}
.ways-intro-p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.7;
  max-width: 600px;
  margin-top: 14px;
  font-family: Montserrat;
  font-weight: 400;
}
.ways-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: end;
  position: relative;
}
.ways-photo-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 540px;
  position: absolute;
  overflow: visible;
  right: 0;
  bottom: 50px;
  width: 400px;
  z-index: 1;
}
.ways-photo-wrap img {
  height: 100%;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 20px 48px rgba(0, 0, 0, 0.4));
  transform: translateX(-4px) scale(1.10);
}
.ways-grid {
  display: flex;
  gap: 16px;
  padding-top: 69.72px;
  padding-bottom: 69.98px;
}

.wcard {
  border-radius: 18px;
  padding: 36px 30px;
  display: flex;
  flex-direction: column;
  cursor: pointer !important;
  transition: transform 0.25s;
}
.wcard:hover {
  transform: translateY(-4px);
}

.wfree {
  background: var(--y);
  position: relative;
  overflow: hidden;
}
.wfree::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.06);
}
.wreg {
  background: var(--dark3);
  border: 1px solid rgba(255, 255, 255, 0.09);
}
.wreg:hover {
  background: #1e1e1e;
  border-color: rgba(255, 255, 255, 0.16);
}

.wcard-tier {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  /* text-transform: uppercase; */
  margin-bottom: 16px;
}
.wfree .wcard-tier {
  color: #000000;
}
.wreg .wcard-tier {
  color: #FFFFFF;
}

.wcard-name {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: -1.26px;
  /* text-transform: uppercase; */
  margin-bottom: 18.95px;
}
.wfree .wcard-name {
  color: var(--dark);
}
.wreg .wcard-name {
  color: #fff;
}

.wcard-div {
  height: 1px;
  margin-bottom: 22px;
}
.wfree .wcard-div {
  background: rgba(0, 0, 0, 0.12);
}
.wreg .wcard-div {
  background: rgba(255, 255, 255, 0.07);
}

.wcard-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
  margin-top: 18px;
  margin-bottom: 18.95px;
}
.wcard-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  font-family: Montserrat;
}
.wfree .wcard-list li {
  color: #000000;
}
.wreg .wcard-list li {
  color: #FFFFFF;
}

.wcheck {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.wfree .wcheck {
  background: rgba(0, 0, 0, 0.15);
}
.wreg .wcheck {
  background: rgba(219, 255, 0, 0.15);
}

.wcard-btn {
  display: block;
  text-align: center;
  border-radius: 999px;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.01em;
  cursor: pointer !important;
  transition: all 0.2s;
  margin-top: auto;
}
.wfree .wcard-btn {
  background: var(--dark);
  color: var(--y);
}
.wfree .wcard-btn:hover {
  background: #111;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
}
.wreg .wcard-btn {
  background: white;
  color: black;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
}
.wreg .wcard-btn:hover {
  border-color: var(--y);
  color: #92a32b;
}

/* ── Responsive ── */
@media(max-width:980px) {
  .ways-layout {
    display: block;
    gap: 40px;
  }
  
  .ways-photo-wrap {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: 40px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  
  .ways-photo {
    height: 500px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    transform: none !important;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3)) !important;
  }
}

@media(max-width:834px) {
  .ways-photo {
    height: 650px !important;
    width: auto !important;
    max-width: 95% !important;
  }

  .ways-grid {
    padding-bottom: 0 !important;
  }


}

@media(max-width:768px) {
  .ways-sec {
    padding: 20px 0;
  }
  
  .ways-intro {
    max-width: 100%;
    /* padding: 0 20px; */
  }
  
  .ways-intro .h2-d {
    font-size: 30px !important;
    margin-bottom: 20px;
  }
  
  .ways-intro-p {
    font-size: 13px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  
  .ways-layout {
    gap: 0;
    /* padding: 0 0px; */
  }
  
  .ways-photo-wrap {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
    right: auto !important;
    bottom: auto !important;
    margin-top: -20px !important;
    margin-left: 0 !important;
    overflow: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 1 !important;
  }
  
  .ways-photo-wrap img {
    height: auto !important;
    max-height: 350px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.3)) !important;
  }
  
  .ways-grid {
    display: flex;
    flex-direction: row;
    gap: 16px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 0 !important;
  }
  
  .wcard {
    border-radius: 14px;
    padding: 20px 18px;
  }
  
  .wcard-tier {
    font-size: 9px;
    margin-bottom: 12px;
  }
  
  .wcard-name {
    font-size: 18px;
    margin-bottom: 14px;
  }
  
  .wcard-div {
    margin-bottom: 16px;
  }
  
  .wcard-list {
    gap: 8px;
    margin-bottom: 16px;
  }
  
  .wcard-list li {
    font-size: 12px;
    gap: 7px;
  }
  
  .wcheck {
    width: 16px;
    height: 16px;
  }
  
  .wcard-btn {
    padding: 11px 18px;
    font-size: 13px;
  }
}
