.elementor-846 .elementor-element.elementor-element-a6ac98e{--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;}.elementor-846 .elementor-element.elementor-element-ef5b2f5{--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-a6ac98e *//* HEADER + HERO | Dra. Albana */
.albana-header,
.albana-header * ,
.albana-hero,
.albana-hero * {
  box-sizing: border-box;
}

.albana-header {
  --albana-pink: #b8005a;
  --albana-rose: #d49a72;
  --albana-cream: #fff7f3;
  --albana-text: #231b1f;

  position: fixed;
  inset: 0 0 auto 0;
  z-index: 9999;
  width: 100%;
  transition: all .35s ease;
  background: rgba(255, 247, 243, .78);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(184, 0, 90, .08);
}

.albana-header.is-scrolled {
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 14px 40px rgba(70, 35, 45, .08);
}

.albana-header__inner {
  width: min(1180px, calc(100% - 32px));
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.albana-header__brand {
  width: 150px;
  height: 78px;
  display: flex;
  align-items: center;
  position: relative;
  flex: 0 0 auto;
}

.albana-logo {
  width: 150px;
  max-width: 150px;
  height: auto;
  display: block;
  transition: opacity .3s ease, transform .3s ease;
}

.albana-logo--white {
  opacity: 0;
  position: absolute;
  inset: auto;
}

.albana-logo--color {
  opacity: 1;
}

.albana-nav {
  display: flex;
  align-items: center;
  gap: 26px;
}

.albana-nav a {
  text-decoration: none;
  color: #34272d;
  font: 600 12px/1.2 "Giga Sans", "Montserrat", Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease;
}

.albana-nav a:hover {
  color: var(--albana-pink);
}

.albana-header__cta,
.albana-hero__cta {
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--albana-pink);
  color: #fff !important;
  font: 700 12px/1 "Giga Sans", "Montserrat", Arial, sans-serif;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 18px 36px rgba(184, 0, 90, .22);
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
  white-space: nowrap;
}

.albana-header__cta {
  padding: 15px 22px;
}

.albana-header__cta:hover,
.albana-hero__cta:hover {
  transform: translateY(-2px);
  background: #9f004f;
  box-shadow: 0 22px 44px rgba(184, 0, 90, .3);
}

.albana-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184, 0, 90, .18);
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  padding: 0;
  cursor: pointer;
}

.albana-menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--albana-pink);
  border-radius: 99px;
  transition: .25s ease;
}

/* HERO */
.albana-hero {
  --albana-pink: #b8005a;
  --albana-rose: #d49a72;
  --albana-cream: #fff7f3;
  --albana-text: #21191d;

  position: relative;
  min-height: 100vh;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 24%, rgba(184, 0, 90, .10), transparent 34%),
    radial-gradient(circle at 85% 22%, rgba(212, 154, 114, .34), transparent 32%),
    linear-gradient(115deg, #fffaf7 0%, #fff3ef 46%, #f8dfd4 100%);
  padding: 126px 0 52px;
}

.albana-hero__bg-symbol {
  position: absolute;
  left: -120px;
  top: 90px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(184, 0, 90, .10);
  border-radius: 50%;
  opacity: .65;
}

.albana-hero__bg-symbol::before,
.albana-hero__bg-symbol::after {
  content: "";
  position: absolute;
  inset: 55px;
  border: 1px solid rgba(184, 0, 90, .10);
  border-radius: 46% 54% 45% 55%;
  transform: rotate(35deg);
}

.albana-hero__bg-symbol::after {
  transform: rotate(-35deg);
}

.albana-hero__inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  min-height: calc(100vh - 178px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
}

.albana-hero__content {
  max-width: 560px;
}

.albana-eyebrow {
  display: inline-flex;
  color: var(--albana-pink);
  font: 700 12px/1 "Giga Sans", "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  margin-bottom: 18px;
}

.albana-hero h1 {
  margin: 0;
  color: var(--albana-text);
  font-family: "Ganos Regular", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.035em;
  font-size: clamp(42px, 5.2vw, 78px);
}

.albana-hero h1::first-letter {
  color: var(--albana-pink);
}

.albana-hero p {
  margin: 24px 0 0;
  max-width: 510px;
  color: rgba(33, 25, 29, .78);
  font: 400 clamp(15px, 1.2vw, 18px)/1.65 "Giga Sans", "Montserrat", Arial, sans-serif;
}

