﻿:root {

  --cr: #fff2da;
  --cr2: #f5e6c0;
  --cr3: #e8d49a;

  --ink: #2e2a22;
  --ink2: #3d3828;
  --ink3: #4a4430;

  --rg: #697452;
  --rg2: #8a9e7e;
  --rg3: #c8d0b4;
  --rg4: #4d5a3a;
  --rg5: #C39941;

  --tx: #2e2a22;
  --txm: #6b6354;
  --txl: #a09784;

  --txd: #fff2da;
  --txdm: rgba(255, 242, 218, .7);
  --txdl: rgba(255, 242, 218, .4);

  --wh: #ffffff;
  --border: rgba(105, 116, 82, .18);
  --border2: rgba(105, 116, 82, .35);
  --borderd: rgba(255, 242, 218, .15);
  --borderd2: rgba(255, 242, 218, .28);
  --shadow: 0 24px 80px rgba(46, 42, 34, .18);
  --shadow2: 0 8px 32px rgba(46, 42, 34, .12);
  --grad: linear-gradient(135deg, #697452, #8a9e7e);
  --grad2: linear-gradient(135deg, #2e2a22, #4a4430);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth
}

/* Custom cursor leaf */
.cursor-leaf {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  pointer-events: none;
  font-size: 24px;
  color: var(--rg5);
  transform: translate(14px, -50%);
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, .2));
  transition: opacity .15s ease, transform .06s linear;
}

.cursor-leaf.cursor-leaf--hidden {
  opacity: 0;
}

body {
  font-family: 'Poppins', sans-serif;
  background: var(--cr);
  color: var(--tx);
  -webkit-font-smoothing: antialiased;
}

/* Default unordered list marker: Font Awesome leaf */
ul:not(.model-feats)>li::marker {
  content: '\f06c  ';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--rg);
}


.tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--rg);
  padding: 7px 18px;
  border-radius: 30px;
  background: rgba(105, 116, 82, .1);
  border: 1px solid var(--border2);
  margin-bottom: 20px;
}

.tag::before {
  content: '\f06c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 10px;
  color: var(--rg);
  flex-shrink: 0;
}

.tag.light {
  background: rgba(255, 242, 218, .12);
  color: var(--cr);
  border-color: rgba(255, 242, 218, .25)
}

.tag.light::before {
  color: var(--cr)
}

.divider {
  width: 40px;
  height: 1px;
  background: linear-gradient(90deg, var(--rg), transparent);
  margin-bottom: 24px;
}

.divider.c {
  margin-left: auto;
  margin-right: auto
}

.ui-tag {
  margin-bottom: 20px
}

.ui-divider {
  margin-bottom: 24px
}


.r {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity .7s ease, transform .7s ease
}

.r.on {
  opacity: 1;
  transform: none
}

.r.delay-1 {
  transition-delay: .1s
}

.r.delay-2 {
  transition-delay: .2s
}

.r.delay-3 {
  transition-delay: .3s
}

.r.delay-4 {
  transition-delay: .4s
}


.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  transition: all .25s;
  letter-spacing: .3px;
}

.b-rg,
.b-rg-dark {
  color: var(--wh);
  padding: 14px 32px;
}

.b-rg svg,
.b-rg-dark svg {
  transition: transform .25s
}

.b-rg:hover svg,
.b-rg-dark:hover svg {
  transform: translateX(4px)
}

.b-rg:hover,
.b-rg-dark:hover {
  transform: translateY(-3px)
}

.b-rg {
  background: var(--grad);
  box-shadow: 0 8px 28px rgba(105, 116, 82, .35);
}

.b-rg:hover {
  box-shadow: 0 14px 40px rgba(105, 116, 82, .5)
}


.b-rg-dark {
  background: var(--grad2);
  box-shadow: 0 8px 28px rgba(46, 42, 34, .35);
}

.b-rg-dark:hover {
  box-shadow: 0 14px 40px rgba(46, 42, 34, .5)
}

.b-ghost,
.b-ghost-dark {
  background: transparent;
  color: var(--tx);
  padding: 14px 32px;
  border: 1.5px solid var(--border2);
}

.b-ghost:hover {
  background: rgba(105, 116, 82, .08);
  border-color: var(--rg)
}

.b-ghost-light {
  background: transparent;
  color: var(--cr);
  padding: 14px 32px;
  border: 1.5px solid var(--borderd2);
}

.b-ghost-light:hover {
  background: rgba(255, 242, 218, .1);
  border-color: var(--cr)
}

.b-ghost-dark:hover {
  background: rgba(105, 116, 82, .08)
}

.sec-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 64px
}

.sec-head h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--tx);
  margin-bottom: 16px;
}

.sec-head h2 em {
  font-style: italic;
  color: var(--rg)
}

.sec-head p {
  font-size: 15px;
  color: var(--txm);
  line-height: 1.8
}


nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 0 48px;
  height: 72px;
  overflow: hidden;
  background:
    linear-gradient(90deg, #e8d49a 0%, #f5e6c0 50%, #e8d49a 100%),
    repeating-linear-gradient(35deg,
      rgba(77, 90, 58, 0.06) 0px,
      rgba(77, 90, 58, 0.06) 1px,
      transparent 1px,
      transparent 6px),
    repeating-linear-gradient(-28deg,
      rgba(46, 42, 34, 0.035) 0px,
      rgba(46, 42, 34, 0.035) 1px,
      transparent 1px,
      transparent 9px);
  border-bottom: 1px solid var(--border);
  transition: background .3s;
}

nav::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 242, 218, 0.28) 0, transparent 42%),
    radial-gradient(circle at 75% 70%, rgba(46, 42, 34, 0.08) 0, transparent 38%);
  opacity: 0.45;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.nav-logo img {
  height: 32px;
  width: auto;
  transition: transform 0.3s ease;
}

.nav-logo:hover img {
  transform: scale(1.05);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 32px
}

.nav-links a {
  font-size: 13px;
  font-weight: 500;
  color: var(--txm);
  text-decoration: none;
  transition: color .2s;
  letter-spacing: .2px;
}

.nav-links a:hover {
  color: var(--tx)
}

.nav-cta {
  background: var(--grad) !important;
  color: var(--wh) !important;
  padding: 10px 24px;
  border-radius: 50px;
  font-weight: 700 !important;
  font-size: 13px !important;
  box-shadow: 0 4px 18px rgba(105, 116, 82, .3);
  transition: all .2s !important;
}

.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(105, 116, 82, .45) !important
}


.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
}

