/* Home Customizzei — scoped redesign (não altera landings) */
@charset "utf-8";

:root {
  --ink: #15202b;
  --slate: #2c3e50;
  --steel: #0e6a96;
  --accent: #e85a0c;
  --accent-hover: #c94b08;
  --paper: #eef2f5;
  --mist: #d8e0e8;
  --white: #ffffff;
  --muted: #5a6a7a;
  --line: rgba(21, 32, 43, 0.12);
  --font-display: "Outfit", sans-serif;
  --font-body: "Public Sans", sans-serif;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --header-h: 4.25rem;
  --header-offset: 0px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.home {
  margin: 0;
  font-family: var(--font-body);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

body.home a {
  color: inherit;
  text-decoration: none;
}

body.home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.home-wrap {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

/* —— Skip link —— */
.home-skip {
  position: absolute;
  left: 1rem;
  top: 0;
  z-index: 200;
  padding: 0.65rem 1rem;
  background: var(--ink);
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  transform: translateY(-120%);
  transition: transform 0.2s ease;
}

.home-skip:focus {
  transform: translateY(0.75rem);
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

/* —— Header —— */
.home-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--header-h);
}

.home-header__shell {
  position: relative;
  height: 100%;
  background: #ffffff;
  border-bottom: 1px solid rgba(21, 32, 43, 0.1);
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
}

.home-header__shell::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: var(--accent);
  opacity: 0.45;
  pointer-events: none;
}

.home-header.is-scrolled .home-header__shell {
  background: rgba(255, 255, 255, 0.92);
  border-bottom-color: rgba(232, 90, 12, 0.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.home-header__inner {
  width: min(1120px, calc(100% - 2.5rem));
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.home-brand {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 0.65rem;
}

.home-brand::before {
  content: "";
  width: 2px;
  height: 1rem;
  background: var(--accent);
  flex-shrink: 0;
}

.home-brand img {
  height: 2rem;
  width: auto;
  filter: none !important;
}

.home-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  min-width: 0;
  flex: 1;
}

.home-nav__links {
  display: flex;
  align-items: center;
  gap: 0.05rem;
}

.home-nav__links a {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.5rem 0.55rem;
  color: #3d4a57 !important;
  -webkit-text-fill-color: #3d4a57;
  transition: color 0.2s ease;
}

.home-nav__links a::after {
  content: "";
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 0.15rem;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-nav__links a:hover {
  color: var(--accent) !important;
  -webkit-text-fill-color: var(--accent);
}

.home-nav__links a[aria-current="true"],
.home-nav__links a[aria-current="page"] {
  color: #15202b !important;
  -webkit-text-fill-color: #15202b;
  font-weight: 600;
}

.home-nav__links a[aria-current="true"]::after,
.home-nav__links a[aria-current="page"]::after,
.home-nav__links a:hover::after {
  transform: scaleX(1);
}

.home-nav__extra {
  display: none;
}

.home-nav__drawer-actions {
  display: none;
}

.home-header__tools {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  padding-left: 1rem;
  border-left: 1px solid rgba(232, 90, 12, 0.28);
}

.home-nav__contact {
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  color: #3d4a57 !important;
  -webkit-text-fill-color: #3d4a57;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.home-nav__contact:hover {
  color: var(--accent) !important;
  -webkit-text-fill-color: var(--accent);
}

.home-nav__cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.45rem;
  padding: 0 1.1rem;
  background: var(--accent);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}

.home-nav__cta:hover {
  background: var(--accent-hover);
}

.home-nav__wa {
  display: inline-flex;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--accent) !important;
  -webkit-text-fill-color: var(--accent);
  border-bottom: 1px solid rgba(232, 90, 12, 0.4);
  padding-bottom: 0.1rem;
}

.home-nav-toggle {
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 2;
}

.home-nav-toggle span {
  display: block;
  width: 1.25rem;
  height: 1.5px;
  background: #15202b;
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
  transform-origin: center;
}

.home-nav-toggle:hover span {
  background: var(--accent);
}

.home-header.is-open .home-nav-toggle span {
  background: var(--accent);
}

.home-header.is-open .home-nav-toggle span:first-child {
  transform: translateY(3.75px) rotate(45deg);
}

.home-header.is-open .home-nav-toggle span:last-child {
  transform: translateY(-3.75px) rotate(-45deg);
}

/* Focus rings */
.home-nav__links a:focus-visible,
.home-nav__contact:focus-visible,
.home-nav__cta:focus-visible,
.home-nav__wa:focus-visible,
.home-brand:focus-visible,
.home-nav-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

body.home-nav-open .home-wa {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-nav__links a::after,
  .home-header__shell,
  .home-nav-toggle span,
  .home-skip {
    transition: none;
  }
}

@media (max-width: 1040px) {
  .home-nav__links a {
    padding: 0.5rem 0.55rem;
    font-size: 0.8125rem;
  }
}

@media (max-width: 900px) {
  .home-header,
  .home-header__shell,
  .home-header.is-scrolled .home-header__shell,
  .home-header.is-open .home-header__shell {
    background: #ffffff;
  }

  .home-header.is-scrolled .home-header__shell {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-bottom-color: rgba(21, 32, 43, 0.12);
  }

  .home-header__tools {
    padding-left: 0;
    border-left: 0;
    gap: 0.55rem;
  }

  .home-nav__contact--bar {
    display: none;
  }

  .home-nav-toggle {
    display: flex;
  }

  .home-nav {
    position: fixed;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    gap: 2rem;
    padding: 5.5rem 1.75rem 2.5rem;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    flex: none;
  }

  .home-nav.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .home-nav__links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
  }

  .home-nav__links a {
    font-family: var(--font-display);
    font-size: clamp(1.55rem, 6.5vw, 2.05rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #15202b !important;
    -webkit-text-fill-color: #15202b;
    padding: 0.35rem 0 0.35rem 0.85rem;
    border-left: 3px solid transparent;
  }

  .home-nav__links a::after {
    display: none;
  }

  .home-nav__links a:hover,
  .home-nav__links a[aria-current="true"],
  .home-nav__links a[aria-current="page"] {
    color: var(--accent) !important;
    -webkit-text-fill-color: var(--accent);
    border-left-color: var(--accent);
  }

  .home-nav__extra {
    display: block;
  }

  .home-nav__drawer-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.85rem;
  }

  .home-nav__drawer-actions .home-nav__contact {
    display: block;
    font-size: 1rem;
  }

  .home-nav__cta {
    min-height: 2.6rem;
    padding: 0 1rem;
    font-size: 0.8125rem;
  }
}

/* —— Hero (full-bleed) —— */
.home-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  background: #101820;
}

