:root {
  --ink: #12131a;
  --cream: #f6f4ed;
  --orange: #ff5c35;
  --purple: #6f5cff;
  --lime: #d8ff65;
  --muted: #686a72;
  --line: rgba(18,19,26,.13);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial,Helvetica,sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.shell {
  width: min(1180px,calc(100% - 48px));
  margin-inline: auto;
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.7px;
}
.brand>span:last-child>span {
  color: var(--orange);
}
.brand-mark {
  width: 35px;
  height: 35px;
  border-radius: 11px;
  background: var(--ink);
  color: var(--lime);
  display: grid;
  place-items: center;
  transform: rotate(-5deg);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  font-weight: 700;
}
.nav-links>a:hover {
  color: var(--orange);
}
.nav-links .login {
  margin-left: 24px;
}
#nav-logout-btn {
  background: none;
  border: none;
  padding: 0;
  margin-left: 24px;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-weight: 700;
}
.nav-links #nav-logout-btn:hover {
  color: var(--orange);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: var(--orange);
  color: #fff;
  border-radius: 999px;
  padding: 17px 24px;
  font-weight: 800;
  box-shadow: 0 9px 24px #ff5c353b;
  transition: .2s;
}
.button:hover {
  transform: translateY(-2px);
}
.button-small {
  padding: 13px 18px;
  font-size: 13px;
}
.menu-button {
  display: none;
  border: 0;
  background: transparent;
  font-size: 26px;
}
.hero {
  min-height: 690px;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  align-items: center;
  gap: 60px;
  padding: 36px 0 88px;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 800;
  background: #ffffff8c;
}
.pill span:first-child {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px #ff5c351f;
}
h1,h2,h3,p {
  margin-top: 0;
}
.hero h1 {
  font-size: clamp(52px,6.2vw,84px);
  line-height: .94;
  letter-spacing: -5px;
  margin: 27px 0 25px;
}
.hero h1 em,.studio-copy h2 em,.results h2 em,.final-cta h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--orange);
}
.lead {
  font-size: 19px;
  line-height: 1.65;
  color: var(--muted);
  max-width: 600px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 27px;
  margin: 34px 0;
}
.text-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  font-size: 14px;
}
.play {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 10px;
}
.trust {
  display: flex;
  align-items: center;
  gap: 16px;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  max-width: 520px;
}
.trust p {
  font-size: 12px;
  line-height: 1.55;
  color: var(--muted);
  margin: 0;
}
.trust b {
  color: var(--ink);
}
.avatars {
  display: flex;
}
.avatars i {
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #3c8b7d;
  color: white;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  border: 2px solid var(--cream);
  margin-left: -8px;
}
.avatars i:first-child {
  margin: 0;
}
.avatars i:nth-child(2) {
  background: #b4684c;
}
.avatars i:nth-child(3) {
  background: #6f5cff;
}
.avatars i:last-child {
  background: var(--ink);
}
.hero-visual {
  height: 570px;
  position: relative;
  display: grid;
  place-items: center;
}
.orbit {
  position: absolute;
  border: 1px solid #6f5cff26;
  border-radius: 50%;
}
.orbit-one {
  width: 500px;
  height: 500px;
}
.orbit-two {
  width: 620px;
  height: 620px;
}
.video-card {
  width: 315px;
  height: 545px;
  border-radius: 32px;
  background: linear-gradient(155deg,#151420,#3b1d40 57%,#874a42);
  position: relative;
  overflow: hidden;
  color: white;
  box-shadow: 0 35px 80px #1b14204d;
  transform: rotate(2deg);
  border: 7px solid #171721;
}
.video-top {
  position: absolute;
  z-index: 3;
  top: 18px;
  left: 17px;
  right: 17px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 8px;
  letter-spacing: .17em;
  font-weight: 800;
}
.video-top span {
  padding: 7px 9px;
  border-radius: 99px;
  background: #00000047;
}
.video-top button {
  border: 0;
  background: #ffffff1f;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.product-stage {
  height: 100%;
  position: relative;
  display: grid;
  place-items: center;
}
.halo {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle,#ff9965 0%,#ee4d5361 35%,transparent 70%);
}
/* Adição fora do design original: carrossel de vídeos reais no card do hero (o
   mockup tinha um frasco decorativo em CSS aqui) — reaproveita os mesmos vídeos
   de exemplo que a home antiga já usava. */
.hero-demo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity .7s ease;
  z-index: 1;
}
.hero-demo.is-active {
  opacity: 1;
  z-index: 2;
}
.bottle {
  position: relative;
  z-index: 2;
  width: 137px;
  height: 260px;
  border-radius: 24px 24px 15px 15px;
  background: linear-gradient(90deg,#5e150e,#cf5c35 35%,#ff9b61 51%,#bd3b22 70%,#4c130e);
  border: 1px solid #ffdbb899;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffe8c8;
  font-family: Georgia,serif;
  letter-spacing: .22em;
  font-size: 20px;
  box-shadow: inset 0 0 35px #ffc37947,0 20px 35px #00000059;
}
.bottle:before {
  content: "";
  position: absolute;
  top: -46px;
  width: 78px;
  height: 50px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(90deg,#8e5a35,#f4c77b,#7b472b);
}
.bottle small {
  font: 6px Arial;
  letter-spacing: .18em;
  margin-top: 10px;
}
.shadow {
  position: absolute;
  width: 210px;
  height: 35px;
  border-radius: 50%;
  background: #0008;
  filter: blur(14px);
  bottom: 103px;
}
.caption {
  position: absolute;
  left: 24px;
  bottom: 43px;
  z-index: 4;
}
.caption small {
  font-size: 7px;
  letter-spacing: .23em;
  color: #ffd9ba;
}
.caption strong {
  display: block;
  font: 24px/1.05 Georgia;
  margin-top: 7px;
}
.progress {
  position: absolute;
  bottom: 18px;
  left: 22px;
  right: 22px;
  height: 2px;
  background: #ffffff40;
}
.progress span {
  display: block;
  width: 62%;
  height: 100%;
  background: #fff;
}
.float-card {
  position: absolute;
  z-index: 4;
  background: #fffffff0;
  border: 1px solid white;
  box-shadow: 0 16px 35px #1b142029;
  border-radius: 14px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.float-card>span {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  display: grid;
  place-items: center;
}
.float-card small {
  display: block;
  font-size: 7px;
  color: var(--muted);
  letter-spacing: .12em;
  margin-bottom: 4px;
}
.float-card b {
  font-size: 11px;
}
.script-card {
  left: 2px;
  top: 96px;
  transform: rotate(-3deg);
}
.script-card>span {
  background: #ece8ff;
  color: var(--purple);
}
.ready-card {
  right: -8px;
  bottom: 88px;
  transform: rotate(3deg);
}
.ready-card>span {
  background: #e8f8db;
  color: #438b38;
}
.ticker {
  background: var(--ink);
  color: white;
  overflow: hidden;
  padding: 17px 0;
  white-space: nowrap;
  font-size: 11px;
  letter-spacing: .14em;
  font-weight: 800;
}
.ticker div {
  text-align: center;
}
.ticker b {
  color: var(--lime);
  margin: 0 26px;
}
.section {
  padding: 120px 0;
}
.section-heading {
  display: grid;
  grid-template-columns: 1fr .7fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 65px;
}
.eyebrow {
  color: var(--orange);
  font-size: 11px;
  letter-spacing: .2em;
  font-weight: 900;
  margin-bottom: 20px;
}
.section h2,.studio-copy h2,.results h2,.final-cta h2 {
  font-size: clamp(40px,4.8vw,64px);
  line-height: 1;
  letter-spacing: -3px;
  margin: 0;
}
.section-heading>p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  border-top: 1px solid var(--line);
}
.steps article {
  padding: 28px 38px 0 0;
  border-right: 1px solid var(--line);
  min-height: 285px;
}
.steps article+article {
  padding-left: 38px;
}
.steps article:last-child {
  border: 0;
}
.step-number {
  font: 12px monospace;
  color: var(--muted);
}
.step-icon {
  width: 62px;
  height: 62px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  margin: 35px 0 25px;
  transform: rotate(-5deg);
}
.step-01 {
  background: #eae5ff;
  color: var(--purple);
}
.step-02 {
  background: #ffe4d7;
  color: var(--orange);
}
.step-03 {
  background: #e9f7ba;
  color: #587200;
}
.steps h3 {
  font-size: 21px;
  margin-bottom: 12px;
}
.steps p {
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}
.studio-section {
  background: #171720;
  color: white;
  padding: 120px 0;
  overflow: hidden;
}
.studio-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: center;
  gap: 70px;
}
.studio-copy h2 {
  margin-bottom: 24px;
}
.studio-copy p:not(.eyebrow) {
  color: #a9a9b2;
  line-height: 1.7;
}
.studio-copy ul {
  list-style: none;
  padding: 0;
  margin: 28px 0;
}
.studio-copy li {
  margin: 15px 0;
  font-size: 14px;
}
.studio-copy li span {
  color: var(--lime);
  margin-right: 10px;
}
.studio-window {
  background: #f8f7f3;
  color: var(--ink);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 35px 80px #00000059;
}
.window-bar {
  height: 54px;
  background: white;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  font-size: 11px;
}
.mini-brand {
  font-weight: 900;
  display: flex;
  gap: 7px;
  align-items: center;
}
.mini-brand svg {
  color: var(--orange);
}
.window-bar>span {
  color: #4b7e1b;
  background: #eff9dc;
  padding: 7px 10px;
  border-radius: 99px;
}
.studio-body {
  display: grid;
  grid-template-columns: 1fr .68fr;
  gap: 20px;
  padding: 22px;
}
.studio-form label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  margin: 14px 0 7px;
}
.fake-input {
  background: white;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 12px;
  font-size: 11px;
  line-height: 1.4;
}
.chips {
  display: flex;
  gap: 6px;
}
.chips button {
  border: 1px solid #ddd;
  background: white;
  border-radius: 99px;
  font-size: 8px;
  padding: 8px;
  cursor: pointer;
}
.chips button.active {
  background: var(--ink);
  color: white;
}
.upload {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 9px;
}
.upload-product {
  width: 34px;
  height: 38px;
  border-radius: 7px;
  background: linear-gradient(#bc5f37,#43150d);
  color: #f5d5aa;
  display: grid;
  place-items: center;
  font: 15px Georgia;
}
.upload p {
  font-size: 9px;
  margin: 0;
  flex: 1;
  line-height: 1.4;
}
.upload small {
  color: var(--muted);
}
.upload>span {
  color: #438b38;
}
.generate {
  width: 100%;
  border: 0;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  padding: 12px;
  margin-top: 16px;
  font-size: 10px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.phone-preview {
  min-height: 380px;
  background: linear-gradient(155deg,#272133,#8a4230);
  border-radius: 18px;
  position: relative;
  color: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.phone-preview>span {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 6px;
  letter-spacing: .2em;
  background: #0004;
  padding: 6px;
  border-radius: 99px;
}
.phone-bottle {
  width: 60px;
  height: 130px;
  border-radius: 8px;
  background: linear-gradient(90deg,#601b12,#ee895a,#5b180f);
  display: grid;
  place-items: center;
  font: 11px Georgia;
  letter-spacing: .14em;
  box-shadow: 0 12px 25px #0008;
  margin-bottom: 20px;
}
.phone-preview strong {
  font: 18px/1.05 Georgia;
}
.phone-preview i {
  position: absolute;
  bottom: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #222;
  display: grid;
  place-items: center;
  font-size: 8px;
}
.generator-heading {
  text-align: center;
  max-width: 820px;
  margin-bottom: 50px;
}
.generator-heading h2 {
  font-size: clamp(42px,5vw,66px);
  line-height: 1;
  letter-spacing: -3px;
  margin-bottom: 22px;
}
.generator-heading h2 em {
  font-family: Georgia,serif;
  font-weight: 400;
  color: var(--lime);
}
.generator-heading>p:last-child {
  color: #aaaab4;
  line-height: 1.7;
  max-width: 680px;
  margin: 0 auto;
}
.generator-window {
  position: relative;
  background: #f8f7f3;
  color: var(--ink);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 38px 90px #0008;
  border: 1px solid #ffffff1a;
}
.generator-window .window-bar {
  height: 64px;
  padding: 0 28px;
}
.generator-body {
  display: grid;
  grid-template-columns: 1.45fr .55fr;
  gap: 28px;
  padding: 28px;
}
.generator-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  min-width: 0;
}
.field.full,.full {
  grid-column: 1/-1;
}
.field label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 8px;
}
.field textarea,.field select {
  width: 100%;
  border: 1px solid #d9d7d1;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 12px;
  outline: none;
}
.field textarea {
  height: 92px;
  resize: vertical;
  line-height: 1.55;
}
.field textarea:focus,.field select:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px #6f5cff18;
}
.field>small {
  display: block;
  color: #85858c;
  font-size: 9px;
  margin-top: 6px;
}
.real-upload {
  min-height: 76px;
  border: 1.5px dashed #c8c5bc;
  background: #fff;
  border-radius: 13px;
  padding: 13px;
  display: flex!important;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  margin: 0!important;
}
.real-upload>span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #efeaff;
  color: var(--purple);
  display: grid;
  place-items: center;
  font-size: 20px;
}
.real-upload>div {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.real-upload b {
  font-size: 11px;
}
.real-upload small {
  font-size: 9px;
  color: #888;
}
.real-upload em {
  font-size: 9px;
  color: var(--purple);
  font-style: normal;
  font-weight: 900;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.chips.large {
  gap: 8px;
}
.chips.large button {
  font-size: 10px;
  padding: 10px 14px;
}
.check {
  font-size: 10px;
  color: #4f5057;
  display: flex;
  gap: 8px;
  align-items: center;
}
.check input {
  accent-color: var(--purple);
}
.generator-fields .generate {
  margin: 2px 0 0;
  padding: 15px;
  border-radius: 12px;
  font-size: 12px;
  cursor: pointer;
}
.generator-note {
  text-align: center;
  font-size: 9px;
  color: #888;
  margin: -5px 0 0;
}
.generator-preview {
  background: #ebe8e1;
  border-radius: 18px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.preview-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.preview-label span {
  font-size: 7px;
  letter-spacing: .16em;
  color: #777;
  font-weight: 900;
}
.preview-label b {
  font-size: 9px;
  background: white;
  padding: 6px 8px;
  border-radius: 99px;
}
.generator-preview .phone-preview {
  min-height: 430px;
  flex: 1;
}
.preview-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-top: 12px;
}
.preview-features span {
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  font-size: 8px;
  color: #4f5057;
}
.auth-gate {
  position: absolute;
  inset: 0;
  background: #11121aeb;
  backdrop-filter: blur(12px);
  z-index: 8;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.auth-gate h3 {
  font-size: 32px;
  letter-spacing: -1.3px;
  margin: 0 0 14px;
}
.auth-gate>p:not(.eyebrow) {
  max-width: 470px;
  color: #bdbdc5;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 24px;
}
.gate-icon {
  width: 56px;
  height: 56px;
  border-radius: 17px;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  transform: rotate(-5deg);
}
.gate-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #ffffff2b;
  background: #ffffff0f;
  color: white;
  font-size: 22px;
  cursor: pointer;
}
.gate-login {
  background: none;
  border: 0;
  color: white;
  text-decoration: underline;
  margin-top: 17px;
  font-size: 11px;
  cursor: pointer;
}
.image-studio {
  background: #ece9e1;
  color: var(--ink);
  padding: 120px 0;
}
.image-heading h2 em {
  color: var(--purple);
}
.image-heading>p:last-child {
  color: var(--muted);
}
.image-generator {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 28px;
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 28px;
  box-shadow: 0 28px 65px #12131a14;
}
.image-controls {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.mode-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f1efe9;
  border-radius: 13px;
  padding: 5px;
  gap: 5px;
}
.mode-tabs button {
  border: 0;
  background: transparent;
  border-radius: 9px;
  padding: 12px;
  font-size: 11px;
  font-weight: 800;
  color: #686a72;
  cursor: pointer;
}
.mode-tabs button.active {
  background: var(--ink);
  color: white;
  box-shadow: 0 7px 18px #12131a1f;
}
.image-controls .field textarea {
  height: 112px;
}
.reference-grid,.image-options {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.reference-upload {
  height: 128px;
  border: 1.5px dashed #cbc7bd!important;
  border-radius: 14px;
  display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0!important;
  background: #faf9f6;
  cursor: pointer;
  text-align: center;
}
.reference-upload:hover {
  border-color: var(--purple)!important;
  background: #f7f5ff;
}
.reference-upload>span {
  font-size: 24px;
}
.reference-upload>b {
  font-size: 11px;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reference-upload>small {
  font-size: 9px;
  color: #888;
}
.image-generate {
  margin: 0;
  padding: 15px;
  font-size: 12px;
  cursor: pointer;
}
.image-result {
  background: #171720;
  border-radius: 18px;
  padding: 15px;
  color: white;
  display: flex;
  flex-direction: column;
}
.result-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.result-top span {
  font-size: 7px;
  letter-spacing: .18em;
  color: #aaa;
}
.result-top b {
  font-size: 8px;
  background: #ffffff18;
  padding: 6px 8px;
  border-radius: 99px;
}
.result-canvas {
  min-height: 440px;
  flex: 1;
  border-radius: 13px;
  background: linear-gradient(150deg,#252037,#8b4b45);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.result-glow {
  position: absolute;
  inset: 12% -20% auto;
  width: 130%;
  height: 70%;
  border-radius: 50%;
  background: radial-gradient(circle,#e9a96970,transparent 65%);
}
.result-person {
  position: absolute;
  z-index: 2;
  top: 62px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 245px;
  border-radius: 75px 75px 28px 28px;
  background: linear-gradient(100deg,#261d2e,#9b6859,#2d2135);
  display: grid;
  place-items: center;
  color: #e9c0ad;
  font: 58px Georgia;
}
.result-product {
  position: absolute;
  z-index: 3;
  top: 210px;
  left: 50%;
  transform: translateX(-50%) rotate(-7deg);
  width: 58px;
  height: 112px;
  border-radius: 9px;
  background: linear-gradient(90deg,#52150e,#ef8b58,#55150f);
  display: grid;
  place-items: center;
  font: 8px Georgia;
  letter-spacing: .12em;
  color: #ffe4c5;
  box-shadow: 0 12px 22px #0008;
}
.result-canvas p {
  position: relative;
  z-index: 4;
  text-align: center;
  font: 22px/1.05 Georgia;
  margin-bottom: 28px;
}
.result-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.result-actions button,.result-actions a {
  border: 1px solid #ffffff25;
  background: #ffffff0f;
  color: white;
  border-radius: 9px;
  padding: 10px;
  font-size: 9px;
  text-align: center;
  cursor: pointer;
}
.result-actions a {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
  font-weight: 900;
}
.creation-hub {
  background: #171720;
  color: white;
  padding: 120px 0;
}
.hub-heading {
  margin-bottom: 34px;
}
.hub-heading h2 em {
  color: var(--lime);
}
.tool-switcher {
  max-width: 720px!important;
  background: #252630;
  border: 1px solid #ffffff12;
  border-radius: 18px;
  padding: 7px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
  margin-bottom: 24px;
}
.tool-switcher button {
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #a9a9b2;
  padding: 15px 18px;
  display: flex;
  align-items: center;
  gap: 13px;
  text-align: left;
  cursor: pointer;
}
.tool-switcher button>span {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #ffffff0d;
  display: grid;
  place-items: center;
  font-size: 15px;
}
.tool-switcher button div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.tool-switcher button b {
  font-size: 13px;
  color: white;
}
.tool-switcher button small {
  font-size: 9px;
}
.tool-switcher button.active {
  background: white;
  color: #686a72;
  box-shadow: 0 12px 25px #0004;
}
.tool-switcher button.active b {
  color: var(--ink);
}
.tool-switcher button.active>span {
  background: #ece8ff;
  color: var(--purple);
}
.unified-tool-panel {
  background: #f8f7f3;
  color: var(--ink);
  border-radius: 26px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 38px 90px #0008;
}
.unified-tool-panel .image-generator {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.unified-tool-panel .generator-window {
  border: 0;
  box-shadow: none;
  border-radius: 0;
}
.result-actions .use-video {
  background: var(--lime);
  color: var(--ink);
  border-color: var(--lime);
  font-weight: 900;
}
.center-heading {
  text-align: center;
  max-width: 740px;
  margin: 0 auto 58px;
}
.center-heading h2 {
  margin-bottom: 18px;
}
.center-heading>p:last-child {
  color: var(--muted);
}
.feature-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.feature {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px;
  min-height: 290px;
}
.feature-wide {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.feature-kicker {
  font-size: 9px;
  color: var(--muted);
  letter-spacing: .18em;
  font-weight: 800;
}
.feature h3 {
  font-size: 25px;
  letter-spacing: -.8px;
  margin: 25px 0 12px;
}
.feature p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.script-lines {
  background: #f4f2eb;
  border-radius: 18px;
  padding: 28px;
}
.script-lines i {
  display: block;
  height: 7px;
  background: #dcd8ce;
  border-radius: 9px;
  margin-bottom: 14px;
}
.script-lines i:nth-child(2) {
  width: 80%;
}
.script-lines i:nth-child(3) {
  width: 62%;
}
.script-lines b {
  font-size: 10px;
  display: inline-block;
  background: var(--lime);
  padding: 8px 10px;
  border-radius: 8px;
}
.wave {
  font-size: 37px;
  letter-spacing: 5px;
  color: var(--purple);
  margin-top: 45px;
}
.format-icon {
  font: 700 38px Georgia;
  color: var(--orange);
  margin-top: 44px;
}
.results {
  padding: 110px 0;
  background: var(--purple);
  color: white;
}
.results-grid {
  display: grid;
  grid-template-columns: 1fr .82fr;
  gap: 100px;
  align-items: center;
}
.results .eyebrow {
  color: var(--lime);
}
.results h2 em {
  color: var(--lime);
}
.quote-carousel {
  position: relative;
}
.quote {
  background: white;
  color: var(--ink);
  padding: 38px;
  border-radius: 25px;
  transform: rotate(1deg);
  animation: quote-fade-in .5s ease;
}
.quote[hidden] {
  display: none;
}
@keyframes quote-fade-in {
  from { opacity: 0; transform: rotate(1deg) translateY(10px); }
  to { opacity: 1; transform: rotate(1deg) translateY(0); }
}
.quote-dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 26px;
}
.quote-dot {
  width: 9px;
  height: 9px;
  border-radius: 99px;
  border: none;
  background: #ffffff4d;
  padding: 0;
  cursor: pointer;
  transition: background .2s ease, width .2s ease;
}
.quote-dot:hover {
  background: #ffffff80;
}
.quote-dot.is-active {
  background: var(--lime);
  width: 24px;
}
.quote-stars {
  color: var(--orange);
  letter-spacing: 4px;
}
.quote blockquote {
  font: 22px/1.45 Georgia;
  margin: 22px 0;
}
.person {
  display: flex;
  align-items: center;
  gap: 13px;
}
.person>span {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: #edcab8;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 11px;
}
.person p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}
.plans {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 18px;
  align-items: center;
}
.plans article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 34px;
  position: relative;
}
.plans article.featured {
  background: var(--ink);
  color: white;
  padding-top: 45px;
  transform: scale(1.035);
  box-shadow: 0 25px 50px #12131a2e;
}
.popular {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-50%);
  background: var(--lime);
  color: var(--ink);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .16em;
  padding: 8px 13px;
  border-radius: 99px;
}
.plan-name {
  font-size: 11px;
  color: var(--orange);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.plans h3 {
  font-size: 24px;
  margin: 18px 0;
}
.price {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin-bottom: 6px;
}
.price sup {
  font-size: 11px;
  margin-top: 8px;
}
.price b {
  font-size: 50px;
  letter-spacing: -3px;
}
.plans article>p:not(.plan-name) {
  color: var(--muted);
  font-size: 12px;
}
.plans ul {
  list-style: none;
  margin: 28px 0;
  padding: 23px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.plans li {
  font-size: 12px;
  margin: 13px 0;
}
.plan-button {
  display: flex;
  justify-content: center;
  border: 1px solid var(--line);
  border-radius: 99px;
  padding: 15px;
  font-size: 12px;
  font-weight: 800;
}
.plans .button {
  width: 100%;
  padding: 15px;
  font-size: 12px;
}
.final-cta {
  background: var(--orange);
  color: white;
  text-align: center;
  padding: 100px 0;
}
.final-cta svg {
  color: var(--lime);
  margin-bottom: 20px;
}
.final-cta h2 {
  margin-bottom: 18px;
}
.final-cta h2 em {
  color: var(--lime);
}
.final-cta p {
  color: #ffd8cc;
  margin-bottom: 30px;
}
.button-light {
  background: white;
  color: var(--ink);
  box-shadow: none;
}
.footer {
  padding: 55px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
  align-items: center;
}
.footer>p {
  font-size: 13px;
  color: var(--muted);
  text-align: right;
  margin: 0;
}
.footer>div {
  display: flex;
  gap: 25px;
  font-size: 12px;
}
.footer small {
  text-align: right;
  color: var(--muted);
}
@media (max-width:900px) {
  .nav {
    height: 74px;
  }
  .menu-button {
    display: block;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    right: 0;
    background: white;
    padding: 22px;
    border-radius: 18px;
    box-shadow: 0 15px 35px #0002;
    flex-direction: column;
    align-items: stretch;
  }
  .nav-links.open {
    display: flex;
  }
  .nav-links .login {
    margin: 0;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 55px;
  }
  .hero-copy {
    text-align: center;
  }
  .hero h1 {
    letter-spacing: -3px;
  }
  .lead,.trust {
    margin-inline: auto;
  }
  .hero-actions,.trust {
    justify-content: center;
  }
  .hero-visual {
    height: 590px;
  }
  .section-heading,.studio-grid,.results-grid {
    grid-template-columns: 1fr;
  }
  .studio-copy {
    text-align: center;
  }
  .studio-copy ul {
    display: inline-block;
    text-align: left;
  }
  .plans {
    grid-template-columns: 1fr;
  }
  .plans article.featured {
    transform: none;
  }
  .footer {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .footer>* {
    justify-self: center;
  }
  .footer>p,.footer small {
    text-align: center;
  }
}
@media (max-width:620px) {
  .shell {
    width: min(100% - 28px,1180px);
  }
  .hero {
    padding-bottom: 55px;
  }
  .hero h1 {
    font-size: 51px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .trust {
    align-items: flex-start;
    text-align: left;
  }
  .hero-visual {
    height: 520px;
    transform: scale(.86);
    margin-inline: -35px;
  }
  .ticker div {
    text-align: left;
  }
  .section {
    padding: 82px 0;
  }
  .section-heading {
    margin-bottom: 35px;
  }
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article,.steps article+article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    padding: 30px 0;
    min-height: auto;
  }
  .step-icon {
    margin: 20px 0;
  }
  .studio-section {
    padding: 80px 0;
  }
  .studio-body {
    grid-template-columns: 1fr;
  }
  .phone-preview {
    min-height: 310px;
  }
  .feature-grid {
    grid-template-columns: 1fr;
  }
  .feature-wide {
    grid-column: auto;
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .results {
    padding: 80px 0;
  }
  .results-grid {
    gap: 50px;
  }
  .footer>div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .section h2,.studio-copy h2,.results h2,.final-cta h2 {
    letter-spacing: -2px;
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
}
@media (max-width:900px) {
  .generator-body {
    grid-template-columns: 1fr;
  }
  .generator-preview {
    display: grid;
    grid-template-columns: .65fr 1fr;
    gap: 16px;
  }
  .generator-preview .phone-preview {
    min-height: 340px;
    grid-row: 1/3;
  }
  .preview-features {
    align-content: center;
  }
  .generator-heading h2 {
    letter-spacing: -2px;
  }
}
@media (max-width:620px) {
  .generator-window {
    width: calc(100% - 20px);
    border-radius: 18px;
  }
  .generator-window .window-bar {
    padding: 0 15px;
  }
  .window-bar>span {
    font-size: 8px;
  }
  .generator-body {
    padding: 15px;
  }
  .generator-fields {
    grid-template-columns: 1fr;
  }
  .field.full,.full {
    grid-column: auto;
  }
  .generator-preview {
    display: flex;
  }
  .generator-preview .phone-preview {
    min-height: 330px;
  }
  .auth-gate h3 {
    font-size: 26px;
  }
  .real-upload em {
    display: none;
  }
  .generator-heading h2 {
    font-size: 42px;
  }
}
@media (max-width:900px) {
  .image-generator {
    grid-template-columns: 1fr;
  }
  .image-result {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
  }
  .result-canvas {
    min-height: 500px;
  }
}
@media (max-width:620px) {
  .image-studio {
    padding: 80px 0;
  }
  .image-generator {
    padding: 15px;
    border-radius: 18px;
  }
  .mode-tabs,.reference-grid,.image-options {
    grid-template-columns: 1fr;
  }
  .result-canvas {
    min-height: 390px;
  }
  .image-heading h2 {
    font-size: 42px;
  }
}
@media (max-width:620px) {
  .creation-hub {
    padding: 80px 0;
  }
  .tool-switcher {
    grid-template-columns: 1fr;
    padding: 6px;
  }
  .tool-switcher button {
    padding: 12px;
  }
  .unified-tool-panel {
    width: calc(100% - 20px);
    border-radius: 18px;
  }
  .unified-tool-panel .image-generator {
    padding: 15px;
  }
  .hub-heading {
    margin-bottom: 28px;
  }
}

/* ---------- Adições fora do design original: seletor de idioma (i18n já existente
   no site) e mensagem de erro dentro do gate de login — o mockup não previa nenhum
   dos dois, então seguem a mesma linguagem visual (cores/tipografia) do resto do nav
   e do gate. ---------- */
.lang-select-wrap {
  display: flex;
  align-items: center;
}
.lang-select {
  border: 1px solid var(--line);
  background: #ffffff8c;
  color: var(--ink);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.gate-error {
  color: #ff8a6b;
  font-size: 12px;
  margin-top: 14px;
}
.result-canvas img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ---------- Página de login/cadastro — não fazia parte do design novo recebido
   (só a home tinha mockup); estende a mesma linguagem visual (cores, cartões,
   tipografia) usada no resto do site pra manter consistência. ---------- */
.auth-section {
  min-height: calc(100vh - 88px - 140px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 80px;
}
.auth-card {
  width: min(440px, 100%);
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 40px;
  box-shadow: 0 28px 65px #12131a14;
}
.auth-card .eyebrow {
  text-align: center;
  margin-bottom: 10px;
}
.auth-card h2 {
  text-align: center;
  font-size: 28px;
  letter-spacing: -1px;
  margin-bottom: 26px;
}
.google-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px;
  font-size: 13px;
  font-weight: 800;
  background: white;
  cursor: pointer;
}
.google-btn:hover {
  background: #faf9f6;
}
.auth-divider {
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin: 20px 0;
  position: relative;
}
.auth-divider:before,
.auth-divider:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 38%;
  height: 1px;
  background: var(--line);
}
.auth-divider:before { left: 0; }
.auth-divider:after { right: 0; }
.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #f1efe9;
  border-radius: 13px;
  padding: 5px;
  gap: 5px;
  margin-bottom: 22px;
}
.auth-tab {
  border: 0;
  background: transparent;
  border-radius: 9px;
  padding: 12px;
  font-size: 12px;
  font-weight: 800;
  color: #686a72;
  cursor: pointer;
}
.auth-tab.is-active {
  background: var(--ink);
  color: white;
  box-shadow: 0 7px 18px #12131a1f;
}
.auth-form .field {
  margin-bottom: 16px;
}
.auth-form .field input {
  width: 100%;
  border: 1px solid #d9d7d1;
  background: #fff;
  color: var(--ink);
  border-radius: 12px;
  padding: 13px 14px;
  font-size: 13px;
  outline: none;
}
.auth-form .field input:focus {
  border-color: var(--purple);
  box-shadow: 0 0 0 3px #6f5cff18;
}
.auth-form .check {
  margin-bottom: 18px;
}
.auth-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.auth-submit:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.auth-hint {
  text-align: center;
  font-size: 12px;
  color: var(--orange);
  margin-top: 14px;
  min-height: 14px;
}
.termos-checkbox-hint {
  font-size: 11px;
  color: var(--muted);
  margin: -10px 0 16px;
}
.termos-checkbox-hint[hidden] {
  display: none;
}
.turnstile-block {
  margin-bottom: 18px;
  display: flex;
  justify-content: center;
}

/* ---------- Termos de Uso (termos.html) — documento longo, cartão largo no
   mesmo visual (branco, borda fina, sombra) do resto do site novo. O scroll até
   o fim (termos-scroll.js) e o gate do checkbox (termos-gate.js) não dependem
   de nenhuma classe daqui, só do #termos-status — visual livre. ---------- */
.termos-section {
  padding: 56px 0 90px;
}
.termos-card {
  width: min(760px, 100%);
  margin-inline: auto;
  background: white;
  border: 1px solid var(--line);
  border-radius: 26px;
  padding: 48px;
  box-shadow: 0 28px 65px #12131a14;
}
.termos-card > .eyebrow {
  margin-bottom: 10px;
}
.termos-card > h2 {
  font-size: clamp(24px, 3vw, 32px);
  letter-spacing: -1px;
  margin: 0 0 32px;
}
.termos-content h3 {
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.2px;
  margin: 30px 0 10px;
}
.termos-content h3:first-of-type { margin-top: 0; }
.termos-content p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.7;
  color: var(--ink);
}
.termos-content ul {
  margin: 0 0 14px;
  padding-left: 22px;
}
.termos-content li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}
.termos-content hr {
  border: none;
  border-top: 1px solid var(--line);
  margin: 28px 0;
}
.termos-aviso {
  color: var(--muted);
  font-size: 12px;
  background: #fff7ec;
  border: 1px solid #ff5c3533;
  border-radius: 12px;
  padding: 14px 16px;
}
.termos-fim-marcador {
  text-align: center;
  color: var(--muted);
  font-size: 12px;
  margin: 32px 0 0;
}
.termos-status {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  margin: 24px 0 0;
}
.termos-status--ok {
  color: var(--ink);
  font-weight: 800;
}
@media (max-width: 640px) {
  .termos-card { padding: 30px 22px; }
}

/* ---------- Layout de dashboard (sidebar + conteúdo) — usado nas páginas internas
   (planos, imagem, painel), que também não tinham mockup próprio. Mesma paleta do
   resto do site: sidebar escura (--ink), conteúdo em --cream. ---------- */
.dash-shell {
  display: flex;
  min-height: 100vh;
}
.dash-sidebar {
  width: 260px;
  flex-shrink: 0;
  background: var(--ink);
  color: white;
  padding: 28px 22px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: sticky;
  top: 0;
  height: 100vh;
  overflow-y: auto;
}
.dash-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: -.5px;
  color: white;
}
.dash-brand .brand-mark {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  background: var(--lime);
  color: var(--ink);
  display: grid;
  place-items: center;
  transform: rotate(-5deg);
}
.dash-brand > span:last-child > span {
  color: var(--orange);
}
.dash-credits {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dash-buy-btn {
  width: 100%;
  padding: 12px;
  font-size: 12px;
}
.dash-credits-badge {
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--lime);
  background: #ffffff0d;
  border-radius: 10px;
  padding: 8px;
}
.dash-credits-expiry {
  background: #ffffff0a;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 10px;
  color: #a9a9b2;
}
.dash-credits-expiry p {
  font-weight: 800;
  color: white;
  margin-bottom: 8px;
}
.dash-credits-expiry ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dash-credits-expiry li {
  margin: 4px 0;
}
.dash-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dash-nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 11px 12px;
  border-radius: 11px;
  color: #a9a9b2;
  font-size: 12px;
  font-weight: 700;
}
.dash-nav-item:hover {
  background: #ffffff0d;
  color: white;
}
.dash-nav-item.is-active {
  background: var(--lime);
  color: var(--ink);
}
.dash-sidebar-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #ffffff14;
}
.dash-back-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  color: #a9a9b2;
}
.dash-back-link:hover {
  color: white;
}
.dash-sidebar-bottom .lang-select-wrap .lang-select {
  width: 100%;
  background: #ffffff0d;
  border-color: #ffffff1f;
  color: white;
}
.dash-logout {
  border: 1px solid #ffffff1f;
  background: transparent;
  color: #a9a9b2;
  border-radius: 999px;
  padding: 10px;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.dash-logout:hover {
  color: white;
  border-color: #ffffff40;
}
.dash-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.dash-main main {
  flex: 1;
  padding: 44px 40px;
}
.dash-section .eyebrow {
  margin-bottom: 10px;
}
.dash-section h2 {
  font-size: clamp(26px,3vw,36px);
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.dash-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 22px 40px;
  border-top: 1px solid var(--line);
  font-size: 12px;
  color: var(--muted);
}
.dash-plans {
  grid-template-columns: repeat(2,1fr);
}
.plan-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.qty-stepper {
  display: flex;
  align-items: center;
  gap: 6px;
}
.qty-btn {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: white;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
}
.qty-input {
  width: 34px;
  text-align: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 4px;
  font-size: 12px;
}
@media (max-width: 900px) {
  .dash-shell {
    flex-direction: column;
  }
  .dash-sidebar {
    width: 100%;
    height: auto;
    position: static;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .dash-credits,
  .dash-sidebar-bottom {
    width: 100%;
  }
  .dash-main main {
    padding: 28px 18px;
  }
  .dash-plans {
    grid-template-columns: 1fr;
  }
}

/* ---------- Dropzone de upload (imagem.html) — mesmo comportamento (clique/drag,
   troca de classe has-image/is-dragover feita por imagem.js), visual adaptado à
   paleta nova. ---------- */
.dropzone {
  position: relative;
  border: 1.5px dashed var(--line);
  border-radius: 14px;
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #faf9f6;
  transition: border-color .15s ease, background .15s ease;
  overflow: hidden;
}
.dropzone:hover,
.dropzone.is-dragover {
  border-color: var(--purple);
  background: #f7f5ff;
}
.dropzone-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: var(--muted);
  font-size: .8rem;
  text-align: center;
  padding: 12px;
}
.dropzone-preview {
  display: none;
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.dropzone.has-image .dropzone-empty { display: none; }
.dropzone.has-image .dropzone-preview { display: block; }
.dropzone-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,.55);
  color: #fff;
  font-size: .95rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s ease;
}
.dropzone-remove:hover { background: rgba(0,0,0,.75); }
.dropzone-pair {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 10px;
}
.dropzone-slot {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.dropzone-galeria-btn {
  border: none;
  background: none;
  color: var(--purple);
  font-size: .74rem;
  text-decoration: underline;
  text-underline-offset: 2px;
  cursor: pointer;
  padding: 0;
  text-align: center;
}
.dropzone-galeria-btn:hover { color: var(--ink); }
@media (max-width: 560px) {
  .dropzone-pair { grid-template-columns: minmax(0,1fr); }
}

/* ---------- Modal "escolher da galeria" (galeria-picker.js) e visualizador de
   imagem em tela cheia (lightbox.js) — classes injetadas por JS, sem HTML próprio
   aqui; portado do styles.css com os tokens da paleta nova. ---------- */
.galeria-picker-overlay {
  position: fixed;
  inset: 0;
  background: rgba(10,12,28,.7);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 24px;
}
.galeria-picker-modal {
  width: 100%;
  max-width: 560px;
  max-height: 80vh;
  background: #20212c;
  color: white;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.galeria-picker-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #ffffff1f;
}
.galeria-picker-header h3 {
  margin: 0;
  font-size: 1rem;
  color: white;
}
.galeria-picker-close {
  border: none;
  background: none;
  color: #a9a9b2;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}
.galeria-picker-close:hover { color: white; }
.galeria-picker-body {
  padding: 18px;
  overflow-y: auto;
}
.galeria-picker-status {
  color: #a9a9b2;
  font-size: .9rem;
  text-align: center;
  margin: 12px 0;
}
.galeria-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(110px,1fr));
  gap: 10px;
}
.galeria-picker-item {
  position: relative;
  border: 1.5px solid #ffffff1f;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 1 / 1;
  background: #171720;
  transition: border-color .15s ease, opacity .15s ease;
}
.galeria-picker-item:hover { border-color: var(--lime); }
.galeria-picker-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.galeria-picker-item.is-loading { opacity: .5; cursor: wait; }

.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6,7,18,.88);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 32px;
}
.lightbox-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .15s ease;
}
.lightbox-close:hover { background: rgba(255,255,255,.2); }

/* ---------- Galeria (galeria.html) — vídeos e imagens salvos, cartões no
   mesmo visual (branco, borda fina, sombra suave) do resto do painel novo. ---------- */
.galeria-status {
  color: var(--muted);
  font-size: 13px;
}
.galeria-secoes {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.galeria-secao-titulo {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.3px;
  margin: 0 0 16px;
  color: var(--ink);
}
.galeria-secao-vazio {
  color: var(--muted);
  font-size: 13px;
  margin: 0 0 4px;
}
.videos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}
.videos-grid:empty { display: none; }
.video-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-shadow: 0 7px 18px #12131a1f;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px #1b142029;
  border-color: #d8ff6599;
}
.video-card-player {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: #000;
}
.image-card-player {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--line);
  background: var(--cream);
  cursor: zoom-in;
}
.video-card-desc {
  font-size: 13px;
  color: var(--ink);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-card-meta {
  font-size: 11px;
  color: var(--muted);
  margin: 0;
}
.video-card-download {
  color: var(--orange);
  font-weight: 800;
  text-decoration: none;
  font-size: 13px;
}
.video-card-download:hover { text-decoration: underline; }
@media (max-width: 560px) {
  .videos-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 380px) {
  .videos-grid { grid-template-columns: 1fr; }
}

/* ---------- Chat assistente flutuante (chatbot.js) — mesmo comportamento (abre/
   fecha, arrasta, respostas rápidas), visual escuro flutuando sobre qualquer
   página, com o mesmo acento lime/laranja do resto do site novo. ---------- */
.chat-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: var(--lime);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px -8px #d8ff658c, 0 1px 2px rgba(0,0,0,.2);
  z-index: 40;
  transition: transform .15s ease, box-shadow .15s ease;
}
.chat-launcher:hover { transform: translateY(-2px); box-shadow: 0 16px 32px -10px #d8ff65a6, 0 1px 2px rgba(0,0,0,.2); }
.chat-launcher-icon-close { display: none; }
.chat-launcher.is-active .chat-launcher-icon-open { display: none; }
.chat-launcher.is-active .chat-launcher-icon-close { display: block; }
.chat-panel {
  position: fixed;
  right: 24px;
  bottom: 92px;
  width: 368px;
  max-width: calc(100vw - 32px);
  max-height: min(70vh,560px);
  background: rgba(23,23,32,.94);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  z-index: 39;
  opacity: 0;
  transform: translateY(12px) scale(.98);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
  color: white;
}
.chat-panel.is-open {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.chat-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #ffffff1f;
  flex-shrink: 0;
  cursor: grab;
  user-select: none;
}
.chat-panel--arrastando { transition: none !important; }
.chat-panel--arrastando .chat-panel-header { cursor: grabbing; }
.chat-panel-title {
  font-weight: 700;
  font-size: .94rem;
  color: white;
}
.chat-panel-close {
  background: none;
  border: none;
  color: #a9a9b2;
  cursor: pointer;
  padding: 4px;
  display: flex;
  border-radius: 6px;
  transition: color .15s ease;
}
.chat-panel-close:hover { color: white; }
.chat-panel-body {
  flex: 1;
  overflow-y: auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 160px;
}
.chat-bubble {
  max-width: 85%;
  padding: 10px 13px;
  border-radius: 14px;
  font-size: .87rem;
  line-height: 1.42;
  white-space: pre-wrap;
  word-break: break-word;
}
.chat-bubble--assistant {
  align-self: flex-start;
  background: #2a2b38;
  color: white;
  border-bottom-left-radius: 4px;
}
.chat-bubble--user {
  align-self: flex-end;
  background: var(--lime);
  color: var(--ink);
  border-bottom-right-radius: 4px;
}
.chat-bubble--typing { opacity: .7; animation: chat-pulse 1.2s ease-in-out infinite; }
@keyframes chat-pulse {
  0%, 100% { opacity: .5; }
  50% { opacity: 1; }
}
.chat-bubble--digitando-cursor::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: .9em;
  margin-left: 2px;
  vertical-align: text-bottom;
  background: currentColor;
  animation: chat-cursor-blink .8s steps(1) infinite;
}
@keyframes chat-cursor-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}
.chat-aviso {
  align-self: center;
  font-size: .76rem;
  color: #a9a9b2;
  text-align: center;
  padding: 2px 8px;
}
.chat-quick-replies {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 0 16px 12px;
  flex-shrink: 0;
}
.chat-quick-replies[hidden] { display: none; }
.chat-quick-reply {
  text-align: left;
  background: #282935;
  border: 1px solid #ffffff1f;
  color: white;
  border-radius: 10px;
  padding: 9px 12px;
  font-size: .83rem;
  cursor: pointer;
  transition: border-color .15s ease, transform .15s ease;
}
.chat-quick-reply:hover { border-color: var(--lime); transform: translateY(-1px); }
.chat-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border-top: 1px solid #ffffff1f;
  flex-shrink: 0;
}
.chat-input {
  flex: 1;
  min-width: 0;
  background: #171720;
  border: 1px solid #ffffff1f;
  border-radius: 999px;
  padding: 9px 15px;
  color: white;
  font-size: .87rem;
  outline: none;
  transition: border-color .15s ease;
}
.chat-input:focus { border-color: var(--lime); }
.chat-send-btn {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--orange);
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: transform .15s ease;
}
.chat-send-btn:hover { transform: translateY(-1px); }
.chat-send-btn:disabled { opacity: .6; cursor: not-allowed; transform: none; }
.chat-campo-preenchido {
  border-color: var(--lime) !important;
  box-shadow: 0 0 0 3px #d8ff6540;
  transition: border-color .3s ease, box-shadow .3s ease;
}
@media (max-width: 600px) {
  .chat-launcher { right: 16px; bottom: 16px; }
  .chat-panel {
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    bottom: 84px;
    max-height: 62vh;
  }
}

