/**
* Template Name: iPortfolio
* Updated: Jan 29 2024 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/iportfolio-bootstrap-portfolio-websites-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #272829;
}

a {
  color: #149ddd;
  text-decoration: none;
}

a:hover {
  color: #37b3ed;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #149ddd;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #2eafec;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  transition: all ease-in-out 0.5s;
  z-index: 9997;
  transition: all 0.5s;
  padding: 0 15px;
  background: #040b14;
  overflow-y: auto;
}

#header .profile img {
  margin: 15px auto;
  display: block;
  width: 120px;
  /*border: 8px solid #2c2f3f;*/
}

#header .profile h1 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 600;
  -moz-text-align-last: center;
  text-align-last: center;
  font-family: "Poppins", sans-serif;
}

#header .profile h1 a,
#header .profile h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .profile .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #212431;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#header .profile .social-links a:hover {
  background: #149ddd;
  color: #fff;
  text-decoration: none;
}

#main {
  margin-left: 300px;
}

.container,
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 1199px) {
  #header {
    left: -300px;
  }

  #main {
    margin-left: 0;
  }

  .container,
  .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu {
  padding: 30px 0 0 0;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: #a8a9b4;
  padding: 8px 10px;
  margin-bottom: 8px;
  transition: 0.3s;
  font-size: 13px;
}

.nav-menu a i,
.nav-menu a:focus i {
  font-size: 20px;
  padding-right: 8px;
  color: #6f7180;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  text-decoration: none;
  color: #fff;
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #149ddd;
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  background-color: #149ddd;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  border-radius: 50px;
  cursor: pointer;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  left: 0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  
  background-size: cover;
}

#hero:before {
  content: "";
  
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#hero .hero-container {
  position: relative;
  z-index: 2;
  min-width: 300px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero p {
  color: #fff;
  margin-bottom: 50px;
  font-size: 26px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: #fff;
  padding-bottom: 4px;
  letter-spacing: 1px;
  border-bottom: 3px solid #149ddd;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background: #f5f8fd;
}

.section-title {
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #173b6c;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #149ddd;
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #173b6c;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #149ddd;
  line-height: 0;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Facts
--------------------------------------------------------------*/
.facts {
  padding-bottom: 30px;
}

.facts .count-box {
  padding: 30px;
  width: 100%;
}

.facts .count-box i {
  display: block;
  font-size: 44px;
  color: #149ddd;
  float: left;
  line-height: 0;
}

.facts .count-box span {
  font-size: 48px;
  line-height: 40px;
  display: block;
  font-weight: 700;
  color: #050d18;
  margin-left: 60px;
}

.facts .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 60px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #122f57;
}

.facts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #122f57;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.facts .count-box a:hover {
  color: #1f5297;
}

/*--------------------------------------------------------------
# Akills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #050d18;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #dce8f8;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #050d18;
}

.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid #1f5297;
  position: relative;
}

.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #050d18;
  margin-bottom: 10px;
}

.resume .resume-item h5 {
  font-size: 16px;
  background: #e4edf9;
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}

.resume .resume-item ul {
  padding-left: 20px;
}

.resume .resume-item ul li {
  padding-bottom: 10px;
}

.resume .resume-item:last-child {
  padding-bottom: 0;
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #fff;
  border: 2px solid #1f5297;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #272829;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #149ddd;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  font-size: 28px;
  text-align: center;
  background: rgba(20, 157, 221, 0.75);
  transition: 0.3s;
  width: 50%;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: rgba(20, 157, 221, 0.95);
}

.portfolio .portfolio-wrap .portfolio-links a+a {
  border-left: 1px solid #37b3ed;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(5, 13, 24, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  margin-bottom: 20px;
}

.services .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #149ddd;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #149ddd;
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #149ddd;
}

.services .title {
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #343a40;
}

.services .title a:hover {
  color: #149ddd;
}

.services .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c3e8fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #fff;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #149ddd;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #149ddd;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 130px;
}

.contact .info {
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .info i {
  font-size: 20px;
  color: #149ddd;
  float: left;
  width: 44px;
  height: 44px;
  background: #dff3fc;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #050d18;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #173b6c;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #149ddd;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #149ddd;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 15px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #149ddd;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #37b3ed;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background: #f9f9f9;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #0e2442;
  content: "/";
}


.texto_margem_esquerda{
    margin-left: 155px !important
  }

@media (max-width: 768px) {

  .texto_margem_esquerda{
    margin-left: 0px !important
  }

  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 15px;
  color: #f4f6fd;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 300px;
  z-index: 9999;
  background: #040b14;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #eaebf0;
}

@media (max-width: 1199px) {
  #footer {
    position: static;
    width: auto;
    padding-right: 20px 15px;
  }
}
/* ==========================================================
   PsicoPrime / Landing Premium - camada visual segura
   Não altera PHP, banco, rotas ou autenticação.
   ========================================================== */