.home-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-hero__base {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(145deg, #0c1219 0%, #152433 42%, #1a3348 72%, #123048 100%);
}

.home-hero__blueprint {
  position: absolute;
  inset: 0;
  opacity: 0.35;
  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: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 70% at 70% 45%, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 70% 45%, #000 20%, transparent 75%);
}

.home-hero__codebg {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 3rem;
  padding: 6rem 2rem 2rem 42%;
  opacity: 0.12;
  overflow: hidden;
  font-family: Consolas, "SF Mono", "Cascadia Code", ui-monospace, monospace;
  pointer-events: none;
}

.home-hero__codebg-col {
  margin: 0;
  color: #9ec9e0;
  font-size: clamp(0.7rem, 1.1vw, 0.85rem);
  line-height: 1.7;
  white-space: pre;
  animation: home-code-drift 22s linear infinite;
}

.home-hero__codebg-col--2 {
  color: #e8b48a;
  animation-duration: 28s;
  animation-direction: reverse;
  margin-top: 4rem;
}

.home-hero__codebg-col--3 {
  color: #8fbfa8;
  animation-duration: 24s;
  margin-top: 2rem;
}

.home-hero__braces {
  position: absolute;
  right: 4%;
  top: 18%;
  display: flex;
  gap: min(28vw, 340px);
  font-family: var(--font-display);
  font-size: clamp(7rem, 18vw, 14rem);
  font-weight: 700;
  line-height: 0.8;
  color: rgba(255, 255, 255, 0.045);
  letter-spacing: -0.06em;
  user-select: none;
  z-index: 0;
}

.home-hero__system {
  position: absolute;
  top: 8%;
  right: -2%;
  width: min(58vw, 720px);
  height: min(78vh, 640px);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.home-hero__wires {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
}

.home-hero__wire {
  fill: none;
  stroke: rgba(168, 198, 216, 0.35);
  stroke-width: 1.25;
  stroke-dasharray: 6 8;
  animation: home-wire-flow 8s linear infinite;
}

.home-hero__wire--delay {
  animation-delay: -3.5s;
  stroke: rgba(232, 90, 12, 0.35);
}

.home-hero__node {
  fill: rgba(168, 198, 216, 0.75);
  animation: home-node-pulse 3.2s ease-in-out infinite;
}

.home-hero__node--accent {
  fill: rgba(232, 90, 12, 0.85);
  animation-delay: -1.2s;
}

.home-hero__modules {
  position: absolute;
  inset: 0;
}

.home-mod {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.home-mod::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.7rem;
  right: 0.7rem;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
}

.home-mod::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  left: 0.7rem;
  width: 42%;
  height: 2px;
  background: rgba(255, 255, 255, 0.08);
}

.home-mod--code::before,
.home-mod--terminal::before,
.home-mod--config::before,
.home-mod--api::before,
.home-mod--cursor::before,
.home-mod--puzzle::before,
.home-mod--code::after,
.home-mod--terminal::after,
.home-mod--config::after,
.home-mod--api::after,
.home-mod--cursor::after,
.home-mod--puzzle::after {
  display: none;
}

.home-mod--core {
  top: 22%;
  left: 28%;
  width: 38%;
  height: 34%;
  background: rgba(16, 113, 161, 0.18);
  border-color: rgba(120, 180, 210, 0.4);
  animation: home-mod-float 7s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.home-mod__bars {
  position: absolute;
  inset: 1rem 1rem 1rem 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.45rem;
}

.home-mod__bars span {
  display: block;
  height: 3px;
  background: rgba(158, 201, 224, 0.35);
}

.home-mod__bars span:nth-child(1) { width: 88%; }
.home-mod__bars span:nth-child(2) { width: 64%; background: rgba(232, 90, 12, 0.45); }
.home-mod__bars span:nth-child(3) { width: 76%; }
.home-mod__bars span:nth-child(4) { width: 52%; }
.home-mod__bars span:nth-child(5) { width: 70%; background: rgba(143, 191, 168, 0.45); }

.home-mod--a {
  top: 8%;
  left: 8%;
  width: 26%;
  height: 22%;
  animation: home-mod-float 8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -1.2s;
}

.home-mod--terminal {
  background: rgba(8, 14, 20, 0.55);
  border-color: rgba(255, 255, 255, 0.18);
}

.home-mod__term {
  display: flex;
  gap: 0.3rem;
  padding: 0.55rem 0.65rem 0;
}

.home-mod__term i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.home-mod__term i:first-child { background: rgba(232, 90, 12, 0.7); }

.home-mod__lines {
  padding: 0.55rem 0.65rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.home-mod__lines span {
  display: block;
  height: 2px;
  background: rgba(143, 191, 168, 0.4);
}

.home-mod__lines span:nth-child(1) { width: 78%; }
.home-mod__lines span:nth-child(2) { width: 55%; animation: home-line-blink 1.4s steps(1) infinite; }
.home-mod__lines span:nth-child(3) { width: 66%; }

.home-mod--b {
  top: 10%;
  right: 10%;
  width: 30%;
  height: 24%;
  animation: home-mod-float 6.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -2s;
}

.home-mod--config {
  padding: 1.1rem 0.9rem;
  display: flex;
  align-items: center;
}

.home-mod__toggles {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-mod__toggles span {
  position: relative;
  display: block;
  height: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.home-mod__toggles span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.home-mod__toggles span.on::after {
  left: auto;
  right: 4px;
  background: rgba(232, 90, 12, 0.85);
  border-color: rgba(232, 90, 12, 0.9);
}

.home-mod--c {
  bottom: 18%;
  left: 10%;
  width: 24%;
  height: 28%;
  animation: home-mod-float 7.5s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -0.6s;
}

.home-mod--d {
  bottom: 12%;
  left: 42%;
  width: 28%;
  height: 22%;
  animation: home-mod-float 9s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -3s;
}

.home-mod--api {
  padding: 1rem 0.85rem;
  display: flex;
  align-items: flex-end;
}

.home-mod__tags {
  display: flex;
  gap: 0.4rem;
  width: 100%;
}

.home-mod__tags span {
  flex: 1;
  height: 1.35rem;
  border: 1px solid rgba(120, 180, 210, 0.35);
  background: rgba(16, 113, 161, 0.15);
}

.home-mod__tags span:last-child {
  border-color: rgba(232, 90, 12, 0.4);
  background: rgba(232, 90, 12, 0.12);
  flex: 0.7;
}

.home-mod--e {
  top: 42%;
  right: 6%;
  width: 22%;
  height: 18%;
  animation: home-mod-float 6.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -4s;
}

.home-mod--accent {
  bottom: 28%;
  right: 18%;
  width: 20%;
  height: 16%;
  border-color: rgba(232, 90, 12, 0.55);
  background: rgba(232, 90, 12, 0.12);
  animation: home-mod-float 5.8s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -1.8s;
}

.home-mod--puzzle {
  clip-path: polygon(0 0, 100% 0, 100% 38%, 88% 38%, 88% 62%, 100% 62%, 100% 100%, 0 100%, 0 62%, 12% 62%, 12% 38%, 0 38%);
}

.home-mod--f {
  top: 58%;
  left: 22%;
  width: 16%;
  height: 12%;
  animation: home-mod-float 7.2s cubic-bezier(0.22, 1, 0.36, 1) infinite;
  animation-delay: -2.5s;
}

.home-mod--cursor {
  background: rgba(255, 255, 255, 0.04);
}

.home-mod__caret {
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 2px;
  height: 0.9rem;
  margin-top: -0.45rem;
  background: rgba(232, 90, 12, 0.9);
  animation: home-caret 1s steps(1) infinite;
}

.home-hero__symbols {
  position: absolute;
  inset: 0;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(158, 201, 224, 0.35);
  letter-spacing: 0.04em;
  pointer-events: none;
}

.home-hero__symbols span {
  position: absolute;
  animation: home-mod-float 10s cubic-bezier(0.22, 1, 0.36, 1) infinite;
}

.home-hero__symbols span:nth-child(1) { top: 4%; left: 48%; }
.home-hero__symbols span:nth-child(2) { top: 36%; left: 2%; color: rgba(232, 90, 12, 0.4); animation-delay: -2s; }
.home-hero__symbols span:nth-child(3) { bottom: 6%; right: 8%; animation-delay: -4s; }
.home-hero__symbols span:nth-child(4) { top: 70%; left: 55%; color: rgba(143, 191, 168, 0.45); animation-delay: -1s; }

.home-hero__wash {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    radial-gradient(ellipse 50% 55% at 72% 42%, rgba(14, 106, 150, 0.22), transparent 70%),
    linear-gradient(105deg, rgba(12, 18, 25, 0.92) 0%, rgba(12, 18, 25, 0.55) 40%, rgba(12, 18, 25, 0.15) 62%, transparent 78%),
    linear-gradient(to top, rgba(12, 18, 25, 0.75) 0%, transparent 38%);
}

.home-hero__grain {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.14;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.home-hero__content {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 2.5rem));
  margin: 0 auto;
  padding: calc(var(--header-h) + var(--header-offset) + 3.5rem) 0 5.5rem;
  max-width: 38rem;
  margin-left: max(calc((100% - min(1120px, calc(100% - 2.5rem))) / 2), 1.25rem);
}

.home-hero [data-hero-item] {
  animation: home-rise 0.85s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.home-hero [data-hero-item]:nth-child(1) { animation-delay: 0.05s; }
.home-hero [data-hero-item]:nth-child(2) { animation-delay: 0.12s; }
.home-hero [data-hero-item]:nth-child(3) { animation-delay: 0.18s; }
.home-hero [data-hero-item]:nth-child(4) { animation-delay: 0.24s; }
.home-hero [data-hero-item]:nth-child(5) { animation-delay: 0.3s; }

.home-hero__brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(3.15rem, 9vw, 5.35rem);
  line-height: 0.9;
  letter-spacing: -0.045em;
  margin: 0 0 1.5rem;
  color: var(--white);
  text-wrap: balance;
}

.home-hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.4rem, 3vw, 1.95rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 1.1rem;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.94);
  text-wrap: balance;
}

.home-hero h1 .home-hl {
  color: #ff8a4c;
  font-weight: 700;
}

.home-hero__lead {
  margin: 0 0 1.85rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 38ch;
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1.15rem;
}

.home-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.75rem 1.5rem;
  background: var(--accent);
  color: var(--white) !important;
  font-weight: 600;
  font-size: 0.9375rem;
  border: 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s var(--ease);
}

.home-cta--hero {
  min-height: 3.15rem;
  padding-inline: 1.35rem 1.15rem;
}

.home-cta--hero:hover {
  background: var(--accent-hover);
  transform: translateY(-2px);
}

.home-cta--hero:hover .home-cta__arrow {
  transform: translateX(4px);
}

.home-cta--hero:active {
  transform: translateY(0);
}

.home-cta__arrow {
  transition: transform 0.25s var(--ease);
  flex-shrink: 0;
}

.home-cta:hover {
  background: var(--accent-hover);
  transform: translateY(-1px);
}

.home-cta--ghost {
  background: transparent;
  color: var(--ink) !important;
  border: 1px solid var(--ink);
}

.home-cta--ghost:hover {
  background: var(--ink);
  color: var(--white) !important;
}

.home-cta--on-dark.home-cta--ghost {
  color: var(--white) !important;
  border-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.04);
}