.hamburger-line {
  width: 24px;
  height: 2px;
  background: var(--tx);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-menu-toggle:hover .hamburger-line {
  background: var(--rg);
}


.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(46, 42, 34, 0.95);
  backdrop-filter: blur(10px);
  z-index: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: relative;
  text-align: center;
  transform: translateY(20px);
  transition: transform 0.4s ease;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateY(0);
}

.mobile-menu-close {
  position: absolute;
  top: -60px;
  right: 20px;
  background: none;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
}

.close-line {
  width: 24px;
  height: 2px;
  background: var(--cr);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.close-line:first-child {
  transform: rotate(45deg);
  position: absolute;
}

.close-line:last-child {
  transform: rotate(-45deg);
}

.mobile-menu-close:hover .close-line {
  background: var(--rg2);
}

.mobile-menu-links {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.mobile-link {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--cr);
  text-decoration: none;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

.mobile-link:nth-child(1) {
  animation-delay: 0.1s;
}

.mobile-link:nth-child(2) {
  animation-delay: 0.2s;
}

.mobile-link:nth-child(3) {
  animation-delay: 0.3s;
}

.mobile-link:nth-child(4) {
  animation-delay: 0.4s;
}

.mobile-menu-overlay.active .mobile-link {
  opacity: 1;
  transform: translateY(0);
}

.mobile-link:hover {
  color: var(--rg2);
  transform: translateX(8px);
}

.mobile-cta {
  background: var(--grad);
  color: var(--wh) !important;
  padding: 16px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 16px;
  box-shadow: 0 8px 28px rgba(105, 116, 82, 0.3);
  transition: all 0.3s ease;
}

.mobile-cta:hover {
  transform: translateY(-3px) translateX(8px);
  box-shadow: 0 14px 40px rgba(105, 116, 82, 0.5);
  color: var(--wh) !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


#hero {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: var(--cr);
  min-height: 95vh;
}


.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: url('../imagens/conceitoby2.jpg');
  background-size: 100%;
  background-position: right;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-bg::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg,
      rgba(255, 242, 218, 0.99) 0%,
      rgba(255, 242, 218, 0.95) 20%,
      rgba(255, 242, 218, 0.7) 40%,
      rgba(255, 242, 218, 0.1) 60%),
    repeating-linear-gradient(45deg,
      transparent,
      transparent 2px,
      rgba(46, 42, 34, 0.03) 2px,
      rgba(46, 42, 34, 0.03) 4px),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 3px,
      rgba(105, 116, 82, 0.02) 3px,
      rgba(105, 116, 82, 0.02) 6px);
}


.hero-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.hero-lines::before {
  content: '';
  position: absolute;
  top: -200px;
  right: 38%;
  width: 1px;
  height: 120%;
  background: linear-gradient(to bottom, transparent, rgba(105, 116, 82, .2), transparent);
  transform: rotate(12deg);
}

.hero-lines::after {
  content: '';
  position: absolute;
  top: -200px;
  right: 36%;
  width: 1px;
  height: 120%;
  background: linear-gradient(to bottom, transparent, rgba(105, 116, 82, .1), transparent);
  transform: rotate(12deg);
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 0;
  width: 100%;
  padding-top: 72px;
}


.hero-l {
  padding: 80px 56px 80px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
  animation: fadeUp .9s ease both;
}

.hero-eyebrow .line {
  width: 32px;
  height: 1px;
  background: var(--rg)
}

.hero-eyebrow span {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--rg);
}

.hero-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(44px, 5.5vw, 64px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--tx);
  margin-bottom: 24px;
  text-align: center;
  animation: fadeUp .9s .15s ease both;
}

.hero-h1 em {
  font-style: italic;
  color: var(--rg)
}

.hero-p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--txm);
  margin-bottom: 40px;
  max-width: 480px;
  text-align: center;
  animation: fadeUp .9s .3s ease both;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
  justify-content: center;
  animation: fadeUp .9s .45s ease both;
}

.hero-recognition {
  position: relative;
  z-index: 2;
  margin-top: 32px;
  display: flex;
  justify-content: center;
}

.hero-recognition-badge {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 12px 24px;
  border-radius: 999px;
  border: 1px solid var(--border2);
  box-shadow: 0 12px 32px rgba(46, 42, 34, .18);
}

.hero-recognition-left,
.hero-recognition-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-recognition-badge img {
  height: 32px;
  width: auto;
  display: block;
}

.hero-recognition-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-recognition-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--rg4);
}

.hero-recognition-sub {
  font-size: 11px;
  color: var(--txm);
}

.hero-recognition-abf {
  font-size: 11px;
  font-weight: 600;
  color: var(--txm);
}




.marquee-strip {
  background: linear-gradient(to right, #006600 50%, #cc0000 50%);
  padding: 14px 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.marquee-track {
  display: flex;
  gap: 0;
  white-space: nowrap;
  animation: marquee 28s linear infinite;
}

.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 0 32px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cr);
}

.marquee-item::before {
  content: '\f06c';
  opacity: .5;
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
}

@keyframes marquee {
  from {
    transform: translateX(0)
  }

  to {
    transform: translateX(-50%)
  }
}


.stats-bar {
  background: var(--rg);
  padding: 48px;
  border-bottom: 1px solid rgba(105, 116, 82, .3);
}

.stats-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.stat-item {
  text-align: center;
  padding: 0 24px;
  border-right: 1px solid rgba(255, 242, 218, .2);
  position: relative;
  z-index: 1;
}

.stat-item:last-child {
  border-right: none
}

.stat-n {
  font-family: 'Playfair Display', serif;
  font-size: 52px;
  font-weight: 700;
  color: var(--cr);
  line-height: 1;
  margin-bottom: 8px;
}

.stat-l {
  font-size: 12px;
  font-weight: 500;
  color: rgba(255, 242, 218, .75);
  line-height: 1.5
}

#form,
#cred,
#modelos,
#galeria,
#cond,
#porque,
#passos,
#perfis,
#faq {
  padding: 112px 48px;
  position: relative;
}

.form-layout,
.cred-layout,
.cond-layout,
.porque-layout,
.passos-layout {
  max-width: 1140px;
  margin: 0 auto;
}

.cond-card,
.why-card,
.support-col,
.step-card,
.perfil-card {
  background: var(--wh);
  border: 1px solid var(--border);
  position: relative;
}

.why-card,
.support-col,
.step-card,
.perfil-card {
  overflow: hidden;
}

.why-card::before,
.support-col::before,
.step-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

.why-card:hover::before,
.support-col:hover::before,
.step-card:hover::before {
  transform: scaleX(1)
}

.support-col:hover,
.step-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 56px rgba(46, 42, 34, .1);
  border-color: var(--border2);
}

