/* =========================================================
   VEROLIFE CLIENT SATISFACTION PAGE
========================================================= */


/* =========================================================
   PAGE
========================================================= */

.cs-page{
  width:100%;

  padding:
    18px 22px 70px;

  overflow:hidden;

  background:
    radial-gradient(
      70% 50% at 50% 8%,
      rgba(213,239,205,.30),
      transparent 68%
    ),
    #fff;
}


/* =========================================================
   HERO
========================================================= */

.cs-hero{
  position:relative;

  width:min(1420px,100%);
  min-height:610px;

  display:grid;

  grid-template-columns:
    minmax(0,.86fr)
    minmax(540px,1.14fr);

  gap:45px;

  margin:0 auto;

  padding:
    85px 28px 30px 65px;

  overflow:hidden;

  border-radius:30px;

  background:
    radial-gradient(
      circle at 18% 38%,
      rgba(198,235,187,.38),
      transparent 40%
    ),
    #fafcf8;
}


/* =========================================================
   HERO CONTENT
========================================================= */

.cs-hero__content{
  position:relative;
  z-index:3;

  display:flex;

  flex-direction:column;

  justify-content:center;

  padding-bottom:25px;
}


/* LABEL */

.cs-label{
  display:inline-flex;

  align-items:center;

  width:max-content;

  color:#387c2d;

  font-family: "DM Sans", sans-serif;

  font-size:13px;

  font-weight:600;

  text-transform:uppercase;

  letter-spacing:.3px;
}


/* LABEL LINE */

.cs-label::after{
  content:"";

  width:35px;
  height:2px;

  margin-left:12px;

  background:#4c9434;
}


/* TITLE */

.cs-hero__content h1{
  max-width:530px;

  margin:27px 0 0;

  font-family: "DM Sans", sans-serif;

  font-size:78px;

  font-weight:400;

  line-height:.88;

  letter-spacing:-2px;

  color:#172523;
}


.cs-hero__content h1 span{
  display:block;
}


/* DECORATION */

.cs-title-decoration{
  display:flex;

  align-items:center;

  gap:13px;

  margin-top:26px;

  color:#8cb87d;
}


.cs-title-decoration span{
  width:30px;
  height:2px;

  background:#488b32;
}


.cs-title-decoration i{
  font-size:21px;
}


/* DESCRIPTION */

.cs-hero__content > p{
  max-width:520px;

  margin:25px 0 0;

  color:#53646a;

  font-family: "DM Sans", sans-serif;

  font-size:15px;

  line-height:1.8;
}


/* =========================================================
   HERO VISUAL

   IMAGE SOURCE:
   1600px × 1100px
========================================================= */

.cs-hero__visual{
  position:relative;

  align-self:center;

  width:100%;

  height:510px;
}


/* IMAGE */

.cs-hero__visual img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  object-position:center;

  border-radius:
    140px 110px 45px 150px;

  box-shadow:
    0 25px 60px rgba(43,70,48,.11);
}


/* BADGE */

.cs-hero__badge{
  position:absolute;

  left:7%;

  bottom:-26px;

  display:grid;

  place-items:center;

  width:78px;
  height:78px;

  border:4px solid #fff;

  border-radius:50%;

  background:#f5fbf1;

  color:#5a9a3d;

  font-size:30px;

  box-shadow:
    0 14px 34px rgba(44,77,45,.15);
}


/* =========================================================
   FEATURE BAR
========================================================= */

.cs-features{
  position:relative;
  z-index:5;

  width:min(1360px,calc(100% - 50px));

  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  margin:
    -12px auto 0;

  padding:24px;

  border:
    1px solid rgba(61,98,67,.10);

  border-radius:22px;

  background:rgba(255,255,255,.96);

  box-shadow:
    0 20px 55px rgba(49,76,53,.09);
}


/* FEATURE */

.cs-feature{
  position:relative;

  display:grid;

  grid-template-columns:80px 1fr;

  gap:18px;

  align-items:center;

  min-height:125px;

  padding:13px 23px;
}


.cs-feature:not(:last-child)::after{
  content:"";

  position:absolute;

  right:0;

  top:25px;
  bottom:25px;

  width:1px;

  background:#e3eae1;
}


/* FEATURE ICON */

