:root {
  color-scheme: light;
  --bg: #f3eee6;
  --bg-soft: #faf7f2;
  --bg-deep: #eee6da;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-solid: #fffdfa;
  --surface-deep: #17110d;
  --text: #130e0b;
  --muted: #6f655b;
  --line: rgba(20, 14, 10, 0.13);
  --line-strong: rgba(20, 14, 10, 0.23);
  --gold: #b78a3d;
  --gold-light: #e0bd76;
  --gold-dark: #7d581f;
  --dark: #090909;
  --dark-soft: #11100f;
  --dark-card: #171513;
  --dark-text: #f7f2e9;
  --dark-muted: #b7aea3;
  --shadow: 0 24px 80px rgba(44, 30, 18, 0.14);
  --shadow-deep: 0 40px 100px rgba(0, 0, 0, 0.34);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 42px;
  --shell: min(1200px, calc(100% - 40px));
  --transition: 260ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

/* Gold Box 2.4: portfólio de Landing Pages e navegação responsiva */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.video-poster-custom {
  padding: 0;
  background: #080706;
}

.video-poster-custom::after {
  display: none;
}

.video-poster-custom .video-poster-photo {
  filter: none;
  object-fit: cover;
  object-position: center;
}

.cover-play-hotspot {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cover-play-hotspot:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: -10px;
}

.phone-preview {
  padding: 7px;
}

.phone-preview-screen {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 30px 13px 18px;
  overflow: hidden;
  border: 1px solid rgba(224, 189, 118, 0.24);
  border-radius: 25px;
  background:
    radial-gradient(circle at 78% 14%, rgba(207, 159, 69, 0.2), transparent 30%),
    linear-gradient(155deg, #17130f, #070707 68%);
  color: #f7f1e8;
}

.phone-preview-brand {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 28px;
  color: var(--gold-light);
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.phone-preview .phone-preview-brand img {
  position: static;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: contain;
}

.phone-preview-screen > p {
  margin: 0 0 8px;
  color: #a99780;
  font-size: 0.39rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.phone-preview-screen > strong {
  font-size: 1.05rem;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.phone-preview-screen > strong em {
  color: var(--gold-light);
  font-style: normal;
}

.phone-preview-copy {
  margin-top: 13px;
  color: #a9a097;
  font-size: 0.48rem;
  line-height: 1.55;
}

.phone-preview-cta {
  margin-top: 16px;
  padding: 8px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d48f, #bd8730);
  color: #080706;
  font-size: 0.42rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.phone-preview-proof {
  margin-top: auto;
  color: #6f665d;
  font-size: 0.31rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.lp-portfolio {
  padding-block: 145px;
}

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

.lp-project-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--surface-solid);
  box-shadow: var(--shadow);
}

.lp-project-browser {
  margin: 16px 16px 0;
  overflow: hidden;
  border: 1px solid rgba(224, 189, 118, 0.28);
  border-radius: 21px;
  background: #070707;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.24);
}

.lp-project-top {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 0 13px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-project-top > span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #756650;
}

.lp-project-top small {
  margin-left: auto;
  color: #766d63;
  font-size: 0.52rem;
}

.lp-project-screen {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  min-height: 340px;
  padding: 48px 39px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 78% 24%, rgba(205, 157, 69, 0.24), transparent 34%),
    linear-gradient(145deg, #19140f, #070707 74%);
  background-size: 36px 36px, 36px 36px, auto, auto;
  color: #f7f1e8;
}

.lp-project-caroline .lp-project-screen {
  background:
    radial-gradient(circle at 82% 20%, rgba(219, 182, 116, 0.25), transparent 35%),
    linear-gradient(145deg, #241c17, #090806 73%);
}

.lp-project-fernando .lp-project-screen {
  background:
    linear-gradient(110deg, rgba(192, 146, 61, 0.13), transparent 34%),
    linear-gradient(145deg, #081525, #03070d 76%);
}

.lp-project-screen > p {
  margin: 0 0 15px;
  color: var(--gold-light);
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.lp-project-screen > strong {
  max-width: 500px;
  font-size: clamp(1.75rem, 3.2vw, 2.75rem);
  letter-spacing: -0.06em;
  line-height: 1.02;
}

.lp-project-screen > strong em {
  color: var(--gold-light);
  font-style: normal;
}

.lp-project-screen > span {
  max-width: 430px;
  margin-top: 18px;
  color: #aea49b;
  font-size: 0.69rem;
  line-height: 1.65;
}

.lp-project-screen > i {
  margin-top: 24px;
  padding: 10px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0d48f, #ba822b);
  color: #080706;
  font-size: 0.53rem;
  font-style: normal;
  font-weight: 900;
}

.lp-project-copy {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 32px;
}

.lp-project-copy h3 {
  margin: 8px 0 12px;
  font-size: 1.7rem;
  letter-spacing: -0.045em;
}

.lp-project-copy > p:not(.case-kicker) {
  min-height: 76px;
  margin: 0;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.65;
}

.lp-project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 22px 0 27px;
}

.lp-project-tags span {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.58rem;
  font-weight: 800;
}

.lp-project-copy .button {
  width: 100%;
}

@supports (content-visibility: auto) {
  .lp-portfolio {
    content-visibility: auto;
    contain-intrinsic-size: auto 1100px;
  }
}

@media (max-width: 1260px) and (min-width: 1081px) {
  .desktop-social {
    display: none;
  }

  .desktop-nav {
    gap: 13px;
  }

  .desktop-nav a {
    font-size: 0.72rem;
  }
}

@media (max-width: 1080px) {
  .mobile-menu {
    max-height: calc(100dvh - 102px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}

@media (max-width: 820px) {
  .lp-portfolio {
    padding-block: 96px;
  }

  .lp-project-grid {
    grid-template-columns: 1fr;
  }

  .lp-project-copy > p:not(.case-kicker) {
    min-height: auto;
  }
}

@media (max-width: 540px) {
  .video-frame {
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .video-poster-custom {
    padding: 0;
  }

  .phone-preview-screen {
    padding: 26px 9px 14px;
  }

  .phone-preview-brand {
    gap: 5px;
    margin-bottom: 20px;
    font-size: 0.34rem;
  }

  .phone-preview .phone-preview-brand img {
    width: 23px;
    height: 23px;
  }

  .phone-preview-screen > p {
    font-size: 0.31rem;
  }

  .phone-preview-screen > strong {
    font-size: 0.82rem;
  }

  .phone-preview-copy {
    margin-top: 10px;
    font-size: 0.38rem;
  }

  .phone-preview-cta {
    margin-top: 12px;
    padding: 6px 7px;
    font-size: 0.32rem;
  }

  .phone-preview-proof {
    font-size: 0.25rem;
  }

  .lp-project-browser {
    margin: 10px 10px 0;
  }

  .lp-project-screen {
    min-height: 280px;
    padding: 34px 24px;
  }

  .lp-project-screen > p {
    font-size: 0.46rem;
    line-height: 1.5;
  }

  .lp-project-screen > strong {
    font-size: 1.8rem;
  }

  .lp-project-copy {
    padding: 26px 23px 28px;
  }
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --bg: #090909;
  --bg-soft: #0e0e0e;
  --bg-deep: #141210;
  --surface: rgba(23, 21, 19, 0.78);
  --surface-solid: #171513;
  --surface-deep: #f7f2e9;
  --text: #f7f2e9;
  --muted: #aaa197;
  --line: rgba(255, 246, 231, 0.12);
  --line-strong: rgba(255, 246, 231, 0.22);
  --gold: #cca75f;
  --gold-light: #edd295;
  --gold-dark: #a5742e;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
  transition: background-color var(--transition), color var(--transition);
}

body.menu-open {
  overflow: hidden;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input,
textarea,
select {
  font: inherit;
}

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

button {
  color: inherit;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

em {
  color: var(--gold);
  font-style: normal;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
  padding: 12px 18px;
  border-radius: 10px;
  background: var(--gold);
  color: #090909;
  font-weight: 800;
  transform: translateY(-140%);
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--gold-light);
  outline-offset: 4px;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 200;
  border-bottom: 1px solid transparent;
  transition: background-color var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.site-header.is-scrolled {
  border-color: var(--line);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(18px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand img {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(210, 171, 96, 0.4);
  border-radius: 50%;
  box-shadow: 0 0 28px rgba(183, 138, 61, 0.12);
}

.brand span {
  display: grid;
  gap: 1px;
}

.brand strong {
  font-size: 0.88rem;
  letter-spacing: 0.19em;
}

.brand small {
  color: var(--muted);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.7vw, 25px);
}

.desktop-nav a {
  position: relative;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
  transition: color var(--transition);
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform var(--transition);
}

.desktop-nav a:hover {
  color: var(--text);
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.theme-toggle,
.menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.theme-toggle {
  gap: 8px;
  padding-inline: 14px;
}

.theme-toggle:hover,
.menu-toggle:hover {
  border-color: var(--gold);
  transform: translateY(-2px);
}

.theme-icon {
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

:root[data-theme="dark"] .theme-icon {
  border: 0;
  background: var(--gold-light);
  box-shadow: -5px -3px 0 1px var(--surface-solid) inset;
}

.theme-label {
  font-size: 0.72rem;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.menu-toggle span {
  width: 18px;
  height: 1.5px;
  background: currentColor;
  transition: transform var(--transition);
}

.menu-toggle[aria-expanded="true"] span:first-child {
  transform: translateY(3px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:last-child {
  transform: translateY(-3px) rotate(-45deg);
}

.mobile-menu {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.button:hover {
  transform: translateY(-3px);
}

.button span {
  margin-left: 10px;
  font-size: 1.05em;
}

.button-small {
  min-height: 44px;
  padding: 10px 17px;
  font-size: 0.73rem;
}

.button-gold {
  background: linear-gradient(135deg, var(--gold-light), var(--gold) 55%, #9b6e2a);
  color: #0b0907;
  box-shadow: 0 16px 38px rgba(183, 138, 61, 0.22);
}

.button-gold:hover {
  box-shadow: 0 20px 50px rgba(183, 138, 61, 0.36);
}

.button-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.045);
  color: #f7f2e9;
}

:root[data-theme="light"] .section-light .button-ghost {
  border-color: var(--line);
  color: var(--text);
}

.button-dark {
  background: #100c09;
  color: #f8f3eb;
}

.section-dark,
.section-light,
.section-gradient {
  position: relative;
  isolation: isolate;
}

.section-dark {
  background: #090909;
  color: #f7f2e9;
  --text: #f7f2e9;
  --muted: #aaa197;
  --line: rgba(255, 246, 231, 0.12);
}

.section-light {
  background: var(--bg-soft);
  color: var(--text);
}

.section-gradient {
  background: linear-gradient(180deg, #090909 0%, #17120e 16%, var(--bg) 48%, var(--bg-soft) 100%);
  color: var(--text);
}

:root[data-theme="dark"] .section-gradient {
  background: linear-gradient(180deg, #090909 0%, #17120e 18%, #100f0e 54%, #090909 100%);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.2em;
}

.eyebrow span {
  display: inline-block;
  width: 28px;
  height: 1px;
  background: currentColor;
}

.hero {
  min-height: 100svh;
  padding: 160px 0 0;
  overflow: hidden;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 23%, rgba(188, 140, 57, 0.18), transparent 31%),
    radial-gradient(circle at 12% 74%, rgba(116, 78, 29, 0.12), transparent 34%),
    linear-gradient(180deg, #090909 0%, #090909 77%, #130f0c 100%);
  content: "";
}

.hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.23;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
  content: "";
}

.hero-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(201, 162, 77, 0.13);
  border-radius: 50%;
}

.hero-orbit-one {
  top: 110px;
  right: -230px;
  width: 720px;
  height: 720px;
}

.hero-orbit-two {
  top: 210px;
  right: -110px;
  width: 480px;
  height: 480px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, 0.97fr);
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.hero-copy {
  max-width: 710px;
}

.hero h1 {
  margin-bottom: 28px;
  font-size: clamp(3.25rem, 6.3vw, 6rem);
  font-weight: 700;
  letter-spacing: -0.067em;
  line-height: 0.98;
}

.hero h1 em {
  display: block;
  margin-top: 10px;
  background: linear-gradient(120deg, #f1d49b 0%, #c99d4b 46%, #9a6a29 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 34px;
  color: #bdb4a9;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 23px;
  margin: 30px 0 0;
  padding: 0;
  color: #8f877d;
  font-size: 0.72rem;
  font-weight: 700;
  list-style: none;
}

.trust-list li::before {
  margin-right: 8px;
  color: var(--gold);
  content: "•";
}

.hero-visual {
  position: relative;
  min-height: 630px;
}

.visual-glow {
  position: absolute;
  top: 15%;
  left: 12%;
  width: 78%;
  height: 68%;
  border-radius: 50%;
  background: rgba(194, 143, 51, 0.22);
  filter: blur(90px);
}

.stack-card {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(230, 196, 131, 0.3);
  border-radius: 26px;
  background: #161310;
  box-shadow: var(--shadow-deep);
}

.stack-card::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset, 0 -80px 80px rgba(0, 0, 0, 0.35) inset;
  content: "";
  pointer-events: none;
}

.stack-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stack-back {
  top: 34px;
  right: -18px;
  width: 58%;
  height: 71%;
  opacity: 0.64;
  transform: rotate(8deg);
}

.stack-front {
  top: 74px;
  left: 0;
  width: 64%;
  height: 77%;
  transform: rotate(-4.5deg);
}

.brand-seal {
  position: absolute;
  right: -5px;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 18px 12px 12px;
  border: 1px solid rgba(224, 189, 118, 0.34);
  border-radius: 20px;
  background: rgba(12, 11, 10, 0.84);
  box-shadow: var(--shadow-deep);
  backdrop-filter: blur(16px);
}

.brand-seal img {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

.brand-seal span {
  color: #d8cbb9;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.5;
}

.mini-result {
  position: absolute;
  top: 16px;
  left: -22px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.07);
  color: #f7f2e9;
  backdrop-filter: blur(16px);
}

.mini-result strong {
  color: var(--gold-light);
  font-size: 1.4rem;
}

.mini-result span {
  color: #aaa197;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.35;
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-bar > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 27px 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-bar > div:last-child {
  border-right: 0;
}

.proof-bar strong {
  color: var(--gold-light);
  font-size: 1.45rem;
  letter-spacing: -0.04em;
}

.proof-bar span {
  color: #948b80;
  font-size: 0.7rem;
  font-weight: 700;
}

.video-intro {
  padding: 130px 0;
}

.split-grid,
.landing-grid,
.about-grid,
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(50px, 7vw, 100px);
}

.section-heading h2,
.landing-copy h2,
.about-copy h2,
.final-cta h2 {
  margin-bottom: 24px;
  font-size: clamp(2.25rem, 4.5vw, 4.6rem);
  font-weight: 700;
  letter-spacing: -0.06em;
  line-height: 1.04;
}

.section-heading > p:not(.eyebrow),
.landing-copy > p,
.about-copy > p,
.final-cta > p {
  max-width: 680px;
  color: var(--muted);
  line-height: 1.8;
}

.micro-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.micro-proof span {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 0.69rem;
  font-weight: 700;
}

.video-frame {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(223, 188, 120, 0.28);
  border-radius: var(--radius-lg);
  background: #090909;
  box-shadow: var(--shadow-deep);
}

.video-frame::before {
  position: absolute;
  inset: 13px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: calc(var(--radius-lg) - 9px);
  content: "";
  pointer-events: none;
}

.video-frame video {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background: #050505;
  object-fit: contain;
}

.video-frame video.is-ready {
  display: block;
}

.video-poster {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  padding: 44px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 32%, rgba(208, 158, 69, 0.22), transparent 33%), linear-gradient(145deg, #17120e, #070707 67%);
  color: #f6f0e8;
  text-align: center;
}

.video-poster::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.18) 0%, rgba(7, 7, 7, 0.4) 42%, rgba(7, 7, 7, 0.88) 100%);
  content: "";
}

.video-poster[hidden] {
  display: none;
}

.video-poster .video-poster-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  filter: saturate(0.88) contrast(1.04);
  object-fit: cover;
  object-position: center 18%;
}

.poster-lines {
  position: absolute;
  inset: 0;
  z-index: 2;
  opacity: 0.12;
  background: repeating-radial-gradient(circle at center, rgba(224, 189, 118, 0.28) 0 1px, transparent 1px 48px);
}

.video-poster .poster-logo {
  position: relative;
  z-index: 3;
  width: 110px;
  height: 110px;
  margin-bottom: 10px;
  border: 1px solid rgba(224, 189, 118, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(183, 138, 61, 0.24);
}

.video-poster p,
.video-poster strong,
.play-button {
  position: relative;
  z-index: 3;
}

.video-poster p {
  margin: 0;
  color: #a89b8c;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.video-poster strong {
  max-width: 420px;
  font-size: clamp(1.6rem, 3.2vw, 2.5rem);
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.play-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  margin-top: 16px;
  padding: 12px 20px;
  border: 1px solid rgba(224, 189, 118, 0.5);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  color: #f5eee4;
  font-size: 0.78rem;
  font-weight: 800;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: background var(--transition), transform var(--transition);
}

.play-button span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--gold);
  color: #090909;
  font-size: 0.7rem;
}

.play-button:hover {
  background: rgba(255, 255, 255, 0.13);
  transform: translateY(-2px);
}

.video-status {
  position: absolute;
  right: 22px;
  bottom: 17px;
  left: 22px;
  z-index: 4;
  margin: 0;
  color: #cfc4b5;
  font-size: 0.7rem;
  text-align: center;
}

.perception,
.services,
.cases,
.landing-pages,
.process,
.plans,
.testimonials,
.about,
.faq,
.final-cta {
  padding: 130px 0;
}

.centered {
  max-width: 890px;
  margin: 0 auto 60px;
  text-align: center;
}

.centered .eyebrow {
  justify-content: center;
}

.centered > p:not(.eyebrow) {
  margin-inline: auto;
}

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

.insight-card {
  position: relative;
  min-height: 280px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
}

.insight-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 48px;
  border: 1px solid var(--line);
  border-radius: 50%;
  color: var(--gold);
  font-size: 0.72rem;
  font-weight: 800;
}

.insight-card h3 {
  margin-bottom: 11px;
  font-size: 1.25rem;
  letter-spacing: -0.04em;
}

.insight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.insight-card.muted {
  background: var(--surface);
}

.insight-card.featured {
  border-color: rgba(205, 164, 83, 0.42);
  background: linear-gradient(145deg, #17120e, #090909);
  color: #f7f2e9;
  box-shadow: var(--shadow);
}

.insight-card.featured::after {
  position: absolute;
  right: -75px;
  bottom: -75px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(220, 179, 97, 0.22);
  border-radius: 50%;
  box-shadow: 0 0 0 30px rgba(220, 179, 97, 0.04), 0 0 0 60px rgba(220, 179, 97, 0.03);
  content: "";
}

.insight-card.featured p {
  color: #b3a99e;
}

.section-layered {
  overflow: hidden;
}

.layer-grid {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.26;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
}

.heading-row {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 62px;
}

.heading-row h2 {
  margin-bottom: 0;
}

.heading-row > p {
  margin-bottom: 5px;
}

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

.service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: var(--radius);
  background: linear-gradient(140deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  overflow: hidden;
  transition: transform var(--transition), border-color var(--transition), background var(--transition);
}

.service-card:hover {
  border-color: rgba(220, 179, 97, 0.38);
  background: linear-gradient(140deg, rgba(204, 167, 95, 0.12), rgba(255, 255, 255, 0.02));
  transform: translateY(-5px);
}

.service-number {
  position: absolute;
  top: 30px;
  right: 31px;
  color: #60584f;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.service-icon {
  display: grid;
  width: 55px;
  height: 55px;
  margin-bottom: 46px;
  place-items: center;
  border: 1px solid rgba(220, 179, 97, 0.4);
  border-radius: 18px;
  color: var(--gold-light);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.service-card h3 {
  margin-bottom: 13px;
  font-size: 1.5rem;
  letter-spacing: -0.045em;
}

.service-card p {
  max-width: 490px;
  margin-bottom: 28px;
  color: #a9a096;
  font-size: 0.88rem;
}

.service-card a,
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--gold-light);
  font-size: 0.76rem;
  font-weight: 800;
}

.service-card a span,
.text-link span {
  transition: transform var(--transition);
}

.service-card a:hover span,
.text-link:hover span {
  transform: translate(3px, -3px);
}

.cases {
  padding-top: 140px;
}

.case-panel {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  align-items: stretch;
  min-height: 710px;
  margin-top: 28px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.case-panel + .case-panel {
  margin-top: 34px;
}

.case-panel-reverse {
  grid-template-columns: 1.14fr 0.86fr;
}

.case-panel-reverse .case-copy {
  order: 2;
}

.case-panel-reverse .case-gallery {
  order: 1;
}

.case-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 66px);
}

.case-kicker,
.plan-kicker {
  margin-bottom: 17px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.case-copy h3 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.5vw, 3.3rem);
  letter-spacing: -0.06em;
  line-height: 1.05;
}

.case-lead {
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

.case-details {
  margin: 0;
}

.case-details div {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
}

.case-details dt {
  color: var(--gold);
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-details dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.76rem;
}

.case-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

.case-nav button {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition);
}

.case-nav button:hover {
  border-color: var(--gold);
  background: color-mix(in srgb, var(--gold) 11%, transparent);
}

.case-nav span {
  min-width: 58px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 800;
  text-align: center;
}

.case-gallery {
  position: relative;
  min-height: 710px;
  overflow: hidden;
  background: #0c0b0a;
}

.case-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: #0c0b0a;
  cursor: zoom-in;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 520ms ease, transform 700ms ease;
  pointer-events: none;
}

.case-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.case-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.landing-pages {
  padding-block: 150px;
}

.landing-copy > p {
  color: #aaa197;
}

.check-list,
.plan-card ul {
  display: grid;
  gap: 13px;
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.check-list li,
.plan-card li {
  position: relative;
  padding-left: 26px;
  color: #c1b8ad;
  font-size: 0.82rem;
}

.check-list li::before,
.plan-card li::before {
  position: absolute;
  top: 0.72em;
  left: 2px;
  width: 13px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  content: "";
  font-size: 0;
}

.browser-mockup {
  position: relative;
  min-height: 510px;
  border: 1px solid rgba(227, 194, 131, 0.32);
  border-radius: 26px;
  background: #151311;
  box-shadow: var(--shadow-deep);
  transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
}

.browser-top {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 45px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.browser-top > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #6f6257;
}

.browser-top small {
  margin-left: auto;
  color: #625a52;
  font-size: 0.54rem;
}

.browser-content {
  display: grid;
  grid-template-columns: 92px 1fr;
  min-height: 463px;
}

.mock-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding-top: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.mock-sidebar img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
}

.mock-sidebar span {
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.1);
}

.mock-main {
  padding: 66px 44px;
  background: radial-gradient(circle at 75% 28%, rgba(198, 148, 57, 0.16), transparent 31%);
}

.mock-main p {
  margin-bottom: 13px;
  color: #9c8e7e;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.mock-main strong {
  color: #f5eee4;
  font-size: clamp(2.4rem, 5vw, 4.4rem);
  letter-spacing: -0.065em;
  line-height: 0.94;
}

.mock-button {
  width: 125px;
  height: 31px;
  margin-top: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
}

.mock-metrics {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.mock-metrics i {
  width: 68px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}

.phone-mockup {
  position: absolute;
  right: -32px;
  bottom: -38px;
  width: 175px;
  height: 350px;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 31px;
  background: #050505;
  box-shadow: var(--shadow-deep);
  transform: rotate(4deg);
}

.phone-mockup img {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.phone-notch {
  position: absolute;
  top: 12px;
  left: 50%;
  z-index: 2;
  width: 55px;
  height: 12px;
  border-radius: 999px;
  background: #050505;
  transform: translateX(-50%);
}

.process-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  list-style: none;
}

.process-list li {
  min-height: 250px;
  padding: 27px 24px;
  border-right: 1px solid var(--line);
}

.process-list li:last-child {
  border-right: 0;
}

.process-list > li > span {
  display: block;
  margin-bottom: 80px;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 800;
}

.process-list h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  letter-spacing: -0.04em;
}

.process-list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
}

.plan-card {
  display: flex;
  flex-direction: column;
  min-height: 545px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface-solid);
  box-shadow: var(--shadow);
}

.plan-card h3 {
  margin-bottom: 10px;
  font-size: 1.55rem;
  letter-spacing: -0.045em;
}

.price {
  margin-bottom: 8px;
  font-size: clamp(2.1rem, 3.3vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.065em;
  line-height: 1;
}

.price small {
  display: block;
  margin-bottom: 9px;
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.plan-card ul {
  flex: 1;
  margin-top: 31px;
}

.plan-card li {
  color: var(--muted);
}

.plan-featured {
  position: relative;
  border-color: rgba(220, 179, 97, 0.46);
  background: linear-gradient(145deg, #191510, #090909);
  color: #f7f2e9;
  transform: translateY(-14px);
}

.plan-featured::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 100% 0%, rgba(207, 160, 71, 0.16), transparent 32%);
  content: "";
  pointer-events: none;
}

.plan-featured .price small,
.plan-featured li {
  color: #aaa197;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.28fr 0.72fr;
  gap: 20px;
}

.testimonial-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 610px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--surface-solid);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.testimonial-large {
  background: linear-gradient(145deg, #17120e, #090909);
  color: #f7f2e9;
}

.quote-mark {
  margin-bottom: 30px;
  color: var(--gold);
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 0.7;
}

.testimonial-card blockquote {
  max-width: 680px;
  margin: 0 0 26px;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.45;
}

.testimonial-note {
  color: var(--muted);
  font-size: 0.8rem;
}

.testimonial-large blockquote {
  color: #eae1d5;
}

.testimonial-author {
  display: grid;
  gap: 2px;
  margin-bottom: 28px;
}

.testimonial-author strong {
  font-size: 0.82rem;
}

.testimonial-author span {
  color: var(--muted);
  font-size: 0.67rem;
}

.testimonial-large .testimonial-author span {
  color: #9a9085;
}

.proof-thumb {
  width: 100%;
  max-height: 260px;
  margin-top: auto;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #0b0b0b;
  cursor: zoom-in;
}

.proof-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.proof-thumb:hover img {
  transform: scale(1.025);
}

.proof-thumb-tall {
  max-height: 310px;
}

.proof-thumb-tall img {
  object-position: top;
}

.about {
  padding-bottom: 0;
}

.about-grid {
  align-items: end;
}

.about-portrait {
  align-self: stretch;
}

.portrait-card {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  border: 1px solid rgba(224, 189, 118, 0.26);
  border-radius: 38px 38px 0 0;
  background: linear-gradient(160deg, #26211c, #0a0a0a 70%);
  box-shadow: var(--shadow-deep);
}

.portrait-card::before {
  position: absolute;
  inset: 26px 26px 0;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 0;
  border-radius: 210px 210px 0 0;
  content: "";
}

.portrait-glow {
  position: absolute;
  right: 12%;
  bottom: 14%;
  width: 50%;
  height: 42%;
  border-radius: 50%;
  background: rgba(194, 143, 51, 0.2);
  filter: blur(75px);
}

.portrait-card img {
  position: absolute;
  right: -2%;
  bottom: 0;
  z-index: 2;
  width: 96%;
  max-height: 96%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 22px 30px rgba(0, 0, 0, 0.34));
}

.portrait-caption {
  position: absolute;
  bottom: 38px;
  left: 44px;
  z-index: 3;
  display: grid;
  gap: 3px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  background: rgba(8, 8, 8, 0.62);
  backdrop-filter: blur(15px);
}

.portrait-caption span {
  color: var(--gold-light);
  font-size: 0.61rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.portrait-caption strong {
  color: #c9c0b4;
  font-size: 0.69rem;
}

.about-copy {
  padding-bottom: 100px;
}

.about-lead {
  color: #ded5c8 !important;
  font-size: 1.08rem;
  font-weight: 600;
}

.about-copy > p {
  color: #aaa197;
}

.about-principles {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 32px 0;
}

.about-principles div {
  display: grid;
  gap: 5px;
  padding: 17px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
}

.about-principles strong {
  font-size: 0.75rem;
}

.about-principles span {
  color: #8f877e;
  font-size: 0.65rem;
}

.about-rings {
  position: absolute;
  top: 100px;
  right: -210px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(224, 189, 118, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(224, 189, 118, 0.025), 0 0 0 140px rgba(224, 189, 118, 0.018);
}

.faq-grid {
  align-items: start;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  color: var(--gold);
  font-size: 1.3rem;
  font-weight: 400;
  transition: transform var(--transition);
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details p {
  max-width: 620px;
  padding: 0 36px 24px 0;
  color: var(--muted);
  font-size: 0.8rem;
}

.final-cta {
  overflow: hidden;
  text-align: center;
}

.cta-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cta-inner > img {
  width: 86px;
  height: 86px;
  margin-bottom: 30px;
  border: 1px solid rgba(224, 189, 118, 0.35);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(183, 138, 61, 0.2);
}

.cta-inner .eyebrow {
  justify-content: center;
}

.final-cta h2 {
  max-width: 900px;
}

.final-cta > .shell > p:not(.eyebrow) {
  max-width: 600px;
  margin-bottom: 31px;
}

.cta-glow {
  position: absolute;
  top: 0;
  left: 50%;
  width: 900px;
  height: 550px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(195, 145, 52, 0.2), transparent 64%);
  transform: translateX(-50%);
}

.site-footer {
  padding: 70px 0 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #050505;
  color: #f7f2e9;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.55fr 0.65fr 0.85fr;
  gap: 60px;
}

.footer-grid h3 {
  margin-bottom: 17px;
  color: #837a70;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid > div:not(.footer-brand) {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.footer-grid a,
.footer-grid span {
  margin-bottom: 9px;
  color: #9f968b;
  font-size: 0.74rem;
}

.footer-grid a:hover {
  color: var(--gold-light);
}

.footer-brand p {
  max-width: 390px;
  margin: 22px 0 0;
  color: #746d65;
  font-size: 0.75rem;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  padding-top: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #57514b;
  font-size: 0.57rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 180;
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 52px;
  padding: 7px 17px 7px 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: #10100f;
  color: #f7f2e9;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
  transition: transform var(--transition);
}

.whatsapp-float:hover {
  transform: translateY(-3px);
}

.whatsapp-float span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  background: #2ab85f;
  color: white;
  font-size: 0.62rem;
  font-weight: 800;
}

.whatsapp-float strong {
  font-size: 0.72rem;
}

.lightbox {
  width: min(900px, calc(100% - 34px));
  max-height: 92svh;
  padding: 0;
  border: 1px solid rgba(224, 189, 118, 0.36);
  border-radius: 22px;
  background: #080808;
  box-shadow: var(--shadow-deep);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(8px);
}

.lightbox img {
  width: 100%;
  max-height: 90svh;
  object-fit: contain;
}

.lightbox-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.78);
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
}

.reveal {
  opacity: 1 !important;
  transform: none !important;
}

:root[data-theme="light"] .section-dark {
  background: #f5f0e8;
  color: #130e0b;
  --text: #130e0b;
  --muted: #6f655b;
  --line: rgba(20, 14, 10, 0.13);
}

:root[data-theme="light"] .section-gradient {
  background: linear-gradient(180deg, #f3eee6 0%, #faf7f2 50%, #eee6da 100%);
}

:root[data-theme="light"] .hero::before {
  background:
    radial-gradient(circle at 78% 23%, rgba(188, 140, 57, 0.2), transparent 31%),
    radial-gradient(circle at 12% 74%, rgba(116, 78, 29, 0.08), transparent 34%),
    linear-gradient(180deg, #faf7f2 0%, #f3eee6 77%, #ebe1d3 100%);
}

:root[data-theme="light"] .hero::after {
  opacity: 0.32;
  background-image: linear-gradient(rgba(62, 43, 27, 0.055) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 43, 27, 0.055) 1px, transparent 1px);
}

:root[data-theme="light"] .hero-lead,
:root[data-theme="light"] .landing-copy > p,
:root[data-theme="light"] .about-copy > p,
:root[data-theme="light"] .about-lead {
  color: #6f655b !important;
}

:root[data-theme="light"] .trust-list,
:root[data-theme="light"] .proof-bar span {
  color: #72675c;
}

:root[data-theme="light"] .hero .button-ghost,
:root[data-theme="light"] .final-cta .button-ghost {
  border-color: rgba(20, 14, 10, 0.18);
  background: rgba(255, 255, 255, 0.42);
  color: #130e0b;
}

:root[data-theme="light"] .proof-bar {
  border-color: rgba(20, 14, 10, 0.13);
}

:root[data-theme="light"] .proof-bar > div {
  border-color: rgba(20, 14, 10, 0.13);
}

:root[data-theme="light"] .services .layer-grid,
:root[data-theme="light"] .landing-pages .layer-grid {
  opacity: 0.36;
  background-image: linear-gradient(rgba(62, 43, 27, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(62, 43, 27, 0.06) 1px, transparent 1px);
}

:root[data-theme="light"] .service-card {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 20px 60px rgba(44, 30, 18, 0.08);
}

:root[data-theme="light"] .service-card:hover {
  border-color: rgba(183, 138, 61, 0.48);
  background: rgba(255, 255, 255, 0.82);
}

:root[data-theme="light"] .service-card p,
:root[data-theme="light"] .check-list li {
  color: #6f655b;
}

:root[data-theme="light"] .service-card a,
:root[data-theme="light"] .text-link {
  color: var(--gold-dark);
}

:root[data-theme="light"] .service-icon {
  border-color: rgba(183, 138, 61, 0.42);
  color: var(--gold-dark);
}

:root[data-theme="light"] .about-principles div {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.48);
}

:root[data-theme="light"] .about-principles span {
  color: #746a60;
}

:root[data-theme="light"] .final-cta .cta-glow {
  background: radial-gradient(circle, rgba(195, 145, 52, 0.18), transparent 64%);
}

@media (max-width: 1080px) {
  .desktop-nav {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .mobile-menu {
    position: fixed;
    inset: 82px 16px auto;
    z-index: 199;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    gap: 4px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: color-mix(in srgb, var(--bg) 94%, transparent);
    box-shadow: var(--shadow-deep);
    backdrop-filter: blur(22px);
    opacity: 0;
    transform: translateY(-12px) scale(0.98);
    transition: opacity var(--transition), transform var(--transition), visibility var(--transition);
    visibility: hidden;
  }

  .mobile-menu.is-open {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
  }

  .mobile-menu > a:not(.button) {
    padding: 13px 10px;
    border-bottom: 1px solid var(--line);
    font-size: 0.84rem;
    font-weight: 700;
  }

  .mobile-menu .button {
    margin-top: 10px;
  }

  .hero-grid {
    grid-template-columns: 1fr 0.86fr;
    gap: 34px;
  }

  .hero-visual {
    min-height: 540px;
  }

  .proof-bar {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-bar > div:nth-child(2) {
    border-right: 0;
  }

  .proof-bar > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .process-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .process-list li:nth-child(3) {
    border-right: 0;
  }

  .process-list li:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }

  .process-list li:nth-child(4) {
    grid-column: 1 / 2;
  }

  .case-panel,
  .case-panel-reverse {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

@media (max-width: 820px) {
  :root {
    --shell: min(100% - 30px, 680px);
    --radius-lg: 30px;
  }

  .desktop-cta {
    display: none;
  }

  .hero {
    min-height: auto;
    padding-top: 135px;
  }

  .hero-grid,
  .split-grid,
  .landing-grid,
  .about-grid,
  .faq-grid,
  .heading-row {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 32px;
  }

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

  .hero-copy .eyebrow,
  .hero-actions,
  .trust-list {
    justify-content: center;
  }

  .hero-copy .hero-lead {
    margin-inline: auto;
  }

  .hero-visual {
    min-height: 570px;
    max-width: 570px;
    margin-inline: auto;
  }

  .mini-result {
    left: 4px;
  }

  .brand-seal {
    right: 3px;
  }

  .video-intro,
  .perception,
  .services,
  .cases,
  .landing-pages,
  .process,
  .plans,
  .testimonials,
  .about,
  .faq,
  .final-cta {
    padding: 95px 0;
  }

  .section-heading h2,
  .landing-copy h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: clamp(2.3rem, 8vw, 4.2rem);
  }

  .section-heading.heading-row {
    gap: 18px;
  }

  .perception-grid,
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .insight-card {
    min-height: 225px;
  }

  .insight-card span {
    margin-bottom: 34px;
  }

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

  .service-card {
    min-height: 310px;
  }

  .case-panel,
  .case-panel-reverse {
    grid-template-columns: 1fr;
  }

  .case-panel-reverse .case-copy,
  .case-panel-reverse .case-gallery {
    order: initial;
  }

  .case-gallery,
  .case-panel {
    min-height: 610px;
  }

  .case-gallery {
    aspect-ratio: 3 / 4;
  }

  .case-copy {
    padding: 38px 30px;
  }

  .browser-mockup {
    width: calc(100% - 20px);
    min-height: 470px;
    margin: 12px 0 38px;
    transform: none;
  }

  .phone-mockup {
    right: -18px;
  }

  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-list li,
  .process-list li:nth-child(3),
  .process-list li:nth-child(4) {
    grid-column: auto;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .process-list li:nth-child(even) {
    border-right: 0;
  }

  .process-list li:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }

  .plan-featured {
    transform: none;
  }

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

  .about {
    padding-bottom: 0;
  }

  .about-grid {
    gap: 65px;
  }

  .about-portrait {
    max-width: 600px;
    margin-inline: auto;
  }

  .portrait-card {
    min-height: 650px;
  }

  .about-copy {
    padding-bottom: 90px;
  }

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

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 540px) {
  :root {
    --shell: calc(100% - 24px);
    --radius: 22px;
    --radius-lg: 26px;
  }

  .header-inner {
    min-height: 72px;
  }

  .site-header.is-scrolled {
    background: color-mix(in srgb, var(--bg) 94%, transparent);
  }

  .brand img {
    width: 42px;
    height: 42px;
  }

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

  .brand small {
    font-size: 0.47rem;
  }

  .theme-toggle {
    width: 44px;
    padding: 0;
  }

  .theme-label {
    display: none;
  }

  .mobile-menu {
    inset: 72px 12px auto;
  }

  .hero {
    padding-top: 117px;
  }

  .hero h1 {
    font-size: clamp(2.85rem, 13vw, 4rem);
  }

  .hero-lead {
    font-size: 0.94rem;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-list {
    gap: 8px 12px;
  }

  .trust-list li {
    font-size: 0.62rem;
  }

  .hero-visual {
    min-height: 430px;
  }

  .stack-front {
    top: 44px;
    left: 3%;
    width: 65%;
    height: 75%;
  }

  .stack-back {
    top: 25px;
    right: 2%;
    width: 60%;
    height: 68%;
  }

  .brand-seal {
    right: 0;
    bottom: 5px;
    padding: 8px 11px 8px 8px;
  }

  .brand-seal img {
    width: 48px;
    height: 48px;
  }

  .brand-seal span {
    font-size: 0.52rem;
  }

  .mini-result {
    top: 3px;
    left: 0;
    padding: 10px 13px;
  }

  .mini-result strong {
    font-size: 1.1rem;
  }

  .proof-bar {
    margin-top: 38px;
  }

  .proof-bar > div {
    display: grid;
    gap: 0;
    padding: 18px 13px;
  }

  .proof-bar strong {
    font-size: 1.15rem;
  }

  .proof-bar span {
    font-size: 0.58rem;
  }

  .video-intro,
  .perception,
  .services,
  .cases,
  .landing-pages,
  .process,
  .plans,
  .testimonials,
  .faq,
  .final-cta {
    padding: 78px 0;
  }

  .video-frame {
    min-height: 460px;
  }

  .video-poster {
    padding: 28px;
  }

  .video-poster strong {
    font-size: 1.8rem;
  }

  .centered {
    margin-bottom: 42px;
  }

  .section-heading h2,
  .landing-copy h2,
  .about-copy h2,
  .final-cta h2 {
    font-size: 2.55rem;
  }

  .section-heading > p:not(.eyebrow),
  .landing-copy > p,
  .about-copy > p,
  .final-cta > p {
    font-size: 0.87rem;
  }

  .heading-row {
    margin-bottom: 42px;
  }

  .insight-card,
  .service-card,
  .plan-card,
  .testimonial-card {
    padding: 27px;
  }

  .case-panel,
  .case-gallery {
    min-height: 0;
  }

  .case-copy {
    padding: 30px 23px;
  }

  .case-gallery {
    min-height: auto;
  }

  .case-details div {
    grid-template-columns: 70px 1fr;
    gap: 10px;
  }

  .browser-mockup {
    min-height: 390px;
  }

  .browser-content {
    grid-template-columns: 62px 1fr;
    min-height: 343px;
  }

  .mock-sidebar img {
    width: 40px;
    height: 40px;
  }

  .mock-sidebar span {
    width: 27px;
  }

  .mock-main {
    padding: 53px 23px;
  }

  .mock-main strong {
    font-size: 2.8rem;
  }

  .phone-mockup {
    right: -10px;
    bottom: -28px;
    width: 130px;
    height: 268px;
  }

  .mock-metrics i {
    width: 43px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }

  .process-list li,
  .process-list li:nth-child(3),
  .process-list li:nth-child(4),
  .process-list li:last-child {
    grid-column: auto;
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .process-list > li > span {
    margin-bottom: 32px;
  }

  .testimonial-card {
    min-height: 530px;
  }

  .about-principles {
    grid-template-columns: 1fr;
  }

  .portrait-card {
    min-height: 530px;
  }

  .portrait-caption {
    bottom: 22px;
    left: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .footer-brand {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
  }

  .whatsapp-float strong {
    display: none;
  }

  .whatsapp-float {
    width: 52px;
    padding: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .reveal,
  html.ui-ready .reveal:not(.is-visible),
  html.ui-ready .reveal.is-visible {
    opacity: 1;
    transform: none;
  }
}

/* Gold Box 2.1: acabamento, conversão e correções de enquadramento */
.button-instagram {
  border-color: rgba(224, 189, 118, 0.5);
  background: linear-gradient(145deg, #17120e, #090909);
  color: var(--gold-light);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.button-instagram:hover {
  border-color: var(--gold-light);
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: #090909;
}

.button[href*="wa.me"] {
  border-color: #e1bc70;
  background: linear-gradient(135deg, #f0d48f 0%, #d3a64e 52%, #a87527 100%);
  color: #080706;
  box-shadow: 0 16px 40px rgba(183, 138, 61, 0.28);
}

.button[href*="wa.me"]:hover {
  border-color: #f4dda3;
  background: linear-gradient(135deg, #f6dfa7 0%, #d9ad57 55%, #b27b2d 100%);
  color: #080706;
  box-shadow: 0 21px 54px rgba(183, 138, 61, 0.4);
}

.section-cta-row {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.hero-command {
  min-height: 630px;
  isolation: isolate;
}

.hero-command::before {
  position: absolute;
  inset: 35px 15px 44px;
  z-index: -1;
  border: 1px solid rgba(224, 189, 118, 0.13);
  border-radius: 46% 54% 48% 52%;
  box-shadow: 0 0 0 56px rgba(224, 189, 118, 0.025), 0 0 0 112px rgba(224, 189, 118, 0.015);
  content: "";
}

.command-board {
  position: absolute;
  inset: 64px 34px 72px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 48px 34px 38px;
  border: 1px solid rgba(224, 189, 118, 0.36);
  border-radius: 36px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 31%, rgba(209, 159, 67, 0.19), transparent 31%),
    linear-gradient(150deg, #19140f, #070707 72%);
  background-size: 42px 42px, 42px 42px, auto, auto;
  box-shadow: 0 48px 120px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.035) inset;
  color: #f7f2e9;
  text-align: center;
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.command-board::after {
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(224, 189, 118, 0.14);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(224, 189, 118, 0.035), 0 0 0 84px rgba(224, 189, 118, 0.02);
  content: "";
}

.command-top {
  position: absolute;
  inset: 21px 24px auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #766e65;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.command-emblem {
  display: grid;
  width: 124px;
  height: 124px;
  margin-bottom: 22px;
  place-items: center;
  border: 1px solid rgba(224, 189, 118, 0.52);
  border-radius: 50%;
  box-shadow: 0 0 80px rgba(183, 138, 61, 0.27), 0 0 0 16px rgba(224, 189, 118, 0.025);
}

.command-emblem img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}

.command-board > p {
  margin-bottom: 12px;
  color: var(--gold-light);
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.command-board h2 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(2.25rem, 4vw, 3.65rem);
  letter-spacing: -0.065em;
  line-height: 0.98;
}

.command-line {
  display: flex;
  gap: 22px;
  margin-top: 38px;
  color: #756d64;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.command-chip {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 174px;
  padding: 13px 16px;
  border: 1px solid rgba(224, 189, 118, 0.3);
  border-radius: 17px;
  background: rgba(9, 9, 9, 0.86);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
  color: #c8beb2;
  backdrop-filter: blur(14px);
}

.command-chip strong {
  color: var(--gold-light);
  font-size: 1.05rem;
}

.command-chip span {
  font-size: 0.55rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  line-height: 1.45;
}

.command-chip-one {
  top: 22px;
  left: -14px;
}

.command-chip-two {
  top: 154px;
  right: -22px;
}

.command-chip-three {
  bottom: 19px;
  left: 12px;
}

.hero-command .brand-seal {
  right: -3px;
  bottom: 34px;
  min-width: 145px;
  justify-content: center;
  padding: 14px 18px;
}

.video-poster::after {
  background:
    linear-gradient(110deg, rgba(7, 7, 7, 0.15) 0%, rgba(7, 7, 7, 0.26) 46%, rgba(7, 7, 7, 0.7) 100%),
    linear-gradient(180deg, rgba(7, 7, 7, 0.06) 0%, rgba(7, 7, 7, 0.18) 38%, rgba(7, 7, 7, 0.94) 100%);
}

.video-poster .poster-logo {
  width: 92px;
  height: 92px;
  margin-bottom: 4px;
  background: #050505;
}

.video-poster p {
  color: #ead49f;
}

.video-poster strong {
  max-width: 490px;
  text-shadow: 0 4px 30px rgba(0, 0, 0, 0.9);
}

.play-button {
  border-color: #e3bf76;
  background: linear-gradient(135deg, #f0d48f, #c7953d);
  color: #090909;
  box-shadow: 0 18px 50px rgba(183, 138, 61, 0.36);
}

.play-button span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: #090909;
  color: #f0cf84;
}

.case-gallery {
  min-height: 710px;
  background:
    radial-gradient(circle at 50% 45%, rgba(200, 151, 61, 0.15), transparent 40%),
    linear-gradient(145deg, #18130e, #080808 70%);
}

.case-gallery::before {
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(224, 189, 118, 0.12);
  border-radius: 23px;
  content: "";
}

.case-slide {
  inset: 26px;
  width: calc(100% - 52px);
  height: calc(100% - 52px);
  overflow: hidden;
  border: 1px solid rgba(224, 189, 118, 0.18);
  border-radius: 20px;
  background: #080808;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
}

.case-slide img {
  width: 100%;
  height: 100%;
  border-radius: 19px;
  object-fit: contain;
  object-position: center;
}

.mock-main {
  position: relative;
  min-width: 0;
  overflow: hidden;
  padding-right: 112px;
}

.mock-headline {
  display: grid;
  max-width: 100%;
  font-size: clamp(2rem, 3.5vw, 3.35rem) !important;
}

.mock-headline span,
.mock-headline em {
  display: block;
  white-space: nowrap;
}

.phone-mockup {
  z-index: 4;
}

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

.testimonial-card {
  min-height: 680px;
}

.proof-thumb,
.proof-thumb-tall {
  display: grid;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 4 / 3;
  margin-top: auto;
  padding: 12px;
  place-items: center;
  border-color: rgba(224, 189, 118, 0.22);
  background: #080b10;
}

.proof-thumb img,
.proof-thumb-tall img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
}

.about {
  padding: 130px 0;
  overflow: hidden;
}

.expert-grid {
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
}

.expert-identity {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 570px;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  padding: 54px 34px;
  border: 1px solid rgba(224, 189, 118, 0.34);
  border-radius: 38px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 50% 34%, rgba(202, 151, 57, 0.2), transparent 30%),
    #090909;
  background-size: 44px 44px, 44px 44px, auto, auto;
  box-shadow: var(--shadow-deep);
  color: #f7f2e9;
  text-align: center;
}

.expert-identity::before,
.expert-identity::after {
  position: absolute;
  border: 1px solid rgba(224, 189, 118, 0.13);
  border-radius: 50%;
  content: "";
}

.expert-identity::before {
  width: 430px;
  height: 430px;
}

.expert-identity::after {
  width: 330px;
  height: 330px;
}

.expert-logo {
  position: relative;
  z-index: 2;
  display: grid;
  width: 180px;
  height: 180px;
  margin-bottom: 34px;
  place-items: center;
  border: 1px solid rgba(224, 189, 118, 0.52);
  border-radius: 50%;
  background: #050505;
  box-shadow: 0 0 90px rgba(183, 138, 61, 0.26);
}

.expert-logo img {
  width: 166px;
  height: 166px;
  border-radius: 50%;
}

.expert-identity p,
.expert-identity strong,
.expert-identity span {
  position: relative;
  z-index: 2;
}

.expert-identity p {
  margin-bottom: 6px;
  color: var(--gold-light);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.expert-identity strong {
  margin-bottom: 30px;
  color: #a69c90;
  font-size: 0.6rem;
  letter-spacing: 0.17em;
}

.expert-identity span {
  color: #766e65;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 2;
}

.expert-grid .about-copy {
  padding-bottom: 0;
}

.whatsapp-float {
  border-color: #e5c276;
  background: linear-gradient(135deg, #f0d48f 0%, #cf9f45 62%, #a87527 100%);
  color: #080706;
  box-shadow: 0 18px 52px rgba(183, 138, 61, 0.35);
}

.whatsapp-float span {
  border: 1px solid rgba(239, 207, 139, 0.38);
  background: #080706;
  color: #f0cf84;
}

.whatsapp-float span img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

@supports (content-visibility: auto) {
  .video-intro,
  .perception,
  .services,
  .cases,
  .landing-pages,
  .process,
  .plans,
  .testimonials,
  .about,
  .faq,
  .final-cta {
    content-visibility: auto;
    contain-intrinsic-size: auto 900px;
  }
}

@media (max-width: 1080px) {
  .command-board {
    inset-inline: 22px;
  }

  .command-chip-two {
    right: -5px;
  }
}

@media (max-width: 820px) {
  .desktop-social {
    display: none;
  }

  .hero-command {
    min-height: 560px;
  }

  .command-board {
    inset: 55px 32px 62px;
  }

  .case-panel {
    min-height: 0;
  }

  .case-gallery {
    min-height: 0;
    aspect-ratio: 3 / 4;
  }

  .case-slide {
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }

  .testimonial-grid,
  .expert-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: auto;
  }

  .proof-thumb,
  .proof-thumb-tall {
    margin-top: 28px;
  }

  .expert-grid {
    gap: 44px;
  }

  .expert-identity {
    min-height: 490px;
  }

  .about {
    padding: 95px 0;
  }

  .site-header.is-scrolled,
  .command-chip,
  .hero-command .brand-seal {
    backdrop-filter: none;
  }
}

@media (max-width: 540px) {
  .hero-command {
    min-height: 485px;
  }

  .command-board {
    inset: 48px 14px 56px;
    padding: 48px 20px 30px;
    border-radius: 27px;
    transform: none;
  }

  .command-top {
    inset-inline: 17px;
    font-size: 0.43rem;
  }

  .command-emblem {
    width: 92px;
    height: 92px;
    margin-bottom: 18px;
  }

  .command-emblem img {
    width: 84px;
    height: 84px;
  }

  .command-board h2 {
    font-size: clamp(2rem, 10vw, 2.65rem);
  }

  .command-line {
    gap: 10px;
    margin-top: 27px;
    font-size: 0.42rem;
  }

  .command-chip {
    min-width: 140px;
    padding: 9px 11px;
  }

  .command-chip span {
    font-size: 0.46rem;
  }

  .command-chip-one {
    top: 9px;
    left: 0;
  }

  .command-chip-two {
    top: 115px;
    right: -2px;
  }

  .command-chip-three {
    bottom: 8px;
    left: 3px;
  }

  .hero-command .brand-seal {
    right: 1px;
    bottom: 14px;
    min-width: 120px;
    padding: 10px 12px;
  }

  .video-poster {
    padding: 24px;
  }

  .video-poster .poster-logo {
    width: 76px;
    height: 76px;
  }

  .video-poster strong {
    font-size: 1.65rem;
  }

  .mock-main {
    padding: 52px 76px 45px 17px;
  }

  .mock-headline {
    font-size: clamp(1.65rem, 8.8vw, 2.25rem) !important;
  }

  .phone-mockup {
    right: -7px;
    width: 118px;
  }

  .testimonial-card {
    padding: 26px;
  }

  .proof-thumb,
  .proof-thumb-tall {
    padding: 8px;
  }

  .expert-identity {
    min-height: 440px;
    padding: 44px 22px;
    border-radius: 28px;
  }

  .expert-logo {
    width: 145px;
    height: 145px;
  }

  .expert-logo img {
    width: 133px;
    height: 133px;
  }

  .expert-identity p {
    font-size: 1rem;
  }

  .about {
    padding: 78px 0;
  }

  .section-cta-row .button {
    width: 100%;
  }
}

/* Travas de cascata da versão 2.4 */
.video-frame {
  min-height: 0;
  aspect-ratio: 1 / 1;
}

.video-poster.video-poster-custom {
  padding: 0;
  background: #080706;
}

.video-poster.video-poster-custom .video-poster-photo {
  filter: none;
  object-fit: cover;
  object-position: center;
}

@media (max-width: 540px) {
  .video-frame {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .video-poster.video-poster-custom {
    padding: 0;
  }
}

/* Gold Box 2.5: prova social preservada e detalhes editoriais */
.check-list li::before,
.plan-card li::before {
  top: 0.72em;
  left: 2px;
  width: 13px;
  height: 1px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  content: "";
  font-size: 0;
}

.feedback-archive {
  margin-top: 28px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid rgba(224, 189, 118, 0.2);
  border-radius: 32px;
  background:
    linear-gradient(90deg, rgba(224, 189, 118, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(224, 189, 118, 0.03) 1px, transparent 1px),
    linear-gradient(145deg, #15120f, #070707 76%);
  background-size: 48px 48px, 48px 48px, auto;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.24);
  color: #f7f2e9;
}

.feedback-archive-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.feedback-archive-heading .eyebrow {
  margin-bottom: 10px;
  color: #b9aa99;
}

.feedback-archive-heading h3 {
  margin: 0;
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  letter-spacing: -0.045em;
}

.feedback-controls {
  display: flex;
  gap: 8px;
}

.feedback-controls button {
  display: grid;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(224, 189, 118, 0.34);
  border-radius: 50%;
  background: #0b0a09;
  color: var(--gold-light);
  cursor: pointer;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.feedback-controls button:hover {
  border-color: var(--gold-light);
  background: #1c1712;
  transform: translateY(-2px);
}

.feedback-rail {
  display: grid;
  grid-auto-columns: clamp(230px, 23vw, 285px);
  grid-auto-flow: column;
  gap: 14px;
  padding: 2px 1px 14px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(224, 189, 118, 0.42) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}

.feedback-proof {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  background: #0c0c0c;
  scroll-snap-align: start;
}

.feedback-proof > button {
  display: block;
  width: 100%;
  height: 390px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: #090909;
  cursor: zoom-in;
}

.feedback-proof img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 500ms ease, filter 500ms ease;
}

.feedback-proof > button:hover img {
  filter: brightness(1.06);
  transform: scale(1.018);
}

.feedback-proof > div {
  display: grid;
  gap: 3px;
  min-height: 78px;
  padding: 16px;
}

.feedback-proof strong {
  color: #f7f2e9;
  font-size: 0.72rem;
}

.feedback-proof span {
  color: #8f867c;
  font-size: 0.6rem;
}

.feedback-count {
  margin: 18px 0 0;
  color: #81776e;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}

@media (max-width: 820px) {
  .feedback-archive {
    padding: 24px;
    border-radius: 26px;
  }

  .feedback-archive-heading {
    align-items: flex-start;
  }

  .feedback-rail {
    grid-auto-columns: min(74vw, 280px);
  }
}

@media (max-width: 540px) {
  .feedback-archive {
    margin-inline: -5px;
    padding: 20px 14px;
    border-radius: 22px;
  }

  .feedback-archive-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 17px;
  }

  .feedback-controls {
    align-self: flex-end;
  }

  .feedback-rail {
    grid-auto-columns: min(80vw, 270px);
  }

  .feedback-proof > button {
    height: 380px;
  }

  .feedback-count {
    text-align: left;
  }
}

/* Gold Box 2.6: estabilidade visual e enquadramento mobile */
.check-list li,
.plan-card li {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  align-items: start;
  gap: 10px;
  padding-left: 0;
}

.check-list li::before,
.plan-card li::before {
  position: static;
  display: block;
  width: 14px;
  height: 1px;
  margin-top: 0.72em;
}

@media (max-width: 820px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-command {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    width: 100%;
    max-width: 570px;
    min-height: 0;
    padding-top: 8px;
  }

  .hero-command::before {
    inset: 20px 8px 18px;
  }

  .command-board {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    width: 100%;
    min-height: 500px;
    transform: none;
  }

  .command-chip,
  .command-chip-one,
  .command-chip-two,
  .command-chip-three {
    position: relative;
    inset: auto;
    width: 100%;
    min-width: 0;
  }

  .hero-command .brand-seal {
    position: relative;
    inset: auto;
    grid-column: 1 / -1;
    justify-self: center;
  }

  .cases {
    content-visibility: visible;
    contain-intrinsic-size: none;
  }

  .case-panel,
  .case-panel-reverse {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .case-panel-reverse .case-copy,
  .case-panel-reverse .case-gallery {
    order: initial;
  }

  .case-gallery {
    position: relative;
    display: block;
    width: 100%;
    min-height: 0;
    flex: 0 0 auto;
    aspect-ratio: 760 / 1013;
  }

  .case-slide {
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
  }

  .case-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
}

@media (max-width: 540px) {
  .hero-command {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .command-board {
    min-height: 440px;
    padding: 50px 22px 34px;
  }

  .command-chip {
    justify-content: flex-start;
    padding: 12px 16px;
  }

  .command-chip span {
    font-size: 0.54rem;
  }

  .hero-command .brand-seal {
    width: 100%;
    min-width: 0;
  }

  .case-copy {
    padding: 30px 23px 34px;
  }

  .case-gallery {
    min-height: 0;
    aspect-ratio: 760 / 1013;
  }
}

/* Gold Box 3.0: novos serviços e acabamento premium */
body::after {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
  content: "";
}

.services-grid {
  align-items: stretch;
}

.service-card {
  min-height: 390px;
  box-shadow: 0 22px 64px rgba(0, 0, 0, 0.16);
}

.service-card::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 88% 4%, rgba(237, 210, 149, 0.18), transparent 34%),
    linear-gradient(145deg, rgba(183, 138, 61, 0.1), transparent 54%);
  content: "";
  transition: opacity var(--transition);
}

.service-card:hover::before,
.service-card:focus-within::before,
.service-card-featured::before {
  opacity: 1;
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card .service-number {
  position: absolute;
  z-index: 2;
}

.service-card-featured {
  border-color: rgba(224, 189, 118, 0.25);
  background: linear-gradient(145deg, rgba(204, 167, 95, 0.11), rgba(255, 255, 255, 0.018));
  box-shadow: 0 28px 76px rgba(0, 0, 0, 0.24), 0 0 0 1px rgba(224, 189, 118, 0.035) inset;
}

.service-list {
  display: grid;
  gap: 8px;
  margin: 0 0 28px;
  padding: 0;
  color: #c5bbb0;
  font-size: 0.8rem;
  list-style: none;
}

.service-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.service-list li::before {
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 0 16px rgba(224, 189, 118, 0.45);
  content: "";
}

.service-card a {
  margin-top: auto;
}

.services-note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 20px;
  padding: 24px 28px;
  border: 1px solid rgba(224, 189, 118, 0.2);
  border-radius: 22px;
  background:
    radial-gradient(circle at 8% 50%, rgba(224, 189, 118, 0.13), transparent 30%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018));
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.services-note strong {
  color: var(--gold-light);
  font-size: 1rem;
}

.services-note span {
  color: #bdb3a8;
  font-size: 0.88rem;
  text-align: right;
}

:root[data-theme="light"] body::after {
  opacity: 0.018;
  mix-blend-mode: multiply;
}

:root[data-theme="light"] .service-list,
:root[data-theme="light"] .services-note span {
  color: #675d53;
}

:root[data-theme="light"] .service-card,
:root[data-theme="light"] .service-card-featured {
  box-shadow: 0 24px 68px rgba(44, 30, 18, 0.1);
}

@media (max-width: 1080px) and (min-width: 821px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .service-card {
    min-height: 340px;
  }

  .services-note {
    align-items: flex-start;
    flex-direction: column;
  }

  .services-note span {
    text-align: left;
  }
}

@media (max-width: 540px) {
  body::after {
    opacity: 0.018;
  }

  .service-card {
    min-height: 0;
  }

  .service-card h3 {
    font-size: 1.35rem;
  }

  .service-card p,
  .service-list,
  .services-note span {
    font-size: 0.86rem;
  }

  .services-note {
    padding: 22px;
  }
}

.error-page {
  display: grid;
  min-height: 100svh;
  padding: 32px;
  place-items: center;
  text-align: center;
}

.error-card {
  max-width: 720px;
}

.error-logo {
  margin: 0 auto 28px;
  border-radius: 50%;
}

.error-eyebrow,
.error-actions {
  justify-content: center;
}

.error-card h1 {
  margin-bottom: 22px;
  font-size: clamp(3rem, 8vw, 6rem);
  letter-spacing: -0.07em;
  line-height: 1;
}

.error-copy {
  max-width: 580px;
  margin: 0 auto 30px;
  color: var(--muted);
}

@media (max-width: 540px) {
  .error-page {
    padding: 24px;
  }

  .error-actions .button {
    width: 100%;
  }
}
