:root {
  --dark: #12091f;
  --dark-2: #1a0f2e;
  --plum: #2B1746;
  --violet: #6D3FE7;
  --lav: #B592FF;
  --gold: #E7C06A;
  --gold-2: #F6DFA1;
  --teal: #25C4C7;
  --white: #fff;
  --paper: #F8F5EF;
  --soft: #D8CDEA;
  --muted: #AFA2C6;
  --line: rgba(255,255,255,.13);
  --line-gold: rgba(231,192,106,.35);
  --shadow: 0 28px 90px rgba(0,0,0,.32);
  --max: 1180px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 2%, rgba(181,146,255,.20), transparent 31%),
    radial-gradient(circle at 90% 12%, rgba(231,192,106,.11), transparent 28%),
    linear-gradient(145deg, #0f071b, #170d29 48%, #261342);
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  overflow-x: hidden;
}

body.nav-open { overflow: hidden; }

a { color: inherit; text-decoration: none; }

img {
  display: block;
  max-width: 100%;
}

.bg-orb {
  position: fixed;
  border-radius: 999px;
  pointer-events: none;
  filter: blur(18px);
  opacity: .24;
}

.orb-one {
  width: 380px;
  height: 380px;
  right: -170px;
  top: 120px;
  background: var(--lav);
}

.orb-two {
  width: 300px;
  height: 300px;
  left: -150px;
  bottom: 160px;
  background: var(--teal);
  opacity: .12;
}

.container {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.header {
  width: min(calc(100% - 32px), 1240px);
  position: fixed;
  z-index: 50;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
  min-height: 76px;
  padding: 12px 14px 12px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(18,9,31,.78);
  backdrop-filter: blur(24px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 22px 70px rgba(0,0,0,.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.logo-mark {
  position: relative;
  width: 58px;
  height: 46px;
  display: inline-block;
  flex: 0 0 58px;
}

.logo-mark.small {
  width: 48px;
  height: 38px;
  flex-basis: 48px;
}

.sq {
  position: absolute;
  display: block;
  border: 3px solid;
  border-radius: 13px;
  width: 32px;
  height: 34px;
}

.logo-mark.small .sq {
  width: 26px;
  height: 28px;
  border-width: 2px;
  border-radius: 10px;
}

.sq-gold { border-color: var(--gold); left: 2px; top: 8px; }
.sq-purple { border-color: var(--lav); left: 16px; top: 1px; }
.sq-teal { border-color: var(--teal); left: 31px; top: 9px; }

.logo-mark.small .sq-purple { left: 13px; }
.logo-mark.small .sq-teal { left: 25px; }

.brand strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 1rem;
  white-space: nowrap;
}

.brand small {
  display: block;
  color: var(--soft);
  font-size: .72rem;
  margin-top: 4px;
  white-space: nowrap;
}

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

.nav a {
  padding: 11px 12px;
  border-radius: 999px;
  color: var(--soft);
  font-weight: 800;
  font-size: .88rem;
  transition: .22s ease;
}

.nav a:hover {
  background: rgba(255,255,255,.08);
  color: var(--white);
}

.nav .nav-cta {
  color: #21122f;
  background: linear-gradient(135deg, var(--gold), var(--gold-2));
}

.menu-btn {
  display: none;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 17px;
  background: rgba(255,255,255,.08);
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 9px;
  background: var(--white);
  margin: 5px auto;
}

.hero {
  min-height: auto;
  padding: 150px 0 84px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 42px;
  align-items: center;
}

.label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .74rem;
}

.label::before {
  content: "";
  width: 26px;
  height: 1px;
  background: var(--gold);
}

h1, h2, h3 {
  margin: 0;
  font-family: Manrope, sans-serif;
  line-height: 1.04;
  letter-spacing: -.048em;
}

h1 {
  font-size: clamp(2.45rem, 5vw, 4.8rem);
  max-width: 760px;
  margin-top: 18px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.35rem);
}

h3 {
  font-size: 1.26rem;
  line-height: 1.14;
}

p {
  color: var(--soft);
  line-height: 1.72;
  font-size: 1rem;
  margin: 0;
}

.hero-copy p {
  margin-top: 20px;
  max-width: 590px;
  font-size: 1.02rem;
}

.actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 32px;
}

.actions.center { justify-content: center; }

.btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 22px;
  border-radius: 999px;
  font-weight: 950;
  transition: .22s ease;
}

.btn.primary {
  color: #241330;
  background: linear-gradient(135deg, var(--gold), #FFE8B0);
  box-shadow: 0 16px 38px rgba(231,192,106,.20);
}

.btn.secondary {
  color: var(--white);
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.075);
}

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

.metrics {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 590px;
}

.metrics div {
  padding: 16px;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.06);
}

.metrics strong {
  font-size: 1.45rem;
  font-family: Manrope, sans-serif;
}

.metrics span {
  display: block;
  color: var(--muted);
  margin-top: 5px;
  font-size: .84rem;
  line-height: 1.35;
}