:root {
  --pp-bg-dark: #061321;
  --pp-bg-dark-2: #081b2d;
  --pp-primary: #20d6c7;
  --pp-primary-2: #3a8fd8;
  --pp-text: #f8fbff;
  --pp-muted: rgba(248, 251, 255, .74);
  --pp-border: rgba(255,255,255,.11);
  --pp-shadow: 0 24px 70px rgba(0,0,0,.28);
}

body {
  font-family: "Poppins", "Open Sans", sans-serif;
  background: #f6f9fc;
}

/* Menu lateral premium, respeitando a cor salva no banco quando houver */
#header,
#header[style] {
  width: 270px !important;
  padding: 22px 18px !important;
  background: linear-gradient(180deg, rgba(4, 15, 29, .96), rgba(5, 17, 31, .92)) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-right: 1px solid rgba(255,255,255,.08);
  box-shadow: 12px 0 40px rgba(0,0,0,.16);
}

#main { margin-left: 270px; }

#header .profile img {
  width: 108px;
  margin: 8px auto 16px;
  padding: 8px;
  border-radius: 26px !important;
  background: rgba(255,255,255,.06);
  box-shadow: 0 12px 32px rgba(32,214,199,.12);
}

#header .profile h1 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: -.3px;
}

#header .profile .social-links { margin-top: 18px !important; }
#header .profile .social-links a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 20px rgba(0,0,0,.14);
}
#header .profile .social-links a:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, var(--pp-primary), var(--pp-primary-2));
}

.nav-menu { padding: 34px 0 0 0; }
.nav-menu a,
.nav-menu a:focus {
  min-height: 43px;
  padding: 11px 13px;
  margin-bottom: 7px;
  color: rgba(255,255,255,.68);
  border-radius: 14px;
  font-size: 13px;
  letter-spacing: -.1px;
  border: 1px solid transparent;
}
.nav-menu a i,
.nav-menu a:focus i {
  font-size: 19px;
  color: rgba(255,255,255,.44);
  padding-right: 11px;
}
.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  color: #fff;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.08);
  transform: translateX(3px);
}
.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover > a i { color: var(--pp-primary); }

#header > a[style] {
  position: fixed !important;
  top: 22px !important;
  right: 26px !important;
  z-index: 10000;
  padding: 10px 14px !important;
  border-radius: 999px;
  color: #fff !important;
  background: rgba(5,17,31,.48);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 30px rgba(0,0,0,.16);
}

/* Hero premium */
#hero {
  position: relative;
  min-height: 100vh;
  isolation: isolate;
  overflow: hidden;
}
#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at 68% 12%, rgba(32,214,199,.28), transparent 30%),
    linear-gradient(90deg, rgba(4,15,29,.88) 0%, rgba(4,15,29,.56) 44%, rgba(4,15,29,.18) 100%);
}
#hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  z-index: 1;
  background: linear-gradient(180deg, transparent, rgba(4,15,29,.42));
  pointer-events: none;
}

#hero .hero-container,
#hero .hero-premium {
  width: min(760px, calc(100% - 56px));
  max-width: 760px;
  margin-left: clamp(28px, 7vw, 120px);
  padding: 36px 0;
  text-shadow: 0 4px 24px rgba(0,0,0,.28);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 8px 13px;
  color: rgba(255,255,255,.84);
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .5px;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

#hero h1 {
  max-width: 820px;
  margin-bottom: 13px;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: .98;
  letter-spacing: -2.2px;
  font-weight: 800;
  color: var(--pp-text);
}
#hero p {
  margin-bottom: 0;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.35;
  color: var(--pp-muted);
}
#hero p span {
  color: #fff;
  border-bottom: 3px solid var(--pp-primary);
}

.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -.1px;
  transition: .22s ease;
  box-shadow: 0 16px 36px rgba(0,0,0,.18);
}
.btn-hero:hover { transform: translateY(-2px); color: #fff; }
.btn-hero-primary {
  color: #04111f;
  background: linear-gradient(135deg, var(--pp-primary), #73f7de);
}
.btn-hero-primary:hover { color: #04111f; }
.btn-hero-light {
  color: #fff;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 34px;
  max-width: 690px;
}
.hero-stat-card {
  padding: 16px 17px;
  border-radius: 18px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
  box-shadow: 0 16px 38px rgba(0,0,0,.13);
}
.hero-stat-card strong {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 4px;
}
.hero-stat-card span {
  display: block;
  color: rgba(255,255,255,.72);
  font-size: 12px;
  line-height: 1.35;
}

/* Seções mais limpas */
section { padding: 70px 0; }
.section-title h2 {
  color: #0b2942;
  letter-spacing: -.8px;
}
.section-title h2::after {
  width: 64px;
  height: 4px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--pp-primary), var(--pp-primary-2));
}
.services .icon-box,
.contact .info,
.contact .php-email-form,
.testimonial-item,
.portfolio .portfolio-wrap {
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(9, 34, 58, .08);
}
.services .icon-box {
  padding: 26px 22px;
  transition: .22s ease;
}
.services .icon-box:hover { transform: translateY(-4px); }
.services .icon-box .icon {
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(32,214,199,.12), rgba(58,143,216,.12));
}
.services .icon-box .icon i { color: var(--pp-primary-2); }

