.why-wavit-section {
  color: #f8fafc;
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}

/* Background Elements */
.background-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0.1;
}

.dollar-sign {
  position: absolute;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #f8fafc;
  opacity: 0;
}

.wav-dollar-sign-1 {
  top: 15%;
  left: 10%;
  font-size: 120px;
  transform: rotate(-15deg);
}

.wav-dollar-sign-2 {
  top: 60%;
  left: 85%;
  font-size: 150px;
  transform: rotate(20deg);
}

.wav-dollar-sign-3 {
  top: 75%;
  left: 25%;
  font-size: 100px;
  transform: rotate(-10deg);
}

.percent-sign {
  position: absolute;
  top: 30%;
  right: 15%;
  font-size: 180px;
  font-weight: bold;
  color: #f8fafc;
  opacity: 0;
  transform: rotate(10deg);
}

.circle-element {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(56, 189, 248, 0.2) 0%,
    rgba(14, 165, 233, 0.1) 70%
  );
  opacity: 0;
}

.circle-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  left: -100px;
}

.circle-2 {
  width: 400px;
  height: 400px;
  bottom: -150px;
  right: -150px;
}

.circle-3 {
  width: 200px;
  height: 200px;
  top: 40%;
  left: 30%;
}

/* Section Header */
.section-title {
  color: #f8fafc;
  opacity: 0;
  transform: translateY(30px);
}

.section-title span {
  color: #0ea5e9;
}

.title-underline {
  height: 4px;
  width: 0;
  background: linear-gradient(90deg, transparent, #0ea5e9, transparent);
  margin-top: 10px;
}

.section-description {
  opacity: 0;
  transform: translateY(20px);
}

/* Zero Percent Container */
.zero-percent-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.zero-percent-container {
  position: relative;
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zero-text {
  font-size: 180px;
  font-weight: 800;
  line-height: 1;
  color: #f8fafc;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: scale(0.5);
}

.percent-text {
  font-size: 80px;
  font-weight: 700;
  color: #0ea5e9;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
  opacity: 0;
  transform: scale(0.5) rotate(20deg);
}

.processing-text {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #f8fafc;
  margin-top: 10px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20px);
}

.zero-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #0ea5e9;
  box-shadow: 0 0 30px rgba(14, 165, 233, 0.5);
  z-index: 1;
  opacity: 0;
  transform: scale(1.2);
}

/* Benefits List */
.benefits-list-container {
  opacity: 0;
  transform: translateX(50px);
}

.benefits-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10%;
}

.wav-benefit-item {
  margin-bottom: 20px;
  opacity: 0;
  transform: translateX(30px);
}

.benefit-icon {
  position: relative;
  width: 40px;
  height: 40px;
}

.icon-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(14, 165, 233, 0.2);
  transform: scale(0);
}

.check-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  color: #0ea5e9;
  font-size: 18px;
}

.benefit-text {
  font-size: 18px;
  font-weight: 500;
}

/* Comparison Cards */
.wav-comparison-container {
  margin-top: 80px;
  opacity: 0;
  transform: translateY(40px);
}

.comparison-header {
  opacity: 0;
  transform: translateY(20px);
}

.comparison-card {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(30px);
  opacity: 0;
  margin-top: 5%;
}

.traditional-card {
  border-top: 4px solid #ef4444;
}

.wavit-card {
  border-top: 4px solid #0ea5e9;
}

.card-header {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.05);
}

.card-body {
  padding: 20px;
}

.stat-item {
  margin-bottom: 15px;
  margin-right: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-item-last {
    margin-bottom: 15px;
    margin-right: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}

.stat-item:last-child {
  border-bottom: none;
}

.stat-label {
  font-size: 14px;
  color: #cbd5e1;
  margin-bottom: 5px;
}

.stat-value {
  font-size: 24px;
  font-weight: 500;
}

.stat-bar {
  height: 6px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
  margin-top: 10px;
  overflow: hidden;
}

.stat-progress {
  height: 100%;
  width: 0;
  border-radius: 3px;
}

.traditional-progress {
  background-color: #ef4444;
}

.wavit-progress {
  background-color: #0ea5e9;
}

.total-item {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: none;
}

.text-red-500 {
  color: #ef4444;
}

.text-green-500 {
  color: #10b981;
}

.text-primary {
  color: #0ea5e9;
}

/* Savings Calculator */
.savings-calculator {
  margin-top: 60px;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(30px);
}



.result-value {
  font-size: 48px;
  font-weight: 700;
  color: #0ea5e9;
  opacity: 0;
}

.calculator-cta {
  margin-top: 20px;
}