.albana-hero__cta {
  margin-top: 30px;
  padding: 17px 26px;
}

.albana-hero__trust {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.albana-hero__trust div {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(33, 25, 29, .72);
}

.albana-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--albana-pink);
  background: rgba(184, 0, 90, .08);
  font-size: 13px;
}

.albana-hero__trust small {
  font: 600 12px/1.25 "Giga Sans", "Montserrat", Arial, sans-serif;
}

.albana-hero__visual {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* CONTAINER DA IMAGEM */
.albana-hero__image-card {
  width: min(100%, 520px); /* ↓ reduziu */
  min-height: 420px;
  border-radius: 36px;
  padding: 16px; /* espaço interno = efeito moldura */
  position: relative;

  background:
    linear-gradient(135deg, rgba(255,255,255,.85), rgba(255,244,238,.6));

  border: 1px solid rgba(212,154,114,.25);

  box-shadow:
    0 30px 70px rgba(80,40,40,.12),
    inset 0 0 0 1px rgba(255,255,255,.6);
}

/* BORDA INTERNA PREMIUM */
.albana-hero__image-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 28px;
  border: 1px solid rgba(212,154,114,.35);
  pointer-events: none;
}

/* IMAGEM */
.albana-hero__image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  border-radius: 26px;

  /* remove peso exagerado */
  transform: scale(0.96);

  /* leve sofisticação */
  filter: contrast(1.03) saturate(1.02);

  transition: transform .4s ease;
}

/* HOVER SUTIL (desktop) */
@media (hover:hover) {
  .albana-hero__image-card:hover img {
    transform: scale(1);
  }
}

.albana-hero__float {
  position: absolute;
  width: 230px;
  padding: 18px 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, .78);
  border: 1px solid rgba(184, 0, 90, .12);
  box-shadow: 0 24px 45px rgba(92, 48, 48, .12);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.albana-hero__float strong {
  display: block;
  color: var(--albana-pink);
  font: 700 13px/1.2 "Giga Sans", "Montserrat", Arial, sans-serif;
  margin-bottom: 5px;
}

.albana-hero__float span {
  display: block;
  color: rgba(33, 25, 29, .72);
  font: 500 12px/1.45 "Giga Sans", "Montserrat", Arial, sans-serif;
}

.albana-hero__float--one {
  left: 0;
  bottom: 88px;
}

.albana-hero__float--two {
  right: 0;
  top: 92px;
}

@keyframes albanaFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* TABLET */
@media (max-width: 1024px) {
  .albana-header__inner {
    height: 78px;
  }

  .albana-nav,
  .albana-header__cta {
    display: none;
  }

  .albana-menu-btn {
    display: block;
  }

  .albana-nav.is-open {
    position: fixed;
    top: 78px;
    left: 16px;
    right: 16px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .97);
    border: 1px solid rgba(184, 0, 90, .12);
    box-shadow: 0 26px 55px rgba(70, 35, 45, .12);
  }

  .albana-nav.is-open a {
    padding: 15px 14px;
    border-bottom: 1px solid rgba(184, 0, 90, .08);
  }

  .albana-nav.is-open a:last-child {
    border-bottom: 0;
  }

  .albana-menu-btn.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .albana-menu-btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .albana-menu-btn.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .albana-hero {
    padding-top: 112px;
  }

  .albana-hero__inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .albana-hero__content {
    max-width: 720px;
  }

  .albana-hero__visual {
    min-height: 420px;
  }

  .albana-hero__image-card {
    min-height: 420px;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .albana-header__inner {
    width: min(100% - 24px, 1180px);
    height: 72px;
  }

  .albana-header__brand,
  .albana-logo {
    width: 118px;
    max-width: 118px;
  }

  .albana-nav.is-open {
    top: 72px;
    left: 12px;
    right: 12px;
  }

  .albana-hero {
    min-height: 100vh;
    padding: 96px 0 34px;
  }

  .albana-hero__inner {
    width: min(100% - 24px, 1180px);
    gap: 26px;
  }

  .albana-eyebrow {
    font-size: 10px;
    margin-bottom: 13px;
  }

  .albana-hero h1 {
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1.02;
  }

  .albana-hero p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.58;
  }

  .albana-hero__cta {
    width: 100%;
    padding: 16px 18px;
    margin-top: 24px;
    font-size: 11px;
  }

  .albana-hero__trust {
    margin-top: 22px;
    gap: 10px;
  }

  .albana-hero__trust div {
    width: 100%;
    padding: 10px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .58);
    border: 1px solid rgba(184, 0, 90, .08);
  }

  .albana-hero__visual {
    min-height: auto;
    padding-bottom: 72px;
  }

  .albana-hero__image-card {
    width: 100%;
    min-height: 310px;
    border-radius: 28px;
  }

  .albana-hero__image-card::before {
    inset: 14px;
    border-radius: 22px;
  }

  .albana-hero__image-card img {
    width: min(72%, 260px);
  }

  .albana-hero__float {
    position: relative;
    inset: auto;
    width: calc(50% - 6px);
    padding: 14px;
    border-radius: 18px;
  }

  .albana-hero__float--one,
  .albana-hero__float--two {
    position: absolute;
    bottom: 0;
    top: auto;
  }

  .albana-hero__float--one {
    left: 0;
  }

  .albana-hero__float--two {
    right: 0;
  }

  .albana-hero__float strong {
    font-size: 11px;
  }

  .albana-hero__float span {
    font-size: 10.5px;
  }
}

