.elementor-30 .elementor-element.elementor-element-8554b04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-8554b04 *//* ================= BASE GLOBAL DO SITE ================= */

html {
  scroll-behavior: smooth;
}

.lv-site,
.lv-site * {
  box-sizing: border-box;
}

.lv-site {
  --lv-blue-dark: #01203c;
  --lv-blue: #023756;
  --lv-green: #01472f;
  --lv-gold: #e7d3ae;
  --lv-light: #f0eeef;
  --lv-white: #ffffff;
  --lv-text: #1b2730;
  --lv-muted: #6f7b83;

  font-family: "Montserrat", Arial, sans-serif;
  color: var(--lv-text);
  background: var(--lv-light);
  overflow-x: hidden;
}

.lv-container {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

/* ================= HEADER ================= */

.lv-header {
  position: fixed;
  top: 18px;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: all .35s ease;
}

.lv-header-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  height: 74px;
  padding: 0 14px 0 22px;
  border-radius: 999px;
  background: rgba(1, 32, 60, .34);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 20px 70px rgba(0,0,0,.18);
}

.lv-header.is-scrolled .lv-header-inner {
  height: 66px;
  background: rgba(240,238,239,.96);
  border-color: rgba(1,32,60,.10);
  box-shadow: 0 16px 50px rgba(0,0,0,.08);
}

.lv-logo-wrap {
  width: 190px;
  height: 48px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.lv-logo {
  max-width: 178px;
  max-height: 46px;
  object-fit: contain;
  display: block;
}

.lv-logo-dark {
  display: none;
}

.lv-header.is-scrolled .lv-logo-white {
  display: none;
}

.lv-header.is-scrolled .lv-logo-dark {
  display: block;
}

.lv-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.lv-nav a {
  color: var(--lv-white);
  text-decoration: none;
  font-size: 12.5px;
  font-weight: 700;
  white-space: nowrap;
  transition: all .25s ease;
}

.lv-header.is-scrolled .lv-nav a {
  color: var(--lv-blue-dark);
}

.lv-nav a:hover {
  opacity: .72;
}

.lv-nav .lv-nav-cta {
  padding: 12px 19px;
  border-radius: 999px;
  color: var(--lv-blue-dark) !important;
  background: var(--lv-gold);
  box-shadow: 0 14px 34px rgba(231,211,174,.30);
}

.lv-menu-toggle,
.lv-menu-btn {
  display: none;
}

/* ================= HERO ================= */

.lv-hero {
  position: relative;
  min-height: 100vh;
  padding: 138px 0 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 20%, rgba(231,211,174,.26), transparent 34%),
    linear-gradient(135deg, #01203c 0%, #023756 52%, #01472f 100%);
}

.lv-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(1,32,60,.92), rgba(2,55,86,.62), rgba(1,71,47,.44));
  pointer-events: none;
}

.lv-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.04fr .96fr;
  align-items: center;
  gap: 58px;
}

.lv-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--lv-gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lv-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.lv-hero h1 {
  margin: 0 0 22px;
  max-width: 780px;
  color: #fff;
  font-size: clamp(38px, 4.8vw, 45px);
  line-height: .98;
  letter-spacing: -2.4px;
}

.lv-hero p {
  margin: 0;
  max-width: 680px;
  color: rgba(255,255,255,.82);
  font-size: 18px;
  line-height: 1.78;
}

.lv-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.lv-btn {
  min-height: 50px;
  padding: 15px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: all .28s ease;
}

.lv-btn:hover {
  transform: translateY(-3px);
}

.lv-btn-gold {
  color: var(--lv-blue-dark) !important;
  background: var(--lv-gold);
  box-shadow: 0 18px 44px rgba(231,211,174,.30);
}

.lv-btn-glass {
  color: #fff !important;
  border: 1px solid rgba(255,255,255,.30);
  background: rgba(255,255,255,.08);
}

.lv-proof-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  max-width: 680px;
  margin-top: 38px;
}