.preview-shell {
  border: 1px solid rgba(255,255,255,.16);
  background: linear-gradient(150deg, rgba(255,255,255,.13), rgba(255,255,255,.055));
  border-radius: 34px;
  padding: 16px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.preview-bar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px 10px;
  color: var(--muted);
  font-size: .78rem;
}

.preview-bar span {
  width: 12px;
  height: 12px;
  border-radius: 99px;
  background: var(--gold);
}

.preview-bar span:nth-child(2) { background: var(--lav); }
.preview-bar span:nth-child(3) { background: var(--teal); }
.preview-bar small { margin-left: auto; }

.preview-shell img {
  width: 100%;
  border-radius: 26px;
  aspect-ratio: 1000 / 1414;
  object-fit: cover;
  object-position: top center;
}

.section {
  padding: 88px 0;
  position: relative;
}

.section.alt,
.models-section {
  background: rgba(255,255,255,.035);
}

.section-title {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 42px;
}

.section-title h2 {
  margin-top: 16px;
}

.section-title p {
  margin: 18px auto 0;
  max-width: 720px;
}

.model-feature {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}

.feature-image,
.gallery-card,
.feature-copy {
  border: 1px solid var(--line);
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  border-radius: 30px;
  box-shadow: 0 20px 70px rgba(0,0,0,.16);
  overflow: hidden;
}

.feature-image {
  padding: 14px;
}

.feature-image img {
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 1000 / 1414;
  object-fit: cover;
  object-position: top center;
}

.feature-copy {
  padding: 30px;
}

.feature-copy h3 {
  margin-top: 16px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.feature-copy p {
  margin-top: 16px;
}

.feature-copy ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.feature-copy li {
  position: relative;
  padding-left: 26px;
  color: var(--soft);
}

.feature-copy li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--gold);
  font-weight: 950;
}

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

.gallery-card {
  padding: 14px;
  display: flex;
  flex-direction: column;
}

.gallery-card img {
  width: 100%;
  border-radius: 22px;
  aspect-ratio: 1000 / 1414;
  object-fit: cover;
  object-position: top center;
  background: rgba(255,255,255,.05);
}

.gallery-card div {
  padding: 22px 8px 10px;
}

.gallery-card span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .72rem;
  font-weight: 950;
}

.gallery-card h3 {
  margin-top: 10px;
}

.gallery-card p {
  margin-top: 10px;
  font-size: .94rem;
}

.models-note {
  margin-top: 24px;
  padding: 24px;
  border-radius: 26px;
  border: 1px solid var(--line-gold);
  background: rgba(231,192,106,.08);
  display: grid;
  gap: 8px;
}

.models-note strong {
  font-family: Manrope, sans-serif;
  font-size: 1.1rem;
}

.models-note span {
  color: var(--soft);
  line-height: 1.6;
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.catalog-item {
  padding: 26px;
  min-height: auto;
  border-radius: 28px;
  background: linear-gradient(160deg, rgba(255,255,255,.12), rgba(255,255,255,.055));
  border: 1px solid var(--line);
  box-shadow: 0 20px 60px rgba(0,0,0,.14);
}

.number {
  color: var(--gold);
  font-size: .78rem;
  font-weight: 950;
  letter-spacing: .14em;
}

.catalog-item h3 {
  margin-top: 20px;
}

.catalog-item p {
  margin-top: 12px;
  font-size: .94rem;
}

.catalog-item ul,
.price-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  display: grid;
  gap: 9px;
}

.catalog-item li,
.price-card li {
  position: relative;
  padding-left: 24px;
  color: var(--soft);
  line-height: 1.4;
  font-size: .93rem;
}