/* WhatsApp flutuante com acabamento */
a[href*="whatsapp"].whatsapp-link,
.whatsapp,
.float-whatsapp {
  filter: drop-shadow(0 14px 28px rgba(0,0,0,.24));
}

@media (max-width: 1199px) {
  #header,
  #header[style] { left: -270px; width: 270px !important; }
  #main { margin-left: 0; }
  #hero .hero-container,
  #hero .hero-premium { margin-left: 28px; width: min(760px, calc(100% - 56px)); }
}

@media (max-width: 768px) {
  #hero { min-height: 100svh; background-position: center !important; }
  #hero::before {
    background: linear-gradient(180deg, rgba(4,15,29,.80), rgba(4,15,29,.50));
  }
  #hero .hero-container,
  #hero .hero-premium {
    width: calc(100% - 34px);
    margin-left: 17px;
    padding-top: 86px;
  }
  #hero h1 {
    font-size: clamp(34px, 11vw, 46px);
    line-height: 1.02;
    letter-spacing: -1.4px;
  }
  #hero p { font-size: 18px; }
  .hero-actions { flex-direction: column; gap: 10px; }
  .btn-hero { width: 100%; }
  .hero-stats { grid-template-columns: 1fr; gap: 10px; }
  #header > a[style] { right: 74px !important; top: 15px !important; }
}

/* =========================================================
   AJUSTE LIMPO - LANDING PSICOPRIME
   - remove acesso administrativo exposto
   - limpa a bagunça visual do hero
   - mantém agendamento e painel do paciente funcionando
   ========================================================= */
#header > a[style],
a[href="sistema/"][class*="nav-link"] {
  display: none !important;
  visibility: hidden !important;
}

#hero::before {
  background:
    linear-gradient(90deg, rgba(3, 14, 27, .88) 0%, rgba(3, 14, 27, .62) 46%, rgba(3, 14, 27, .30) 100%),
    radial-gradient(circle at 60% 30%, rgba(32,214,199,.18), transparent 34%) !important;
}

#hero .hero-container,
#hero .hero-premium {
  width: min(680px, calc(100% - 70px)) !important;
  max-width: 680px !important;
  margin-left: clamp(32px, 7vw, 115px) !important;
  padding: 0 !important;
}

.hero-clean-box {
  max-width: 650px;
  padding: 0;
}

#hero h1 {
  max-width: 650px !important;
  margin: 0 0 14px 0 !important;
  font-size: clamp(44px, 5vw, 68px) !important;
  line-height: 1.02 !important;
  letter-spacing: -2px !important;
  text-shadow: 0 18px 42px rgba(0,0,0,.34) !important;
}

#hero p {
  max-width: 560px !important;
  margin: 0 !important;
  font-size: clamp(20px, 2vw, 28px) !important;
  color: rgba(255,255,255,.92) !important;
}

#hero p span {
  border-bottom: 2px solid rgba(54, 232, 213, .75) !important;
  padding-bottom: 7px;
}

.hero-kicker {
  margin-bottom: 18px !important;
  background: rgba(255,255,255,.08) !important;
  border-color: rgba(255,255,255,.12) !important;
  box-shadow: none !important;
}

.hero-actions {
  margin-top: 34px !important;
  gap: 12px !important;
}

.hero-stats,
.hero-stat-card {
  display: none !important;
}

.btn-hero {
  min-height: 50px !important;
  border-radius: 999px !important;
  padding: 13px 22px !important;
}

#header .nav-menu a span,
#header .nav-menu a {
  white-space: nowrap;
}

@media (max-width: 1199px) {
  #hero .hero-container,
  #hero .hero-premium {
    margin-left: 30px !important;
    width: min(680px, calc(100% - 60px)) !important;
  }
}

@media (max-width: 768px) {
  #hero::before {
    background: linear-gradient(180deg, rgba(3,14,27,.82), rgba(3,14,27,.55)) !important;
  }
  #hero .hero-container,
  #hero .hero-premium {
    width: calc(100% - 34px) !important;
    margin-left: 17px !important;
    padding-top: 70px !important;
  }
  #hero h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    letter-spacing: -1.2px !important;
  }
  #hero p { font-size: 18px !important; }
  .hero-actions { flex-direction: column !important; }
  .btn-hero { width: 100% !important; }
}

/* ==========================================================
   PsicoPrime/LUMNE - Ajuste premium da lateral pública
   Correção visual segura: não altera rotas nem lógica PHP
   ========================================================== */