@media (max-width: 390px) {
  .albana-hero h1 {
    font-size: 35px;
  }

  .albana-hero__float {
    width: 100%;
  }

  .albana-hero__float--one {
    bottom: 74px;
    left: 0;
  }

  .albana-hero__float--two {
    bottom: 0;
    right: 0;
  }

  .albana-hero__visual {
    padding-bottom: 145px;
  }
}
/* REMOVE o destaque vermelho da primeira letra */
.albana-hero h1::first-letter {
  color: inherit;
}

/* NOVO destaque elegante só no trecho final */
.albana-hero h1 span {
  color: #d49a72; /* tom rosé/gold da sua paleta */
  display: inline;
}

/* melhora contraste geral do título */
.albana-hero h1 {
  color: #2a1f24;
}

/* leve refinamento no parágrafo */
.albana-hero p {
  color: rgba(42, 31, 36, 0.72);
}

/* imagem mais premium (menos “logo vibe”) */
.albana-hero__image-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 26px;
  filter: contrast(1.02) saturate(1.02);
  animation: none; /* remove efeito flutuante que não combina com foto real */
}

/* suaviza fundo do card da imagem */
.albana-hero__image-card {
  background:
    linear-gradient(135deg, rgba(255,255,255,.7), rgba(255,244,238,.4));
}

/* deixa os cards flutuantes mais elegantes */
.albana-hero__float {
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(212,154,114,.18);
  box-shadow: 0 18px 30px rgba(80,40,40,.08);
}

/* melhora hierarquia visual */
.albana-hero__float strong {
  color: #b8005a;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-ef5b2f5 */.albana-page,
.albana-page * {
  box-sizing: border-box;
}

.albana-page {
  --pink: #b8005a;
  --rose: #d49a72;
  --cream: #fff7f3;
  --cream2: #fff1ec;
  --text: #2a1f24;
  --muted: rgba(42,31,36,.68);
  font-family: "Giga Sans", "Montserrat", Arial, sans-serif;
  color: var(--text);
}

.albana-section {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 92px 0;
}

.albana-wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.albana-kicker {
  display: inline-flex;
  color: var(--pink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.albana-copy h2,
.albana-center h2 {
  margin: 0;
  font-family: "Ganos Regular", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  font-size: clamp(38px, 4.4vw, 66px);
  color: var(--text);
}

.albana-copy h2::after,
.albana-center h2::after {
  content: "";
  width: 76px;
  height: 3px;
  display: block;
  margin-top: 20px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--pink), var(--rose));
}

.albana-center h2::after {
  margin-left: auto;
  margin-right: auto;
}

.albana-copy p,
.albana-center p {
  max-width: 640px;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.75;
  color: var(--muted);
  margin: 22px 0 0;
}

.albana-center {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.albana-center p {
  margin-left: auto;
  margin-right: auto;
}

/* ÍCONE PADRÃO PREMIUM */
.albana-mark {
  width: 66px;
  height: 66px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background:
    linear-gradient(135deg, rgba(184,0,90,.12), rgba(212,154,114,.22));
  border: 1px solid rgba(184,0,90,.12);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.62);
}

.albana-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--pink);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* DOBRA 2 */
.albana-radio {
  background:
    radial-gradient(circle at 85% 18%, rgba(212,154,114,.25), transparent 35%),
    linear-gradient(120deg, #fffaf7 0%, #fff2ec 100%);
}

.albana-radio__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(36px, 6vw, 78px);
  align-items: center;
}