.home-cta--on-dark.home-cta--ghost:hover {
  background: var(--white);
  color: var(--ink) !important;
  border-color: var(--white);
}

.home-hero__assurance {
  margin: 0;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}

.home-hero__scroll {
  position: absolute;
  right: max(1.25rem, calc((100% - min(1120px, calc(100% - 2.5rem))) / 2));
  bottom: 1.75rem;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  transition: color 0.2s ease;
}

.home-hero__scroll:hover {
  color: var(--white);
}

.home-hero__scroll-line {
  display: block;
  width: 1px;
  height: 2.75rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.55), transparent);
  transform-origin: top;
  animation: home-scroll-line 1.8s var(--ease) infinite;
}

@keyframes home-rise {
  from {
    transform: translateY(1.1rem);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes home-mod-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes home-wire-flow {
  to { stroke-dashoffset: -56; }
}

@keyframes home-code-drift {
  from { transform: translateY(0); }
  to { transform: translateY(-48px); }
}

@keyframes home-node-pulse {
  0%, 100% { opacity: 0.45; }
  50% { opacity: 1; }
}

@keyframes home-line-blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0.25; }
}

@keyframes home-caret {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes home-scroll-line {
  0%, 100% { transform: scaleY(0.55); opacity: 0.45; }
  50% { transform: scaleY(1); opacity: 1; }
}

@media (max-width: 900px) {
  .home-hero__system {
    width: 70vw;
    opacity: 0.55;
    right: -8%;
  }
}

@media (max-width: 700px) {
  .home-hero__system {
    width: 95%;
    height: 55%;
    top: auto;
    bottom: 0;
    right: 0;
    opacity: 0.4;
  }

  .home-hero__codebg,
  .home-hero__braces,
  .home-hero__symbols {
    display: none;
  }

  .home-hero__wash {
    background:
      linear-gradient(to top, rgba(12, 18, 25, 0.96) 0%, rgba(12, 18, 25, 0.78) 45%, rgba(12, 18, 25, 0.45) 100%),
      radial-gradient(ellipse 80% 50% at 50% 80%, rgba(14, 106, 150, 0.2), transparent 70%);
  }

  .home-hero__content {
    max-width: none;
    margin-left: auto;
    padding-bottom: 4.5rem;
  }

  .home-hero__scroll {
    display: none;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__actions .home-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero [data-hero-item],
  .home-mod,
  .home-hero__wire,
  .home-hero__scroll-line,
  .home-hero__codebg-col,
  .home-hero__node,
  .home-mod__lines span,
  .home-mod__caret,
  .home-hero__symbols span {
    animation: none !important;
  }
}

/* —— Sections —— */
.home-section {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
}

.home-section--paper {
  background: var(--paper);
}

.home-section--white {
  background: var(--white);
}

.home-section--ink {
  background: var(--ink);
  color: var(--white);
}

.home-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--steel);
  margin: 0 0 0.9rem;
}

.home-kicker::before {
  content: "";
  width: 1.35rem;
  height: 2px;
  background: var(--accent);
  flex-shrink: 0;
}

.home-section--ink .home-kicker {
  color: rgba(255, 255, 255, 0.58);
}

.home-section--ink .home-kicker::before {
  background: #ff8a4c;
}

.home-section h2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.9rem, 4vw, 2.75rem);
  line-height: 1.08;
  letter-spacing: -0.038em;
  margin: 0 0 1.1rem;
  max-width: 16ch;
  color: var(--ink);
  text-wrap: balance;
}

.home-section--ink h2 {
  color: var(--white);
}

.home-section h2 .home-hl {
  color: var(--accent);
  font-weight: 700;
}

.home-section--ink h2 .home-hl {
  color: #ff8a4c;
}

.home-section__lead {
  margin: 0;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.6;
}

.home-section--ink .home-section__lead {
  color: rgba(255, 255, 255, 0.72);
}

/* Headlines de cards / itens */
.home-audiences__item h3,
.home-caps__item h3,
.home-flow__body h3 {
  font-family: var(--font-display);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-wrap: balance;
}

/* —— Proposta —— */
.home-proposta {
  position: relative;
  overflow: hidden;
}

.home-proposta__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(2.5rem, 6vw, 4.5rem);
  align-items: center;
}

.home-proposta__copy h2 {
  max-width: 16ch;
}

.home-proposta__points {
  list-style: none;
  margin: 2rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.home-proposta__points li {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1rem;
  padding: 1.15rem 0;
  border-bottom: 1px solid var(--line);
}

.home-proposta__code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--steel);
  letter-spacing: 0.04em;
  padding-top: 0.15rem;
}

.home-proposta__points strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.0625rem;
  font-weight: 700;
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.5;
}

.home-proposta__stage {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  align-items: stretch;
  min-height: 22rem;
}