#header {
  width: 270px;
  padding: 22px 20px 18px;
  background: linear-gradient(180deg, rgba(3, 13, 24, .98) 0%, rgba(5, 20, 32, .96) 52%, rgba(3, 12, 23, .98) 100%) !important;
  border-right: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 18px 0 45px rgba(0, 0, 0, .18);
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: rgba(255,255,255,.24) transparent;
}

#header::-webkit-scrollbar { width: 6px; }
#header::-webkit-scrollbar-track { background: transparent; }
#header::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.20);
  border-radius: 999px;
}

#header .d-flex.flex-column {
  min-height: calc(100vh - 40px);
}

#header .profile {
  text-align: center;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

#header .profile img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  margin: 6px auto 14px;
  padding: 14px;
  border-radius: 26px !important;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.09);
  box-shadow: 0 18px 35px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08);
}

#header .profile h1 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: .2px;
  font-weight: 700;
  margin-bottom: 14px;
}

#header .profile .social-links {
  margin-top: 10px !important;
}

#header .profile .social-links a {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.075);
  border: 1px solid rgba(255,255,255,.08);
  color: rgba(255,255,255,.86);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

#header .profile .social-links a:hover {
  transform: translateY(-2px);
  background: rgba(55, 221, 209, .18);
  border-color: rgba(55, 221, 209, .38);
  color: #fff;
}

.nav-menu {
  width: 100%;
  padding: 22px 0 0;
}

.nav-menu ul {
  width: 100%;
}

.nav-menu>ul>li {
  margin: 0 0 6px;
}

.nav-menu a,
.nav-menu a:focus {
  min-height: 42px;
  padding: 10px 12px;
  margin-bottom: 0;
  border-radius: 14px;
  color: rgba(235, 245, 255, .70);
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -.1px;
  border: 1px solid transparent;
}

.nav-menu a i,
.nav-menu a:focus i {
  width: 24px;
  min-width: 24px;
  padding-right: 0;
  margin-right: 10px;
  text-align: center;
  font-size: 19px;
  color: rgba(190, 205, 222, .74);
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover>a {
  color: #fff;
  background: rgba(255,255,255,.065);
  border-color: rgba(255,255,255,.075);
  transform: translateX(2px);
}

.nav-menu a:hover i,
.nav-menu .active i,
.nav-menu .active:focus i,
.nav-menu li:hover>a i {
  color: #3ce7d4;
}

.nav-menu .nav-action:first-of-type {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.08);
}

.nav-menu .nav-cta,
.nav-menu .nav-cta:focus {
  min-height: 46px;
  font-weight: 700;
  justify-content: flex-start;
  box-shadow: 0 13px 26px rgba(0,0,0,.18);
}

.nav-menu .nav-cta-primary,
.nav-menu .nav-cta-primary:focus {
  color: #06202c;
  background: linear-gradient(135deg, #40ead9 0%, #49baf6 100%);
  border-color: rgba(255,255,255,.22);
}

.nav-menu .nav-cta-primary i,
.nav-menu .nav-cta-primary:focus i {
  color: #06202c;
}

.nav-menu .nav-cta-secondary,
.nav-menu .nav-cta-secondary:focus {
  color: rgba(255,255,255,.92);
  background: rgba(255,255,255,.085);
  border-color: rgba(255,255,255,.11);
}

.nav-menu .nav-cta-secondary i,
.nav-menu .nav-cta-secondary:focus i {
  color: #3ce7d4;
}

.nav-menu .nav-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
}

#main {
  margin-left: 270px;
}

@media (max-width: 1199px) {
  #header { left: -270px; width: 270px; }
  #main { margin-left: 0; }
}

@media (max-height: 680px) and (min-width: 1200px) {
  #header { padding-top: 14px; }
  #header .profile img { width: 78px; height: 78px; margin-bottom: 10px; }
  #header .profile { padding-bottom: 12px; }
  #header .profile h1 { font-size: 16px; margin-bottom: 8px; }
  #header .profile .social-links a { width: 30px; height: 30px; }
  .nav-menu { padding-top: 14px; }
  .nav-menu a, .nav-menu a:focus { min-height: 38px; padding: 8px 10px; }
  .nav-menu .nav-action:first-of-type { margin-top: 10px; padding-top: 10px; }
}

/* ===== PsicoPrime/Lumne - Seções institucionais premium ===== */
.site-premium-main {
  background: #f4f8fb;
}

.premium-section {
  padding: 78px 0;
  position: relative;
}