.albana-photo-frame {
  position: relative;
  padding: 16px;
  border-radius: 38px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(212,154,114,.28);
  box-shadow: 0 35px 80px rgba(125,62,62,.13);
}

.albana-photo-frame::before {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 30px;
  border: 1px solid rgba(184,0,90,.12);
  pointer-events: none;
  z-index: 2;
}

.albana-photo-frame img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  display: block;
  border-radius: 28px;
  transition: transform .55s ease;
}

.albana-photo-frame:hover img {
  transform: scale(1.025);
}

.albana-statement {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 66px 1fr;
  gap: 18px;
  align-items: center;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(184,0,90,.12);
  box-shadow: 0 20px 45px rgba(125,62,62,.08);
}

.albana-statement strong {
  font-size: 16px;
  line-height: 1.55;
  color: #473139;
}

/* DOBRA 3 */
.albana-indicacoes {
  background:
    radial-gradient(circle at 15% 15%, rgba(184,0,90,.09), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fff0eb 100%);
}

.albana-treatment-grid {
  margin-top: 54px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.albana-treatment {
  position: relative;
  min-height: 300px;
  padding: 30px 24px;
  border-radius: 30px;
  background: rgba(255,255,255,.75);
  border: 1px solid rgba(184,0,90,.10);
  box-shadow: 0 18px 42px rgba(125,62,62,.07);
  overflow: hidden;
  transition: .35s ease;
}

.albana-treatment::before {
  content: "";
  position: absolute;
  inset: auto -50px -80px auto;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(212,154,114,.24), transparent 70%);
  transition: .35s ease;
}

.albana-treatment:hover {
  transform: translateY(-10px);
  border-color: rgba(184,0,90,.25);
  box-shadow: 0 30px 65px rgba(125,62,62,.13);
}

.albana-treatment:hover::before {
  transform: scale(1.4);
}

.albana-treatment .albana-mark {
  margin-bottom: 26px;
}

.albana-treatment h3 {
  margin: 0;
  font-family: "Ganos Regular", "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  line-height: 1.05;
  font-weight: 400;
  color: #35262c;
}

.albana-treatment p {
  margin: 16px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 14.5px;
}

.albana-ethical-note {
  margin: 36px auto 0;
  width: fit-content;
  max-width: 760px;
  padding: 16px 24px;
  border-radius: 999px;
  color: #5b4048;
  background: rgba(255,255,255,.70);
  border: 1px solid rgba(184,0,90,.12);
  box-shadow: 0 16px 34px rgba(125,62,62,.08);
  text-align: center;
  font-size: 14px;
}

/* DOBRA 4 — AVALIAÇÃO AJUSTADA */
.albana-avaliacao {
  background:
    linear-gradient(90deg, rgba(255,247,243,.55) 0%, rgba(255,247,243,.62) 38%, rgba(255,255,255,.96) 62%),
    url("/wp-content/uploads/2026/05/DSC_2172.webp") left center / 52% auto no-repeat,
    #fff7f3;
  align-items: center;
}

.albana-avaliacao::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 52%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,.22), rgba(255,247,243,.34));
  pointer-events: none;
}

.albana-avaliacao__grid {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(36px, 6vw, 70px);
  align-items: center;
}

.albana-avaliacao__copy {
  padding-top: 190px; /* desce título/texto */
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.albana-avaliacao__copy h2 {
  font-size: clamp(48px, 5.2vw, 76px);
}

.albana-avaliacao__copy p {
  max-width: 590px;
  background: rgba(255,255,255,.42);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 18px;
  padding: 12px 14px;
}

.albana-steps {
  display: grid;
  gap: 22px;
}

.albana-step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 22px;
  align-items: center;
  padding: 34px 36px;
  border-radius: 30px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(184,0,90,.10);
  box-shadow: 0 18px 45px rgba(125,62,62,.08);
  transition: .3s ease;
}

.albana-step:hover {
  transform: translateX(8px);
  border-color: rgba(184,0,90,.22);
}

.albana-step span {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--pink), var(--rose));
  color: white;
  font-weight: 800;
  font-size: 15px;
}

