.elementor-62 .elementor-element.elementor-element-1a8d499{--display:flex;--min-height:100vh;--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-62 .elementor-element.elementor-element-1a8d499.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-62 .elementor-element.elementor-element-51d990e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-62 .elementor-element.elementor-element-3518b8b{--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;}.elementor-62 .elementor-element.elementor-element-3518b8b:not(.elementor-motion-effects-element-type-background), .elementor-62 .elementor-element.elementor-element-3518b8b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#1A1915;}.elementor-62 .elementor-element.elementor-element-b2a5cc8{width:var( --container-widget-width, 44vw );max-width:44vw;--container-widget-width:44vw;--container-widget-flex-grow:0;}.elementor-62 .elementor-element.elementor-element-b2a5cc8 > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-62 .elementor-element.elementor-element-b2a5cc8.elementor-element{--align-self:center;}.elementor-62 .elementor-element.elementor-element-b7a97ab{width:var( --container-widget-width, 44vw );max-width:44vw;--container-widget-width:44vw;--container-widget-flex-grow:0;}.elementor-62 .elementor-element.elementor-element-b7a97ab > .elementor-widget-container{padding:30px 30px 30px 30px;}.elementor-62 .elementor-element.elementor-element-b7a97ab.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-62 .elementor-element.elementor-element-b2a5cc8{--container-widget-width:100vw;--container-widget-flex-grow:0;width:var( --container-widget-width, 100vw );max-width:100vw;}.elementor-62 .elementor-element.elementor-element-b7a97ab{--container-widget-width:100vw;--container-widget-flex-grow:0;width:var( --container-widget-width, 100vw );max-width:100vw;}}/* Start custom CSS for html, class: .elementor-element-51d990e */:root{
  --bg:#0F1115;
  --card:#151823;
  --txt:#F4F5F7;
  --muted:#B9BDC7;
  --line: rgba(255,255,255,.10);

  --yellow:#F5C400;
  --yellow-dark:#E0B200;
}

body{ margin:0; }

.ldf-wrap{
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background: var(--bg);
  color: var(--txt);
  min-height: 100vh;
  padding: 24px 14px 40px;
  display:flex;
  justify-content:center;
}

.ldf{ width:100%; max-width:520px; }

.ldf-header{
  text-align:center;
  margin: 14px 6px 18px;
}
.ldf-title{
  font-family: "Playfair Display", serif;
  font-weight:700;
  font-size: 28px;
  letter-spacing: .2px;
  margin: 8px 0 10px;
}
.ldf-sub{
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
  margin: 0 auto;
  max-width: 42ch;
}

.ldf-card{
  background: rgba(21,24,35,.92);
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 14px;
  box-shadow: 0 18px 50px rgba(0,0,0,.35);
  overflow:hidden;
}

/* Viewer 9:16 */
.camera-box{
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 14px;
  overflow: hidden;
  background: #0b0d12;
  border: 1px solid var(--line);
}

video, canvas{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
}

/* NOVO: quando estiver invertido, espelha o preview */
#video.is-mirrored{
  transform: scaleX(-1);
}

.frame{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit: cover;
  pointer-events:none;
}

/* Overlay inicial */
.camera-hint{
  position:absolute;
  inset:0;
  z-index:5;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 16px;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
}

.hint-box{
  background: rgba(21,24,35,.96);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,.45);
  max-width: 42ch;
}
.hint-box strong{
  display:block;
  margin: 6px 0;
  color: var(--yellow);
}

.arrow{
  margin-top: 14px;
  font-size: 34px;
  color: var(--yellow);
  animation: bounce 1.2s infinite;
}
@keyframes bounce{
  0%,100%{ transform: translateY(0); }
  50%{ transform: translateY(10px); }
}

.ldf-actions{
  display:flex;
  gap:10px;
  margin-top: 12px;
}

.btn{
  flex:1;
  border: 0;
  border-radius: 14px;
  padding: 12px 12px;
  font-weight: 700;
  font-size: 14.5px;
  cursor: pointer;
  transition: transform .06s ease, opacity .15s ease, background .15s ease, box-shadow .15s ease;
  user-select:none;
}
.btn:active{ transform: scale(.98); }
.btn[disabled]{ opacity:.45; cursor:not-allowed; }

.btn-primary{
  background: var(--yellow);
  color: #0A0A0A;
  text-shadow: 0 1px 0 rgba(255,255,255,.22);
}
.btn-primary:hover{ background: var(--yellow-dark); }

.btn-ghost{
  background: rgba(255,255,255,.06);
  color: var(--txt);
  border: 1px solid var(--line);
}

/* Pulsar no "Tirar foto" quando ativo */
.btn-pulse{
  border-color: rgba(245,196,0,.55);
  box-shadow: 0 0 0 rgba(245,196,0,0);
  animation: shotPulse 1.25s infinite;
}
@keyframes shotPulse{
  0%{
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(245,196,0,.28);
  }
  55%{
    transform: translateY(-1px);
    box-shadow: 0 0 0 12px rgba(245,196,0,0);
  }
  100%{
    transform: translateY(0);
    box-shadow: 0 0 0 0 rgba(245,196,0,0);
  }
}

.hint{
  margin-top: 10px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.35;
  text-align:center;
}
.small{ font-size: 12px; opacity:.85; }

/* Rodapé */
.ldf-foot{
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 10px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.brand-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.08);
  text-decoration:none;
}
.brand-link img{
  height: 30px;
  width: auto;
  display:block;
}
.cta-link{
  font-size: 12.5px;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255,255,255,.25);
  padding-bottom: 2px;
}
.cta-link:hover{
  color: rgba(255,255,255,.92);
  border-bottom-color: rgba(255,255,255,.45);
}