.lv-proof-list div {
  padding: 17px;
  border-radius: 22px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.lv-proof-list strong {
  display: block;
  color: var(--lv-gold);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
}

.lv-proof-list span {
  display: block;
  color: rgba(255,255,255,.82);
  font-size: 13.5px;
  line-height: 1.42;
}

.lv-hero-media {
  position: relative;
  min-height: 610px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lv-main-photo {
  width: min(440px, 86%);
  aspect-ratio: 4 / 5.45;
  border-radius: 48px;
  padding: 12px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow: 0 45px 110px rgba(0,0,0,.30);
  overflow: hidden;
}

.lv-main-photo img,
.lv-small-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.lv-main-photo img {
  border-radius: 36px;
}

.lv-small-photo {
  position: absolute;
  left: -10px;
  bottom: 82px;
  width: 190px;
  aspect-ratio: 1 / 1.18;
  border-radius: 34px;
  padding: 8px;
  background: rgba(240,238,239,.88);
  border: 1px solid rgba(255,255,255,.55);
  box-shadow: 0 28px 70px rgba(0,0,0,.26);
  overflow: hidden;
}

.lv-small-photo img {
  border-radius: 26px;
}

.lv-seal-card {
  position: absolute;
  right: 0;
  top: 390px;
  width: 210px;
  padding: 18px;
  border-radius: 26px;
 background: linear-gradient(135deg, #01203c, #023756);
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 26px 70px rgba(1,32,60,.35);
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  gap: 14px;
}

.lv-seal-card img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.lv-seal-card span {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

/* ================= MOBILE HEADER + HERO ================= */

@media (max-width: 1080px) {
  .lv-nav {
    gap: 12px;
  }

  .lv-nav a {
    font-size: 11.5px;
  }
}

@media (max-width: 900px) {
  .lv-container,
  .lv-header-inner {
    width: calc(100% - 28px);
  }

  .lv-header {
    top: 12px;
  }

  .lv-header-inner {
    height: 66px;
    border-radius: 26px;
    padding: 0 12px 0 16px;
  }

  .lv-logo-wrap {
    width: 154px;
  }

  .lv-logo {
    max-width: 148px;
    max-height: 40px;
  }

  .lv-menu-btn {
    display: flex;
    width: 44px;
    height: 44px;
    border-radius: 16px;
    background: rgba(255,255,255,.16);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    z-index: 10001;
  }

  .lv-menu-btn span {
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    transition: .25s ease;
  }

  .lv-header.is-scrolled .lv-menu-btn {
    background: rgba(1,32,60,.10);
  }

  .lv-header.is-scrolled .lv-menu-btn span {
    background: var(--lv-blue-dark);
  }

  .lv-nav {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: 28px;
    background: rgba(240,238,239,.98);
    box-shadow: 0 24px 70px rgba(0,0,0,.14);
  }

  .lv-nav a {
    color: var(--lv-blue-dark) !important;
    padding: 14px 16px;
    border-bottom: 1px solid rgba(1,32,60,.08);
    font-size: 13px;
  }

  .lv-nav .lv-nav-cta {
    margin-top: 10px;
    text-align: center;
    border-bottom: 0;
  }

  .lv-menu-toggle:checked ~ .lv-nav {
    display: flex;
  }

  .lv-hero {
    min-height: auto;
    padding: 116px 0 62px;
  }

  .lv-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .lv-hero h1 {
    font-size: clamp(36px, 10.5vw, 32px);
    letter-spacing: -1.7px;
  }

  .lv-hero p {
    font-size: 15px;
  }

  .lv-hero-actions {
    flex-direction: column;
  }

  .lv-btn {
    width: 100%;
  }

  .lv-proof-list {
    grid-template-columns: 1fr;
  }

  .lv-hero-media {
    min-height: auto;
    padding: 14px 0 112px;
  }

  .lv-main-photo {
    width: 88%;
    max-width: 390px;
    border-radius: 34px;
  }

  .lv-main-photo img {
    border-radius: 24px;
  }

  .lv-small-photo {
    left: 0;
    bottom: 0;
    width: 150px;
    border-radius: 26px;
  }

  .lv-small-photo img {
    border-radius: 20px;
  }

  .lv-seal-card {
    right: 0;
    top: auto;
    bottom: 16px;
    width: 210px;
  }
}

@media (max-width: 520px) {
  .lv-container,
  .lv-header-inner {
    width: calc(100% - 22px);
  }

  .lv-logo-wrap {
    width: 136px;
  }

  .lv-logo {
    max-width: 132px;
  }

  .lv-hero-media {
    padding-bottom: 150px;
  }

  .lv-main-photo {
    width: 100%;
  }

  .lv-small-photo {
    width: 132px;
  }

  .lv-seal-card {
    width: calc(100% - 144px);
    padding: 14px;
  }

  .lv-seal-card img {
    width: 38px;
    height: 38px;
  }
}
/* ================= SEÇÕES GERAIS ================= */

.lv-section {
  padding: 110px 0;
  background: #fff;
}

.lv-section-light {
  background: var(--lv-light);
}

.lv-section-dark {
  background:
    radial-gradient(circle at 85% 10%, rgba(231,211,174,.18), transparent 30%),
    linear-gradient(135deg, var(--lv-blue-dark), var(--lv-blue));
  color: #fff;
}

.lv-section-head {
  max-width: 900px;
  margin: 0 auto 48px;
  text-align: center;
}

.lv-section-head h2,
.lv-treatment-copy h2,
.lv-diff-content h2 {
  margin: 0;
  color: var(--lv-blue-dark);
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -1.8px;
}

.lv-section-head p,
.lv-treatment-copy p,
.lv-diff-content p {
  color: var(--lv-muted);
  font-size: 17px;
  line-height: 1.8;
}

.lv-eyebrow-dark {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--lv-green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lv-eyebrow-dark::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

.lv-center {
  text-align: center;
  margin-top: 44px;
}

/* ================= AVALIAÇÃO ================= */

.lv-eval-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.lv-eval-card {
  position: relative;
  padding: 34px;
  min-height: 390px;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(1,32,60,.08);
  box-shadow: 0 24px 70px rgba(1,32,60,.06);
  transition: all .3s ease;
  overflow: hidden;
}

.lv-eval-card::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -50px;
  width: 130px;
  height: 130px;
  border-radius: 999px;
  background: rgba(231,211,174,.32);
  transition: all .3s ease;
}

.lv-eval-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 90px rgba(1,32,60,.12);
}

.lv-eval-card:hover::after {
  transform: scale(1.25);
}

.lv-icon-box {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  background: linear-gradient(135deg, var(--lv-blue), var(--lv-green));
  box-shadow: 0 18px 40px rgba(1,32,60,.18);
}

.lv-icon-box svg,
.lv-mini-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lv-icon-box svg {
  color: var(--lv-gold);
}

.lv-eval-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  color: var(--lv-blue-dark);
  font-size: 26px;
  line-height: 1.15;
}

.lv-eval-card p {
  position: relative;
  z-index: 2;
  margin: 0 0 24px;
  color: var(--lv-muted);
  font-size: 15.5px;
  line-height: 1.75;
}

.lv-card-link {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  color: var(--lv-green);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none !important;
}

.lv-card-link::after {
  content: "→";
  margin-left: 8px;
  transition: .25s ease;
}

.lv-card-link:hover::after {
  transform: translateX(4px);
}

/* ================= PRINCIPAIS TRATAMENTOS ================= */

.lv-treatments {
  background:
    linear-gradient(90deg, #fff 0%, #fff 52%, var(--lv-blue-dark) 52%, var(--lv-blue-dark) 100%);
}

.lv-treatment-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 54px;
  align-items: center;
}

.lv-treatment-copy p {
  margin-top: 20px;
}

.lv-treatment-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.lv-treatment-card {
  min-height: 390px;
  border-radius: 36px;
  padding: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(231,211,174,.24), transparent 32%),
    linear-gradient(135deg, var(--lv-blue), var(--lv-green));
  box-shadow: 0 26px 80px rgba(1,32,60,.22);
  transition: all .3s ease;
}

.lv-treatment-card:hover {
  transform: translateY(-8px);
}

.lv-treatment-card {
  min-height: 430px;
  border-radius: 36px;
  padding: 18px 18px 32px;
  color: #fff;
  background:
    radial-gradient(circle at 85% 12%, rgba(231,211,174,.24), transparent 32%),
    linear-gradient(135deg, var(--lv-blue), var(--lv-green));
  box-shadow: 0 26px 80px rgba(1,32,60,.22);
  transition: all .3s ease;
  overflow: hidden;
}

.lv-treatment-photo {
  width: 100%;
  height: 210px;
  border-radius: 26px;
  overflow: hidden;
  margin-bottom: 28px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
}

.lv-treatment-photo img {
  width: 100%;
  height: 130%;
  object-fit: cover;
  display: block;
}

.lv-treatment-card h3 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 30px;
  line-height: 1.05;
}