.home-proposta__panel {
  border: 1px solid var(--line);
  background: var(--white);
  padding: 1.1rem 1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-proposta__panel--generic {
  background: #f3f5f7;
  opacity: 0.92;
}

.home-proposta__panel--custom {
  border-color: rgba(14, 106, 150, 0.35);
  background: linear-gradient(160deg, #15202b 0%, #1a3348 100%);
  color: #fff;
}

.home-proposta__panel-label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-proposta__panel--custom .home-proposta__panel-label {
  color: rgba(255, 255, 255, 0.55);
}

.home-proposta__stack {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  flex: 1;
  justify-content: center;
}

.home-proposta__stack span {
  display: block;
  height: 2.1rem;
  background: rgba(21, 32, 43, 0.08);
  border: 1px solid rgba(21, 32, 43, 0.1);
}

.home-proposta__stack span:nth-child(2) { width: 92%; }
.home-proposta__stack span:nth-child(3) { width: 84%; }
.home-proposta__stack span:nth-child(4) { width: 76%; opacity: 0.7; }

.home-proposta__mosaic {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 1fr 0.7fr 1fr;
  gap: 0.4rem;
  flex: 1;
  min-height: 8.5rem;
}

.home-proposta__mosaic span {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.home-proposta__mosaic .m1 {
  grid-row: 1 / 3;
  background: rgba(14, 106, 150, 0.28);
  border-color: rgba(120, 180, 210, 0.4);
}

.home-proposta__mosaic .m2 {
  background: rgba(232, 90, 12, 0.22);
  border-color: rgba(232, 90, 12, 0.45);
}

.home-proposta__mosaic .m3 {
  grid-column: 2;
  grid-row: 2 / 4;
  background: rgba(143, 191, 168, 0.18);
  border-color: rgba(143, 191, 168, 0.4);
}

.home-proposta__mosaic .m4 {
  background: rgba(255, 255, 255, 0.06);
}

.home-proposta__mosaic .m5 {
  background: rgba(255, 255, 255, 0.04);
}

.home-proposta__snippet {
  margin: 0;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.68rem;
  line-height: 1.55;
  color: var(--muted);
  white-space: pre;
}

.home-proposta__snippet--accent {
  color: rgba(158, 201, 224, 0.85);
}

.home-proposta__transform {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  min-width: 3.5rem;
}

.home-proposta__transform-line {
  width: 1px;
  flex: 1;
  max-height: 4rem;
  background: linear-gradient(to bottom, transparent, var(--accent), transparent);
}

.home-proposta__transform-mark {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
  writing-mode: horizontal-tb;
}

@media (max-width: 900px) {
  .home-proposta__grid {
    grid-template-columns: 1fr;
  }

  .home-proposta__stage {
    min-height: 0;
    order: -1;
  }
}

@media (max-width: 560px) {
  .home-proposta__stage {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .home-proposta__transform {
    flex-direction: row;
    min-width: 0;
    padding: 0.35rem 0;
  }

  .home-proposta__transform-line {
    width: 2.5rem;
    height: 1px;
    max-height: none;
    background: linear-gradient(to right, transparent, var(--accent), transparent);
  }
}


/* —— Para quem é —— */
.home-audiences__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.home-audiences__head h2 {
  max-width: 16ch;
  margin-bottom: 0;
}

.home-audiences__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-audiences__item {
  display: block;
  padding: 1.6rem 1.4rem 1.6rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: inherit;
  transition: background 0.25s ease;
}

.home-audiences__item:nth-child(2n) {
  padding-left: 1.4rem;
  padding-right: 0;
  border-right: 0;
}

.home-audiences__item:hover {
  background: rgba(255, 255, 255, 0.03);
}

.home-audiences__item code {
  display: inline-block;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(158, 201, 224, 0.75);
  letter-spacing: 0.02em;
  margin-bottom: 0.65rem;
}

.home-audiences__item:nth-child(2) code { color: rgba(232, 90, 12, 0.85); }
.home-audiences__item:nth-child(3) code { color: rgba(143, 191, 168, 0.85); }
.home-audiences__item:nth-child(4) code { color: rgba(232, 180, 120, 0.9); }

.home-audiences__item h3 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
  color: #fff;
}

.home-audiences__item p {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 34ch;
}

.home-audiences__go {
  font-size: 0.8125rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.02em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.home-audiences__item:hover .home-audiences__go {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 800px) {
  .home-audiences__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .home-audiences__list {
    grid-template-columns: 1fr;
  }

  .home-audiences__item,
  .home-audiences__item:nth-child(2n) {
    padding: 1.4rem 0;
    border-right: 0;
  }
}

/* —— Por que customizado (interativo) —— */
.home-why__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.home-why__head h2 {
  max-width: 16ch;
  margin-bottom: 0;
}

.home-why__shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 0;
  border: 1px solid var(--line);
  background: #fff;
  overflow: hidden;
}

.home-why__rail {
  display: flex;
  flex-direction: column;
  background: #f4f7fa;
  border-right: 1px solid var(--line);
}

.home-why__tab {
  appearance: none;
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
  gap: 0.85rem;
  width: 100%;
  margin: 0;
  padding: 1.05rem 1.2rem;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.home-why__tab:last-child {
  border-bottom: 0;
}

.home-why__tab:hover {
  color: var(--ink);
  background: rgba(21, 32, 43, 0.03);
}

.home-why__tab.is-active {
  color: var(--ink);
  background: #fff;
  box-shadow: inset 3px 0 0 var(--accent);
}

.home-why__idx {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--steel);
}

.home-why__tab.is-active .home-why__idx {
  color: var(--accent);
}

.home-why__panel {
  padding: clamp(1.5rem, 3.5vw, 2.35rem);
  transition: opacity 0.2s ease;
}

.home-why__panel.is-switching {
  opacity: 0.35;
}

.home-why__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.home-why__meta code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--steel);
  letter-spacing: 0.02em;
}

.home-why__count {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.04em;
}

.home-why__panel h3 {
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.8vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.032em;
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: var(--ink);
  text-wrap: balance;
  max-width: 22ch;
}

.home-why__lead {
  margin: 0 0 1.5rem;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.55;
  max-width: 46ch;
}

.home-why__compare {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 0.75rem;
  margin-bottom: 1.35rem;
  align-items: stretch;
}

.home-why__side {
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  min-height: 100%;
}

.home-why__side--generic {
  background: #f7f8fa;
}

.home-why__side--customized {
  background: rgba(232, 90, 12, 0.06);
  border-color: rgba(232, 90, 12, 0.28);
}

.home-why__side--custom {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  background: transparent;
}

.home-why__arrow {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent);
}

.home-why__side-label {
  display: block;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.55rem;
}

.home-why__side--customized .home-why__side-label {
  color: var(--accent);
}

.home-why__side p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--ink);
}

.home-why__impact {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.55rem 0.85rem;
  margin: 0 0 1.5rem;
  padding: 0.85rem 0 0;
  border-top: 1px solid var(--line);
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--ink);
}

.home-why__impact > span {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-why__impact strong {
  font-weight: 600;
}

.home-why__nav {
  display: flex;
  gap: 0.5rem;
}

.home-why__nav-btn {
  appearance: none;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 600;
  padding: 0.6rem 1rem;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.home-why__nav-btn:hover {
  border-color: var(--ink);
}

.home-why__nav-btn--next {
  background: var(--ink);
  border-color: var(--ink);
  color: #fff;
}

.home-why__nav-btn--next:hover {
  background: var(--slate);
  border-color: var(--slate);
}

@media (max-width: 900px) {
  .home-why__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-why__shell {
    grid-template-columns: 1fr;
  }

  .home-why__rail {
    flex-direction: row;
    overflow-x: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
    -webkit-overflow-scrolling: touch;
  }

  .home-why__tab {
    flex: 0 0 auto;
    grid-template-columns: auto;
    gap: 0.35rem;
    padding: 0.85rem 1rem;
    border-bottom: 0;
    border-right: 1px solid var(--line);
    white-space: nowrap;
  }

  .home-why__tab.is-active {
    box-shadow: inset 0 -3px 0 var(--accent);
  }

  .home-why__tab-label {
    font-size: 0.8125rem;
  }
}

@media (max-width: 700px) {
  .home-why__compare {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .home-why__side--custom {
    display: none;
  }
}

/* —— Processos de venda (interativo) —— */
.home-processx__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2rem;
}

.home-processx__head h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.home-processx__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}

.home-processx__tab {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding: 0.65rem 1rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-processx__tab:hover {
  color: var(--ink);
  background: rgba(21, 32, 43, 0.04);
}

.home-processx__tab.is-active {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.home-processx__panel {
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(1.35rem, 3vw, 2rem);
  transition: opacity 0.25s ease;
}

.home-processx__panel.is-switching {
  opacity: 0.45;
}

.home-processx__intro {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--line);
}

.home-processx__intro code {
  display: inline-block;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
}

.home-processx__intro p {
  margin: 0;
  max-width: 44rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.5;
}

.home-processx__grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(1.5rem, 4vw, 2.75rem);
  margin-bottom: 1.75rem;
}

.home-processx__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
  margin: 0 0 1rem;
}

.home-processx__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: pxstep;
}

.home-processx__steps li {
  position: relative;
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.85rem;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
  counter-increment: pxstep;
}

.home-processx__steps li:last-child {
  border-bottom: 0;
}

.home-processx__steps li::before {
  content: counter(pxstep, decimal-leading-zero);
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  padding-top: 0.15rem;
}

.home-processx__steps strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 0.2rem;
  letter-spacing: -0.01em;
}

.home-processx__steps span {
  display: block;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-processx__adapt {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-processx__adapt li {
  display: grid;
  grid-template-columns: 0.65rem 1fr;
  gap: 0.75rem;
  align-items: start;
  padding: 0.7rem 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 0.95rem;
  line-height: 1.45;
}

.home-processx__adapt li:last-child {
  border-bottom: 0;
}

.home-processx__adapt li::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.45rem;
  background: var(--steel);
}

.home-processx__adapt li em {
  font-style: normal;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--steel);
  display: block;
  margin-bottom: 0.15rem;
}

.home-processx__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.home-processx__foot p {
  margin: 0;
  max-width: 36rem;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .home-processx__head {
    grid-template-columns: 1fr;
  }

  .home-processx__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .home-processx__tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home-processx__tab {
    text-align: center;
  }

  .home-processx__foot .home-cta {
    width: 100%;
    justify-content: center;
  }
}

/* —— Capacidades —— */
.home-caps__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.5rem;
}

.home-caps__head h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.home-caps__head .home-section__lead {
  max-width: 34rem;
}

.home-caps__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}

.home-caps__item {
  padding: 1.5rem 1.35rem 1.5rem 0;
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.home-caps__item:nth-child(2n) {
  padding-left: 1.35rem;
  padding-right: 0;
  border-right: 0;
}

.home-caps__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.home-caps__meta code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--steel);
  letter-spacing: 0.02em;
}

.home-caps__meta span {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  border: 1px solid var(--line);
  padding: 0.2rem 0.45rem;
}

.home-caps__item h3 {
  font-family: var(--font-display);
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.45rem;
  color: var(--ink);
}

.home-caps__item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9375rem;
  line-height: 1.55;
  max-width: 36ch;
}

.home-caps__item--accent {
  background: linear-gradient(180deg, rgba(14, 106, 150, 0.04), transparent 70%);
}