.sec-head h2,
.cred-text h2,
.cond-header h2,
.porque-header h2,
.passos-header h2,
.ctaf-inner h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.sec-head h2 em,
.cred-text h2 em,
.cond-header h2 em,
.porque-header h2 em,
.passos-header h2 em {
  font-style: italic;
  color: var(--rg);
}

#cred::after,
#modelos::after,
#galeria::after,
#cond::after,
#porque::after,
#passos::after,
#perfis::after,
#faq::after,
#ctaf::after {
  font-family: 'Playfair Display', serif;
  font-size: 200px;
  font-weight: 900;
  color: rgba(105, 116, 82, .04);
  position: absolute;
  right: -20px;
  pointer-events: none;
  white-space: nowrap;
  line-height: 1;
}


#form {
  background: linear-gradient(135deg, #f5e6c0 0%, #e8d49a 50%, #f5e6c0 100%);
  overflow: hidden;
}

#form::before {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(105, 116, 82, .1) 0%, transparent 70%);
  pointer-events: none;
}

#form::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(45deg,
      transparent,
      transparent 35px,
      rgba(105, 116, 82, 0.03) 35px,
      rgba(105, 116, 82, 0.03) 70px),
    radial-gradient(circle at 25% 25%,
      rgba(105, 116, 82, 0.02) 0%,
      transparent 50%),
    radial-gradient(circle at 75% 75%,
      rgba(105, 116, 82, 0.02) 0%,
      transparent 50%);
  background-size: 70px 70px, 300px 300px, 400px 400px;
  pointer-events: none;
  animation: formTexture 20s ease-in-out infinite;
}

@keyframes formTexture {

  0%,
  100% {
    opacity: 0.3;
  }

  50% {
    opacity: 0.6;
  }
}

.form-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.form-head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.form-head .tag {
  background: rgba(105, 116, 82, .12);
  color: var(--rg4);
  margin-left: auto;
  margin-right: auto
}

.form-head .tag::before {
  color: var(--rg4)
}


.form-info {
  text-align: left
}

.form-info h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--tx);
  margin-bottom: 18px;
}

.form-info h2 em {
  font-style: italic;
  color: var(--rg)
}

.form-info>p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--txm);
  margin-bottom: 36px
}

.benefit-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 40px
}

.benefit {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  text-align: left;
  padding: 18px 20px;
  border-radius: 14px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid rgba(105, 116, 82, .2);
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
}

.benefit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(105, 116, 82, 0.05), transparent);
  transition: left 0.6s ease;
}

.benefit:hover::before {
  left: 100%;
}

.benefit:hover {
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 8px 32px rgba(105, 116, 82, .15);
  transform: translateY(-2px);
  border-color: rgba(105, 116, 82, .3);
}

.benefit-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #697452, #8a9e7e);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: white;
  box-shadow: 0 4px 12px rgba(105, 116, 82, .2);
  transition: all .3s ease;
}

.benefit:hover .benefit-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(105, 116, 82, .3);
}

.benefit-text b {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 3px
}

.benefit-text span {
  font-size: 13px;
  color: var(--txm);
  line-height: 1.5
}



.form-card {
  background: linear-gradient(135deg, #697452 0%, #8a9e7e 100%);
  border-radius: 24px;
  padding: 25px;
  border: 1px solid rgba(105, 116, 82, .3);
  box-shadow: 0 24px 80px rgba(105, 116, 82, .25);
  position: sticky;
  top: 88px;
}

.form-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--wh);
  margin-bottom: 6px;
}

.form-card .fc-sub {
  font-size: 13px;
  color: rgba(255, 255, 255, .8);
  margin-bottom: 28px;
  line-height: 1.6
}

.form-card .fc-sub em {
  font-style: italic;
  color: rgba(255, 255, 255, .6);
  font-size: 12px
}

.fg {
  margin-bottom: 14px
}

.fg label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .9);
  margin-bottom: 7px;
}

.fg input,
.fg select {
  width: 100%;
  padding: 13px 16px;
  background: rgba(255, 255, 255, .95);
  border: 1.5px solid rgba(255, 255, 255, .3);
  border-radius: 12px;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: var(--tx);
  outline: none;
  transition: border-color .2s, background .2s;
  -webkit-appearance: none;
  appearance: none;
}

.fg input:focus,
.fg select:focus {
  border-color: rgba(255, 255, 255, .6);
  background: rgba(255, 255, 255, 1);
}

.fg input::placeholder {
  color: var(--txm)
}

.fg select option {
  background: var(--cr);
  color: var(--tx)
}

.phone-row {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 8px;
}

.country-select-wrap {
  position: relative;
}

.country-select-wrap #whatsapp-country {
  padding-left: 44px;
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 20px 14px;
}

.fg-checkbox {
  margin-bottom: 20px
}

.fg-checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 10px;
  color: rgba(255, 255, 255, .9);
  line-height: 1.4;
  cursor: pointer;
}

.fg-checkbox label a {
  color: var(--cr);
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
  white-space: nowrap;
}

.fg-checkbox label a:hover {
  color: var(--cr2);
}

.fg-checkbox input[type="checkbox"] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin: 0;
  margin-top: 2px;
  accent-color: var(--rg);
}

.submit-btn {
  width: 100%;
  padding: 16px;
  margin-top: 10px;
  background: var(--grad2);
  color: var(--wh);
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  transition: all .25s;
  letter-spacing: .3px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(46, 42, 34, .5)
}

.form-note {
  font-size: 11px;
  color: rgba(255, 255, 255, .6);
  text-align: center;
  margin-top: 12px;
  line-height: 1.7
}


#cred {
  background: var(--cr);
}

#cred::after {
  content: 'História';
  bottom: -40px;
}

.cred-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

#cred .cred-layout {
  grid-template-columns: 0.94fr 1.06fr;
}

.cred-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background: var(--cr2);
  cursor: grab;
  touch-action: pan-y;
}

.cred-img-wrap.is-dragging {
  cursor: grabbing;
}

.cred-360-stage {
  position: absolute;
  inset: 0;
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: auto 100%;
  user-select: none;
  pointer-events: none;
}


.cred-float {
  position: absolute;
  bottom: 10px;
  left: 24px;
  background: rgba(255, 255, 255, .95);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border2);
  border-radius: 16px;
  padding: 5px 10px;
  z-index: 2;
  box-shadow: var(--shadow2);
}

.cf-lbl {
  font-size: 11px;
  color: var(--txm);
  margin-top: 3px
}