.section-soft {
  background: linear-gradient(180deg, #eef7fb 0%, #f8fbfd 100%);
}

.premium-section-title {
  max-width: 820px;
  margin: 0 auto 42px auto;
  text-align: center;
}

.premium-section-title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(56, 211, 202, .12);
  color: #078d91;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.premium-section-title h2,
.section-title h2 {
  color: #082338;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: -.04em;
  margin: 0 0 14px 0;
}

.premium-section-title p {
  color: #617281;
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.premium-media-card,
.premium-content-card,
.premium-service-card,
.premium-contact-info,
.premium-contact-form,
.premium-testimonial-card {
  border: 1px solid rgba(8, 35, 56, .08);
  border-radius: 28px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 22px 60px rgba(14, 42, 62, .10);
}

.premium-media-card {
  overflow: hidden;
  padding: 10px;
  background: linear-gradient(145deg, #ffffff 0%, #eaf8fb 100%);
}

.premium-media-card img,
.premium-media-card iframe {
  display: block;
  width: 100%;
  border-radius: 22px;
  object-fit: cover;
  min-height: 340px;
}

.premium-content-card {
  padding: 34px;
  min-height: 100%;
}

.premium-card-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: #06202c;
  background: linear-gradient(135deg, #40ead9 0%, #49baf6 100%);
  box-shadow: 0 15px 30px rgba(56, 211, 202, .25);
}

.premium-card-icon i { font-size: 30px; }

.premium-text-content,
.premium-text-content p,
.premium-content-card p {
  color: #25384a;
  font-size: 16px;
  line-height: 1.78;
}

.premium-about-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.premium-about-points div {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
  background: #f0fbfc;
  color: #17364b;
  font-size: 13px;
  font-weight: 700;
}

.premium-about-points i { color: #12b9b6; font-size: 18px; }

.premium-portfolio-grid { row-gap: 24px; }

.premium-portfolio-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #0b2032;
  box-shadow: 0 20px 52px rgba(14, 42, 62, .13);
  min-height: 260px;
}

.premium-portfolio-card img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  transform: scale(1.01);
  transition: .35s ease;
}

.premium-portfolio-card:hover img { transform: scale(1.07); opacity: .72; }

.premium-portfolio-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 22px;
  color: #fff;
  background: linear-gradient(180deg, rgba(2,10,18,0) 15%, rgba(2,10,18,.78) 100%);
  opacity: 1;
}

.premium-portfolio-overlay h4 {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px 0;
}

.premium-portfolio-overlay p {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255,255,255,.78);
  margin: 0 0 14px 0;
}

.premium-portfolio-overlay .portfolio-links {
  display: flex;
  gap: 10px;
}

.premium-portfolio-overlay .portfolio-links a {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #06202c;
  background: #40ead9;
}

.premium-service-grid { row-gap: 24px; }

.premium-service-card {
  height: 100%;
  padding: 28px;
  transition: .25s ease;
}

.premium-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 70px rgba(14, 42, 62, .14);
}

.premium-service-card .icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  background: linear-gradient(135deg, #e8fffb 0%, #d8f3ff 100%);
  color: #08a7a8;
}

.premium-service-card .icon i { font-size: 28px; }

.premium-service-card .title,
.premium-service-card .title a {
  color: #082338;
  font-size: 18px;
  font-weight: 850;
  margin: 0 0 10px 0;
}

.premium-service-card .description {
  color: #617281;
  line-height: 1.65;
  margin: 0;
}

.premium-testimonial-card {
  padding: 30px !important;
  margin: 8px 10px 38px 10px;
}

.premium-contact-info,
.premium-contact-form {
  width: 100%;
  padding: 28px;
}

.premium-contact-info .address,
.premium-contact-info .email,
.premium-contact-info .phone {
  position: relative;
  padding: 14px 0 14px 58px;
  min-height: 54px;
}

.premium-contact-info i {
  position: absolute;
  left: 0;
  top: 12px;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8fbfd;
  color: #078d91;
  font-size: 20px;
}

.premium-contact-info h4 {
  color: #082338;
  font-size: 15px;
  font-weight: 850;
  margin: 0 0 4px 0;
}

.premium-contact-info p {
  color: #617281;
  margin: 0;
}

.premium-map-wrap {
  overflow: hidden;
  border-radius: 22px;
  margin-top: 16px;
  border: 1px solid rgba(8,35,56,.08);
}

.premium-contact-form .form-group { margin-bottom: 16px; }