.lv-treatment-card p {
  margin: 0;
  color: rgba(255,255,255,.78);
  font-size: 15.5px;
  line-height: 1.75;
}

/* ================= OUTROS TRATAMENTOS ================= */

.lv-split-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 54px;
  align-items: end;
  margin-bottom: 46px;
}

.lv-split-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.05;
  letter-spacing: -1.8px;
}

.lv-split-head p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: 17px;
  line-height: 1.8;
}

.lv-other-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.lv-other-card {
  min-height: 245px;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all .28s ease;
}

.lv-other-card:hover {
  transform: translateY(-7px);
  background: rgba(255,255,255,.12);
}

.lv-mini-icon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  background: rgba(231,211,174,.16);
  color: var(--lv-gold);
}

.lv-other-card h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.lv-other-card p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14.5px;
  line-height: 1.65;
}

/* ================= DIFERENCIAIS ================= */

.lv-diff-grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 70px;
  align-items: center;
}

.lv-diff-image {
  position: relative;
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 32px 90px rgba(1,32,60,.14);
}

.lv-diff-image img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.lv-diff-badge {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(240,238,239,.90);
  border: 1px solid rgba(255,255,255,.58);
  box-shadow: 0 22px 70px rgba(0,0,0,.18);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.lv-diff-badge strong {
  display: block;
  color: var(--lv-blue-dark);
  font-size: 18px;
  margin-bottom: 6px;
}

.lv-diff-badge span {
  color: var(--lv-muted);
  font-size: 14px;
}

.lv-diff-content p {
  margin: 22px 0 28px;
}

.lv-diff-list {
  display: grid;
  gap: 12px;
  margin-bottom: 32px;
}

.lv-diff-list div {
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid rgba(1,32,60,.08);
  box-shadow: 0 16px 46px rgba(1,32,60,.045);
}

.lv-diff-list strong {
  display: block;
  color: var(--lv-blue-dark);
  font-size: 16px;
  margin-bottom: 5px;
}

.lv-diff-list span {
  color: var(--lv-muted);
  font-size: 14.5px;
  line-height: 1.5;
}

.lv-btn.dark-text {
  color: var(--lv-blue-dark) !important;
}

/* ================= MOBILE PARTE 2 ================= */

@media (max-width: 900px) {
  .lv-section {
    padding: 74px 0;
  }

  .lv-section-head {
    text-align: left;
    margin-bottom: 34px;
  }

  .lv-section-head h2,
  .lv-treatment-copy h2,
  .lv-diff-content h2,
  .lv-split-head h2 {
    font-size: clamp(31px, 9vw, 42px);
    letter-spacing: -1.2px;
  }

  .lv-eval-grid,
  .lv-treatment-grid,
  .lv-treatment-cards,
  .lv-split-head,
  .lv-other-grid,
  .lv-diff-grid {
    grid-template-columns: 1fr;
  }

  .lv-eval-card {
    min-height: auto;
    padding: 28px;
  }

  .lv-treatments {
    background: #fff;
  }

  .lv-treatment-card {
    min-height: auto;
  }

  .lv-treatment-card span {
    margin-bottom: 50px;
  }

  .lv-other-card {
    min-height: auto;
  }

  .lv-diff-image {
    min-height: 480px;
  }

  .lv-diff-image img {
    min-height: 480px;
  }

  .lv-center .lv-btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .lv-eval-card,
  .lv-treatment-card,
  .lv-other-card {
    border-radius: 26px;
  }

  .lv-diff-image {
    min-height: 420px;
    border-radius: 32px;
  }

  .lv-diff-image img {
    min-height: 420px;
  }

  .lv-diff-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    border-radius: 22px;
  }
}
/* ================= PARTE 3 REFEITA / ESTÁVEL ================= */