/* ---------- Resultado da imagem gerada (imagem.html) — imagem.js troca as classes
   is-loading/has-image, aqui só o visual (portado do styles.css, paleta nova). ---------- */
.imagem-resultado {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 14px;
  border: 1px solid #ffffff1f;
  background: #171720;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imagem-resultado.is-loading {
  background: linear-gradient(120deg,var(--orange),var(--lime),var(--purple),var(--orange));
  background-size: 300% 300%;
  animation: imagem-gerando-gradiente 4s ease infinite;
  filter: blur(20px) saturate(1.4);
}
@keyframes imagem-gerando-gradiente {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.imagem-resultado-hint {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 700;
  font-size: .9rem;
  text-align: center;
  padding: 0 20px;
  text-shadow: 0 1px 6px rgba(0,0,0,.35);
}
.imagem-resultado img {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.imagem-resultado.has-image img { display: block; }
.imagem-resultado.has-image .imagem-resultado-hint { display: none; }

/* ---------- Painel de vídeo (painel.html) — cartões de voz/modelo, dropzone
   principal, contador de caracteres e painel de status (app.js troca classes e
   cria elementos de resultado dinamicamente; aqui só o visual). ---------- */
.field-hint-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
}
.field-char-counter {
  white-space: nowrap;
  color: #888;
}
.field-char-counter.is-over-limit {
  color: var(--orange);
  font-weight: 800;
}
.credit-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.voice-grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 10px;
}
.voice-grid--2 {
  grid-template-columns: 1fr 1fr;
}
.voice-option {
  position: relative;
  display: block;
  cursor: pointer;
}
.voice-option input {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.voice-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #d9d7d1;
  background: #fff;
  border-radius: 12px;
  padding: 12px 14px;
  transition: border-color .15s ease, background .15s ease;
}
.voice-option input:checked + .voice-card {
  border-color: var(--purple);
  background: #f7f5ff;
  box-shadow: 0 0 0 2px #6f5cff18;
}
.voice-option input:focus-visible + .voice-card {
  outline: 2px solid var(--purple);
  outline-offset: 2px;
}
.voice-name {
  font-size: 12px;
  font-weight: 800;
  color: var(--ink);
}
.voice-tag {
  font-size: 9px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .06em;
}
.voice-preview-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d9d7d1;
  background: #fff;
  color: var(--ink);
  cursor: pointer;
  font-size: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.voice-preview-btn.is-playing {
  background: var(--purple);
  color: #fff;
  border-color: var(--purple);
}
.voice-preview-btn--static {
  position: static;
}
.voice-preview-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
}
.voice-preview-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  background: #f4f2eb;
  border-radius: 12px;
  padding: 10px 12px;
}
.voice-preview-name {
  font-size: 11px;
  font-weight: 800;
  margin: 0;
  white-space: nowrap;
}
.voice-preview-player {
  width: 100%;
  height: 32px;
}
.own-voice-upload {
  margin-top: 12px;
  background: #f4f2eb;
  border-radius: 12px;
  padding: 12px;
}
.own-voice-upload-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.own-voice-upload small {
  display: block;
  margin-top: 8px;
  color: var(--muted);
}
.narration-bar-name { font-size: 12px; font-weight: 700; }