.cred-360-hint {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 999px;
  background: rgba(46, 42, 34, .78);
  color: #fff;
  padding: 9px 13px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .4px;
  cursor: default;
  box-shadow: 0 10px 28px rgba(46, 42, 34, .34);
  transition: opacity .25s ease, transform .25s ease, filter .25s ease;
  animation: hintPulse 1.8s ease-in-out infinite;
  opacity: 1;
  transform: none;
}

.cred-360-hint.is-hidden {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  animation: none;
}

@keyframes hintPulse {

  0%,
  100% {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.15);
  }
}

.cred-text {
  text-align: center;
}

.cred-text h2 {
  font-size: clamp(32px, 3.5vw, 50px);
  font-weight: 700;
  line-height: 1.15;
  color: var(--tx);
  margin-bottom: 18px;
}

.cred-text p {
  font-size: 15px;
  line-height: 1.85;
  color: var(--txm);
  margin-bottom: 32px
}

.cred-static-photo {
  cursor: default;
  touch-action: auto;
}

.cred-static-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .45s ease;
}

.cred-static-photo:hover img {
  transform: scale(1.03);
}

.badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 36px
}

.badge {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .7);
  border: 1px solid var(--border);
  padding: 9px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: var(--txm);
  transition: border-color .2s, color .2s, background .2s;
}

.badge:hover {
  border-color: var(--rg);
  color: var(--tx);
  background: var(--wh)
}

.models-grid {
  max-width: 1140px;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: 1fr 1.1fr 1fr;
  gap: 24px;
  align-items: center;
}

.model-card {
  border-radius: 24px;
  overflow: hidden;
  background: var(--wh);
  transition: transform .35s, box-shadow .35s, border-color .35s;
  position: relative;
}

.model-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 32px 80px rgba(46, 42, 34, .15);
}

.model-card.featured {
  background: var(--rg);
  box-shadow: 0 24px 64px rgba(105, 116, 82, .25);
}

.model-card.featured:hover {
  box-shadow: 0 36px 90px rgba(105, 116, 82, .4);
}

.model-img {
  width: 100%;
  aspect-ratio: 4/3;
  background: var(--cr2);
  position: relative;
  overflow: hidden;
}

.model-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s
}

.model-card:hover .model-img img {
  transform: scale(1.06)
}

.model-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
  color: var(--rg);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  border: 1px solid var(--border);
}

.model-popular {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: var(--cr);
  color: var(--rg4);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
}

.model-body {
  padding: 28px 30px 32px;
  text-align: center;
}

.model-name {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 4px;
}

.model-card.featured .model-name {
  color: var(--cr)
}

.model-services {
  font-size: 12px;
  color: var(--txm);
  margin-bottom: 4px
}

.model-card.featured .model-services {
  color: rgba(255, 242, 218, .75)
}

.model-area {
  font-size: 11px;
  color: var(--txl);
  margin-bottom: 20px;
  font-weight: 500
}

.model-card.featured .model-area {
  color: rgba(255, 242, 218, .55)
}

.model-price-wrap {
  margin-bottom: 20px
}

.model-from {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--txl);
  margin-bottom: 4px
}

.model-card.featured .model-from {
  color: rgba(255, 242, 218, .55)
}

.model-price {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--rg);
  line-height: 1;
}

.model-card.featured .model-price {
  color: var(--cr)
}

.model-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: left;
}

.model-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  color: var(--txm);
  line-height: 1.5;
}

.model-card.featured .model-feats li {
  color: rgba(255, 242, 218, .82)
}

.feat-check {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(105, 116, 82, .12);
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--rg);
  margin-top: 1px;
}

.model-card.featured .feat-check {
  background: rgba(255, 242, 218, .2);
  color: var(--cr)
}


#modelos {
  background: linear-gradient(135deg, #e8d49a 0%, #f5e6c0 50%, #e8d49a 100%);
}

#modelos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(30deg,
      transparent,
      transparent 40px,
      rgba(105, 116, 82, 0.04) 40px,
      rgba(105, 116, 82, 0.04) 80px),
    radial-gradient(circle at 20% 30%,
      rgba(105, 116, 82, 0.03) 0%,
      transparent 40%),
    radial-gradient(circle at 80% 70%,
      rgba(105, 116, 82, 0.03) 0%,
      transparent 40%),
    repeating-linear-gradient(-30deg,
      transparent,
      transparent 60px,
      rgba(105, 116, 82, 0.02) 60px,
      rgba(105, 116, 82, 0.02) 120px);
  background-size: 80px 80px, 300px 300px, 350px 350px, 120px 120px;
  pointer-events: none;
  animation: modelosTexture 25s ease-in-out infinite;
}

@keyframes modelosTexture {

  0%,
  100% {
    opacity: 0.4;
    transform: scale(1);
  }

  50% {
    opacity: 0.7;
    transform: scale(1.02);
  }
}

#modelos::after {
  content: 'Formatos';
  bottom: -40px;
}

#galeria {
  background:
    linear-gradient(145deg, #f1e0b8 0%, #f9efd9 46%, #efe1c0 100%);
  overflow: hidden;
}

#galeria::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .65) 0%, transparent 36%),
    radial-gradient(circle at 88% 76%, rgba(105, 116, 82, .16) 0%, transparent 42%),
    linear-gradient(90deg, rgba(46, 42, 34, .07) 0%, transparent 24%, transparent 76%, rgba(46, 42, 34, .07) 100%),
    repeating-linear-gradient(90deg,
      transparent 0,
      transparent 112px,
      rgba(105, 116, 82, .055) 112px,
      rgba(105, 116, 82, .055) 116px);
  background-size: 620px 620px, 620px 620px, 100% 100%, 116px 100%;
  mix-blend-mode: multiply;
  pointer-events: none;
  animation: galeriaTexture 18s ease-in-out infinite;
}

#galeria::after {
  content: 'Galeria';
  bottom: -40px;
}

@keyframes galeriaTexture {

  0%,
  100% {
    opacity: .33;
    transform: translateX(0);
  }

  50% {
    opacity: .5;
    transform: translateX(-8px);
  }
}

.gal-layout {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 28px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.gal-left,
.gal-right {
  background: var(--wh);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 30px;
}

.gal-360-wrap {
  aspect-ratio: 4/3;
}

.gal-right-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--txl);
  margin-bottom: 14px;
}

.gal-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gal-thumb {
  position: relative;
  border: none;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
  background: var(--cr2);
  aspect-ratio: 1/1;
}

.gal-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .3s ease;
}

.gal-thumb:hover img {
  transform: scale(1.05);
}

.gal-thumb-zoom {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(46, 42, 34, .75);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  pointer-events: none;
}

.photo-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .82);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 36px;
}

