:root {
  --ink: #17141a;
  --ink-2: #211c24;
  --paper: #f2f3f5;
  --paper-2: #e8eaed;
  --surface: #ffffff;
  --line: rgba(23, 20, 26, 0.18);
  --light-line: rgba(255, 255, 255, 0.18);
  --purple: #6d2b8c;
  --purple-2: #8b47a8;
  --purple-3: #4b1b61;
  --muted: #6d676e;
  --white: #fffdf9;
  --shadow: none;
  --shadow-dark: none;
  --radius: 0;
  --container: 1180px;
}

body {
  color: var(--ink);
  background: var(--paper);
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  line-height: 1.62;
}

.container { width: min(calc(100% - 56px), var(--container)); }
::selection { color: var(--white); background: var(--purple); }

.site-header {
  color: var(--ink);
  background: rgba(242, 243, 245, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.nav-wrap { min-height: 76px; gap: 34px; }
.brand { gap: 11px; color: var(--ink); font-size: 19px; letter-spacing: -0.04em; }
.brand img { width: 33px; height: 33px; filter: none; }
.brand b { color: var(--purple); }
.main-nav { gap: 30px; }
.main-nav a { color: #5c565e; font-size: 12px; font-weight: 700; letter-spacing: 0.025em; }
.main-nav a:hover { color: var(--ink); }
.main-nav a::after { bottom: -9px; height: 1px; background: var(--purple); }

.button {
  min-height: 52px;
  padding: 0 22px;
  gap: 18px;
  border: 1px solid var(--ink);
  border-radius: 0;
  color: var(--white);
  background: var(--ink);
  box-shadow: none;
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.button:hover {
  color: var(--white);
  background: var(--purple-3);
  border-color: var(--purple-3);
  box-shadow: none;
  filter: none;
  transform: translateY(-2px);
}

.button-small { min-height: 42px; padding: 0 17px; border-radius: 0; font-size: 11px; }
.button:focus-visible, .text-link:focus-visible, .main-nav a:focus-visible, .brand:focus-visible, .floating-cta:focus-visible {
  outline: 2px solid var(--purple);
  outline-offset: 4px;
}

.hero {
  min-height: 760px;
  padding: 154px 0 92px;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(242, 243, 245, 0.99) 0%, rgba(242, 243, 245, 0.95) 48%, rgba(242, 243, 245, 0.76) 69%, rgba(242, 243, 245, 0.46) 100%),
    url("assets/hero-negocios-v2.webp") center / cover no-repeat;
}

.hero::before {
  inset: 76px max(28px, calc((100vw - var(--container)) / 2)) 0;
  opacity: 1;
  background-image: linear-gradient(90deg, transparent calc(50% - .5px), var(--line) calc(50% - .5px), var(--line) calc(50% + .5px), transparent calc(50% + .5px));
  background-size: 100% 100%;
  mask-image: linear-gradient(to bottom, transparent, black 12%, black 88%, transparent);
}

.hero::after {
  content: "REVLOXY / ASSESSORIA DE RECEITA";
  top: auto;
  right: max(28px, calc((100vw - var(--container)) / 2));
  bottom: 28px;
  width: auto;
  height: auto;
  color: #817a82;
  background: none;
  opacity: 1;
  filter: none;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.hero-glow { display: none; }
.hero-grid { grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr); gap: 82px; }
.hero-copy { padding-right: 24px; }

.eyebrow {
  gap: 12px;
  margin-bottom: 28px;
  color: var(--purple);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.eyebrow span { width: 26px; background: currentColor; box-shadow: none; }
.eyebrow.dark { color: var(--purple); }
.hero h1, h2 { letter-spacing: -0.048em; line-height: 1.02; }

.hero h1 {
  max-width: 790px;
  margin-bottom: 30px;
  font-size: clamp(50px, 5.6vw, 78px);
  font-weight: 600;
}

em {
  color: var(--purple);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-style: italic;
}

.hero h1 em { color: var(--purple); text-shadow: none; }
.hero-text { max-width: 620px; margin-bottom: 38px; color: #5f5961; font-size: 18px; line-height: 1.65; }
.hero-actions { gap: 26px; }
.text-link { color: var(--ink); border-bottom-color: var(--line); font-size: 13px; font-weight: 700; }
.text-link span { color: var(--purple); }

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  max-width: 720px;
  margin-top: 50px;
  border-top: 1px solid var(--line);
}

.hero-points li {
  padding: 16px 18px 0 0;
  border: 0;
  border-radius: 0;
  color: #6b656c;
  background: transparent;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0;
  text-transform: none;
}

.hero-points li + li { padding-left: 18px; border-left: 1px solid var(--line); }
.hero-points li::before { width: 4px; height: 4px; margin-right: 8px; background: var(--purple); box-shadow: none; }

.operation-card-simple {
  display: grid;
  min-height: 410px;
  padding: 42px 0 42px 50px;
  align-content: center;
  border: 0;
  border-left: 1px solid var(--line);
  border-radius: 0;
  background: linear-gradient(90deg, rgba(242, 243, 245, 0.78), rgba(242, 243, 245, 0.56));
  box-shadow: none;
  backdrop-filter: blur(2px);
}

.operation-card-simple::before { display: none; }
.operation-card-simple::after {
  content: "";
  position: absolute;
  top: 42px;
  left: 50px;
  width: 44px;
  height: 2px;
  background: var(--purple);
  filter: none;
}

.operation-kicker { margin: 0 0 54px; color: #6b656c; font-size: 9px; font-weight: 800; letter-spacing: 0.16em; }
.cycle-simple { display: flex; align-items: flex-end; gap: 12px; }
.cycle-simple strong { color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(94px, 9vw, 132px); font-weight: 400; letter-spacing: -0.08em; line-height: 0.78; }
.cycle-simple span { padding-bottom: 10px; color: var(--purple); font-size: 12px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.operation-statement { max-width: 320px; margin: 36px 0 0; color: #625c63; font-size: 15px; line-height: 1.65; }

.section { padding: 112px 0; }
.section-number {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
  color: var(--purple);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.section-number::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.section-heading { max-width: 860px; margin-bottom: 62px; }
.section-heading h2, .split-heading h2, .intelligence-copy h2 { font-size: clamp(42px, 5vw, 66px); font-weight: 570; }
.section-heading > p:last-child, .split-heading > p, .intelligence-copy > p:last-child { max-width: 650px; color: var(--muted); font-size: 16px; line-height: 1.7; }

.problem { background: var(--surface); }
.problem::before { display: none; }
.journey-grid, .method-grid, .timeline-grid, .segment-grid { gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.journey-card, .method-card, .timeline-card, .segment-card {
  border: 0;
  border-right: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transition: background 0.2s ease;
}

.journey-card:last-child, .method-card:last-child, .timeline-card:last-child, .segment-card:last-child { border-right: 0; }
.journey-card { min-height: 280px; padding: 34px 30px 32px; }
.journey-card:hover, .method-card:hover, .timeline-card:hover, .segment-card:hover { transform: none; border-color: var(--line); background: rgba(109, 43, 140, 0.035); box-shadow: none; }
.journey-card::after { top: -1px; right: auto; bottom: auto; left: 30px; width: 42px; height: 2px; background: var(--purple); }
.journey-index { top: 31px; right: 30px; color: rgba(23, 20, 26, 0.26); font-size: 11px; font-weight: 700; letter-spacing: 0.08em; }
.micro-label { margin-bottom: 58px; color: var(--purple); font-size: 9px; font-weight: 800; letter-spacing: 0.15em; }
.journey-card h3, .method-card h3, .diff-card h3, .timeline-card h3, .segment-card h3 { margin-bottom: 12px; font-size: 23px; font-weight: 600; letter-spacing: -0.035em; }
.journey-card > p:last-child, .method-card > p:last-child, .timeline-card > p:last-child, .segment-card > p:last-child { color: var(--muted); font-size: 14px; line-height: 1.65; }
.accent-card { color: var(--ink); border-color: var(--line); background: transparent; box-shadow: none; }
.accent-card::before { display: none; }
.accent-card .journey-index { color: rgba(23, 20, 26, 0.26); }
.accent-card > p:last-child { color: var(--muted); }

.method-section { background: var(--paper-2); }
.method-section::after { display: none; }
.split-heading { grid-template-columns: 1.1fr 0.9fr; gap: 78px; margin-bottom: 58px; }
.method-card { min-height: 320px; padding: 34px 30px 32px; }
.method-card::after { display: none; }
.method-card > span { margin-bottom: 80px; color: var(--purple); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.method-card .micro-label { margin-bottom: 10px; }

.impact-panel {
  grid-template-columns: 1.05fr 0.95fr auto;
  gap: 42px;
  margin-top: 28px;
  padding: 36px 0;
  border: 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  box-shadow: none;
}
.impact-panel::before, .impact-panel::after { display: none; }
.impact-copy .micro-label { margin-bottom: 12px; color: var(--purple); }
.impact-copy h3 { max-width: 500px; font-size: 25px; line-height: 1.24; }
.impact-panel > p { color: var(--muted); font-size: 14px; line-height: 1.65; }
.impact-tags { gap: 5px; }
.impact-tags span { padding: 6px 10px; border-color: var(--line); border-radius: 0; color: #625c63; background: transparent; font-size: 9px; font-weight: 700; }

.differentiators { color: var(--white); background: var(--ink-2); }
.differentiators::before { display: none; }
.differentiators .section-number, .differentiators .eyebrow { color: #caa8d8; }
.section-heading.light > p:last-child { color: rgba(255, 253, 249, 0.62); }
.diff-grid { gap: 0; border-top: 1px solid var(--light-line); border-left: 1px solid var(--light-line); }
.diff-card { min-height: 260px; padding: 34px; border: 0; border-right: 1px solid var(--light-line); border-bottom: 1px solid var(--light-line); border-radius: 0; background: transparent; }
.diff-card:hover { transform: none; border-color: var(--light-line); background: rgba(255, 255, 255, 0.025); }
.diff-card > span { top: 31px; right: 32px; color: rgba(255, 255, 255, 0.35); font-size: 10px; }
.icon-box { display: none; }
.diff-card h3 { max-width: 440px; margin-top: 70px; }
.diff-card p { max-width: 470px; color: rgba(255, 253, 249, 0.58); font-size: 14px; line-height: 1.65; }

.timeline-section { background: var(--surface); }
.timeline-card { min-height: 300px; padding: 30px 26px; }
.timeline-card::before { height: 2px; background: var(--purple); transform: scaleX(0.18); }
.timeline-card > span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 0.13em; }
.timeline-card > strong { margin: 48px 0 50px; color: var(--purple); background: none; font-family: Georgia, "Times New Roman", serif; font-size: 48px; font-weight: 400; }

.delivery { background: var(--paper); }
.delivery-list { gap: 0; border-top: 1px solid var(--line); }
.delivery-item {
  grid-template-columns: 70px 0.85fr 1.15fr;
  gap: 34px;
  min-height: 112px;
  padding: 0 6px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  transition: background 0.2s ease;
}
.delivery-item:hover { transform: none; border-color: var(--line); background: rgba(255, 255, 255, 0.5); box-shadow: none; }
.delivery-item span { display: block; width: auto; height: auto; border: 0; border-radius: 0; color: var(--purple); background: transparent; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.delivery-item h3 { font-size: 20px; font-weight: 600; }
.delivery-item p { font-size: 14px; line-height: 1.65; }

.intelligence { color: var(--ink); background: var(--paper-2); }
.intelligence::before { display: none; }
.intelligence-grid { grid-template-columns: 0.82fr 1.18fr; gap: 80px; }
.intelligence-copy .eyebrow, .intelligence-copy .section-number { color: var(--purple); }
.intelligence-copy > p:last-child { color: var(--muted); }
.metrics-panel { padding: 0; border-color: var(--line); border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.metrics-head { min-height: 64px; padding: 0 22px; border-bottom-color: var(--line); color: var(--muted); font-size: 9px; font-weight: 800; }
.status i { width: 5px; height: 5px; background: var(--purple); box-shadow: none; }
.metrics-grid article { min-height: 180px; padding: 25px 22px; border-color: var(--line) !important; }
.metrics-grid article > span { margin-bottom: 36px; color: var(--purple); font-size: 10px; }
.metrics-grid strong { color: var(--ink); font-size: 19px; }
.metrics-grid p { color: var(--muted); font-size: 13px; line-height: 1.55; }

.segments { background: var(--surface); }
.segment-card { min-height: 230px; padding: 30px 26px; }
.segment-card::after { top: 29px; right: 26px; color: rgba(109, 43, 140, 0.55); font-size: 14px; }
.segment-card > span { margin-bottom: 68px; color: var(--purple); font-size: 10px; }

.final-cta { padding: 104px 0; color: var(--white); background: var(--purple-3); }
.final-cta::before {
  top: 0;
  right: 10%;
  width: 1px;
  height: 100%;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 170px 0 0 rgba(255, 255, 255, 0.08), 340px 0 0 rgba(255, 255, 255, 0.04);
}
.final-cta::after { display: none; }
.final-cta-grid { grid-template-columns: 1.12fr 0.88fr; gap: 80px; }
.final-cta .eyebrow { color: #dfc9e8; }
.final-cta h2 { font-size: clamp(42px, 5vw, 64px); font-weight: 570; line-height: 1.03; }
.final-cta-grid > div:last-child > p { color: rgba(255, 253, 249, 0.72); font-size: 15px; line-height: 1.7; }
.button-light { border-color: var(--white); color: var(--ink); background: var(--white); }
.button-light:hover { border-color: var(--ink); background: var(--ink); }
.final-cta small { margin-top: 18px; color: rgba(255, 253, 249, 0.6); font-size: 9px; font-weight: 650; letter-spacing: 0.06em; }

footer { padding: 68px 0 26px; color: rgba(255, 253, 249, 0.58); background: #151217; }
.footer-grid { grid-template-columns: 1.25fr 0.62fr 0.72fr 0.95fr; gap: 48px; padding-bottom: 54px; }
.footer-brand { color: var(--white); }
.footer-brand img { filter: none; }
.footer-grid p { font-size: 13px; }
.footer-label { margin-bottom: 14px; color: rgba(255, 253, 249, 0.35); font-size: 9px; font-weight: 800; letter-spacing: 0.13em; }
.footer-bottom { font-size: 11px; }
.instagram-link { display: inline-flex; align-items: center; gap: 10px; color: rgba(255, 253, 249, 0.76); font-size: 13px; font-weight: 650; }
.instagram-link svg { width: 20px; height: 20px; fill: none; stroke: #caa8d8; stroke-width: 1.8; }
.instagram-link svg circle:last-child { fill: #caa8d8; stroke: none; }

.floating-cta {
  right: 16px;
  bottom: 16px;
  width: 58px;
  height: 58px;
  justify-content: center;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  color: white;
  background: #247a54;
  box-shadow: 0 12px 30px rgba(36, 122, 84, 0.28);
}
.floating-cta::before {
  content: "";
  position: absolute;
  inset: -1px;
  border: 1px solid rgba(36, 122, 84, 0.55);
  border-radius: 50%;
  animation: whatsapp-pulse 2.1s ease-out infinite;
  pointer-events: none;
}
.floating-cta:hover { color: white; background: #1c6846; box-shadow: 0 16px 36px rgba(36, 122, 84, 0.34); }
.whatsapp-icon { display: grid; place-items: center; width: 100%; height: 100%; border-radius: 50%; background: transparent; }
.whatsapp-icon::before { display: none; }
.whatsapp-icon svg { width: 27px; height: 27px; fill: white; }
@keyframes whatsapp-pulse {
  0% { opacity: 0.72; transform: scale(1); }
  75%, 100% { opacity: 0; transform: scale(1.48); }
}

.reveal { opacity: 0; filter: none; transform: translateY(12px); transition: opacity 0.5s ease, transform 0.5s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.journey-card:nth-child(n), .method-card:nth-child(n), .timeline-card:nth-child(n), .segment-card:nth-child(n) { transition-delay: 0s; }

@media (hover: hover) and (pointer: fine) {
  .journey-card:hover, .method-card:hover, .timeline-card:hover, .segment-card:hover, .diff-card:hover, .delivery-item:hover, .metrics-grid article:hover { transform: none; box-shadow: none; }
}

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero::before { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 54px; }
  .operation-card-simple { max-width: 650px; min-height: 320px; padding-left: 36px; }
  .operation-card-simple::after { left: 36px; }
  .split-heading, .intelligence-grid, .final-cta-grid { grid-template-columns: 1fr; gap: 30px; }
  .journey-grid, .method-grid { grid-template-columns: 1fr; }
  .journey-card, .method-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .journey-card:last-child, .method-card:last-child { border-bottom: 0; }
  .method-card > span { margin-bottom: 44px; }
  .impact-panel { grid-template-columns: 1fr 1fr; }
  .impact-tags { grid-column: 1 / 3; flex-direction: row; }
  .timeline-grid, .segment-grid { grid-template-columns: 1fr 1fr; }
  .timeline-card:nth-child(2), .segment-card:nth-child(2) { border-right: 0; }
  .timeline-card:nth-child(-n+2), .segment-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px; }
  .footer-grid > div:first-child { grid-column: 1 / 3; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .nav-wrap { min-height: 68px; }
  .menu-toggle { border: 1px solid var(--line); border-radius: 0; background: transparent; }
  .menu-toggle span:not(.sr-only) { background: var(--ink); }
  .main-nav { border-bottom: 1px solid var(--line); background: rgba(242, 243, 245, 0.99); box-shadow: 0 18px 40px rgba(23, 20, 26, 0.08); }
  .main-nav a { color: var(--ink); border-bottom-color: var(--line); }
  .hero {
    padding: 122px 0 72px;
    background:
      linear-gradient(180deg, rgba(242, 243, 245, 0.98) 0%, rgba(242, 243, 245, 0.94) 56%, rgba(242, 243, 245, 0.82) 100%),
      url("assets/hero-negocios-v2.webp") 72% center / cover no-repeat;
  }
  .hero::after { right: 16px; bottom: 18px; font-size: 8px; }
  .hero h1 { font-size: clamp(36px, 10.5vw, 48px); }
  .hero-text { font-size: 16px; }
  .hero-actions { gap: 18px; }
  .hero-points { grid-template-columns: 1fr; }
  .hero-points li { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .hero-points li + li { padding-left: 0; border-left: 0; }
  .operation-card-simple { min-height: 280px; padding: 44px 0 24px 24px; }
  .operation-card-simple::after { top: 34px; left: 24px; }
  .operation-kicker { margin-bottom: 44px; }
  .cycle-simple strong { font-size: 104px; }
  .section { padding: 80px 0; }
  .section-heading { margin-bottom: 44px; }
  .section-heading h2, .split-heading h2, .intelligence-copy h2 { font-size: clamp(38px, 11.8vw, 52px); }
  .journey-card, .method-card { padding: 28px 22px; }
  .micro-label { margin-bottom: 42px; }
  .impact-panel { grid-template-columns: 1fr; gap: 22px; padding: 28px 0; }
  .impact-tags { grid-column: auto; flex-wrap: wrap; }
  .diff-grid, .timeline-grid, .segment-grid { grid-template-columns: 1fr; }
  .diff-card, .timeline-card, .segment-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .diff-card { border-color: var(--light-line); }
  .diff-card:last-child, .timeline-card:last-child, .segment-card:last-child { border-bottom: 0; }
  .timeline-card:nth-child(-n+2), .segment-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .delivery-item { grid-template-columns: 42px 1fr; gap: 12px; padding: 24px 4px; }
  .delivery-item p { grid-column: 2; }
  .metrics-head { align-items: flex-start; flex-direction: column; justify-content: center; }
  .metrics-grid { grid-template-columns: 1fr; }
  .metrics-grid article { min-height: 0; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .metrics-grid article:last-child { border-bottom: 0 !important; }
  .final-cta { padding: 78px 0; }
  .final-cta h2 { font-size: clamp(38px, 11.8vw, 52px); }
  .final-cta::before { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-grid > div:first-child { grid-column: auto; }
}

@media (max-width: 420px) {
  .floating-cta { right: 12px; bottom: 12px; width: 54px; height: 54px; }
}

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