.lv-estrutura {
  position: relative;
  min-height: 100vh;
  padding: 100px 20px;
  background:
    radial-gradient(circle at 78% 18%, rgba(231,211,174,.18), transparent 30%),
    linear-gradient(135deg, #f0eeef 0%, #ffffff 52%, #e9edf0 100%);
  overflow: hidden;
}

.lv-estrutura-inner {
  width: min(1180px, 100%);
  min-height: calc(100vh - 200px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 64px;
  align-items: center;
}

.lv-estrutura-copy h2 {
  margin: 0 0 22px;
  color: #01203c;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
  letter-spacing: -1.8px;
}

.lv-estrutura-copy p {
  max-width: 590px;
  margin: 0 0 26px;
  color: #6f7b83;
  font-size: 17px;
  line-height: 1.78;
}

.lv-estrutura-list {
  display: grid;
  gap: 10px;
  margin: 20px 0 24px;
}

.lv-estrutura-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.76);
  border: 1px solid rgba(1,32,60,.08);
  box-shadow: 0 12px 30px rgba(1,32,60,.055);
  transition: .28s ease;
}

.lv-estrutura-item:hover {
  transform: translateX(6px);
  background: #fff;
  box-shadow: 0 18px 42px rgba(1,32,60,.09);
}

.lv-estrutura-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #01203c, #023756);
  color: #e7d3ae;
  box-shadow: 0 10px 24px rgba(1,32,60,.20);
}

