/*
Theme Name: wc4a
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@600;700&display=swap");

:root {
  --wgw-plum: #4f3b63;
  --wgw-green: #00623d;
  --wgw-sage: #4f6b5b;
  --wgw-mint: #bfd4c4;
  --wgw-warm: #f7f6f3;
  --wgw-charcoal: #2b2f33;
  --wgw-line: rgba(23, 16, 84, 0.12);
  --wgw-shadow: 0 24px 70px rgba(43, 47, 51, 0.12);
}

.wgw-home,
.wgw-home * {
  box-sizing: border-box;
}

.wgw-home {
  width: min(100%, 1440px);
  margin: 0 auto;
  color: var(--wgw-plum);
  font-family: "Inter", Arial, sans-serif;
  background: #fff;
  overflow: hidden;
}

.wgw-home svg {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wgw-home h1,
.wgw-home h2,
.wgw-home h3,
.wgw-home p {
  margin: 0;
}

.wgw-home h1,
.wgw-home h2,
.wgw-home h3 {
  font-family: "Poppins", "Inter", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.wgw-kicker {
  color: var(--wgw-green);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.wgw-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  min-height: 50px;
  padding: 0.9rem 1.55rem;
  border: 1.5px solid var(--wgw-green);
  border-radius: 10px;
  color: var(--wgw-green);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.wgw-button:hover {
  transform: translateY(-2px);
}

.wgw-button--primary {
  color: #fff;
  background: linear-gradient(135deg, #008756, #005d39);
  border-color: transparent;
  box-shadow: 0 12px 26px rgba(0, 98, 61, 0.24);
}

.wgw-button--secondary {
  background: #fff;
}

.wgw-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(430px, 1.02fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5.5rem);
  min-height: 620px;
  padding: clamp(3rem, 6vw, 7rem) clamp(1.25rem, 7vw, 7.4rem) 2.5rem;
}

.wgw-hero::before {
  content: "";
  position: absolute;
  left: -118px;
  top: 210px;
  width: 210px;
  height: 430px;
  border-radius: 0 220px 220px 0;
  background: rgba(191, 212, 196, 0.34);
}

.wgw-hero__content {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.wgw-hero h1 {
  max-width: 650px;
  font-size: clamp(2.75rem, 5.1vw, 4.85rem);
  line-height: 1.1;
  margin-bottom: 1.7rem;
}

.wgw-hero__content > p:not(.wgw-kicker) {
  max-width: 590px;
  color: var(--wgw-plum);
  font-size: clamp(1.03rem, 1.2vw, 1.17rem);
  font-weight: 500;
  line-height: 1.85;
}

.wgw-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1.35rem;
  margin-top: 2.2rem;
}

.wgw-hero__visual {
  position: relative;
  min-height: 540px;
}

.wgw-hero__photo {
  position: absolute;
  inset: 0 -7.4rem 0 0;
  border-radius: 310px 0 0 310px;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.06), rgba(255,255,255,0)),
    var(--wgw-hero-image),
    linear-gradient(135deg, #d9e4dd, #ffffff 42%, #c6d6cc);
  background-position: center;
  background-size: cover;
  box-shadow: inset 0 0 0 999px rgba(255,255,255,0.02);
}

.wgw-quote-card {
  position: absolute;
  left: -10px;
  bottom: 34px;
  display: grid;
  grid-template-columns: 78px 1fr;
  align-items: center;
  gap: 1.2rem;
  width: min(290px, 80%);
  min-height: 122px;
  padding: 1.25rem 1.35rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--wgw-plum);
  box-shadow: var(--wgw-shadow);
  backdrop-filter: blur(12px);
}

.wgw-quote-card__icon {
  display: grid;
  place-items: center;
  width: 74px;
  height: 74px;
  border: 2px solid var(--wgw-green);
  border-radius: 50%;
  color: var(--wgw-green);
  font-size: 2.3rem;
}

.wgw-quote-card p {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.45;
}

.wgw-quote-card strong {
  font-weight: 800;
}

.wgw-approach {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: clamp(1.6rem, 3vw, 3.2rem);
  margin: 0 clamp(1rem, 2vw, 1.25rem);
  padding: clamp(3rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 4.5rem);
  border-radius: 24px;
  background: linear-gradient(110deg, rgba(191, 212, 196, 0.28), rgba(247, 246, 243, 0.82));
}

.wgw-approach__intro {
  align-self: center;
}

.wgw-approach h2,
.wgw-results h2,
.wgw-cta h2 {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.wgw-approach__intro p {
  margin-top: 2rem;
  color: var(--wgw-plum);
  font-size: 1.08rem;
  font-weight: 500;
  line-height: 1.85;
}

.wgw-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.65rem;
}

.wgw-step {
  position: relative;
  min-height: 430px;
  padding: 3.8rem 2rem 2.5rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.86);
  text-align: center;
  box-shadow: 0 28px 70px rgba(43, 47, 51, 0.07);
}

.wgw-step:not(:last-child)::after {
  content: "->";
  position: absolute;
  right: -1.8rem;
  top: 132px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--wgw-green);
  border-radius: 50%;
  background: #fff;
  color: var(--wgw-green);
  font-weight: 800;
  z-index: 3;
}

.wgw-step__number {
  position: absolute;
  top: -30px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #24145f;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  transform: translateX(-50%);
}

.wgw-step__icon {
  display: grid;
  place-items: center;
  width: 128px;
  height: 128px;
  margin: 0 auto 1.6rem;
  border-radius: 50%;
  background: rgba(191, 212, 196, 0.34);
  color: var(--wgw-green);
  font-size: 4.45rem;
}

.wgw-step h3 {
  min-height: 44px;
  font-size: 1.08rem;
  line-height: 1.25;
}

.wgw-step h3::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  margin: 1.35rem auto 1.4rem;
  background: var(--wgw-green);
}

.wgw-step p {
  color: var(--wgw-plum);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.75;
}

.wgw-results {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(390px, 0.88fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
  padding: clamp(3rem, 5vw, 4.4rem) clamp(1.25rem, 7vw, 6.8rem) 1.7rem;
}

.wgw-result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.wgw-result-grid article {
  min-height: 250px;
  padding: 2rem 1.25rem;
  border: 1px solid var(--wgw-line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  text-align: center;
}

.wgw-result-grid span {
  display: block;
  color: var(--wgw-green);
  font-size: 3.7rem;
  margin-bottom: 1.1rem;
}

.wgw-result-grid h3 {
  font-size: 0.98rem;
  margin-bottom: 1rem;
}

.wgw-result-grid p {
  color: var(--wgw-plum);
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.65;
}

.wgw-dashboard {
  display: flex;
  justify-content: center;
}

.wgw-dashboard__screen {
  width: min(100%, 500px);
  padding: 1.35rem;
  border: 14px solid #111;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(43, 47, 51, 0.18);
}

.wgw-dashboard__screen h3 {
  margin-bottom: 1rem;
  font-size: 1.05rem;
}

.wgw-dashboard__grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 0.95rem;
}

.wgw-chart {
  min-height: 128px;
  padding: 1rem;
  border-radius: 12px;
  background: #fafafa;
  box-shadow: 0 8px 20px rgba(43, 47, 51, 0.07);
}

.wgw-chart strong,
.wgw-chart small {
  display: block;
  color: var(--wgw-plum);
  font-size: 0.76rem;
  font-weight: 800;
}

.wgw-chart--line svg {
  width: 100%;
  height: 82px;
  margin-top: 0.6rem;
  color: var(--wgw-green);
}

.wgw-chart--line polyline {
  stroke-width: 3;
}

.wgw-chart--ring {
  display: grid;
  place-items: center;
  text-align: center;
}

.wgw-chart--ring span {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border: 10px solid rgba(0, 98, 61, 0.22);
  border-right-color: var(--wgw-green);
  border-bottom-color: var(--wgw-green);
  border-radius: 50%;
  color: var(--wgw-green);
  font-size: 1.2rem;
  font-weight: 800;
}

.wgw-chart--bars {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 0.5rem;
}

.wgw-chart--bars strong {
  grid-column: 1 / -1;
}

.wgw-chart--bars span {
  height: var(--h);
  min-height: 20px;
  border-radius: 4px 4px 0 0;
  background: var(--wgw-green);
}

.wgw-chart--number {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.wgw-chart--number span {
  color: var(--wgw-plum);
  font-size: 2.7rem;
  font-weight: 800;
}

.wgw-chart--number small {
  color: var(--wgw-green);
}

.wgw-cta {
  display: grid;
  grid-template-columns: minmax(230px, 0.38fr) minmax(0, 0.62fr);
  align-items: center;
  gap: clamp(1.6rem, 4vw, 4rem);
  margin: 0 clamp(1.25rem, 7vw, 6.8rem);
  min-height: 165px;
  border-radius: 24px;
  background: linear-gradient(105deg, rgba(191, 212, 196, 0.3), rgba(247, 246, 243, 0.96));
  overflow: hidden;
}

.wgw-cta__image {
  align-self: stretch;
  min-height: 165px;
  background:
    var(--wgw-leaf-image),
    radial-gradient(circle at 20% 20%, rgba(0, 98, 61, 0.18), transparent 38%),
    linear-gradient(135deg, #eef4f0, #ffffff);
  background-position: center;
  background-size: cover;
}

.wgw-cta__content {
  padding: 1.8rem 2rem 1.8rem 0;
}

.wgw-cta p {
  margin: 0.35rem 0 1rem;
  font-size: 1.05rem;
  font-weight: 500;
}

.wgw-benefits {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 2.4rem clamp(1.25rem, 7vw, 6.8rem) 1.8rem;
  border-bottom: 14px solid var(--wgw-green);
}

.wgw-benefits div {
  display: grid;
  grid-template-columns: 54px 1fr;
  align-items: center;
  gap: 1rem;
  min-height: 68px;
  padding-right: 1.5rem;
  border-right: 1px solid rgba(23, 16, 84, 0.2);
}

.wgw-benefits div:last-child {
  border-right: 0;
}

.wgw-benefits svg {
  color: var(--wgw-green);
  font-size: 3rem;
}

.wgw-benefits span {
  color: var(--wgw-plum);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 1180px) {
  .wgw-steps,
  .wgw-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wgw-step:not(:last-child)::after {
    display: none;
  }

  .wgw-approach,
  .wgw-results {
    grid-template-columns: 1fr;
  }

  .wgw-approach__intro {
    max-width: 760px;
  }

  .wgw-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wgw-benefits div:nth-child(2) {
    border-right: 0;
  }
}

@media (max-width: 900px) {
  .wgw-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 3rem;
  }

  .wgw-hero__visual {
    min-height: 420px;
  }

  .wgw-hero__photo {
    inset: 0;
    border-radius: 230px 0 0 230px;
  }

  .wgw-results {
    align-items: start;
  }

  .wgw-cta {
    grid-template-columns: 1fr;
  }

  .wgw-cta__content {
    padding: 0 1.5rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .wgw-button {
    width: 100%;
  }

  .wgw-hero h1 {
    font-size: 2.55rem;
  }

  .wgw-actions,
  .wgw-steps,
  .wgw-result-grid,
  .wgw-dashboard__grid,
  .wgw-benefits {
    grid-template-columns: 1fr;
  }

  .wgw-steps {
    gap: 2.7rem;
  }

  .wgw-step {
    min-height: 0;
  }

  .wgw-dashboard__screen {
    border-width: 9px;
    padding: 0.9rem;
  }

  .wgw-benefits div {
    border-right: 0;
    border-bottom: 1px solid rgba(23, 16, 84, 0.16);
    padding-bottom: 1rem;
  }

  .wgw-benefits div:last-child {
    border-bottom: 0;
  }
}
