/* =========================================================
   PSSP - AVALIAÇÕES PREMIUM
   Versão aprovada visualmente
   Fundo 100% Full Width
   Arquivo separado: pssp-avaliacoes-premium.css
========================================================= */

.pssp-reviews-premium,
.pssp-reviews-premium *{
  box-sizing:border-box;
}

.pssp-reviews-premium{
  position:relative;
  overflow:hidden;

  /* FULL WIDTH REAL, MESMO DENTRO DO CONTAINER DO ENFOLD */
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);

  padding:34px 0 28px;

  background:
    radial-gradient(circle at 88% 6%,rgba(219,239,255,.70) 0,rgba(219,239,255,.18) 25%,transparent 48%),
    linear-gradient(180deg,#ffffff 0%,#f9fcff 100%);
}

.pssp-reviews-premium::before{
  content:"";
  position:absolute;
  width:620px;
  height:620px;
  right:-230px;
  top:-330px;
  border-radius:50%;
  background:rgba(226,242,255,.46);
  pointer-events:none;
}

.pssp-reviews-premium::after{
  content:"";
  position:absolute;
  width:520px;
  height:520px;
  left:-330px;
  bottom:-360px;
  border-radius:50%;
  border:2px solid rgba(116,196,255,.26);
  box-shadow:
    28px -26px 0 -27px rgba(116,196,255,.18),
    58px -48px 0 -55px rgba(116,196,255,.12);
  pointer-events:none;
}

.pssp-reviews-premium__wrap{
  position:relative;
  z-index:2;
  width:min(1360px,calc(100% - 44px));
  margin:0 auto;
}

/* CABEÇALHO */
.pssp-reviews-premium__head{
  max-width:880px;
  margin:0 auto 24px;
  text-align:center;
}

.pssp-reviews-premium__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:10px;
  min-height:42px;
  padding:8px 18px;
  border-radius:999px;
  background:rgba(226,247,242,.92);
  color:#0a8b69;
  font-size:13px;
  font-weight:900;
  letter-spacing:.04em;
  text-transform:uppercase;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}

.pssp-reviews-premium__eyebrow-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  color:#078d69;
}

.pssp-reviews-premium__eyebrow-icon svg{
  display:block;
  width:24px;
  height:24px;
  stroke:currentColor;
}

.pssp-reviews-premium__head h2{
  margin:12px 0 8px;
  color:#0d326d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(38px,3.5vw,56px);
  font-weight:700;
  line-height:1.06;
  letter-spacing:-.02em;
  text-transform:none;
}

.pssp-reviews-premium__divider{
  width:46px;
  height:3px;
  margin:0 auto 16px;
  border-radius:999px;
  background:#09936f;
}

.pssp-reviews-premium__head p{
  margin:0;
  color:#475569;
  font-size:17px;
  line-height:1.62;
}

/* GRID */
.pssp-reviews-premium__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

/* CARD */
.pssp-review-premium{
  position:relative;
  display:grid;
  grid-template-columns:118px minmax(0,1fr);
  gap:18px;
  min-height:210px;
  padding:22px 26px 20px;
  border-radius:17px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(15,23,42,.08);
  box-shadow:
    0 10px 24px rgba(15,23,42,.07),
    inset 0 1px 0 rgba(255,255,255,.95);
}

.pssp-review-premium__avatar{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  padding-top:1px;
}

.pssp-review-premium__avatar img{
  display:block;
  width:94px;
  height:94px;
  object-fit:cover;
  border-radius:50%;
  border:0;
  box-shadow:none;
}

.pssp-review-premium__body{
  position:relative;
  z-index:1;
  padding-right:26px;
}

.pssp-review-premium__stars{
  margin:0 0 10px;
  color:#07946f;
  font-size:22px;
  font-weight:900;
  line-height:1;
  letter-spacing:3px;
}

.pssp-review-premium__quote-mark{
  position:absolute;
  top:-3px;
  right:-2px;
  color:#cfe2fb;
  font-family:Georgia,"Times New Roman",serif;
  font-size:58px;
  font-weight:700;
  line-height:1;
}

.pssp-review-premium blockquote{
  margin:0;
  padding:0;
  border:0;
  color:#3f4b5d;
  font-size:15.5px;
  font-style:normal;
  line-height:1.58;
}

.pssp-review-premium__author{
  margin-top:12px;
}

.pssp-review-premium__author::before{
  content:"";
  display:block;
  width:30px;
  height:2px;
  margin-bottom:10px;
  border-radius:999px;
  background:#20b18c;
}

.pssp-review-premium__name{
  display:block;
  color:#0b2d67;
  font-size:17px;
  font-weight:900;
  line-height:1.22;
}