.home-caps__item--accent .home-caps__meta span {
  color: var(--accent);
  border-color: rgba(232, 90, 12, 0.35);
}

.home-caps__item--accent .home-caps__meta code {
  color: var(--accent);
}

@media (max-width: 800px) {
  .home-caps__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 640px) {
  .home-caps__list {
    grid-template-columns: 1fr;
  }

  .home-caps__item,
  .home-caps__item:nth-child(2n) {
    padding: 1.35rem 0;
    border-right: 0;
  }
}


/* —— Como funciona (pipeline) —— */
.home-flow__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.75rem;
}

.home-flow__head h2 {
  max-width: 18ch;
  margin-bottom: 0;
}

.home-flow__head .home-section__lead strong {
  color: #fff;
  font-weight: 600;
}

.home-flow__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.home-flow__step {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1.25rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.home-flow__rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 0.35rem;
}

.home-flow__dot {
  width: 0.65rem;
  height: 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: transparent;
  flex-shrink: 0;
}

.home-flow__dot--accent {
  background: var(--accent);
  border-color: var(--accent);
}

.home-flow__line {
  width: 1px;
  flex: 1;
  margin-top: 0.55rem;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.28), rgba(255, 255, 255, 0.05));
  min-height: 2.5rem;
}

.home-flow__step:last-child .home-flow__line {
  display: none;
}

.home-flow__id {
  display: inline-block;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(158, 201, 224, 0.75);
  letter-spacing: 0.02em;
  margin-bottom: 0.55rem;
}

.home-flow__step:nth-child(2) .home-flow__id {
  color: rgba(232, 90, 12, 0.9);
}

.home-flow__body h3 {
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 700;
  letter-spacing: -0.032em;
  margin: 0 0 0.55rem;
  color: #fff;
}

.home-flow__body p {
  margin: 0 0 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.55;
  max-width: 44rem;
}

.home-flow__out {
  display: inline-block;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.01em;
}

@media (max-width: 800px) {
  .home-flow__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}


/* —— CTA band —— */
.home-convert {
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.home-convert__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) auto;
  gap: clamp(1.75rem, 4vw, 3rem);
  align-items: end;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(14, 106, 150, 0.06), transparent 55%),
    var(--white);
}

.home-convert__copy h2 {
  max-width: 18ch;
  margin: 0 0 0.85rem;
}

.home-convert__lead {
  margin: 0 0 1.25rem;
  max-width: 38rem;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.55;
}

.home-convert__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem 1.25rem;
  margin: 0;
  font-size: 0.8125rem;
  color: var(--muted);
}

.home-convert__meta code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.02em;
}

.home-convert__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.65rem;
  min-width: min(100%, 15rem);
}

.home-convert__actions .home-cta {
  width: 100%;
  justify-content: center;
}

@media (max-width: 800px) {
  .home-convert__panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-convert__actions {
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }

  .home-convert__actions .home-cta {
    width: auto;
    flex: 1 1 auto;
  }
}

@media (max-width: 520px) {
  .home-convert__actions {
    flex-direction: column;
  }

  .home-convert__actions .home-cta {
    width: 100%;
  }
}


/* —— Blog —— */
.home-blog__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 2.25rem;
}

.home-blog__head h2 {
  margin: 0;
  max-width: 18ch;
}

.home-link {
  font-weight: 600;
  font-size: 0.9375rem;
  color: var(--steel);
  border-bottom: 1px solid currentColor;
  padding-bottom: 0.1rem;
  transition: color 0.2s ease;
}

.home-link:hover {
  color: var(--accent);
}

.home-blog__loading,
.home-blog__empty {
  margin: 0;
  color: var(--muted);
  text-align: center;
  padding: 2rem 0;
}

.home-blog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
  border-top: 1px solid var(--line);
  padding-top: 1.75rem;
}

.home-blog__item {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-blog__media {
  display: block;
  overflow: hidden;
  background: var(--paper);
  margin-bottom: 0.95rem;
  aspect-ratio: 16 / 10;
}

.home-blog__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.25s ease, transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-blog__item:hover .home-blog__media img {
  opacity: 0.9;
  transform: scale(1.03);
}

.home-blog__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  margin-bottom: 0.55rem;
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.home-blog__meta span:first-child {
  color: var(--steel);
}

.home-blog__title {
  font-family: var(--font-display);
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.home-blog__title a {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink);
  transition: color 0.2s ease;
}

.home-blog__title a:hover {
  color: var(--steel) !important;
  -webkit-text-fill-color: var(--steel);
}

.home-blog__more {
  margin-top: auto;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--accent) !important;
  -webkit-text-fill-color: var(--accent);
  letter-spacing: 0.02em;
  border-bottom: 1px solid transparent;
  align-self: flex-start;
  transition: border-color 0.2s ease;
}

.home-blog__more:hover {
  border-bottom-color: currentColor;
}

@media (max-width: 900px) {
  .home-blog__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 560px) {
  .home-blog__grid {
    grid-template-columns: 1fr;
  }
}


/* —— FAQ —— */
.home-faq__head {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.home-faq__head h2 {
  max-width: 16ch;
  margin-bottom: 0;
}

.home-faq__aside .home-section__lead {
  margin-bottom: 1rem;
}

.home-faq {
  max-width: none;
  border-top: 1px solid var(--line);
}

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

.home-faq summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  grid-template-columns: 4.5rem 1fr auto;
  gap: 1rem;
  align-items: baseline;
  padding: 1.2rem 0;
}

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

.home-faq__id {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--steel);
  letter-spacing: 0.02em;
}

.home-faq__q {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.home-faq summary::after {
  content: "+";
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 1.25rem;
  color: var(--steel);
  line-height: 1;
}

.home-faq details[open] summary::after {
  content: "–";
  color: var(--accent);
}

.home-faq details[open] .home-faq__id {
  color: var(--accent);
}

.home-faq p {
  margin: 0 0 1.25rem;
  padding-left: calc(4.5rem + 1rem);
  color: var(--muted);
  max-width: 42rem;
  font-size: 0.975rem;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .home-faq__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 560px) {
  .home-faq summary {
    grid-template-columns: 1fr auto;
  }

  .home-faq__id {
    grid-column: 1 / -1;
    margin-bottom: -0.35rem;
  }

  .home-faq p {
    padding-left: 0;
  }
}


/* —— Footer —— */
.home-footer {
  background: #0f161e;
  color: rgba(255, 255, 255, 0.72);
  padding: clamp(3rem, 6vw, 4.5rem) 0 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.home-footer__top {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.55fr);
  gap: clamp(2rem, 5vw, 4rem);
  margin-bottom: 2.75rem;
  align-items: start;
}

.home-footer__logo {
  display: inline-flex;
  margin-bottom: 1.1rem;
}

.home-footer__logo img {
  height: 1.85rem;
  width: auto;
  filter: brightness(0) invert(1);
}

.home-footer__brand p {
  margin: 0 0 0.85rem;
  max-width: 32ch;
  font-size: 0.975rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.68);
}

.home-footer__cred {
  margin: 0 0 1.15rem !important;
  font-size: 0.8125rem !important;
  color: rgba(255, 255, 255, 0.45) !important;
  max-width: none !important;
}

.home-footer__social {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.home-footer__social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.75);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.home-footer__social a:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.06);
}

.home-footer__cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.75rem 1.5rem;
}

.home-footer h3 {
  font-family: var(--font-display);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
  margin: 0 0 1rem;
  font-weight: 700;
}

.home-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-footer li + li {
  margin-top: 0.55rem;
}

.home-footer a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9375rem;
  transition: color 0.2s ease;
}

.home-footer a:hover {
  color: #fff;
}

.home-footer__contact li {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.home-footer__contact li + li {
  margin-top: 0.85rem;
}

.home-footer__label {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.home-footer__contact a {
  word-break: break-word;
}

.home-footer__cta {
  display: inline-flex;
  margin-top: 1.35rem;
  padding: 0.7rem 1.05rem;
  background: var(--accent);
  color: #fff !important;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  transition: background 0.2s ease;
}

.home-footer__cta:hover {
  background: var(--accent-hover);
  color: #fff !important;
}

.home-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.45);
}

.home-footer__note {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  color: rgba(232, 90, 12, 0.85);
}

