@import "global.css";
@import "header.css";
@import "footer.css";
@import "landing.css";
@import "landing-2.css";

.hero-4-title {
  max-width: 627px;
}
.what-we-do-3::after {
  background-color: var(--clr-primary);
  opacity: 0.03;
}

.hero-4-decoration-1 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(71, 230, 236, 0.1) 0%,
    rgba(71, 230, 236, 0) 100%
  );
  filter: blur(107px);
}

.what-we-do-3 .what-we-do-decoration-1 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(71, 230, 236, 0.15) 0%,
    rgba(71, 230, 236, 0) 100%
  );
  filter: blur(53px);
}
.what-we-do-3 .what-we-do-decoration-2 {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(71, 230, 236, 0.3) 0%,
    rgba(71, 230, 236, 0) 100%
  );
  filter: blur(53px);
}

.stats-3 {
  width: 100%;
  padding: 64px 0;
  background: rgba(71, 230, 236, 0.1);
}

.icon-bg-3 {
  background-color: rgba(71, 230, 236, 1);
  opacity: 0.5;
}

.bottom-partners-3 .bottom-decoration {
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(71, 230, 236, 0.12) 0%,
    rgba(71, 230, 236, 0.1) 100%
  );
}

.pg-2 .bg-1 {
  top: -10px;
  right: -10px;
}
.pg-2 .bg-3 {
  left: -10px;
  bottom: 25px;
}

/* ----- */

@import url("https://fonts.googleapis.com/css?family=Outfit:400,500,600,700|Figtree:400");

/* Reset and base styles */

/* Main section container */
.yezprofit-comparison-section {
  font-family: "Outfit", Helvetica, sans-serif;
  background-color: rgba(1, 80, 177, 0.03);
  line-height: 1.6;
  width: 100%;
  padding: 2rem 0;
}

/* Study Statistics Card */
.study-wrapper {
  width: 100%;
  max-width: 703px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.study-card {
  background-color: rgba(1, 80, 177, 0.06);
  border-radius: 22px;
  padding: 3rem;
  text-align: center;
}

.study-title {
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 600;
  color: #0150b1;
  font-size: 18px;
  letter-spacing: 0.72px;
  line-height: 16px;
  margin-bottom: 1.5rem;
}

.study-text {
  font-family: "Figtree", Helvetica, sans-serif;
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  color: #333;
}

.study-text .highlight {
  font-weight: 500;
  font-style: italic;
  color: #0150b1;
}

.study-text .brand {
  font-weight: 600;
  font-style: italic;
  color: #0150b1;
}

.study-text .emphasis {
  font-weight: 700;
  font-style: italic;
  color: #0150b1;
}

/* Comparison Cards Section */
.comparison-wrapper {
  width: 100%;
  max-width: 1136px;
  margin: 2rem auto;
  padding: 0 1rem;
}

.comparison-card {
  border-radius: 24px;
  box-shadow: 0px 12px 70px 5px rgba(2, 81, 178, 0.04);
  background: white;
  margin-bottom: 1.5rem;
  padding: 45px 40px;
  position: relative;
}

.comparison-title {
  text-align: center;
  width: 100%;
  opacity: 0.9;
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 600;
  color: #00141e;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 40px;
}

.comparison-content {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}

.comparison-side {
  flex: 1;
}

.comparison-box {
  border-radius: 18px;
  padding: 2.5rem;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.comparison-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.traditional-box {
  background-color: rgba(230, 168, 117, 0.08);
}

.yezprofit-box {
  background-color: rgba(71, 230, 236, 0.06);
}

.box-icon {
  position: absolute;
  width: auto;
  height: 40px;
  top: 20px;
  right: 20px;
}

.comparison-box .yezprofit-logo {
  position: absolute;
  top: 35px;
  right: 40px;
  display: flex;
  align-items: center;
  height: 14px;
}

.yezprofit-dot {
  width: 14px;
  height: 14px;
  background-color: #ff4c00;
  border-radius: 6.97px;
}

.yezprofit-text {
  margin-left: 17px;
  position: relative;
  height: 14px;
}

.yez-text {
  position: absolute;
  width: 30px;
  height: 13px;
  top: 0;
  left: 0;
}

.profit-text {
  position: absolute;
  width: 60px;
  height: 14px;
  top: 0;
  left: 29px;
}

.box-title {
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 500;
  color: #00141e;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 40px;
}

.point-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 26px;
}

.point-item:last-child {
  margin-bottom: 0;
}

.point-dot {
  width: 7px;
  height: 7px;
  margin-top: 4px;
  border-radius: 50%;
  flex-shrink: 0;
}

.traditional-dot {
  background-color: #e6a875;
}

.yezprofit-dot-point {
  background-color: #47e6ec;
}

.point-text {
  margin-left: 15px;
  opacity: 0.8;
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 400;
  color: #00141e;
  font-size: 16px;
  line-height: 18px;
  line-height: 22px;

  text-align: left;
}

.point-text.multiline {
  line-height: 22px;
}

.separator {
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  height: 200%;

  border-width: 2px;
  border-style: dashed;
  border-color: rgba(192, 205, 225, 1);
  margin: 0 auto;
}

/* Why YEZPROFIT Section */
.why-yezprofit-wrapper {
  width: 100%;
  max-width: 955px;
  margin: 2.5rem auto;
  padding: 2.5rem 1rem;
}

.why-yezprofit-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.why-yezprofit-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.why-yezprofit-title {
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 700;
  color: #00141e;
  font-size: 38px;
  letter-spacing: 0.38px;
  line-height: 55px;
}

.why-yezprofit-decoration {
  height: 21px;
  width: 274px;
}

.why-yezprofit-description {
  opacity: 0.8;
  font-family: "Outfit", Helvetica, sans-serif;
  font-weight: 400;
  color: #00141e;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  max-width: 951px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .comparison-content {
    flex-direction: column;
  }

  .comparison-side {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0 20px;
  }

  .comparison-side:last-child {
    margin-bottom: 0;
  }

  .why-yezprofit-header {
    flex-direction: column;
    text-align: center;
  }

  .why-yezprofit-title {
    font-size: 28px;
    line-height: 40px;
  }

  .why-yezprofit-description {
    font-size: 18px;
    line-height: 28px;
  }

  .study-card {
    padding: 2rem;
  }

  .why-yezprofit-decoration {
    width: 200px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .study-wrapper,
  .comparison-wrapper,
  .why-yezprofit-wrapper {
    padding: 0 0.5rem;
  }

  .comparison-title-container {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    /* align-items: start; */
    width: 100%;
  }

  .comparison-card {
    padding-left: 8px;
    padding-right: 8px;
  }
  .box-title {
    margin-top: 16px;
    margin-bottom: 16px;
    line-height: 24px;
    text-align: start;
  }

  .comparison-box .yezprofit-logo {
    position: static;
    margin: 0 auto;
  }

  .comparison-side {
    padding: 0 10px;
  }

  .comparison-box {
    padding: 1.5rem;
  }

  .why-yezprofit-title {
    font-size: 24px;
    line-height: 32px;
  }

  .why-yezprofit-description {
    font-size: 16px;
    line-height: 24px;
  }
}