.pssp-review-premium__label{
  display:block;
  margin-top:2px;
  color:#667085;
  font-size:13px;
  line-height:1.3;
}

/* CTA INFERIOR */
.pssp-reviews-premium__cta{
  display:grid;
  grid-template-columns:minmax(0,1fr) 1px minmax(330px,.78fr);
  gap:24px;
  align-items:center;
  max-width:1120px;
  margin:20px auto 0;
  padding:16px 28px;
  border-radius:14px;
  background:rgba(255,255,255,.76);
  border:1px solid rgba(83,163,255,.30);
  box-shadow:0 6px 18px rgba(15,23,42,.025);
}

.pssp-reviews-premium__cta-left{
  display:flex;
  align-items:center;
  gap:18px;
}

.pssp-reviews-premium__cta-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  min-width:64px;
  border-radius:50%;
  background:#e6f7f2;
  color:#09916e;
}

.pssp-reviews-premium__cta-icon svg{
  display:block;
  width:34px;
  height:34px;
  stroke:currentColor;
}

.pssp-reviews-premium__cta-copy strong{
  display:block;
  margin:0 0 5px;
  color:#0d326d;
  font-family:Georgia,"Times New Roman",serif;
  font-size:18px;
  font-weight:700;
  line-height:1.2;
}

.pssp-reviews-premium__cta-copy p{
  margin:0;
  color:#556174;
  font-size:14.5px;
  line-height:1.45;
}

.pssp-reviews-premium__cta-separator{
  width:1px;
  height:48px;
  background:rgba(15,23,42,.10);
}

.pssp-reviews-premium__cta-right{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:8px;
}

.pssp-reviews-premium__btn,
.pssp-reviews-premium__btn:link,
.pssp-reviews-premium__btn:visited{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  width:100%;
  max-width:305px;
  min-height:50px;
  padding:0 22px;
  border-radius:6px;
  background:linear-gradient(135deg,#062864 0%,#0d3f8a 100%);
  color:#fff !important;
  text-decoration:none !important;
  font-size:15px;
  font-weight:800;
  line-height:1.2;
  box-shadow:0 8px 20px rgba(7,45,105,.14);
  transition:transform .22s ease,box-shadow .22s ease;
}

.pssp-reviews-premium__btn:hover,
.pssp-reviews-premium__btn:focus{
  transform:translateY(-1px);
  color:#fff !important;
  box-shadow:0 12px 26px rgba(7,45,105,.20);
}

.pssp-reviews-premium__btn-arrow{
  font-size:23px;
  font-weight:400;
  line-height:1;
}

.pssp-reviews-premium__verified{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#526174;
  font-size:13px;
  line-height:1.2;
}

.pssp-reviews-premium__verified-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;
  height:18px;
  color:#09916e;
}

.pssp-reviews-premium__verified-icon svg{
  display:block;
  width:18px;
  height:18px;
  stroke:currentColor;
}

/* RESPONSIVO */
@media(max-width:991px){
  .pssp-reviews-premium__grid{
    grid-template-columns:1fr;
  }

  .pssp-reviews-premium__cta{
    grid-template-columns:1fr;
  }

  .pssp-reviews-premium__cta-separator{
    width:100%;
    height:1px;
  }

  .pssp-reviews-premium__cta-right{
    align-items:stretch;
  }

  .pssp-reviews-premium__btn{
    max-width:none;
  }
}

@media(max-width:767px){
  .pssp-reviews-premium{
    width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    padding:30px 0 24px;
  }

  .pssp-reviews-premium__wrap{
    width:min(1360px,calc(100% - 24px));
  }

  .pssp-reviews-premium__head{
    margin-bottom:20px;
  }

  .pssp-reviews-premium__head h2{
    font-size:34px;
  }

  .pssp-reviews-premium__head p{
    font-size:15.5px;
  }

  .pssp-review-premium{
    grid-template-columns:76px minmax(0,1fr);
    gap:14px;
    min-height:auto;
    padding:18px;
  }

  .pssp-review-premium__avatar img{
    width:68px;
    height:68px;
  }

  .pssp-review-premium__body{
    padding-right:14px;
  }

  .pssp-review-premium__stars{
    font-size:18px;
    letter-spacing:2px;
  }

  .pssp-review-premium__quote-mark{
    font-size:46px;
  }

  .pssp-review-premium blockquote{
    font-size:14.5px;
  }

  .pssp-reviews-premium__cta{
    padding:18px;
  }

  .pssp-reviews-premium__cta-left{
    align-items:flex-start;
  }

  .pssp-reviews-premium__cta-icon{
    width:54px;
    height:54px;
    min-width:54px;
  }
}