/* MODAL */
.modal{
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0,0,0,.72);
  z-index: 999999;
}
.modal.open{ display:flex; }

.modal-card{
  width: 100%;
  max-width: 520px;
  background: rgba(21,24,35,.96);
  border: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0,0,0,.55);
}
.modal-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 10px;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
}
.modal-head strong{
  font-size: 14px;
  color: var(--txt);
}
.icon-btn{
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
  color: var(--txt);
  border-radius: 10px;
  padding: 8px 10px;
  cursor:pointer;
  font-weight:700;
}

.preview-box{
  width: 100%;
  aspect-ratio: 9 / 16;
  background:#0b0d12;
  border-bottom: 1px solid var(--line);
}
.preview-box img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.modal-body{
  padding: 12px 14px 14px;
}
.modal-actions{
  display:flex;
  gap:10px;
  margin-top: 10px;
}
.modal-actions a.btn{
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.modal-note{
  margin-top: 10px;
  font-size: 12.5px;
  color: rgba(255,255,255,.65);
  line-height: 1.35;
}

/* Modal de filtros */
.frame-modal-body{
  padding: 12px 0 0;
}

.frame-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 12px 14px 0;
}

.frame-item{
  appearance:none;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.05);
  border-radius: 14px;
  padding: 10px;
  cursor: pointer;
  text-align:left;
  color: var(--txt);
  position: relative;
  transition: transform .06s ease, border-color .15s ease, background .15s ease;
}
.frame-item:active{ transform: scale(.98); }
.frame-item:hover{
  border-color: rgba(245,196,0,.35);
  background: rgba(245,196,0,.06);
}

.frame-thumb{
  width:100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 10px;
  display:block;
  border: 1px solid rgba(255,255,255,.10);
  background:#0b0d12;
}

.frame-label{
  margin-top: 8px;
  font-weight: 700;
  font-size: 13px;
  color: rgba(255,255,255,.90);
}

.frame-active{
  position:absolute;
  top: 10px;
  right: 10px;
  font-size: 11px;
  font-weight: 800;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(245,196,0,.92);
  color: #0A0A0A;
  display:none;
}

.frame-item.is-active{
  border-color: rgba(245,196,0,.55);
}
.frame-item.is-active .frame-active{
  display:block;
}

.frame-empty{
  grid-column: 1 / -1;
  padding: 14px;
  border: 1px dashed rgba(255,255,255,.16);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
}
.frame-empty strong{
  display:block;
  margin-bottom: 6px;
  color: var(--yellow);
}

/* =========================
   NOVO: Botão flutuante (canto superior direito do viewer)
========================= */
.mirror-btn{
  position:absolute;
  top: 12px;
  right: 12px;
  z-index: 6; /* acima do vídeo e da moldura */
  width: 42px;
  height: 42px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(15,17,21,.55);
  color: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  font-weight: 900;
  font-size: 18px;
  transition: transform .06s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
  user-select:none;
}
.mirror-btn:active{ transform: scale(.98); }
.mirror-btn:hover{
  border-color: rgba(245,196,0,.35);
  background: rgba(245,196,0,.10);
}

.mirror-btn.is-on{
  border-color: rgba(245,196,0,.55);
  background: rgba(245,196,0,.18);
  box-shadow: 0 0 0 6px rgba(245,196,0,.12);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b2a5cc8 *//* Botão Loja da Foto - Dark Premium */

.cssbuttons-io-button {
  background: #C9A24D; /* dourado principal */
  color: #0E0E0E; /* preto elegante */
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em rgba(0,0,0,0.35);
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cssbuttons-io-button:hover {
  background: #E6C36A; /* dourado mais claro no hover */
}

.cssbuttons-io-button .icon {
  background: #0E0E0E; /* fundo escuro */
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em rgba(0,0,0,0.6);
  right: 0.3em;
  transition: all 0.3s ease;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #C9A24D; /* dourado no ícone */
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b7a97ab *//* Botão Loja da Foto - Dark Premium */

.cssbuttons-io-button {
  background: #C9A24D; /* dourado principal */
  color: #0E0E0E; /* preto elegante */
  font-family: inherit;
  padding: 0.35em;
  padding-left: 1.2em;
  font-size: 17px;
  font-weight: 600;
  border-radius: 0.9em;
  border: none;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  box-shadow: inset 0 0 1.6em -0.6em rgba(0,0,0,0.35);
  overflow: hidden;
  position: relative;
  height: 2.8em;
  padding-right: 3.3em;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cssbuttons-io-button:hover {
  background: #E6C36A; /* dourado mais claro no hover */
}

.cssbuttons-io-button .icon {
  background: #0E0E0E; /* fundo escuro */
  margin-left: 1em;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  width: 2.2em;
  border-radius: 0.7em;
  box-shadow: 0.1em 0.1em 0.6em 0.2em rgba(0,0,0,0.6);
  right: 0.3em;
  transition: all 0.3s ease;
}

.cssbuttons-io-button:hover .icon {
  width: calc(100% - 0.6em);
}

.cssbuttons-io-button .icon svg {
  width: 1.1em;
  transition: transform 0.3s;
  color: #C9A24D; /* dourado no ícone */
}

.cssbuttons-io-button:hover .icon svg {
  transform: translateX(0.1em);
}

.cssbuttons-io-button:active .icon {
  transform: scale(0.95);
}/* End custom CSS */