.cs-feature__icon{
  display:grid;

  place-items:center;

  width:76px;
  height:76px;

  border-radius:50%;

  background:#edf5e9;

  color:#377b2d;

  font-size:31px;
}


/* FEATURE TITLE */

.cs-feature h3{
  margin:0;

  color:#17241d;

  font-size:15px;

  font-weight:700;

  line-height:1.35;
}


/* FEATURE TEXT */

.cs-feature p{
  margin:10px 0 0;

  color:#67736f;

  font-size:12px;

  line-height:1.55;
}


/* =========================================================
   CONTENT CARD
========================================================= */

.cs-content-card{
  width:min(1360px,100%);

  min-height:275px;

  display:grid;

  grid-template-columns:
    1.08fr .92fr;

  margin:28px auto 0;

  overflow:hidden;

  border:
    1px solid rgba(61,97,67,.10);

  border-radius:22px;

  background:
    linear-gradient(
      120deg,
      #f8fbf7,
      #ffffff
    );

  box-shadow:
    0 12px 34px rgba(50,75,54,.05);
}


/* REVERSE */

.cs-content-card--reverse{
  grid-template-columns:
    .92fr 1.08fr;
}


/* =========================================================
   CONTENT TEXT
========================================================= */

.cs-content-card__text{
  display:grid;

  grid-template-columns:130px 1fr;

  gap:28px;

  align-items:center;

  padding:
    42px 45px;
}


.cs-content-card__text--warm{
  background:
    radial-gradient(
      circle at 80% 50%,
      rgba(248,225,173,.20),
      transparent 62%
    );
}


/* CONTENT ICON */

.cs-content-card__icon{
  display:grid;

  place-items:center;

  width:115px;
  height:115px;

  border:
    1px solid rgba(69,137,50,.30);

  border-radius:50%;

  background:#f7fbf5;

  color:#347c2a;

  font-size:43px;
}


.cs-content-card__icon--gold{
  border-color:
    rgba(198,145,21,.32);

  color:#c79013;
}


/* TEXT */

.cs-content-card__text p{
  margin:0;

  color:#37474a;

  font-family: "DM Sans", sans-serif;

  font-size:14px;

  line-height:1.8;
}


/* =========================================================
   CONTENT IMAGE
========================================================= */

.cs-content-card__image{
  width:100%;
  height:100%;

  min-height:275px;

  margin:0;

  overflow:hidden;
}


.cs-content-card__image img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;

  object-position:center;

  transition:
    transform .6s ease;
}


.cs-content-card:hover
.cs-content-card__image img{
  transform:scale(1.025);
}





/* =========================================================
   PAGE ANIMATION
========================================================= */

.cs-hero__content,
.cs-hero__visual,
.cs-features,
.cs-content-card,
.cs-success{
  opacity:0;

  transform:
    translateY(28px);
}


body.is-loaded
.cs-hero__content{
  animation:
    csFadeUp .75s ease .06s forwards;
}


body.is-loaded
.cs-hero__visual{
  animation:
    csFadeUp .85s ease .15s forwards;
}


.cs-show{
  animation:
    csFadeUp .75s ease forwards;
}


@keyframes csFadeUp{

  from{
    opacity:0;

    transform:
      translateY(28px);
  }

  to{
    opacity:1;

    transform:
      translateY(0);
  }

}


/* =========================================================
   LAPTOP
========================================================= */

@media(max-width:1200px){

  .cs-hero{
    grid-template-columns:
      .9fr 1.1fr;

    padding-left:48px;
  }


  .cs-hero__content h1{
    font-size:67px;
  }


  .cs-features{
    width:min(
      1280px,
      calc(100% - 30px)
    );
  }


  .cs-feature{
    grid-template-columns:65px 1fr;

    padding:
      12px 15px;
  }


  .cs-feature__icon{
    width:62px;
    height:62px;

    font-size:26px;
  }

}


/* =========================================================
   TABLET
========================================================= */