.lv-estrutura-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lv-estrutura-item strong {
  display: block;
  margin-bottom: 3px;
  color: #01203c;
  font-size: 14.5px;
  line-height: 1.25;
}

.lv-estrutura-item small {
  display: block;
  color: #6f7b83;
  font-size: 13.2px;
  line-height: 1.42;
}

.lv-btn-estrutura {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, #01203c, #023756);
  color: #e7d3ae !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 900;
  box-shadow: 0 18px 44px rgba(1,32,60,.18);
  transition: .3s ease;
}

.lv-btn-estrutura:hover {
  transform: translateY(-3px);
}

.lv-album {
  position: relative;
  min-height: 620px;
  border-radius: 42px;
  overflow: hidden;
  background: #01203c;
  box-shadow: 0 34px 90px rgba(1,32,60,.18);
}

.lv-album-track {
  height: 100%;
  display: flex;
  transition: transform .6s ease;
}

.lv-album-slide {
  min-width: 100%;
  height: 620px;
}

.lv-album-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.lv-album::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(1,32,60,.72));
  pointer-events: none;
}

.lv-album-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.82);
  color: #01203c;
  font-size: 34px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: .25s ease;
}

.lv-album-arrow:hover {
  background: #e7d3ae;
  transform: translateY(-50%) scale(1.06);
}

.lv-album-prev {
  left: 18px;
  transform: translateY(-50%);
}

.lv-album-next {
  right: 18px;
  transform: translateY(-50%);
}

.lv-album-badge {
  position: absolute;
  z-index: 5;
  left: 24px;
  right: 24px;
  bottom: 24px;
  padding: 22px;
  border-radius: 28px;
  background: rgba(1,32,60,.78);
  border: 1px solid rgba(231,211,174,.26);
  backdrop-filter: blur(16px);
}

.lv-album-badge strong {
  display: block;
  color: #e7d3ae;
  font-size: 18px;
  margin-bottom: 6px;
}

.lv-album-badge span {
  color: rgba(255,255,255,.78);
  font-size: 14px;
}

