/* =========================================================
   Reset mínimo (substitui o preflight do Tailwind, agora removido)
   ========================================================= */
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
img,
svg {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p,
ul,
ol,
figure {
  margin: 0;
}
ul,
ol {
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}

/* =========================================================
   Satori Soft — landing page styles
   ========================================================= */

.satori {
  --bg: #fafafa;
  --fg: #0a0a0a;
  --ink: #2a2a2a;
  --navy: #1f3864;
  --blue: #2e6cb0;
  --orange: #f2a25c;

  background: var(--bg);
  color: var(--fg);
  font-family:
    "Inter",
    system-ui,
    -apple-system,
    sans-serif;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.satori a {
  color: inherit;
  text-decoration: none;
}
.satori a:focus-visible,
.satori button:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 3px;
}

.satori .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}
.satori .container.narrow {
  max-width: 860px;
}
.satori .center {
  text-align: center;
}

.satori .headline {
  font-family: "Poppins", "Montserrat", sans-serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
  font-size: clamp(2.25rem, 6.5vw, 5rem);
  color: var(--navy);
  margin: 0 0 2rem;
}
.satori .hero-headline {
  font-size: clamp(2.6rem, 8.5vw, 6.5rem);
  color: var(--navy);
}
.satori .hero-headline .accent {
  color: var(--orange);
}
.satori .inverted .headline {
  color: var(--bg);
}
.satori .inverted .headline .accent {
  color: var(--orange);
}

.satori .lede {
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  max-width: 640px;
  margin: 0 0 2.5rem;
  color: var(--fg);
}
.satori .center .lede {
  margin-left: auto;
  margin-right: auto;
}

.satori .prose p {
  margin: 0 0 1.4rem;
  text-align: left;
}
@media (min-width: 768px) {
  .satori .prose p {
    text-align: justify;
    hyphens: auto;
  }
}
.satori .prose strong {
  font-weight: 700;
}

/* HEADER */
.satori .site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(250, 250, 250, 0.75);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
}
.satori .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  gap: 16px;
}
.satori .logo {
  height: 44px;
  width: auto;
  display: block;
}
.satori .logo-footer {
  height: 48px;
}
.satori .nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 14px;
}
.satori .nav > a:not(.btn) {
  color: var(--fg);
}
.satori .nav > a:not(.btn):hover {
  opacity: 0.6;
}
.satori .nav > a:not(.btn) {
  display: none;
}
@media (min-width: 768px) {
  .satori .nav > a:not(.btn) {
    display: inline;
  }
}

/* BUTTONS */
.satori .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  border: 1px solid transparent;
  cursor: pointer;
  transition:
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
  border-radius: 10px;
}
.satori .btn-sm {
  padding: 10px 18px;
  font-size: 13px;
}
.satori .btn-lg {
  padding: 18px 34px;
  font-size: 16px;
}
.satori .btn-primary {
  background: var(--navy);
  color: var(--bg);
}
.satori .btn-primary:hover {
  background: #142544;
}
.satori .btn-outline {
  border-color: var(--navy);
  color: var(--navy);
  background: transparent;
}
.satori .btn-outline:hover {
  background: var(--navy);
  color: var(--bg);
}
.satori .inverted .btn-primary {
  background: var(--orange);
  color: #0a0a0a;
}
.satori .inverted .btn-primary:hover {
  background: #f5b071;
}

/* SECTIONS */
.satori .section {
  position: relative;
  padding: clamp(80px, 12vw, 160px) 0;
  overflow: hidden;
}
.satori .hero {
  padding-top: clamp(140px, 18vh, 220px);
  padding-bottom: clamp(80px, 10vw, 140px);
}
.satori .inverted {
  background: #0a0a0a;
  color: #fafafa;
}
.satori .inverted .headline {
  color: #fafafa;
}

/* HERO */
.satori .cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 4rem;
}
.satori .stats {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  color: var(--fg);
  padding-top: 32px;
  border-top: 1px solid rgba(10, 10, 10, 0.15);
}
.satori .stats .sep {
  width: 1px;
  height: 14px;
  background: var(--blue);
  opacity: 0.5;
}