.catalog-item li::before,
.price-card li::before {
  content: "✓";
  color: var(--gold);
  position: absolute;
  left: 0;
  font-weight: 950;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.price-card {
  border-radius: 30px;
  padding: 28px;
  background: rgba(255,255,255,.075);
  border: 1px solid var(--line);
  box-shadow: 0 22px 70px rgba(0,0,0,.14);
}

.price-card.featured {
  border-color: var(--line-gold);
  background:
    radial-gradient(circle at 88% 10%, rgba(231,192,106,.13), transparent 30%),
    linear-gradient(160deg, rgba(181,146,255,.14), rgba(255,255,255,.075));
}

.price-card > span {
  color: var(--gold);
  text-transform: uppercase;
  font-size: .72rem;
  letter-spacing: .12em;
  font-weight: 950;
}

.price-card h3 {
  margin-top: 18px;
}

.price-card p {
  margin-top: 10px;
  font-size: .94rem;
}

.price-card strong {
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 2.55rem;
  margin-top: 24px;
  letter-spacing: -.05em;
}

.price-card small {
  color: var(--muted);
  font-weight: 800;
}

.service-values {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-values div {
  padding: 20px;
  border-radius: 22px;
  background: rgba(255,255,255,.06);
  border: 1px solid var(--line);
}

.service-values strong,
.service-values span {
  display: block;
}

.service-values span {
  color: var(--gold);
  margin-top: 7px;
  font-weight: 900;
}

.service-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.service-line {
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255,255,255,.065);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
}

.service-line strong {
  font-family: Manrope, sans-serif;
  font-size: 1.02rem;
}

.service-line span {
  color: var(--gold);
  font-weight: 950;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.steps article {
  padding: 24px;
  border-radius: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid var(--line);
}

.steps span {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #231230;
  background: var(--gold);
  font-weight: 950;
}

.steps h3 {
  margin-top: 22px;
}

.steps p {
  margin-top: 10px;
  font-size: .94rem;
}

.cta-box {
  margin-top: 52px;
  padding: 64px 30px;
  text-align: center;
  border-radius: 34px;
  border: 1px solid var(--line-gold);
  background:
    radial-gradient(circle at 18% 10%, rgba(181,146,255,.20), transparent 30%),
    radial-gradient(circle at 88% 20%, rgba(231,192,106,.12), transparent 28%),
    rgba(255,255,255,.075);
  box-shadow: var(--shadow);
}

.cta-box h2 {
  margin-top: 16px;
}

.cta-box p {
  margin: 18px auto 0;
  max-width: 700px;
}

.footer {
  padding: 42px 0 24px;
  border-top: 1px solid var(--line);
  background: rgba(0,0,0,.18);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  color: var(--muted);
}

.float-whats {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  padding: 15px 18px;
  border-radius: 999px;
  color: #21122f;
  background: linear-gradient(135deg, var(--gold), #FFE6AF);
  box-shadow: 0 18px 50px rgba(0,0,0,.30);
  font-weight: 950;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1160px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy p,
  h1,
  .metrics {
    margin-left: auto;
    margin-right: auto;
  }

  .actions {
    justify-content: center;
  }
}

@media (max-width: 980px) {
  .model-feature {
    grid-template-columns: 1fr;
  }

  .catalog-grid,
  .price-cards,
  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .steps,
  .service-values {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .header {
    top: 10px;
    min-height: 70px;
    border-radius: 24px;
  }

  .brand small {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    display: none;
    position: fixed;
    top: 88px;
    left: 16px;
    right: 16px;
    padding: 16px;
    border-radius: 26px;
    border: 1px solid var(--line);
    background: rgba(18,9,31,.96);
    backdrop-filter: blur(22px);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
    max-height: calc(100vh - 112px);
    overflow-y: auto;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    text-align: center;
    padding: 15px;
  }

  .hero {
    padding-top: 124px;
  }
}

@media (max-width: 680px) {
  .catalog-grid,
  .price-cards,
  .steps,
  .service-values,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .metrics {
    grid-template-columns: 1fr;
  }

  .service-line {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .header {
    width: min(calc(100% - 20px), 1240px);
    padding: 10px;
  }

  .logo-mark {
    width: 48px;
    height: 40px;
    flex-basis: 48px;
  }

  .sq {
    width: 27px;
    height: 29px;
    border-width: 2px;
    border-radius: 10px;
  }

  .sq-purple { left: 13px; top: 2px; }
  .sq-teal { left: 25px; top: 9px; }

  .brand strong {
    font-size: .9rem;
  }

  h1 {
    font-size: clamp(2.25rem, 11.5vw, 3.35rem);
    letter-spacing: -.043em;
  }

  h2 {
    font-size: clamp(1.82rem, 9vw, 2.58rem);
    letter-spacing: -.043em;
  }

  .hero-copy p {
    font-size: .96rem;
  }

  .section {
    padding: 70px 0;
  }

  .section-title {
    margin-bottom: 34px;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
    min-height: 52px;
  }

  .preview-shell,
  .feature-image,
  .gallery-card {
    padding: 10px;
    border-radius: 24px;
  }

  .preview-shell img,
  .feature-image img,
  .gallery-card img {
    border-radius: 18px;
  }

  .catalog-item,
  .price-card,
  .steps article {
    border-radius: 24px;
  }

  .cta-box {
    padding: 52px 22px;
  }

  .float-whats {
    right: 14px;
    bottom: 14px;
    padding: 14px 16px;
  }
}


/* Camada discreta de aviso de proteção, não altera o layout principal */
.security-toast {
  position: fixed;
  left: 50%;
  bottom: 88px;
  transform: translateX(-50%) translateY(20px);
  z-index: 9999;
  max-width: min(92vw, 520px);
  padding: 14px 18px;
  border: 1px solid rgba(231, 192, 106, .42);
  border-radius: 18px;
  background: rgba(18, 9, 31, .94);
  color: #F8F5EF;
  box-shadow: 0 18px 60px rgba(0,0,0,.32);
  backdrop-filter: blur(18px);
  font-size: .92rem;
  font-weight: 800;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity .24s ease, transform .24s ease;
}

.security-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

body.protect-select {
  -webkit-user-select: none;
  user-select: none;
}