.photo-lightbox.is-open {
  display: flex;
}

.photo-lightbox img {
  max-width: min(1080px, 94vw);
  max-height: 86vh;
  border-radius: 14px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .35);
}

.photo-lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, .2);
  color: #fff;
  cursor: pointer;
  font-size: 17px;
}


#cond {
  background: var(--cr);
}

.cond-header {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 18px;
}

.cond-header h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--tx);
  margin-bottom: 14px;
}

.cond-header p {
  font-size: 15px;
  color: var(--txm);
  line-height: 1.8;
  max-width: 560px;
  margin: 0 auto;
}


.cond-row {
  display: grid;
  gap: 14px;
  margin-bottom: 14px
}

.cond-row-2 {
  grid-template-columns: 1fr 2fr
}

.cond-row-3 {
  grid-template-columns: 0.7fr 1fr 1.3fr
}

.cond-row-1 {
  grid-template-columns: 1fr
}

.cond-card {
  border-radius: 16px;
  padding: 22px 26px;
  transition: border-color .2s, box-shadow .2s;
}

.cond-card:hover {
  border-color: var(--border2);
  box-shadow: var(--shadow2)
}

.cc-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--txl);
  margin-bottom: 8px;
}

.cc-value {
  font-size: 15px;
  font-weight: 600;
  color: var(--tx);
  line-height: 1.4
}

.cc-value.accent {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
}

.cc-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(105, 116, 82, .1);
  color: var(--rg);
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  margin-top: 8px;
  border: 1px solid var(--border2);
}

.iva-note {
  font-size: 12px;
  color: var(--txl);
  margin: 12px 0 48px;
  text-align: center;
}

#cond::after {
  content: 'Transparência';
  bottom: -40px;
}

.included-block {
  background: var(--rg);
  border-radius: 24px;
  padding: 48px 52px;
  position: relative;
  overflow: hidden;
}

.included-block::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 242, 218, .1) 0%, transparent 70%);
  pointer-events: none;
}

.included-block h4 {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--cr);
  margin-bottom: 8px;
}

.included-block .isub {
  font-size: 14px;
  color: rgba(255, 242, 218, .75);
  margin-bottom: 32px
}

.chips-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px
}

.chip {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 242, 218, .12);
  border: 1px solid rgba(255, 242, 218, .22);
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--cr);
  transition: background .2s, border-color .2s;
}

.chip:hover {
  background: rgba(255, 242, 218, .22);
  border-color: rgba(255, 242, 218, .4)
}

.chip-icon {
  font-size: 16px
}

.incl-note {
  font-size: 12px;
  color: rgba(255, 242, 218, .45);
  padding-top: 20px;
  border-top: 1px solid rgba(255, 242, 218, .15);
  line-height: 1.7;
}


#porque {
  background: var(--cr2);
}

.porque-header {
  margin-bottom: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.porque-header .divider {
  margin-left: auto;
  margin-right: auto;
}

.porque-header h2 {
  font-size: clamp(36px, 4vw, 56px);
  font-weight: 700;
  line-height: 1.1;
  color: var(--tx);
  margin-bottom: 0;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 56px;
}

.why-card {
  border-radius: 20px;
  padding: 32px;
  transition: border-color .25s, background .25s, box-shadow .25s;
}

.why-card:hover {
  border-color: var(--border2);
  background: var(--wh);
  box-shadow: var(--shadow2)
}

.why-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(105, 116, 82, .1);
  border: 1px solid var(--border2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.why-card h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 10px
}

.why-card p {
  font-size: 13px;
  line-height: 1.75;
  color: var(--txm)
}

#porque::after {
  content: 'Suporte';
  bottom: -40px;
}


.support-section {
  margin-top: 0
}

.support-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  font-weight: 600;
  color: var(--tx);
  margin-bottom: 28px;
  text-align: center;
}

.support-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px
}

.support-col {
  border-radius: 20px;
  padding: 32px 34px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.support-col h5 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--rg);
  margin-bottom: 20px;
}

.support-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px
}

.support-col ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: var(--txm);
  line-height: 1.6;
}

.support-col ul li::before {
  content: '\f06c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 12px;
  color: var(--rg);
  flex-shrink: 0;
  opacity: .9;
}


#passos {
  background: var(--cr);
}

#passos::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border2), transparent);
}

.passos-header {
  margin-bottom: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
}

.passos-header-left {
  text-align: center;
}

.passos-header-left .divider {
  margin-left: auto;
  margin-right: auto;
}

.passos-header h2 {
  font-size: clamp(34px, 3.8vw, 54px);
  font-weight: 700;
  line-height: 1.12;
  color: var(--tx);
  margin-bottom: 0;
}

.passos-header-right p {
  font-size: 15px;
  color: var(--txm);
  line-height: 1.8
}

.passos-header .tag {
  background: rgba(105, 116, 82, .1);
  color: var(--rg4)
}

.passos-header .tag::before {
  color: var(--rg4)
}

.passos-header .divider {
  background: linear-gradient(90deg, var(--rg), transparent)
}


.steps-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.step-card {
  border-radius: 20px;
  padding: 32px 36px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.step-card-num {
  font-family: 'Playfair Display', serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 1;
  color: rgba(105, 116, 82, .08);
  position: absolute;
  top: -10px;
  right: 16px;
  pointer-events: none;
  transition: color .3s;
}

.step-card:hover .step-card-num {
  color: rgba(105, 116, 82, .13)
}

.step-card-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grad);
  color: var(--wh);
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 16px;
  box-shadow: 0 4px 14px rgba(105, 116, 82, .3);
  position: relative;
}

.step-card-badge::before {
  content: '\f0c0';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.steps-grid>.step-card:nth-child(1) .step-card-badge::before {
  content: '\f0c0';
}

.steps-grid>.step-card:nth-child(2) .step-card-badge {
  font-weight: 400;
}

.steps-grid>.step-card:nth-child(2) .step-card-badge::before {
  content: '\f15c';
}

.steps-grid>.step-card:nth-child(3) .step-card-badge::before {
  content: '\f2b5';
}

.steps-grid>.step-card:nth-child(4) .step-card-badge::before {
  content: '\f573';
}

.steps-grid>.step-card:nth-child(5) .step-card-badge::before {
  content: '\f7d9';
}

.steps-grid>.step-card:nth-child(6) .step-card-badge::before {
  content: '\f091';
}

.step-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 8px;
  line-height: 1.4
}

.step-card p {
  font-size: 13px;
  line-height: 1.7;
  color: var(--txm)
}

#passos::after {
  content: 'Caminho';
  bottom: -40px;
}


#perfis {
  background: var(--cr2);
}