.albana-step h3 {
  margin: 0;
  font-family: "Ganos Regular", Georgia, serif;
  font-size: clamp(28px, 2.6vw, 42px);
  line-height: 1;
  font-weight: 400;
  color: #35262c;
}

.albana-step p {
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 17px;
}

/* REVEAL */
.albana-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.albana-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .albana-section {
    min-height: auto;
    padding: 80px 0;
  }

  .albana-radio__grid,
  .albana-avaliacao__grid {
    grid-template-columns: 1fr;
  }

  .albana-treatment-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .albana-avaliacao {
    background:
      linear-gradient(180deg, rgba(255,247,243,.76), rgba(255,255,255,.96)),
      url("/wp-content/uploads/2026/05/DSC_2172.webp") center top / cover no-repeat;
  }

  .albana-avaliacao::before {
    width: 100%;
    background: rgba(255,255,255,.32);
  }

  .albana-avaliacao__copy {
    padding-top: 280px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .albana-wrap {
    width: min(100% - 24px, 1180px);
  }

  .albana-section {
    padding: 64px 0;
  }

  .albana-copy h2,
  .albana-center h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .albana-treatment-grid {
    grid-template-columns: 1fr;
  }

  .albana-treatment {
    min-height: auto;
  }

  .albana-photo-frame {
    border-radius: 28px;
    padding: 10px;
  }

  .albana-photo-frame img {
    border-radius: 20px;
    aspect-ratio: 4 / 4.4;
  }

  .albana-statement {
    grid-template-columns: 1fr;
  }

  .albana-avaliacao {
    background:
      linear-gradient(180deg, rgba(255,247,243,.48), rgba(255,255,255,.96) 52%),
      url("/wp-content/uploads/2026/05/DSC_2172.webp") center top / 100% auto no-repeat;
  }

  .albana-avaliacao__copy {
    padding-top: 340px;
  }

  .albana-avaliacao__copy p {
    background: rgba(255,255,255,.70);
  }

  .albana-step {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .albana-step span {
    width: 48px;
    height: 48px;
    border-radius: 16px;
  }

  .albana-step h3 {
    font-size: 31px;
  }

  .albana-step p {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .albana-avaliacao__copy {
    padding-top: 300px;
  }
}
/* DOBRA 5 — SOBRE */
.albana-sobre-v2 {
  background:
    radial-gradient(circle at 12% 18%, rgba(184,0,90,.10), transparent 30%),
    radial-gradient(circle at 88% 30%, rgba(212,154,114,.22), transparent 34%),
    linear-gradient(120deg, #fffaf7 0%, #fff1ec 100%);
}

.albana-sobre-v2__grid {
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(42px, 6vw, 78px);
  align-items: center;
}

.albana-sobre-v2__content h2 {
  margin: 0;
  font-family: "Ganos Regular", "Cormorant Garamond", Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  font-weight: 400;
  letter-spacing: -.035em;
  color: #3a2a31;
}

.albana-sobre-v2__content h2::after {
  content: "";
  width: 82px;
  height: 3px;
  display: block;
  margin-top: 20px;
  border-radius: 99px;
  background: linear-gradient(90deg, #b8005a, #d49a72);
}

.albana-sobre-v2__credential {
  width: fit-content;
  margin: 22px 0 0;
  padding: 11px 16px;
  border-radius: 999px;
  background: rgba(184,0,90,.08);
  border: 1px solid rgba(184,0,90,.12);
  color: #b8005a;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.4;
}

.albana-sobre-v2__content p {
  max-width: 650px;
  margin: 26px 0 0;
  color: rgba(58,42,49,.74);
  font-size: clamp(15px, 1.18vw, 18px);
  line-height: 1.75;
}

.albana-sobre-v2__cards {
  margin-top: 34px;
  display: grid;
  gap: 16px;
}

.albana-mini-card {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.74);
  border: 1px solid rgba(184,0,90,.10);
  box-shadow: 0 18px 42px rgba(125,62,62,.07);
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.albana-mini-card:hover {
  transform: translateX(8px);
  border-color: rgba(184,0,90,.24);
  box-shadow: 0 26px 56px rgba(125,62,62,.12);
}

.albana-mini-icon {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(184,0,90,.12), rgba(212,154,114,.22));
  border: 1px solid rgba(184,0,90,.10);
}

.albana-mini-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: #b8005a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.albana-mini-card strong {
  display: block;
  color: #b8005a;
  font-size: 15px;
  margin-bottom: 5px;
}

.albana-mini-card small {
  display: block;
  color: rgba(58,42,49,.72);
  font-size: 14px;
  line-height: 1.45;
}

.albana-sobre-v2__visual {
  position: relative;
}

.albana-sobre-v2__photo {
  position: relative;
  padding: 16px;
  border-radius: 42px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(212,154,114,.30);
  box-shadow: 0 35px 80px rgba(125,62,62,.13);
  overflow: hidden;
}

.albana-sobre-v2__photo::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(184,0,90,.13);
  border-radius: 32px;
  z-index: 2;
  pointer-events: none;
}

.albana-sobre-v2__photo img {
  width: 100%;
  aspect-ratio: 4 / 4.75;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 30px;
  transition: transform .55s ease;
}

.albana-sobre-v2__photo:hover img {
  transform: scale(1.018);
}

.albana-sobre-v2__seal {
  position: absolute;
  left: -26px;
  bottom: 36px;
  width: 190px;
  padding: 20px;
  border-radius: 26px;
  background: linear-gradient(135deg, #b8005a, #d49a72);
  color: #fff;
  box-shadow: 0 24px 48px rgba(184,0,90,.22);
}

.albana-sobre-v2__seal strong,
.albana-sobre-v2__seal span {
  display: block;
  color: #fff;
}

.albana-sobre-v2__seal strong {
  font-size: 14px;
  margin-bottom: 6px;
}

.albana-sobre-v2__seal span {
  font-size: 13px;
  opacity: .9;
}

@media (max-width: 1024px) {
  .albana-sobre-v2__grid {
    grid-template-columns: 1fr;
  }

  .albana-sobre-v2__seal {
    left: 24px;
  }
}

@media (max-width: 767px) {
  .albana-sobre-v2__content h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .albana-sobre-v2__credential {
    border-radius: 18px;
    font-size: 13px;
  }

  .albana-mini-card {
    grid-template-columns: 1fr;
  }

  .albana-sobre-v2__photo {
    padding: 10px;
    border-radius: 30px;
  }

  .albana-sobre-v2__photo img {
    border-radius: 22px;
    aspect-ratio: 4 / 4.5;
  }

  .albana-sobre-v2__photo::before {
    inset: 7px;
    border-radius: 24px;
  }

  .albana-sobre-v2__seal {
    position: static;
    width: 100%;
    margin-top: 14px;
    text-align: center;
  }
}

/* DOBRA 6 — DEPOIMENTOS */
.albana-depoimentos {
  background:
    radial-gradient(circle at 20% 80%, rgba(184,0,90,.08), transparent 30%),
    linear-gradient(180deg, #fff 0%, #fff7f3 100%);
  text-align: center;
}

.albana-review-shell {
  position: relative;
  margin-top: 50px;
  padding: 0 56px;
}

.albana-review-track {
  display: flex;
  gap: 22px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 12px 4px 26px;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.albana-review-track::-webkit-scrollbar {
  display: none;
}

.albana-review {
  flex: 0 0 calc(33.333% - 15px);
  min-height: 245px;
  scroll-snap-align: center;
  text-align: left;
  padding: 30px;
  border-radius: 30px;
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(184,0,90,.10);
  box-shadow: 0 20px 45px rgba(125,62,62,.08);
  transition: .3s ease;
}

.albana-review:hover {
  transform: translateY(-8px);
  border-color: rgba(184,0,90,.22);
  box-shadow: 0 28px 62px rgba(125,62,62,.13);
}

.albana-stars {
  color: #d49a72;
  letter-spacing: .12em;
  font-size: 16px;
  margin-bottom: 18px;
}

.albana-review p {
  color: #4d3941;
  line-height: 1.65;
  font-size: 15px;
  margin: 0 0 20px;
}

.albana-review strong {
  color: var(--pink);
  font-size: 14px;
}

.albana-review-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(184,0,90,.15);
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: var(--pink);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 16px 30px rgba(125,62,62,.10);
  transition: .25s ease;
}

.albana-review-btn:hover {
  background: var(--pink);
  color: #fff;
}

.albana-review-prev {
  left: 0;
}

.albana-review-next {
  right: 0;
}

.albana-review-cta {
  margin-top: 12px;
}

.albana-review-cta a {
  display: inline-flex;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(184,0,90,.25);
  color: var(--pink) !important;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .3s ease;
}

.albana-review-cta a:hover {
  background: var(--pink);
  color: white !important;
  transform: translateY(-2px);
}

/* DOBRA 7 — CTA FINAL */
.albana-final {
  position: relative;
  overflow: hidden;
  padding: 84px 0;
  background:
    radial-gradient(circle at 88% 30%, rgba(255,255,255,.18), transparent 28%),
    linear-gradient(120deg, #b8005a 0%, #d49a72 100%);
}

.albana-final::after {
  content: "";
  position: absolute;
  right: -110px;
  bottom: -130px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
}

.albana-final__box {
  min-height: 260px;
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 30px;
  align-items: center;
}

.albana-final__icon {
  width: 88px;
  height: 88px;
  border-radius: 28px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.16);
  border: 1px solid rgba(255,255,255,.22);
}

.albana-final__icon svg {
  width: 40px;
  height: 40px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.albana-final h2 {
  margin: 0;
  max-width: 720px;
  color: white;
  font-family: "Ganos Regular", "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  letter-spacing: -.03em;
  line-height: 1;
  font-size: clamp(36px, 4.1vw, 58px);
}

.albana-final p {
  color: rgba(255,255,255,.84);
  margin: 18px 0 0;
  font-size: 17px;
  line-height: 1.6;
}

.albana-white-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 18px 28px;
  border-radius: 999px;
  background: white;
  color: var(--pink) !important;
  text-decoration: none !important;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: .05em;
  text-transform: uppercase;
  box-shadow: 0 22px 45px rgba(90,30,40,.18);
  transition: .3s ease;
  white-space: nowrap;
}

.albana-white-btn:hover {
  transform: translateY(-3px);
}

/* FOOTER */
.albana-footer {
  background: #fff7f3;
  border-top: 1px solid rgba(184,0,90,.10);
  padding: 58px 0 34px;
}

.albana-footer__grid {
  display: grid;
  grid-template-columns: 1.1fr .85fr 1.15fr .9fr;
  gap: 36px;
}

.albana-footer img {
  max-width: 150px;
  display: block;
  margin-bottom: 18px;
}

.albana-footer h4 {
  margin: 0 0 14px;
  color: var(--pink);
  font-size: 13px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.albana-footer p,
.albana-footer a {
  color: rgba(42,31,36,.70);
  line-height: 1.55;
  font-size: 14px;
  text-decoration: none;
}

.albana-footer strong {
  color: #35262c;
  font-weight: 800;
}

.albana-social {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.albana-social a,
.albana-footer-map {
  padding: 9px 13px;
  border-radius: 999px;
  border: 1px solid rgba(184,0,90,.13);
  color: var(--pink) !important;
  background: white;
  display: inline-flex;
  width: fit-content;
  font-weight: 700;
}

/* RESPONSIVO */
@media (max-width: 1024px) {
  .albana-sobre__grid,
  .albana-final__box {
    grid-template-columns: 1fr;
  }

  .albana-credentials {
    position: static;
    margin-top: 16px;
  }

  .albana-review {
    flex-basis: calc(50% - 11px);
  }

  .albana-final__box {
    text-align: center;
    justify-items: center;
  }

  .albana-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .albana-doctor-frame {
    border-radius: 28px;
    padding: 10px;
  }

  .albana-doctor-frame img {
    border-radius: 20px;
    aspect-ratio: 4 / 4.4;
  }

  .albana-review-shell {
    padding: 0;
  }

  .albana-review-btn {
    display: none;
  }

  .albana-review {
    flex-basis: 86%;
  }

  .albana-final {
    padding: 64px 0;
  }

  .albana-white-btn {
    width: 100%;
  }

  .albana-footer__grid {
    grid-template-columns: 1fr;
  }
}
/* CORREÇÃO: força as dobras a aparecerem mesmo se o JS não carregar */
.albana-reveal {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}

/* garante que o conteúdo fique acima do background */
.albana-section .albana-wrap,
.albana-final .albana-wrap,
.albana-footer .albana-wrap {
  position: relative;
  z-index: 5;
}

/* evita que algum overlay cubra o conteúdo */
.albana-section::before,
.albana-section::after {
  pointer-events: none;
}/* End custom CSS */