  .premium-feature {
  padding: 120px 0;
  background: #f6f4f8;
}

.section-header h3 {
  font-size: 38px;
  font-weight: 500;
}

.section-header span {
  color: #961438;
}

.section-subtitle {
  margin-top: 15px;
  color: #666;
  font-size: 16px;
}

.feature-card {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease;
  height: 100%;
}

.feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 50px rgba(150, 20, 56, 0.15);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: #961438;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.feature-icon img {
  width: 30px;
  filter: brightness(0) invert(1);
}

.feature-card h5 {
  font-size: 20px;
  margin-bottom: 15px;
}

.feature-card h5 a {
  color: #111;
  text-decoration: none;
}

.feature-card p {
  color: #555;
  line-height: 1.6;
}

.feature-link {
  display: inline-block;
  margin-top: 20px;
  font-weight: 600;
  color: #961438;
  text-decoration: none;
  transition: 0.3s;
}

.feature-link:hover {
  letter-spacing: 1px;
}
  .about-hero {
  padding: 120px 0;
  background: #fbfafc;
}

.about-hero__subtitle {
  color: #961438;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
.brand__slider-swipper img {
  max-height: 80px;
  width: auto;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: 0.3s ease;
}

.brand__slider-swipper img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.about-hero h2 {
  font-size: 42px;
  font-weight: 500;
  margin: 15px 0 25px;
  line-height: 1.2;
  color: #1f1f1f;
}

.about-hero__lead {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
}

.about-hero p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.btn-primary {
  display: inline-block;
  background: #961438;
  color: #fff;
  padding: 14px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 25px;
  transition: 0.3s ease;
}

.btn-primary:hover {
  background: #a9744f;
}

.about-hero__image img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.1);
}

.about-hero__info-box {
  position: absolute;
  bottom: -50px;
  right: 30px;
  background: #961438;
  color: #fff;
  padding: 35px;
  border-radius: 15px;
  width: 375px;
  display: flex;
  gap: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.about-hero__info-box h5 {
  margin: 0 0 10px;
  font-size: 18px;
}

.about-hero__info-box p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #fff;
}

.btn-whatsapp {
  display: inline-block;
  background: #fff;
  color: #961438;
  padding: 8px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.info-icon {
  font-size: 26px;
}
.impact-section {
  background: linear-gradient(135deg, #f6f4f8 0%, #ffffff 100%);
}

.section-header h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.section-header span {
  color: #961438;
}

.section-subtitle {
  max-width: 500px;
  margin: 20px auto 0;
  color: #666;
  font-size: 18px;
}

.impact-card {
  background: #ffffff;
  padding: 50px 20px;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
  position: relative;
  transition: 0.4s ease;
  height: 100%;
  margin: 10px;
}

.impact-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 30px 60px rgba(150,20,56,0.15);
}

.impact-number {
  position: absolute;
  top: 30px;
  right: 35px;
  font-size: 60px;
  font-weight: 500;
  color: rgba(150,20,56,0.06);
}

.impact-card h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
}

.impact-card p {
  color: #555;
  margin-bottom: 20px;
}

.impact-card ul {
  padding-left: 0;
  list-style: none;
}

.impact-card ul li {
  margin-bottom: 10px;
  color: #444;
  position: relative;
  padding-left: 20px;
}

.impact-card ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #961438;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.specialties-elegant {
  background: #fbfafc;
  padding: 100px 0;
}

.specialties-elegant .section-header h2 {
  font-size: 38px;
  font-weight: 500;
  color: #5a0424;
}
.faq-intro {
    margin: 10px;
}
/* CARD */

.specialty-card {
  position: relative;
  min-height: 220px;
  border-radius: 22px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 35px;
  background-size: cover;
  background-position: center;
  transition: 0.35s ease;
  margin: 10px;
}

/* overlay mais leve */
.specialty-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(255,255,255,0.94),
    rgba(255,255,255,0.85)
  );
}

/* conteúdo */