#perfis::after {
  content: 'Perfil';
  bottom: -40px;
}

.perfis-grid {
  max-width: 1140px;
  margin: 56px auto 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.perfil-card {
  border-radius: 22px;
  padding: 36px;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}

.perfil-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--grad);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

.perfil-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 64px rgba(46, 42, 34, .12);
  border-color: var(--border2);
}

.perfil-card:hover::after {
  transform: scaleX(1)
}

.perfil-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(105, 116, 82, .15), rgba(138, 158, 126, .25));
  border: 2px solid rgba(105, 116, 82, .3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  margin: 0 auto 20px;
  box-shadow: 0 8px 24px rgba(105, 116, 82, .2);
  transition: transform .3s ease, box-shadow .3s ease;
  color: #697452;
}

.perfil-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 12px 36px rgba(105, 116, 82, .3);
}


#faq {
  background: linear-gradient(rgba(255, 242, 218, 0.85), rgba(255, 242, 218, 0.85)), url('../imagens/portugal.jpg') center/cover;
}

.faq-inner {
  max-width: 760px;
  margin: 56px auto 0
}

.faq-item {
  border-bottom: 1px solid var(--border)
}

.faq-btn {
  width: 100%;
  background: none;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--tx);
  padding: 22px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color .2s;
}

.faq-btn:hover {
  color: var(--rg)
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  flex-shrink: 0;
  background: var(--cr2);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rg);
  font-size: 18px;
  transition: all .3s;
}

.faq-btn.open .faq-icon {
  background: var(--rg);
  color: var(--cr);
  transform: rotate(45deg);
}

.faq-answer {
  font-size: 14px;
  line-height: 1.85;
  color: var(--txm);
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
}

.faq-answer.open {
  max-height: 280px;
  padding-bottom: 20px
}

#faq::after {
  content: 'Acordeão';
  bottom: -40px;
}


#ctaf {
  background: var(--rg);
  padding: 140px 48px;
  text-align: center;
  position: relative;
}

.ctaf-top-tag,
.ctaf-top-divider {
  position: relative;
  z-index: 2;
}

.ctaf-top-tag {
  margin-bottom: 20px
}

.ctaf-top-divider {
  margin: 0 auto 34px;
  width: 56px;
  background: linear-gradient(90deg, transparent, var(--cr), transparent);
}

.ctaf-layout {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
  display: block;
}

.ctaf-side-art {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  border: none;
  box-shadow: none;
}

.ctaf-side-art img {
  display: block;
  width: 100%;
  height: auto;
}

.ctaf-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: 800px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 242, 218, .12) 0%, transparent 65%);
  pointer-events: none;
}

.ctaf-rings {
  position: absolute;
  inset: 0;
  pointer-events: none
}

.ctaf-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 242, 218, .1);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ctaf-ring:nth-child(1) {
  width: 400px;
  height: 400px
}

.ctaf-ring:nth-child(2) {
  width: 700px;
  height: 700px
}

.ctaf-ring:nth-child(3) {
  width: 1000px;
  height: 1000px
}

.ctaf-inner {
  position: relative;
  z-index: 2;
  text-align: center;
}

.ctaf-inner h2 {
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 700;
  line-height: 1.08;
  color: var(--cr);
  margin-bottom: 20px;
}

.ctaf-inner h2 em {
  font-style: italic;
  color: var(--cr2)
}

.ctaf-inner p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 242, 218, .8);
  max-width: 520px;
  margin: 0 auto 44px;
}

.ctaf-btns {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap
}

.ctaf-note {
  font-size: 11px;
  color: rgba(255, 242, 218, .5);
  margin-top: 24px
}

#ctaf::after {
  content: 'Beauty2You';
  color: rgba(255, 242, 218, .04);
  bottom: -20px;
}



footer {
  background: var(--tx);
  padding: 48px;
  border-top: 1px solid rgba(255, 242, 218, .1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
}

.f-logo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: var(--cr);
  text-decoration: none;
}

.f-logo span {
  color: var(--rg2)
}

.f-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap
}

.f-links a {
  font-size: 13px;
  color: var(--rg5);
  text-decoration: none;
  transition: color .2s;
}

.f-links a:hover {
  color: var(--cr)
}

.f-copy {
  font-size: 12px;
  color: rgba(255, 242, 218, .3)
}

.f-copy a {
  color: inherit;
  text-decoration: none;
}


#google_translate_element {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
}

#google_translate_element .goog-te-gadget {
  font-family: 'Poppins', sans-serif !important;
}

.goog-te-gadget-simple {
  background: rgba(255, 242, 218, 0.15) !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 10px 18px !important;
  font-size: 14px !important;
  color: var(--tx) !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  cursor: pointer !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
}