.premium-contact-form label {
  color: #17364b;
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.premium-contact-form .form-control {
  min-height: 48px;
  border-radius: 14px;
  border: 1px solid rgba(8,35,56,.12);
  background: #f8fbfd;
  box-shadow: none;
}

.premium-contact-form textarea.form-control { min-height: 150px; }

.premium-contact-form .form-control:focus {
  border-color: #35d8cf;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(53,216,207,.14);
}

.premium-contact-form button[type="submit"] {
  border: 0;
  border-radius: 16px;
  padding: 14px 28px;
  color: #06202c;
  font-weight: 850;
  background: linear-gradient(135deg, #40ead9 0%, #49baf6 100%);
  box-shadow: 0 16px 34px rgba(56, 211, 202, .25);
  transition: .25s ease;
}

.premium-contact-form button[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

@media (max-width: 991px) {
  .premium-section { padding: 58px 0; }
  .premium-about-points { grid-template-columns: 1fr; }
  .premium-content-card { padding: 26px; }
  .premium-media-card img,
  .premium-media-card iframe { min-height: 260px; }
}

@media (max-width: 575px) {
  .premium-section-title { text-align: left; margin-bottom: 26px; }
  .premium-section-title h2 { font-size: 28px; }
  .premium-content-card,
  .premium-service-card,
  .premium-contact-info,
  .premium-contact-form { border-radius: 22px; padding: 22px; }
}

/* ==========================================================
   Correção definitiva do rodapé lateral público
   Remove o bloco preto e integra os direitos reservados ao menu.
   ========================================================== */
#header {
  padding-bottom: 98px !important;
}

#header .d-flex.flex-column {
  min-height: auto !important;
}

#footer.sidebar-footer,
#footer {
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 270px !important;
  z-index: 9998 !important;
  padding: 16px 20px 18px !important;
  margin: 0 !important;
  background: transparent !important;
  color: rgba(255,255,255,.82) !important;
  border-top: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: none !important;
  text-align: center !important;
}

#footer .container,
#footer .footer-inner {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

#footer .copyright {
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: rgba(255,255,255,.92) !important;
  margin: 0 0 6px !important;
  padding: 0 !important;
}

#footer .copyright strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}

#footer .credits {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
  color: rgba(255,255,255,.72) !important;
}

.whatsapp-float {
  position: fixed !important;
  right: 60px !important;
  bottom: 20px !important;
  z-index: 10000 !important;
  display: inline-flex !important;
}

.whatsapp-float img {
  width: 50px !important;
  height: 50px !important;
  object-fit: contain !important;
}

@media (max-width: 1199px) {
  #footer.sidebar-footer,
  #footer {
    left: -270px !important;
    width: 270px !important;
    transition: all .5s !important;
  }

  .mobile-nav-active #footer.sidebar-footer,
  .mobile-nav-active #footer {
    left: 0 !important;
  }

  .whatsapp-float {
    right: 18px !important;
    bottom: 18px !important;
  }
}

@media (max-height: 680px) and (min-width: 1200px) {
  #header {
    padding-bottom: 82px !important;
  }

  #footer.sidebar-footer,
  #footer {
    padding: 12px 18px 14px !important;
  }

  #footer .copyright {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }

  #footer .credits {
    font-size: 11px !important;
  }
}

/* ==========================================================
   LANDING LUMNE CORRIGIDA - ARTE SEM ESTOURAR
   Base: style.css completo original.
   Ajuste:
   - cérebro menor atrás do selo
   - LUMNE menor abaixo dos botões
   - fundo ocupa toda a landing
   - sem caixa preta, sem CSS parcial
   ========================================================== */

#hero {
  position: relative !important;
  width: 100% !important;
  min-height: 100vh !important;
  height: 100vh !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  background-image: url("../img/hero-lumne-landing.png") !important;
  background-color: #031522 !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;

  overflow: hidden !important;
  isolation: isolate !important;
}

#hero::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
  background: radial-gradient(circle at center 43%, rgba(13,119,128,.04) 0%, rgba(3,21,34,.06) 55%, rgba(3,21,34,.18) 100%) !important;
  pointer-events: none !important;
}

#hero::after {
  display: none !important;
}

#hero .hero-container,
#hero .hero-premium {
  position: relative !important;
  z-index: 2 !important;

  width: min(700px, calc(100% - 48px)) !important;
  max-width: 700px !important;
  min-width: 0 !important;

  margin: 0 auto !important;
  padding: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;

  text-align: center !important;
  transform: translateY(-48px) !important;
}

.hero-clean-box {
  width: 100% !important;
  max-width: 700px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  text-align: center !important;
}

.hero-kicker {
  position: relative !important;
  z-index: 4 !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: center !important;

  margin: 0 auto 18px auto !important;
  padding: 8px 18px !important;

  white-space: nowrap !important;
  text-align: center !important;

  background: rgba(17,115,128,.76) !important;
  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 999px !important;
  color: rgba(255,255,255,.94) !important;
  box-shadow: 0 13px 28px rgba(0,0,0,.24) !important;
  backdrop-filter: blur(8px) !important;
}

#hero h1 {
  width: 100% !important;
  max-width: 700px !important;

  margin: 0 auto 14px auto !important;

  color: #fff !important;
  text-align: center !important;

  font-size: clamp(44px, 5.2vw, 72px) !important;
  line-height: 1.02 !important;
  letter-spacing: -2.2px !important;
  font-weight: 850 !important;

  text-shadow: 0 18px 44px rgba(0,0,0,.52) !important;
}

#hero p {
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 auto !important;

  color: rgba(255,255,255,.95) !important;
  text-align: center !important;

  font-size: clamp(20px, 2.1vw, 28px) !important;
  line-height: 1.28 !important;

  text-shadow: 0 12px 30px rgba(0,0,0,.42) !important;
}