@media (max-width: 900px) {
  .home-footer__top {
    grid-template-columns: 1fr;
  }

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

  .home-footer__cols > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .home-footer__cols {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .home-footer__cols > :last-child {
    grid-column: auto;
  }
}


/* —— WhatsApp float —— */
.home-wa {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #1f9f4e;
  color: var(--white) !important;
  padding: 0.7rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  font-family: var(--font-body);
  transition: background 0.2s ease, transform 0.2s var(--ease), opacity 0.2s ease, visibility 0.2s ease;
}

.home-wa:hover {
  background: #188a42;
  transform: translateY(-2px);
}

.home-wa svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

@media (max-width: 560px) {
  .home-wa span {
    display: none;
  }

  .home-wa {
    padding: 0.85rem;
    border-radius: 0;
  }
}

/* Reveal on scroll */
.home-reveal {
  opacity: 1;
  transform: none;
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.home-reveal.is-in {
  opacity: 1;
  transform: translateY(0);
}

/* —— Páginas internas (ex.: soluções) —— */
.home-kicker--on-dark {
  color: rgba(255, 255, 255, 0.58);
}

.home-kicker--on-dark::before {
  background: #ff8a4c;
}

.home-page-hero {
  position: relative;
  padding: calc(var(--header-h) + 3.5rem) 0 4rem;
  color: #fff;
  overflow: hidden;
  background: #15202b;
}

.home-page-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 85% 20%, rgba(232, 90, 12, 0.18), transparent 55%),
    radial-gradient(ellipse 50% 40% at 10% 80%, rgba(14, 106, 150, 0.12), transparent 50%);
  pointer-events: none;
}

.home-page-hero__content {
  position: relative;
  z-index: 1;
  max-width: 40rem;
}

.home-page-hero__brand {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.4rem, 6vw, 3.75rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  margin: 0 0 1.15rem;
  color: #fff;
}

.home-page-hero h1 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: clamp(1.35rem, 2.8vw, 1.85rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 0 0 1rem;
  max-width: 22ch;
  color: rgba(255, 255, 255, 0.94);
  text-wrap: balance;
}

.home-page-hero h1 .home-hl {
  color: #ff8a4c;
  font-weight: 700;
}

.home-page-hero__lead {
  margin: 0 0 1.75rem;
  font-size: 1.0625rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 42ch;
}

/* Catálogo de soluções */
.home-sol-catalog__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2rem;
}

.home-sol-catalog__head h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.home-sol-catalog__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}

.home-sol-catalog__tab {
  appearance: none;
  border: 1px solid transparent;
  background: transparent;
  color: var(--muted);
  font-family: var(--font-body);
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.65rem 1rem;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.home-sol-catalog__tab:hover {
  color: var(--ink);
  background: rgba(21, 32, 43, 0.04);
}

.home-sol-catalog__tab.is-active {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
  box-shadow: inset 0 -2px 0 var(--accent);
}

.home-sol-catalog__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.home-sol-card {
  background: #fff;
  padding: 1.5rem 1.35rem;
  transition: background 0.2s ease;
}

.home-sol-card.is-hidden,
.home-sol-card[hidden] {
  display: none;
}

.home-sol-card:hover {
  background: #fafbfc;
}

.home-sol-card--accent {
  background: rgba(232, 90, 12, 0.04);
}

.home-sol-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.home-sol-card__meta code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--steel);
}

.home-sol-card__meta span {
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.home-sol-card h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.45rem;
  color: var(--ink);
}

.home-sol-card p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--muted);
}

.home-sol-why__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.home-sol-why__head h2 {
  max-width: 16ch;
  margin-bottom: 0;
}

.home-sol-why__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 2rem;
}

.home-sol-why__list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding-top: 1.25rem;
  border-top: 1px solid var(--line);
}

.home-sol-why__n {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.04em;
  padding-top: 0.35rem;
}

.home-sol-why__list h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.4rem;
}

.home-sol-why__list p {
  margin: 0;
  color: var(--muted);
  font-size: 0.975rem;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .home-sol-catalog__head,
  .home-sol-why__head {
    grid-template-columns: 1fr;
    align-items: start;
  }

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

@media (max-width: 640px) {
  .home-sol-catalog__grid,
  .home-sol-why__list {
    grid-template-columns: 1fr;
  }

  .home-page-hero {
    padding: calc(var(--header-h) + 2.75rem) 0 3.25rem;
  }
}

/* —— Planos (cards dinâmicos) —— */
.home-plans__head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(1.5rem, 4vw, 3rem);
  align-items: end;
  margin-bottom: 2.25rem;
}

.home-plans__head h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.home-plans__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.25rem;
}

.home-plans__loading,
.home-plans__error {
  grid-column: 1 / -1;
  margin: 0;
  padding: 2rem;
  text-align: center;
  color: var(--muted);
  background: #fff;
  border: 1px solid var(--line);
}

.home-plans__error {
  color: #a33;
}

.home-plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.5rem 1.35rem 1.35rem;
  min-height: 100%;
}

.home-plan-card--featured {
  border-color: rgba(232, 90, 12, 0.45);
  background: #15202b;
  color: #fff;
}

.home-plan-card__badge {
  position: absolute;
  top: 0.85rem;
  right: 0.85rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--accent);
  padding: 0.3rem 0.55rem;
}

.home-plan-card__tag {
  margin: 0 0 0.55rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--steel);
}

.home-plan-card--featured .home-plan-card__tag {
  color: rgba(255, 138, 76, 0.95);
}

.home-plan-card h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 0.5rem;
  color: var(--ink);
}

.home-plan-card--featured h3 {
  color: #fff;
}

.home-plan-card__price {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent);
}

.home-plan-card--featured .home-plan-card__price {
  color: #ff8a4c;
}

.home-plan-card__desc {
  margin: 0 0 1rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: var(--muted);
}

.home-plan-card--featured .home-plan-card__desc {
  color: rgba(255, 255, 255, 0.72);
}

.home-plan-card__base {
  margin: 0 0 1rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--line);
  font-size: 0.8125rem;
  color: var(--muted);
}

.home-plan-card--featured .home-plan-card__base {
  border-bottom-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.65);
}

.home-plan-card__list {
  list-style: none;
  margin: 0 0 1.35rem;
  padding: 0;
  flex: 1;
}

.home-plan-card__list li {
  display: grid;
  grid-template-columns: 1rem 1fr;
  gap: 0.55rem;
  align-items: start;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink);
}

.home-plan-card__list li + li {
  margin-top: 0.55rem;
}

.home-plan-card--featured .home-plan-card__list li {
  color: rgba(255, 255, 255, 0.88);
}

.home-plan-card__check {
  width: 0.55rem;
  height: 0.55rem;
  margin-top: 0.35rem;
  background: var(--accent);
  flex-shrink: 0;
}

.home-plan-card__complex strong {
  display: block;
  font-weight: 600;
}

.home-plan-card__note {
  display: block;
  margin-top: 0.2rem;
  font-size: 0.8125rem;
  color: var(--muted);
}

.home-plan-card--featured .home-plan-card__note {
  color: rgba(255, 255, 255, 0.55);
}

.home-plan-card__cta {
  width: 100%;
  justify-content: center;
}

.home-plan-card__calc {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--steel);
  text-align: center;
}

.home-plan-card--featured .home-plan-card__calc {
  color: #ff8a4c;
}

@media (max-width: 900px) {
  .home-plans__head {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

/* —— Landings de segmento —— */
.home-seg-code {
  margin: 0 0 1.5rem;
}

.home-seg-code code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 138, 76, 0.95);
  letter-spacing: 0.02em;
}

.home-seg-flow__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.5rem, 4vw, 2.5rem);
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(1.35rem, 3vw, 2rem);
}

.home-seg-steps,
.home-seg-adapts {
  list-style: none;
  margin: 0;
  padding: 0;
}

.home-seg-step {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0.85rem;
  align-items: start;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.home-seg-step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-seg-step__n {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
  padding-top: 0.2rem;
}

.home-seg-step strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
  color: var(--ink);
}

.home-seg-step p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--muted);
}

.home-seg-adapt {
  display: grid;
  grid-template-columns: minmax(0, 8.5rem) 1fr;
  gap: 0.75rem;
  align-items: baseline;
  padding: 0.85rem 0;
  border-bottom: 1px solid var(--line);
}

.home-seg-adapt:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.home-seg-adapt code {
  font-family: Consolas, "SF Mono", ui-monospace, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--steel);
}

.home-seg-adapt span {
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink);
}

@media (max-width: 800px) {
  .home-seg-flow__grid {
    grid-template-columns: 1fr;
  }

  .home-seg-adapt {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }
}

/* ——— Blog listing ——— */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.home-blog-page.home-section {
  padding-top: 2.75rem;
  padding-bottom: 4rem;
}