.goog-te-gadget-simple:hover {
  background: rgba(255, 242, 218, 0.25) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(105, 116, 82, 0.15) !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child {
  color: var(--tx) !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child:before {
  content: '\1F310' !important;
  font-size: 16px !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child {
  border-left: none !important;
  padding-left: 0 !important;
  color: var(--rg) !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

/* Hide Google auto banner/tooltip bars that break layout */
.goog-te-banner-frame,
.goog-te-banner-frame.skiptranslate,
body > .skiptranslate,
#goog-gt-tt,
.goog-te-balloon-frame {
  display: none !important;
}

html,
body {
  top: 0 !important;
}


.floating-card {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  z-index: 1000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.floating-card.hidden {
  opacity: 0;
  transform: translateY(100px);
}

.floating-card.visible {
  opacity: 1;
  transform: translateY(0);
}

.floating-icon {
  font-size: 18px;
}

.floating-text {
  line-height: 1.4;
}

.whatsapp-float-chat {
  position: fixed;
  left: 20px;
  bottom: 24px;
  top: auto;
  transform: none;
  z-index: 1100;
  display: block;
  text-decoration: none;
}

.whatsapp-float-toggle {
  display: none;
  border: none;
  cursor: pointer;
}

.whatsapp-chat-preview {
  width: 210px;
  background: #fff;
  border: 1px solid rgba(105, 116, 82, .2);
  border-radius: 14px;
  box-shadow: 0 10px 22px rgba(20, 35, 24, .12);
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #263126;
  position: relative;
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease;
}

.whatsapp-chat-head {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.whatsapp-chat-avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(145deg, #1fd266, #16a34a);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 0 6px 14px rgba(22, 163, 74, .24);
  flex-shrink: 0;
}

.whatsapp-chat-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.whatsapp-chat-preview::before {
  content: '';
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at top right, rgba(105, 116, 82, .14), transparent 58%);
  pointer-events: none;
}

.whatsapp-chat-status {
  display: inline-flex;
  width: fit-content;
  border-radius: 999px;
  background: rgba(31, 210, 102, .15);
  color: #0b8a42;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2px;
  padding: 2px 9px;
}

.whatsapp-chat-title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

.whatsapp-chat-bubble {
  background: #f3f7ee;
  border: 1px solid rgba(105, 116, 82, .12);
  border-radius: 12px 12px 12px 4px;
  padding: 8px 10px;
}

.whatsapp-chat-message {
  font-size: 11px;
  line-height: 1.4;
  color: #44554a;
}

.whatsapp-chat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  border-radius: 999px;
  background: var(--rg5);
  color: var(--cr);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  padding: 6px 10px;
}

.whatsapp-float-chat:hover .whatsapp-chat-preview {
  transform: translateX(2px);
  box-shadow: 0 12px 26px rgba(20, 35, 24, .16);
}


@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px)
  }

  to {
    opacity: 1;
    transform: none
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}


@media (max-width:1024px) {

  nav,
  .stats-bar,
  #form,
  #cred,
  #modelos,
  #galeria,
  #cond,
  #porque,
  #passos,
  #perfis,
  #faq,
  #ctaf,
  footer {
    padding-left: 28px;
    padding-right: 28px;
  }

  nav {
    padding: 0 28px
  }

  .hero-inner {
    grid-template-columns: 1fr
  }

  .hero-l {
    padding: 80px 28px 72px
  }

  .stats-inner {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat-item:nth-child(2) {
    border-right: none
  }

  .stat-item:nth-child(3) {
    border-top: 1px solid rgba(255, 242, 218, .2)
  }

  .stat-item:nth-child(4) {
    border-top: 1px solid rgba(255, 242, 218, .2);
    border-right: none
  }

  .form-layout,
  .cred-layout,
  .why-grid,
  .support-grid {
    grid-template-columns: 1fr;
    gap: 40px
  }

  #cred .cred-layout {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: stretch;
  }

  #cred .cred-layout .cred-img-wrap {
    order: 1;
    width: 100%;
    max-width: 460px;
    margin: 0 auto;
    aspect-ratio: 4/5;
  }

  #cred .cred-layout .cred-static-photo img {
    object-position: center top;
  }

  #cred .cred-layout .cred-text {
    order: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #cred .cred-layout .cred-text h2 {
    order: 1;
  }

  #cred .cred-layout .cred-text p {
    order: 2;
  }

  #cred .cred-layout .badge-row {
    order: 3;
    justify-content: center;
    margin-bottom: 0;
  }

  .gal-layout {
    grid-template-columns: 1fr;
  }

  .models-grid,
  .perfis-grid {
    grid-template-columns: 1fr
  }

  .cond-row-2,
  .cond-row-3 {
    grid-template-columns: 1fr
  }

  .passos-header {
    grid-template-columns: 1fr;
    gap: 16px
  }

  .steps-grid {
    grid-template-columns: 1fr
  }

  .ctaf-layout {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .ctaf-side-art {
    max-width: 320px;
    width: min(80vw, 320px);
    margin: 0 auto;
    transform: none;
  }

  footer {
    flex-direction: column;
    text-align: center
  }

  .included-block {
    padding: 36px 28px
  }

  .whatsapp-chat-preview {
    width: 220px;
  }
}

@media (max-width:640px) {

  #cred::after,
  #modelos::after,
  #galeria::after,
  #cond::after,
  #porque::after,
  #passos::after,
  #perfis::after,
  #faq::after,
  #ctaf::after {
    font-size: 65px;
    right: -2px;
    bottom: 5px;
  }

  .hero-bg {
    background-position: center bottom;
    background-size: cover;
  }

  .hero-bg::before {
    background: linear-gradient(to bottom,
        rgba(255, 242, 218, 0.995) 0%,
        rgba(255, 242, 218, 0.985) 58%,
        rgba(255, 242, 218, 0.72) 76%,
        rgba(255, 242, 218, 0.35) 100%);
  }

  #cred .cred-layout {
    gap: 22px;
  }

  #cred .cred-layout .cred-img-wrap {
    order: 1;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    aspect-ratio: 4/5;
  }

  #cred .cred-layout .cred-static-photo img {
    object-position: center top;
  }

  #cred .cred-layout .cred-text {
    order: 2;
  }

  #cred .cred-layout .cred-text h2 {
    margin-bottom: 16px;
  }

  #cred .cred-layout .badge-row {
    justify-content: center;
    margin-bottom: 0;
  }

  .gal-left,
  .gal-right {
    padding: 20px;
  }

  .gal-thumbs {
    grid-template-columns: 1fr;
  }

  .photo-lightbox {
    padding: 16px;
  }

  .photo-lightbox-close {
    top: 10px;
    right: 10px;
  }

  .phone-row {
    grid-template-columns: 1fr;
  }

  .ctaf-btns {
    flex-direction: column;
    align-items: center
  }

  .stat-n {
    font-size: 40px
  }


  .nav-links {
    display: none
  }

  .mobile-menu-toggle {
    display: flex
  }

  nav {
    padding: 0 20px
  }


  .hero-l {
    padding: 30px 20px 40px;
    text-align: center;
  }

  .hero-eyebrow {
    justify-content: center;
    margin-bottom: 20px;
  }

  .hero-h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .hero-p {
    font-size: 14px;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .hero-btns {
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 280px;
    margin: 0 auto 8px;
  }

  .hero-btns .btn {
    width: 100%;
    justify-content: center;
    padding: 16px 24px;
  }


  .hero-recognition {
    margin-top: 20px;
  }

  .hero-recognition-badge {
    text-align: center;
    gap: 16px;
    padding: 16px 20px;
  }

  .hero-recognition-left,
  .hero-recognition-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .hero-recognition-left img,
  .hero-recognition-right img {
    height: 40px;
  }

  .hero-recognition-text {
    align-items: center;
  }

  .hero-recognition-title {
    font-size: 10px;
  }

  .hero-recognition-sub {
    font-size: 9px;
  }

  .hero-recognition-abf {
    font-size: 10px;
  }

  .whatsapp-float-chat {
    left: 12px;
    top: auto;
    bottom: 152px;
    transform: none;
  }

  body.whatsapp-mobile-ready .whatsapp-float-chat {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }

  body.whatsapp-mobile-ready .whatsapp-float-chat.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .whatsapp-float-toggle {
    position: fixed;
    left: 12px;
    bottom: 90px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1fd266, #16a34a);
    color: #fff;
    box-shadow: 0 10px 24px rgba(22, 163, 74, .28);
    z-index: 1101;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    transition: transform .2s ease, box-shadow .2s ease;
  }

  .whatsapp-float-toggle.is-open {
    transform: scale(.96);
    box-shadow: 0 6px 16px rgba(22, 163, 74, .24);
  }

  .whatsapp-chat-preview {
    width: 182px;
    padding: 9px;
    border-radius: 14px;
  }

  .whatsapp-chat-title {
    font-size: 12px;
  }

  .whatsapp-chat-message {
    font-size: 10px;
  }

  .whatsapp-chat-avatar {
    width: 28px;
    height: 28px;
    font-size: 15px;
  }

  .whatsapp-chat-cta {
    font-size: 10px;
    padding: 6px 10px;
  }

  .cookie-manage-btn {
    left: 12px;
    right: auto;
    top: auto;
    bottom: 30px;
  }
}