#hero p span {
  color: #35e6d8 !important;
  border-bottom: 2px solid rgba(53,230,216,.72) !important;
  padding-bottom: 6px !important;
}

.hero-actions {
  width: 100% !important;

  margin: 32px auto 0 auto !important;

  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 16px !important;
  flex-wrap: wrap !important;
}

.btn-hero {
  min-height: 50px !important;
  border-radius: 999px !important;
  padding: 13px 26px !important;
}

@media (min-width: 1200px) {
  #main {
    margin-left: 270px !important;
  }
}

@media (max-width: 1199px) {
  #hero .hero-container,
  #hero .hero-premium {
    width: min(700px, calc(100% - 40px)) !important;
    transform: translateY(-36px) !important;
  }
}

@media (max-width: 768px) {
  #hero {
    min-height: 100svh !important;
    height: 100svh !important;
    padding: 72px 18px 38px !important;
    background-position: center center !important;
  }

  #hero .hero-container,
  #hero .hero-premium {
    width: 100% !important;
    max-width: 430px !important;
    transform: translateY(-12px) !important;
  }

  .hero-kicker {
    white-space: normal !important;
    font-size: 11px !important;
    padding: 7px 13px !important;
  }

  #hero h1 {
    font-size: clamp(34px, 10vw, 46px) !important;
    line-height: 1.05 !important;
    letter-spacing: -1.2px !important;
  }

  #hero p {
    font-size: 18px !important;
  }

  .hero-actions {
    gap: 10px !important;
  }

  .btn-hero {
    width: 100% !important;
  }
}


/* ===== SOBRE CLÍNICA AJUSTE FINAL ===== */

.premium-about{
    align-items: stretch !important;
}

.premium-about .row{
    align-items: stretch !important;
}

.premium-about .col-lg-5{
    width: 58.333333% !important;
    flex: 0 0 58.333333% !important;
    max-width: 58.333333% !important;
    display: flex !important;
}

.premium-about .col-lg-7{
    width: 41.666666% !important;
    flex: 0 0 41.666666% !important;
    max-width: 41.666666% !important;
}

.premium-media-card{
    width: 100% !important;
    height: auto !important;
    display: flex !important;
}

.premium-media-card img{
    width: 100% !important;
    height: auto !important;
    min-height: unset !important;
    max-height: unset !important;
    object-fit: contain !important;
    border-radius: 24px !important;
    display: block !important;
}

/* RESPONSIVO */
@media(max-width: 991px){

    .premium-about .col-lg-5,
    .premium-about .col-lg-7{
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

}


/* ===== AJUSTE FINAL IMAGEM SOBRE ===== */

.premium-about-grid{
    align-items: stretch !important;
}

.premium-about-grid .col-lg-6{
    display: flex !important;
}

.premium-media-card{
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 28px !important;
    background: #fff !important;
}

.premium-media-card img{
    width: 100% !important;
    height: 100% !important;
    min-height: 760px !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    border-radius: 28px !important;
}

.premium-content-card{
    height: 100% !important;
}

@media(max-width:991px){

    .premium-media-card img{
        min-height: auto !important;
        height: auto !important;
    }

}

/* ===== Serviços Premium Plus - CTA e conversão ===== */
.services-neuro-premium{
  position: relative;
  overflow: hidden;
}
.services-neuro-premium::before{
  content: "";
  position: absolute;
  inset: 70px auto auto 4%;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(34, 197, 194, .13), transparent 68%);
  pointer-events: none;
}
.services-neuro-premium::after{
  content: "";
  position: absolute;
  right: -80px;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(9, 44, 67, .09), transparent 70%);
  pointer-events: none;
}
.service-conversion-card{
  position: relative;
  overflow: hidden;
  min-height: 255px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(34, 197, 194, .15);
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.service-conversion-card:hover{
  transform: translateY(-7px);
  border-color: rgba(34, 197, 194, .38);
  box-shadow: 0 22px 55px rgba(8, 39, 58, .13);
}
.service-card-glow{
  position: absolute;
  width: 120px;
  height: 120px;
  right: -45px;
  top: -45px;
  border-radius: 50%;
  background: rgba(34, 197, 194, .12);
  filter: blur(3px);
}
.service-conversion-card .service-card-top,
.service-conversion-card .title,
.service-conversion-card .description,
.service-conversion-card .service-card-highlight,
.service-conversion-card .service-card-action{
  position: relative;
  z-index: 2;
}
.service-conversion-card .service-mini-label{
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #118f96;
  background: rgba(34, 197, 194, .11);
  border: 1px solid rgba(34, 197, 194, .14);
  padding: 7px 11px;
  border-radius: 999px;
}
.service-conversion-card .description{
  margin-bottom: 14px;
}
.service-card-highlight{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #55717f;
  font-size: 13px;
  line-height: 1.45;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(239, 249, 249, .78);
  margin-top: auto;
  margin-bottom: 15px;
}
.service-card-highlight i{
  color: #13a7aa;
  font-size: 16px;
  margin-top: 1px;
}
.service-card-action{
  text-decoration: none !important;
  padding-top: 14px;
  border-top: 1px solid rgba(9, 44, 67, .08);
}
.service-card-action span{
  font-weight: 800;
}
.service-card-action:hover span,
.service-card-action:hover i{
  color: #0f8f97;
}
.services-bottom-cta{
  position: relative;
  z-index: 2;
  margin: 34px auto 0;
  max-width: 920px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 22px 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.94), rgba(237, 250, 250, .94));
  border: 1px solid rgba(34, 197, 194, .18);
  box-shadow: 0 18px 45px rgba(9, 44, 67, .09);
}
.services-bottom-cta strong{
  display: block;
  color: #092c43;
  font-size: 18px;
  margin-bottom: 4px;
}
.services-bottom-cta span{
  color: #627988;
  font-size: 14px;
}
.services-cta-button{
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #19b9b5, #0a7f91);
  color: #fff !important;
  font-weight: 800;
  text-decoration: none !important;
  box-shadow: 0 13px 24px rgba(19, 167, 170, .24);
  transition: transform .25s ease, box-shadow .25s ease;
}
.services-cta-button:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(19, 167, 170, .32);
}
@media (max-width: 768px){
  .service-conversion-card{ min-height: auto; }
  .services-bottom-cta{
    flex-direction: column;
    text-align: center;
    align-items: stretch;
  }
  .services-cta-button{ width: 100%; }
}