/* Responsivo */
@media (max-width: 980px) {
  .lv-estrutura {
    min-height: auto;
    padding: 80px 20px;
  }

  .lv-estrutura-inner {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .lv-album,
  .lv-album-slide {
    height: 520px;
    min-height: 520px;
  }
}

@media (max-width: 560px) {
  .lv-estrutura {
    padding: 64px 16px;
  }

  .lv-estrutura-copy h2 {
    font-size: 34px;
    letter-spacing: -1px;
  }

  .lv-estrutura-copy p {
    font-size: 15px;
  }

  .lv-btn-estrutura {
    width: 100%;
  }

  .lv-album,
  .lv-album-slide {
    height: 390px;
    min-height: 390px;
    border-radius: 30px;
  }

  .lv-album-badge {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 18px;
    border-radius: 22px;
  }
}
/* JORNADA */

.lv-journey-clean {
  background: linear-gradient(135deg, var(--lv-blue-dark), var(--lv-blue));
  color: #fff;
}

.lv-section-head.light h2,
.lv-section-head.light p {
  color: #fff;
}

.lv-timeline-clean {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
}

.lv-time-item {
  position: relative;
  min-height: 260px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(12px);
  transition: .3s ease;
}

.lv-time-item:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,.13);
}

.lv-time-item strong {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 28px;
  background: var(--lv-gold);
  color: var(--lv-blue-dark);
  font-size: 13px;
}

.lv-time-item h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 21px;
}

.lv-time-item p {
  margin: 0;
  color: rgba(255,255,255,.72);
  font-size: 14.5px;
  line-height: 1.65;
}
.lv-timeline-clean {
  position: relative;
}

.lv-timeline-clean::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(231,211,174,.85),
    transparent
  );
  z-index: 0;
}

.lv-time-item {
  z-index: 2;
}

.lv-time-item strong {
  position: relative;
  z-index: 3;
  box-shadow:
    0 0 0 8px rgba(231,211,174,.12),
    0 14px 36px rgba(0,0,0,.22);
}

@media (max-width: 980px) {
  .lv-timeline-clean::before {
    top: 0;
    bottom: 0;
    left: 23px;
    right: auto;
    width: 2px;
    height: auto;
    background: linear-gradient(
      180deg,
      transparent,
      rgba(231,211,174,.85),
      transparent
    );
  }

  .lv-time-item {
    padding-left: 72px;
  }

  .lv-time-item strong {
    position: absolute;
    left: 22px;
    top: 30px;
    transform: translateX(-50%);
  }
}

/* =========================================================
   DEPOIMENTOS V2 — ESTÁVEL / SEM CORTE / PREMIUM
========================================================= */

.lv-reviews-v2,
.lv-reviews-v2 * {
  box-sizing: border-box;
}

.lv-reviews-v2 {
  background:
    radial-gradient(circle at 50% 0%, rgba(231, 211, 174, .18), transparent 34%),
    #ffffff;
  padding: 64px 0 74px;
  overflow: hidden;
}

/* CABEÇALHO */

.lv-reviews-v2-head {
  max-width: 900px;
  margin: 0 auto 34px;
  text-align: center;
}

.lv-reviews-v2-head h2 {
  margin: 0;
  color: var(--lv-blue-dark);
  font-size: clamp(28px, 3.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -1.4px;
}

.lv-reviews-v2-head p {
  max-width: 740px;
  margin: 16px auto 0;
  color: var(--lv-muted);
  font-size: 15.5px;
  line-height: 1.7;
}

/* ÁREA DO CARROSSEL */

.lv-reviews-v2-wrap {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 56px;
}

/* SLIDER */

.lv-reviews-v2-slider {
  display: flex;
  gap: 18px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 10px 0 24px;
  scrollbar-width: none;
}

.lv-reviews-v2-slider::-webkit-scrollbar {
  display: none;
}

/* CARD */

.lv-reviews-v2-card {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  scroll-snap-align: center;

  margin: 0;
  padding: 14px;

  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(240,238,239,.98), rgba(255,255,255,.98));

  border: 1px solid rgba(1,32,60,.08);
  box-shadow: 0 22px 58px rgba(1,32,60,.10);

  transition: transform .3s ease, box-shadow .3s ease;
}

.lv-reviews-v2-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(1,32,60,.15);
}

/* IMAGEM — SEM CORTE */

.lv-reviews-v2-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 827 / 222;
  object-fit: contain;
  object-position: center;
  display: block;

  border-radius: 16px;
  background: transparent;
}

/* BOTÕES */