.cookie-banner {
  position: fixed;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 380px;
  max-width: calc(100vw - 40px);
  background: var(--wh);
  border: 1px solid var(--border);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(46, 42, 34, .15);
  z-index: 1000;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
  transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
}

.cookie-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 6px;
}

.cookie-text p {
  font-size: 13px;
  line-height: 1.5;
  color: var(--txm);
}

.cookie-text a {
  color: var(--rg);
  text-decoration: underline;
}

.cookie-buttons {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: all .25s;
}

.cookie-accept {
  background: var(--grad);
  color: var(--wh);
  box-shadow: 0 4px 16px rgba(105, 116, 82, .3);
}

.cookie-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(105, 116, 82, .4);
}

.cookie-customize-btn {
  background: transparent;
  color: var(--tx);
  border: 1.5px solid var(--border2);
}

.cookie-customize-btn:hover {
  background: rgba(105, 116, 82, .05);
  border-color: var(--rg);
}

.cookie-reject {
  background: var(--ink);
  color: var(--cr);
  box-shadow: 0 4px 16px rgba(46, 42, 34, .2);
}

.cookie-reject:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(46, 42, 34, .3);
}

.cookie-customize-panel {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}

.cookie-customize-panel h4 {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tx);
  margin-bottom: 12px;
}

.cookie-option {
  margin-bottom: 12px;
}

.cookie-option label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--tx);
  cursor: pointer;
}

.cookie-option input[type="checkbox"] {
  width: 14px;
  height: 14px;
  margin-top: 2px;
  accent-color: var(--rg);
}

.cookie-option p {
  font-size: 12px;
  color: var(--txm);
  margin-left: 22px;
  margin-top: 2px;
  line-height: 1.4;
}

.cookie-customize-buttons {
  display: flex;
  gap: 8px;
  margin-top: 16px;
}

.cookie-save {
  background: var(--grad);
  color: var(--wh);
}

.cookie-save:hover {
  transform: translateY(-2px);
}

.cookie-back {
  background: transparent;
  color: var(--tx);
  border: 1.5px solid var(--border2);
}

.cookie-back:hover {
  background: rgba(105, 116, 82, .05);
  border-color: var(--rg);
}

.cookie-manage-btn {
  position: fixed;
  right: 20px;
  top: 20px;
  left: auto;
  bottom: auto;
  z-index: 999;
  border: 1px solid var(--border2);
  background: var(--wh);
  color: var(--tx);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(46, 42, 34, .15);
  transition: transform .2s ease, box-shadow .2s ease;
}

.cookie-manage-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(46, 42, 34, .2);
}


@media (max-width: 768px) {
  .cookie-banner {
    left: auto;
    right: 10px;
    width: auto;
    top: calc(env(safe-area-inset-top, 0px) + 82px);
    bottom: auto;
  }

  .cookie-content {
    gap: 12px;
  }

  .cookie-buttons {
    justify-content: center;
  }

  .cookie-btn {
    flex: 1;
    min-width: 100px;
  }

  .cookie-manage-btn {
    right: 10px;
    top: calc(env(safe-area-inset-top, 0px) + 82px);
    left: auto;
    bottom: auto;
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
  }

  .cookie-manage-btn i {
    margin: 0;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .cookie-manage-btn {
    left: 12px;
    right: auto;
    top: auto;
    bottom: 30px;
  }
}

.exit-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 242, 218, .12) 0, transparent 45%),
    radial-gradient(circle at 80% 75%, rgba(255, 242, 218, .08) 0, transparent 40%),
    rgba(46, 42, 34, .94);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .65s ease, visibility .65s ease;
}

.exit-overlay.active {
  opacity: 1;
  visibility: visible;
}

.exit-overlay-content {
  text-align: center;
  color: var(--cr);
  transform: translateY(20px) scale(.975);
  transition: transform .8s cubic-bezier(.22, .61, .36, 1);
}

.exit-overlay.active .exit-overlay-content {
  transform: translateY(0) scale(1);
}

.exit-overlay-logo {
  display: block;
  width: min(320px, 62vw);
  height: auto;
  margin: 0 auto 18px;
  opacity: .95;
}

.exit-overlay-top {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255, 242, 218, .72);
  margin-bottom: 16px;
}

.exit-overlay-title {
  margin: 0 0 12px;
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 5vw, 54px);
  line-height: 1.1;
  color: var(--rg5);
}

.exit-overlay-sub {
  font-size: 15px;
  color: rgba(255, 242, 218, .76);
  margin-bottom: 24px;
}

.exit-loader {
  width: min(420px, 86vw);
  margin: 0 auto;
}

.exit-loader-track {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 242, 218, .2);
  overflow: hidden;
  position: relative;
}

.exit-loader-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255, 242, 218, .2), var(--cr), rgba(255, 242, 218, .2));
  transition: width .12s linear;
}

.exit-loader-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .6px;
  color: rgba(255, 242, 218, .76);
}

.exit-loader-progress {
  font-weight: 700;
  color: var(--cr);
}

.exit-loader-dots::after {
  content: '';
  display: inline-block;
  width: 1em;
  text-align: left;
  animation: exitLoaderDots 1.1s steps(4, end) infinite;
}

@keyframes exitLoaderDots {
  0% {
    content: '';
  }

  25% {
    content: '.';
  }

  50% {
    content: '..';
  }

  75% {
    content: '...';
  }

  100% {
    content: '';
  }
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--rg5);
  color: var(--cr);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
  z-index: 999;
  box-shadow: 0 4px 12px rgba(105, 116, 82, 0.3);
}

.back-to-top:hover {
  background: var(--rg5);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(105, 116, 82, 0.4);
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top i {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.back-to-top:hover i {
  transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
  }

  .back-to-top i {
    font-size: 16px;
  }
}