.home-blog-page__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 280px);
  gap: 2.5rem;
  align-items: start;
}

.home-blog-page__main {
  min-width: 0;
}

.home-blog-page__intro {
  margin-bottom: 1.75rem;
  max-width: 40rem;
}

.home-blog-page__intro h2 {
  margin: 0.35rem 0 0.5rem;
  font-family: var(--font-display);
  font-size: clamp(1.55rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--ink);
}

.home-blog-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

.home-blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.home-blog-card:hover {
  border-color: rgba(232, 90, 12, 0.28);
  box-shadow: 0 12px 28px rgba(21, 32, 43, 0.07);
  transform: translateY(-2px);
}

.home-blog-card__media {
  display: block;
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #1a2836, #243447);
  overflow: hidden;
}

.home-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.home-blog-card:hover .home-blog-card__media img {
  transform: scale(1.03);
}

.home-blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.55rem;
  padding: 1.15rem 1.2rem 1.3rem;
}

.home-blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--steel);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.home-blog-card__meta span:first-child {
  color: var(--accent);
}

.home-blog-card__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.home-blog-card__title a {
  color: var(--ink);
  text-decoration: none;
}

.home-blog-card__title a:hover {
  color: var(--accent);
}

.home-blog-card__excerpt {
  margin: 0;
  flex: 1;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--steel);
}

.home-blog-card__more {
  margin-top: 0.35rem;
  align-self: flex-start;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--accent);
  text-decoration: none;
}

.home-blog-card__more:hover {
  text-decoration: underline;
}

.home-blog-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}

.home-blog-pager__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0 1.1rem;
  border-radius: 10px;
  border: 1px solid rgba(21, 32, 43, 0.12);
  background: #fff;
  color: var(--ink);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
}

.home-blog-pager__btn:hover {
  border-color: rgba(232, 90, 12, 0.4);
  color: var(--accent);
}

.home-blog-pager__status {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--steel);
}

.home-blog-page__aside {
  position: sticky;
  top: 5.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home-blog-aside {
  padding: 1.2rem 1.25rem;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 14px;
}

.home-blog-aside h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.home-blog-aside__search {
  display: flex;
  gap: 0.45rem;
}

.home-blog-aside__search input {
  flex: 1;
  min-width: 0;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(21, 32, 43, 0.14);
  border-radius: 10px;
  font: inherit;
  font-size: 0.92rem;
  color: var(--ink);
  background: #fff;
}

.home-blog-aside__search input:focus {
  outline: 2px solid rgba(232, 90, 12, 0.35);
  outline-offset: 1px;
  border-color: rgba(232, 90, 12, 0.45);
}

.home-blog-aside__search button {
  flex: 0 0 auto;
  padding: 0.65rem 0.95rem;
  border: 0;
  border-radius: 10px;
  background: var(--ink);
  color: #fff;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
}

.home-blog-aside__search button:hover {
  background: var(--accent);
}

.home-blog-aside__cats {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.home-blog-aside__cats a {
  display: block;
  padding: 0.4rem 0.55rem;
  border-radius: 8px;
  color: var(--steel);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
}

.home-blog-aside__cats a:hover,
.home-blog-aside__cats a[aria-current="true"] {
  color: var(--accent);
  background: rgba(232, 90, 12, 0.08);
}

.home-blog-aside--cta {
  background: linear-gradient(160deg, #1a2836 0%, #243447 100%);
  border-color: transparent;
  color: #fff;
}

.home-blog-aside--cta h3 {
  color: #fff;
}

.home-blog-aside--cta p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.78);
}

.home-blog-aside--cta .home-cta {
  width: 100%;
  justify-content: center;
  text-align: center;
}

@media (max-width: 960px) {
  .home-blog-page__layout {
    grid-template-columns: 1fr;
  }

  .home-blog-page__aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-blog-aside--cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 700px) {
  .home-blog-page__grid {
    grid-template-columns: 1fr;
  }

  .home-blog-page__aside {
    grid-template-columns: 1fr;
  }
}

/* ——— Single post ——— */
.home-post {
  padding: 0 0 0;
}

.home-post__hero {
  padding: calc(var(--header-h, 72px) + 1.75rem) 0 2rem;
  background:
    radial-gradient(ellipse 80% 60% at 10% 0%, rgba(232, 90, 12, 0.08), transparent 55%),
    linear-gradient(180deg, #f7f5f2 0%, #ffffff 100%);
  border-bottom: 1px solid rgba(21, 32, 43, 0.06);
}

.home-post__hero-inner {
  max-width: 760px;
}

.home-post__crumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.5rem;
  margin-bottom: 1.15rem;
  font-size: 0.8rem;
  color: var(--steel);
}

.home-post__crumb a {
  color: var(--steel);
  text-decoration: none;
  font-weight: 600;
}

.home-post__crumb a:hover {
  color: var(--accent);
}

.home-post__cat {
  display: inline-block;
  margin-bottom: 0.75rem;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.home-post__cat:hover {
  text-decoration: underline;
}

.home-post__hero h1 {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.12;
  color: var(--ink);
}

.home-post__sub {
  margin: 0 0 1rem;
  font-size: 1.12rem;
  line-height: 1.55;
  color: var(--steel);
  max-width: 42rem;
}

.home-post__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--steel);
}

.home-post__meta > * + *::before {
  content: "·";
  margin-right: 0.75rem;
  color: rgba(21, 32, 43, 0.28);
  font-weight: 500;
}

.home-post__reading {
  max-width: 760px;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.home-post__cover {
  margin: 0 0 2rem;
  border-radius: 16px;
  overflow: hidden;
  background: #1a2836;
  box-shadow: 0 18px 40px rgba(21, 32, 43, 0.1);
}

.home-post__cover img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-post__content {
  font-size: 1.075rem;
  line-height: 1.75;
  color: var(--ink);
}

.home-post__content > *:first-child {
  margin-top: 0;
}

.home-post__content h2,
.home-post__content h3 {
  font-family: var(--font-display);
  letter-spacing: -0.03em;
  line-height: 1.25;
  margin: 2rem 0 0.7rem;
  color: var(--ink);
}

.home-post__content h2 { font-size: 1.5rem; }
.home-post__content h3 { font-size: 1.22rem; }

.home-post__content p { margin: 0 0 1.1rem; }

.home-post__content a {
  color: var(--accent);
  font-weight: 600;
  text-underline-offset: 2px;
}

.home-post__content ul,
.home-post__content ol {
  margin: 0 0 1.2rem;
  padding-left: 1.3rem;
}

.home-post__content li { margin-bottom: 0.4rem; }

.home-post__content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 0.5rem 0 1rem;
}

.home-post__content blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--accent);
  background: rgba(232, 90, 12, 0.06);
  color: var(--ink);
  border-radius: 0 10px 10px 0;
}

.home-post__table {
  margin: 1.5rem 0;
  overflow-x: auto;
}

.home-post__video {
  margin: 1.5rem 0;
}

.home-post__video iframe {
  max-width: 100%;
  aspect-ratio: 16 / 9;
  width: 100%;
  border: 0;
  border-radius: 12px;
}

.home-post__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(21, 32, 43, 0.08);
}

.home-post__tag {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(21, 32, 43, 0.05);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 650;
  text-decoration: none;
  border: 1px solid rgba(21, 32, 43, 0.06);
}

a.home-post__tag:hover {
  color: var(--accent);
  border-color: rgba(232, 90, 12, 0.35);
  background: rgba(232, 90, 12, 0.06);
}

.home-post__author {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  margin: 1.75rem 0 0;
  padding: 1.25rem 1.35rem;
  border-radius: 14px;
  background: #f7f5f2;
  border: 1px solid rgba(21, 32, 43, 0.06);
}

.home-post__author-mark {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--ink);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
}

.home-post__author-label {
  margin: 0 0 0.15rem;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--steel);
}

.home-post__author strong {
  display: block;
  font-size: 1.05rem;
  color: var(--ink);
  margin-bottom: 0.35rem;
}

.home-post__author-bio {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: var(--steel);
}

.home-post__cta {
  margin-top: 2rem;
  padding: 1.6rem 1.5rem;
  border-radius: 16px;
  background: linear-gradient(145deg, #15202b 0%, #243447 55%, #1a2836 100%);
  color: #fff;
  display: grid;
  gap: 1.15rem;
}

.home-post__cta .home-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.home-post__cta .home-kicker::before {
  background: var(--accent);
}

.home-post__cta h2 {
  margin: 0.35rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #fff;
}

.home-post__cta h2 .home-hl {
  color: var(--accent);
}

.home-post__cta p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.78);
}