.card-content {
  position: relative;
  z-index: 2;
  border-left: 3px solid #961438;
  padding-left: 18px;
  max-width: 85%;
}

.card-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #2b2b2b;
}

.card-content p {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
}

/* hover muito mais suave */

.specialty-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.06);
}
/* imagens */
.elegant-bg-1 { background-image: url("../images/psicoterapia.webp"); }
.elegant-bg-2 { background-image: url("../images/regressao.jfif"); }
.elegant-bg-3 { background-image: url("../images/orientacao.jfif"); }
.elegant-bg-4 { background-image: url("../images/estresse.jfif"); }
.elegant-bg-5 { background-image: url("../images/life.jfif"); }
.elegant-bg-6 { background-image: url("../images/empresas.jpg"); }
.cta-premium {
  background: linear-gradient(
    135deg,
    #6b0228 0%,
    #961438 60%,
    #7a0e2e 100%
  );
  padding: 120px 0;
  color: #fff;
}

.cta-content h2 {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 25px;
}

.cta-content p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 25px;
  opacity: 0.95;
}

.cta-direct a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

/* CARD BRANCO */

.cta-form-card {
  background: #ffffff;
  padding: 45px;
  border-radius: 25px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.15);
}

.cta-form-card .form-control {
  border-radius: 12px;
  padding: 14px;
  border: 1px solid #ddd;
}

.cta-form-card .form-control:focus {
  border-color: #961438;
  box-shadow: 0 0 0 2px rgba(150,20,56,0.15);
}

.btn-cta {
  background: #961438;
  color: #fff;
  padding: 15px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.btn-cta:hover {
  background: #7a0e2e;
}

.form-note {
  margin-top: 15px;
  font-size: 13px;
  color: #777;
}

.cta-content h2 {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 25px;
    color: white;
}


.lectures-modern {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}

/* IMAGEM DE FUNDO */
.lectures-modern::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/psicoterapia.webp") center/cover no-repeat;
  filter: blur(8px);
  transform: scale(1.1);
  z-index: 0;
}

/* OVERLAY CLARO */
.lectures-modern::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 1;
}

/* GARANTIR QUE O CONTEÚDO FIQUE NA FRENTE */
.lectures-modern .container {
  position: relative;
  z-index: 2;
}

.lectures-header h2 {
  font-size: 42px;
  font-weight: 600;
  color: #5a0424;
  margin-bottom: 20px;
}

.lectures-header p {
  max-width: 700px;
  margin: 0 auto;
  color: #555;
  font-size: 18px;
}

.lectures-intro {
  max-width: 850px;
  margin: 60px auto;
  text-align: center;
}

.lectures-intro p {
  color: #444;
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 17px;
}

/* GRID MODERNO */

.lectures-topics {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  justify-content: center;
}

.topic-item {
  padding: 14px 22px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #eee;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  transition: 0.3s ease;
}

.topic-item:hover {
  background: #961438;
  color: #fff;
  border-color: #961438;
  transform: translateY(-3px);
}

.methodology-premium {
  background: linear-gradient(135deg, #7a0e2e 0%, #961438 100%);
  padding: 120px 0;
  color: #fff;
}

.methodology-intro .subtitle {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.7;
}

.methodology-intro h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 20px 0;
  color: #fff;
}

.methodology-intro p {
  line-height: 1.7;
  margin-bottom: 18px;
  opacity: 0.9;
}

.btn-light-outline {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  border-radius: 50px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-light-outline:hover {
  background: #fff;
  color: #961438;
}

/* Cards */

.methodology-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.method-card {
  background: #ffffff;
  color: #333;
  padding: 35px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
  position: relative;
  transition: 0.3s ease;
}

.method-card:hover {
  transform: translateY(-6px);
}

.method-number {
  font-size: 50px;
  font-weight: 700;
  color: rgba(150,20,56,0.15);
  position: absolute;
  top: 15px;
  right: 25px;
}

.method-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
  color: #5a0424;
}

.method-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
}