.status-panel {
  background: #171720;
  color: white;
  border-radius: 18px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  min-height: 200px;
  justify-content: center;
}
.status-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.status-spinner-ring {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid #ffffff22;
  border-top-color: var(--lime);
  animation: status-spin .8s linear infinite;
}
@keyframes status-spin {
  to { transform: rotate(360deg); }
}
.status-spinner-label {
  font-size: 11px;
  color: #a9a9b2;
  display: flex;
  gap: 2px;
}
.status-spinner-dots span {
  animation: status-dots 1.4s infinite;
  opacity: 0;
}
.status-spinner-dots span:nth-child(2) { animation-delay: .2s; }
.status-spinner-dots span:nth-child(3) { animation-delay: .4s; }
@keyframes status-dots {
  0%, 100% { opacity: 0; }
  50% { opacity: 1; }
}
.status-message {
  font-size: 13px;
  font-weight: 700;
  margin: 0;
}
.status-id {
  font-size: 10px;
  color: #a9a9b2;
  margin: 0;
}
.result-image,
.result-video {
  width: 100%;
  border-radius: 12px;
  margin-top: 4px;
}
.result-audio {
  width: 100%;
  margin-top: 4px;
}
.result-download-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--lime);
  color: var(--ink);
  font-weight: 900;
  font-size: 12px;
  border-radius: 999px;
  padding: 10px 18px;
  margin-top: 4px;
}