/* SECTORS */
.satori .sectors {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: -1px;
}
@media (min-width: 640px) {
  .satori .sectors {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .satori .sectors {
    grid-template-columns: repeat(7, 1fr);
  }
}
.satori .sectors li {
  border: 1px solid var(--navy);
  padding: 26px 14px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: var(--navy);
  margin: -1px 0 0 -1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 130px;
  transition:
    background 200ms ease,
    color 200ms ease;
}
.satori .sectors li:hover {
  background: var(--navy);
  color: var(--bg);
}
.satori .sectors li:hover .sector-icon {
  color: var(--orange);
}
.satori .sector-icon {
  color: var(--blue);
}

/* STEPS */
.satori .steps {
  list-style: none;
  padding: 0;
  margin: 3rem 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 900px) {
  .satori .steps {
    grid-template-columns: repeat(4, 1fr);
  }
}
.satori .steps li {
  padding: 32px 24px 32px 0;
  border-top: 1px solid rgba(10, 10, 10, 0.2);
}
@media (min-width: 900px) {
  .satori .steps li {
    border-top: none;
    border-left: 1px solid rgba(10, 10, 10, 0.2);
    padding: 8px 24px;
  }
  .satori .steps li:first-child {
    border-left: none;
    padding-left: 0;
  }
}
.satori .step-num {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 2.75rem;
  color: var(--orange);
  letter-spacing: -0.02em;
  display: block;
  margin-bottom: 12px;
  line-height: 1;
}
.satori .step-title {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 1.15rem;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  color: var(--navy);
}
.satori .step-desc {
  font-size: 15px;
  color: rgba(10, 10, 10, 0.75);
  margin: 0;
  line-height: 1.55;
}

/* CTA FINAL */
.satori .cta-final .headline {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/* FOOTER */
.satori .site-footer {
  background: #0a0a0a;
  color: #fafafa;
  padding: 80px 0 32px;
}
.satori .site-footer a:hover {
  color: var(--orange);
}
.satori .footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(250, 250, 250, 0.1);
}
@media (min-width: 768px) {
  .satori .footer-inner {
    grid-template-columns: 1fr auto;
    align-items: start;
  }
}
.satori .logo-footer {
  height: 44px;
  margin-bottom: 20px;
  background: var(--bg);
  padding: 8px 14px;
  border-radius: 4px;
  box-sizing: content-box;
}
.satori .footer-meta {
  font-size: 14px;
  color: rgba(250, 250, 250, 0.7);
  margin: 4px 0;
}
.satori .footer-links {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}
.satori .footer-email {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.satori .footer-social {
  display: flex;
  gap: 12px;
}
.satori .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid rgba(250, 250, 250, 0.2);
  color: #fafafa;
  transition:
    background 160ms ease,
    color 160ms ease,
    border-color 160ms ease;
}
.satori .site-footer .social-icon:hover {
  background: var(--orange);
  border-color: var(--orange);
  color: #0a0a0a;
}
.satori .copyright {
  font-size: 13px;
  color: rgba(250, 250, 250, 0.5);
  margin: 24px 0 0;
}

/* DECO */
.satori .deco {
  position: absolute;
  z-index: 0;
  width: clamp(280px, 40vw, 520px);
  height: auto;
  opacity: 0.6;
  pointer-events: none;
}
/* Keep section content above the decorative SVGs at every screen size. */
.satori .section .container {
  position: relative;
  z-index: 1;
}
.satori .deco-br {
  right: -80px;
  bottom: -80px;
}
.satori .deco-bl {
  left: -100px;
  bottom: -80px;
}
.satori .deco-r {
  right: -120px;
  top: 50%;
  transform: translateY(-50%);
}
/* On narrow screens there is no side whitespace, so shrink the decorations
   and fade them further into the background so they don't clutter the text. */
@media (max-width: 1023px) {
  .satori .deco {
    width: clamp(220px, 46vw, 360px);
    opacity: 0.32;
  }
}

/* FADE IN */
.satori [data-fade] {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 700ms ease,
    transform 700ms ease;
}
.satori [data-fade].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .satori [data-fade] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