@media(max-width:980px){

  .cs-page{
    padding:
      12px 14px 55px;
  }


  .cs-hero{
    grid-template-columns:1fr;

    gap:30px;

    padding:
      70px 28px 28px;
  }


  .cs-hero__content{
    align-items:center;

    text-align:center;
  }


  .cs-label::after{
    display:none;
  }


  .cs-title-decoration{
    justify-content:center;
  }


  .cs-hero__content h1{
    font-size:62px;
  }


  .cs-hero__content > p{
    max-width:650px;
  }


  .cs-hero__visual{
    height:480px;
  }


  .cs-hero__visual img{
    border-radius:24px;
  }


  .cs-hero__badge{
    display:none;
  }


  /* FEATURES */

  .cs-features{
    grid-template-columns:
      repeat(2,1fr);

    margin-top:20px;
  }


  .cs-feature:nth-child(2)::after{
    display:none;
  }


  .cs-feature:nth-child(1),
  .cs-feature:nth-child(2){
    border-bottom:
      1px solid #e5ebe3;
  }


  /* CONTENT */

  .cs-content-card,
  .cs-content-card--reverse{
    grid-template-columns:1fr;
  }


  .cs-content-card__image{
    min-height:400px;
  }


  .cs-content-card--reverse
  .cs-content-card__image{
    order:2;
  }


  .cs-content-card--reverse
  .cs-content-card__text{
    order:1;
  }


  /* SUCCESS */

  .cs-success{
    grid-template-columns:
      100px 1fr;
  }


  .cs-success__icons{
    grid-column:
      1 / -1;

    justify-content:center;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media(max-width:620px){

  .cs-page{
    padding:
      8px 8px 45px;
  }


  .cs-hero{
    padding:
      85px 14px 14px;

    border-radius:22px;
  }


  .cs-hero__content h1{
    font-size:48px;

    letter-spacing:-1px;
  }


  .cs-hero__content > p{
    font-size:14px;

    line-height:1.7;
  }


  /*
    HERO IMAGE:
    1600px × 1100px
  */

  .cs-hero__visual{
    height:340px;
  }


  .cs-hero__visual img{
    border-radius:17px;
  }


  /* FEATURE GRID */

  .cs-features{
    width:100%;

    grid-template-columns:1fr;

    margin-top:14px;

    padding:10px;

    border-radius:18px;
  }


  .cs-feature{
    grid-template-columns:58px 1fr;

    min-height:90px;

    padding:14px 10px;
  }


  .cs-feature:not(:last-child)::after{
    left:10px;
    right:10px;

    top:auto;
    bottom:0;

    width:auto;
    height:1px;
  }


  .cs-feature__icon{
    width:54px;
    height:54px;

    font-size:23px;
  }


  .cs-feature h3{
    font-size:14px;
  }


  /* CONTENT CARDS */

  .cs-content-card{
    margin-top:15px;

    border-radius:18px;
  }


  .cs-content-card__text{
    grid-template-columns:1fr;

    gap:20px;

    padding:
      30px 22px;

    text-align:center;
  }


  .cs-content-card__icon{
    width:88px;
    height:88px;

    margin:auto;

    font-size:34px;
  }


  .cs-content-card__text p{
    font-size:13px;

    line-height:1.75;
  }


  /*
    CONTENT SOURCE IMAGES:
    1400px × 900px
  */

  .cs-content-card__image{
    min-height:260px;
  }


  /* CTA */

  .cs-success{
    grid-template-columns:1fr;

    min-height:auto;

    padding:
      35px 22px;

    text-align:center;
  }


  .cs-success__shield{
    margin:auto;
  }


  .cs-success__content h2{
    font-size:25px;
  }


  .cs-success__content p{
    font-size:13px;
  }


  .cs-success__icons span{
    width:60px;
    height:60px;

    font-size:22px;
  }


  .cs-success__connector{
    width:18px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media(max-width:390px){

  .cs-hero__content h1{
    font-size:43px;
  }


  .cs-hero__visual{
    height:300px;
  }


  .cs-success__icons{
    gap:8px;
  }


  .cs-success__icons span{
    width:54px;
    height:54px;
  }

}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

  .cs-hero__content,
  .cs-hero__visual,
  .cs-features,
  .cs-content-card,
  .cs-success{
    opacity:1 !important;

    transform:none !important;

    animation:none !important;
  }

}

/* =========================================================
   GLOBAL FONT CONSISTENCY - ICON SAFE
   Do not override ::before / ::after because icon libraries
   use their own font-family on pseudo-elements.
========================================================= */
html,
body,
button,
input,
select,
textarea {
  font-family: "DM Sans", sans-serif;
}