.home-post__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.home-post-faq.home-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-post-faq__answer {
  padding: 0 1.15rem 1.1rem 1.15rem;
  font-size: 0.98rem;
  line-height: 1.6;
  color: var(--steel);
}

.home-post-faq__answer p {
  margin: 0 0 0.65rem;
}

.home-post-faq__answer p:last-child {
  margin-bottom: 0;
}

.home-post-related.home-section {
  padding-top: 3rem;
  padding-bottom: 3.5rem;
}

.home-post-related__head {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.75rem;
}

.home-post-related__head h2 {
  margin: 0.25rem 0 0;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.home-post-related__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .home-post-related__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-post-related__grid {
    grid-template-columns: 1fr;
  }

  .home-post__cta-actions {
    flex-direction: column;
  }

  .home-post__cta-actions .home-cta {
    width: 100%;
    justify-content: center;
  }
}

/* ——— Assinar plano / confirmação ——— */
.home-page-hero--compact {
  padding: calc(var(--header-h) + 2.25rem) 0 2.75rem;
}

.home-page-hero--compact .home-page-hero__brand {
  font-size: clamp(1.85rem, 4.5vw, 2.75rem);
  margin-bottom: 0.75rem;
}

.home-page-hero--compact h1 {
  font-size: clamp(1.55rem, 3.5vw, 2.15rem);
}

.home-sign {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.home-sign__layout {
  display: grid;
  grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
  gap: 2rem;
  align-items: start;
}

.home-sign__side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: 5.5rem;
}

.home-sign__card {
  padding: 1.35rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 14px;
}

.home-sign__card h2 {
  margin: 0.35rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  color: var(--ink);
}

.home-sign__plan-desc {
  margin: 0 0 0.85rem;
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--steel);
}

.home-sign__plan-price {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--accent);
}

.home-sign__bullets {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.home-sign__bullets li {
  position: relative;
  padding-left: 1.1rem;
  font-size: 0.88rem;
  line-height: 1.4;
  color: var(--ink);
}

.home-sign__bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: var(--accent);
}

.home-sign__card--wa {
  background: linear-gradient(160deg, #1a2836 0%, #243447 100%);
  border-color: transparent;
  color: #fff;
}

.home-sign__card--wa h3 {
  margin: 0 0 0.4rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
}

.home-sign__card--wa p {
  margin: 0 0 1rem;
  font-size: 0.9rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.75);
}

.home-sign__card--wa .home-cta {
  width: 100%;
  justify-content: center;
}

.home-sign__phone {
  margin: 0.9rem 0 0 !important;
  font-size: 0.85rem !important;
  text-align: center;
}

.home-sign__phone a {
  color: #fff;
  font-weight: 650;
}

.home-sign__form {
  padding: 1.6rem 1.7rem 1.8rem;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 16px;
}

.home-sign__form-head {
  margin-bottom: 1.35rem;
}

.home-sign__form-head h2 {
  margin: 0.3rem 0 0.4rem;
  font-family: var(--font-display);
  font-size: clamp(1.4rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.home-sign__form-head p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--steel);
}

.home-sign__field {
  margin-bottom: 1.05rem;
}

.home-sign__field label,
.home-sign__captcha label {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.88rem;
  font-weight: 650;
  color: var(--ink);
}

.home-sign__field input,
.home-sign__field select,
.home-sign__captcha input {
  width: 100%;
  padding: 0.75rem 0.95rem;
  border: 1px solid rgba(21, 32, 43, 0.14);
  border-radius: 10px;
  font: inherit;
  font-size: 0.98rem;
  color: var(--ink);
  background: #fff;
}

.home-sign__field input:focus,
.home-sign__field select:focus,
.home-sign__captcha input:focus {
  outline: 2px solid rgba(232, 90, 12, 0.35);
  outline-offset: 1px;
  border-color: rgba(232, 90, 12, 0.45);
}

.home-sign__error {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  font-weight: 600;
  color: #b42318;
}

.home-sign__hint {
  margin: 0.4rem 0 0;
  font-size: 0.82rem;
  color: var(--steel);
}

.home-sign__summary {
  margin: 0 0 1.15rem;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(232, 90, 12, 0.07);
  font-size: 0.9rem;
  line-height: 1.45;
  color: var(--ink);
}

.home-sign__captcha {
  margin-bottom: 1.25rem;
}

.home-sign__captcha-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.home-sign__captcha-row img {
  display: block;
  border-radius: 8px;
  border: 1px solid rgba(21, 32, 43, 0.1);
  background: #f4f6f8;
}

.home-sign__captcha-row input {
  width: 7rem;
  flex: 0 0 auto;
}

.home-sign__submit {
  width: 100%;
  justify-content: center;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.home-sign__submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.home-sign__legal {
  margin: 0.9rem 0 0;
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--steel);
  text-align: center;
}

.home-sign-ok {
  padding-top: 2.5rem;
  padding-bottom: 4rem;
}

.home-sign-ok__layout {
  max-width: 44rem;
}

.home-sign-ok__panel {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 1.6rem;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 16px;
}

.home-sign-ok__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(232, 90, 12, 0.12);
  color: var(--accent);
  font-size: 1.15rem;
  font-weight: 700;
}

.home-sign-ok__panel h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.7rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.home-sign-ok__panel p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--steel);
}

.home-sign-ok__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.home-sign-ok__card {
  padding: 1.25rem 1.3rem;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 14px;
}

.home-sign-ok__card h3 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--ink);
}

.home-sign-ok__card ol {
  margin: 0;
  padding-left: 1.15rem;
  color: var(--steel);
  font-size: 0.92rem;
  line-height: 1.5;
}

.home-sign-ok__card ol li {
  margin-bottom: 0.4rem;
}

.home-sign-ok__contact {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.home-sign-ok__contact span {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--steel);
}

.home-sign-ok__contact a {
  color: var(--ink);
  font-weight: 650;
  text-decoration: none;
}

.home-sign-ok__contact a:hover {
  color: var(--accent);
}

.home-sign-ok__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (max-width: 900px) {
  .home-sign__layout {
    grid-template-columns: 1fr;
  }

  .home-sign__side {
    position: static;
  }

  .home-sign-ok__grid {
    grid-template-columns: 1fr;
  }
}


/* ——— SEO prose (keyword landings) ——— */
.home-seo-prose {
  max-width: 48rem;
  margin: 0 auto;
  font-size: 1.02rem;
  line-height: 1.7;
  color: var(--ink);
}

.home-seo-prose h2 {
  margin: 2rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.45rem, 2.5vw, 1.85rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.home-seo-prose h2:first-child {
  margin-top: 0;
}

.home-seo-prose h3 {
  margin: 1.6rem 0 0.55rem;
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.home-seo-prose h4 {
  margin: 1.2rem 0 0.4rem;
  font-size: 1.02rem;
  font-weight: 700;
}

.home-seo-prose p {
  margin: 0 0 1rem;
  color: var(--steel);
}

.home-seo-prose strong {
  color: var(--ink);
  font-weight: 650;
}

.home-seo-prose a {
  color: var(--accent);
  font-weight: 600;
}

.home-seo-prose ul,
.home-seo-prose ol {
  margin: 0 0 1.1rem;
  padding-left: 1.2rem;
  color: var(--steel);
}

.home-seg-steps--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

@media (max-width: 800px) {
  .home-seg-steps--grid {
    grid-template-columns: 1fr;
  }
}


.home-simples-top {
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 1.5rem;
  align-items: start;
}

.home-simples-plan {
  padding: 1.35rem 1.4rem;
  background: #fff;
  border: 1px solid rgba(21, 32, 43, 0.08);
  border-radius: 14px;
}

.home-simples-plan__price {
  margin: 0.85rem 0 1rem;
  font-size: 1.05rem;
  color: var(--ink);
}

.home-simples-plan .home-cta {
  width: 100%;
  justify-content: center;
}

.home-simples-intro h2 {
  margin: 0.35rem 0 0.85rem;
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.home-seo-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.25rem 0 1.5rem;
  font-size: 0.92rem;
}

.home-seo-prose th,
.home-seo-prose td {
  border: 1px solid rgba(21, 32, 43, 0.1);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.home-seo-prose th {
  background: rgba(21, 32, 43, 0.04);
  font-weight: 700;
  color: var(--ink);
}

.home-seo-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1rem 0;
}

@media (max-width: 800px) {
  .home-simples-top {
    grid-template-columns: 1fr;
  }
}