/* ==========================================================
   Fale Conosco Premium - contato mais compacto e conversivo
   ========================================================== */
.premium-contact {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 15%, rgba(56, 211, 202, .13), transparent 28%),
    radial-gradient(circle at 90% 10%, rgba(73, 186, 246, .12), transparent 26%),
    linear-gradient(180deg, #f4f9fc 0%, #eef6fa 100%);
}

.premium-contact-panel,
.premium-form-panel {
  position: relative;
  overflow: hidden;
}

.premium-contact-panel:before,
.premium-form-panel:before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: linear-gradient(90deg, #40ead9, #49baf6);
}

.premium-contact-head,
.premium-form-head {
  margin-bottom: 20px;
}

.premium-contact-head span,
.premium-form-head span {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(56, 211, 202, .13);
  color: #078d91;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.premium-contact-head h3,
.premium-form-head h3 {
  color: #082338;
  font-size: 25px;
  font-weight: 850;
  letter-spacing: -.03em;
  margin: 0 0 8px 0;
}

.premium-contact-head p,
.premium-form-head p {
  color: #617281;
  line-height: 1.6;
  margin: 0;
}

.premium-contact-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
}

.premium-contact-item {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  padding: 14px;
  border-radius: 18px;
  background: #f7fbfd;
  border: 1px solid rgba(8, 35, 56, .06);
}

.premium-contact-info .premium-contact-item i {
  position: static;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, #e8fffb 0%, #d8f3ff 100%);
  color: #078d91;
  box-shadow: none;
}

.premium-contact-item h4 {
  color: #082338;
  font-size: 14px;
  font-weight: 850;
  margin: 0 0 4px 0;
}

.premium-contact-item p {
  color: #526675;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

.premium-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 18px 0 20px 0;
}

.premium-whatsapp-btn,
.premium-form-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 11px 16px;
  border-radius: 15px;
  font-weight: 850;
  color: #083321;
  background: linear-gradient(135deg, #dcfff1 0%, #c4f8df 100%);
  border: 1px solid rgba(21, 176, 96, .16);
}

.premium-contact-actions span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #526675;
  font-size: 13px;
  font-weight: 750;
}

.premium-map-wrap iframe {
  display: block;
  filter: saturate(.9) contrast(.96);
}

.premium-field {
  position: relative;
}

.premium-field > i {
  position: absolute;
  left: 16px;
  bottom: 15px;
  color: #078d91;
  font-size: 17px;
  pointer-events: none;
}

.premium-field-textarea > i {
  top: 48px;
  bottom: auto;
}

.premium-contact-form .premium-field .form-control {
  padding-left: 44px;
}

.premium-contact-form .premium-field textarea.form-control {
  min-height: 142px;
  padding-top: 14px;
}

.premium-contact-form .form-control::placeholder {
  color: #91a2ae;
}

.premium-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.premium-form-actions button[type="submit"] {
  min-height: 48px;
}

.premium-form-actions a {
  color: #078d91;
  background: #f3fcfd;
  border: 1px solid rgba(8, 35, 56, .08);
}

@media (max-width: 575px) {
  .premium-contact-actions,
  .premium-form-actions { align-items: stretch; }
  .premium-whatsapp-btn,
  .premium-form-actions button,
  .premium-form-actions a { width: 100%; }
}