.lv-reviews-v2-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  width: 42px;
  height: 42px;

  border: none;
  border-radius: 999px;

  background: var(--lv-blue-dark);
  color: var(--lv-gold);

  font-size: 30px;
  line-height: 1;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 14px 34px rgba(1,32,60,.25);
  transition: all .25s ease;
}

.lv-reviews-v2-arrow:hover {
  background: var(--lv-green);
  transform: translateY(-50%) scale(1.08);
}

.lv-reviews-v2-prev {
  left: 6px;
}

.lv-reviews-v2-next {
  right: 6px;
}

/* RESPONSIVO */

@media (max-width: 900px) {
  .lv-reviews-v2 {
    padding: 56px 0 64px;
  }

  .lv-reviews-v2-head {
    text-align: left;
    margin-bottom: 26px;
  }

  .lv-reviews-v2-wrap {
    max-width: 100%;
    padding: 0 38px;
  }

  .lv-reviews-v2-card {
    padding: 10px;
    border-radius: 18px;
  }

  .lv-reviews-v2-card img {
    border-radius: 12px;
  }
}

@media (max-width: 560px) {
  .lv-reviews-v2-wrap {
    padding: 0 28px;
  }

  .lv-reviews-v2-arrow {
    width: 36px;
    height: 36px;
    font-size: 26px;
  }
}
/* FAQ */

.lv-faq-clean {
  background: var(--lv-light);
}

.lv-faq-list-clean {
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.lv-faq-list-clean details {
  background: #fff;
  border-radius: 22px;
  border: 1px solid rgba(1,32,60,.08);
  overflow: hidden;
  box-shadow: 0 16px 45px rgba(1,32,60,.045);
}

.lv-faq-list-clean summary {
  cursor: pointer;
  padding: 22px 26px;
  color: var(--lv-blue-dark);
  font-weight: 900;
  list-style: none;
}

.lv-faq-list-clean summary::-webkit-details-marker {
  display: none;
}

.lv-faq-list-clean p {
  margin: 0;
  padding: 0 26px 24px;
  color: var(--lv-muted);
  line-height: 1.75;
}

/* SOBRE */

.lv-about-clean {
  background: #fff;
}

.lv-about-grid-clean {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 64px;
  align-items: center;
}

.lv-about-photo-clean {
  border-radius: 40px;
  overflow: hidden;
  min-height: 620px;
  box-shadow: 0 30px 85px rgba(1,32,60,.13);
}

.lv-about-photo-clean img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  display: block;
}

.lv-about-grid-clean h2 {
  margin: 0 0 22px;
  color: var(--lv-blue-dark);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.05;
}

.lv-about-grid-clean p {
  color: var(--lv-muted);
  font-size: 17px;
  line-height: 1.82;
}

/* INSTAGRAM */

.lv-instagram-clean {
  background: linear-gradient(135deg, var(--lv-blue-dark), var(--lv-green));
  color: #fff;
}

.lv-instagram-grid-clean {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
}

.lv-instagram-grid-clean h2 {
  color: #fff;
  margin: 0 0 16px;
  font-size: clamp(32px, 4vw, 52px);
}

.lv-instagram-grid-clean p {
  color: rgba(255,255,255,.72);
  font-size: 17px;
  line-height: 1.7;
}

/* LOCALIZAÇÃO */

.lv-location-clean {
  background: #fff;
}

.lv-location-grid-clean {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 44px;
  align-items: center;
}

.lv-location-grid-clean h2 {
  margin: 0 0 18px;
  color: var(--lv-blue-dark);
  font-size: clamp(32px, 4vw, 52px);
}

.lv-location-grid-clean p {
  color: var(--lv-muted);
  line-height: 1.75;
}

.lv-location-grid-clean strong {
  display: block;
  margin-top: 22px;
  padding: 20px;
  border-radius: 22px;
  background: var(--lv-light);
  color: var(--lv-blue-dark);
}

.lv-map-clean {
  height: 460px;
  border-radius: 34px;
  overflow: hidden;
  border: 10px solid var(--lv-light);
  box-shadow: 0 26px 80px rgba(1,32,60,.12);
}

.lv-map-clean iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* CTA FINAL */

.lv-final-clean {
  padding: 96px 0;
  background: var(--lv-light);
  text-align: center;
}

.lv-final-clean .lv-container {
  padding: 70px 36px;
  border-radius: 42px;
  background: linear-gradient(135deg, var(--lv-blue-dark), var(--lv-blue), var(--lv-green));
  color: #fff;
}

.lv-final-clean h2 {
  max-width: 850px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: clamp(32px, 4vw, 56px);
  line-height: 1.05;
}

/* FOOTER */

.lv-footer-clean {
  background: #07131d;
  color: #fff;
  padding: 70px 0 0;
}

.lv-footer-grid-clean {
  display: grid;
  grid-template-columns: 1.25fr .85fr 1fr .75fr;
  gap: 40px;
}

.lv-footer-grid-clean img {
  max-width: 220px;
  margin-bottom: 24px;
}

.lv-footer-grid-clean h3 {
  color: var(--lv-gold);
  margin: 0 0 18px;
  font-size: 15px;
}

.lv-footer-grid-clean p,
.lv-footer-grid-clean a {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.lv-footer-bottom-clean {
  margin-top: 50px;
  padding: 20px;
  background: rgba(0,0,0,.22);
  text-align: center;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

/* WHATSAPP */

.lv-whatsapp-clean {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff !important;
  display: grid;
  place-items: center;
  text-decoration: none !important;
  font-size: 28px;
  z-index: 99999;
  box-shadow: 0 18px 40px rgba(37,211,102,.35);
}

/* RESPONSIVO */

@media (max-width: 980px) {
  .lv-structure-grid-clean,
  .lv-timeline-clean,
  .lv-reviews-grid-clean,
  .lv-about-grid-clean,
  .lv-instagram-grid-clean,
  .lv-location-grid-clean,
  .lv-footer-grid-clean {
    grid-template-columns: 1fr;
  }

  .lv-review-shot {
    flex-basis: 86%;
  }

  .lv-about-photo-clean,
  .lv-about-photo-clean img {
    min-height: 480px;
  }
}

@media (max-width: 560px) {
  .lv-review-shot {
    flex-basis: 94%;
    height: 240px;
  }

  .lv-map-clean {
    height: 360px;
  }

  .lv-final-clean .lv-container {
    padding: 46px 22px;
    border-radius: 30px;
  }

  .lv-time-item,
  .lv-structure-item {
    min-height: auto;
  }
}
/* ================= ÍCONES ESTRUTURA ================= */

.lv-structure-item {
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
}

.lv-structure-icon-clean {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--lv-blue-dark), var(--lv-green));
  color: var(--lv-gold);
  box-shadow: 0 18px 42px rgba(1,32,60,.18);
}

.lv-structure-icon-clean svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lv-structure-item span {
  display: block;
}

/* ================= CARROSSEL INFINITO AVALIAÇÕES ================= */

.lv-review-carousel-clean {
  width: 100%;
  overflow: hidden;
  padding: 10px 0 24px;
  position: relative;
}

.lv-review-carousel-clean::before,
.lv-review-carousel-clean::after {
  content: "";
  position: absolute;
  top: 0;
  width: 70px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.lv-review-carousel-clean::before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}

.lv-review-carousel-clean::after {
  right: 0;
  background: linear-gradient(270deg, #fff, transparent);
}

.lv-review-track-clean {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: lvReviewScroll 26s linear infinite;
}

.lv-review-carousel-clean:hover .lv-review-track-clean {
  animation-play-state: paused;
}

.lv-review-shot {
  flex: 0 0 560px;
  width: 560px;
  height: 330px;
  padding: 0;
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(1,32,60,.10);
  box-shadow: 0 24px 65px rgba(1,32,60,.10);
}

.lv-review-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

@keyframes lvReviewScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-50% - 9px));
  }
}

@media (max-width: 980px) {
  .lv-review-shot {
    flex-basis: 480px;
    width: 480px;
    height: 285px;
  }
}

@media (max-width: 560px) {
  .lv-review-shot {
    flex-basis: 330px;
    width: 330px;
    height: 195px;
    border-radius: 20px;
  }

  .lv-review-track-clean {
    animation-duration: 22s;
  }
}/* End custom CSS */