:root {
  --bg: #f4f4f4;
  --text: #171717;
  --muted: #333333;
  --green: #b3b746;
  --dark: #201e1f;
  --border: #1e1e1e;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

a {
  color: inherit;
}

.container {
  width: min(1320px, 88%);
  margin: 0 auto;
}

/* =========================
   Header
========================= */

.site-header {
  background: transparent;
  position: relative;
  z-index: 20;
}

.header-content {
  min-height: 108px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  text-decoration: none;
  color: var(--dark);
  font-size: 1.55rem;
  line-height: 0.95;
  letter-spacing: -0.04em;
  display: flex;
  flex-direction: column;
}

.logo span {
  font-weight: 400;
}

.logo strong {
  font-weight: 800;
}

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

.nav a {
  text-decoration: none;
  font-size: 0.96rem;
  color: var(--dark);
  font-weight: 500;
}

.nav-button {
  background: var(--dark);
  color: var(--white) !important;
  padding: 18px 42px;
  border-radius: 7px;
  font-weight: 700 !important;
}

.menu-toggle {
  display: none;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: var(--dark);
  cursor: pointer;
}

/* =========================
   Home
========================= */

.home-landing {
  position: relative;
  min-height: calc(100vh - 108px - 105px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0;
}

.side-accent {
  position: absolute;
  left: 0;
  top: 24%;
  width: 28px;
  height: 330px;
  background: var(--green);
}

.home-landing-grid {
  width: min(1420px, 88%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 18px;
}

.home-copy {
  max-width: 620px;
  padding-top: 0;
  transform: translateY(-2px);
  position: relative;
  z-index: 2;
}

.home-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(2.7rem, 4.05vw, 4.15rem);
  line-height: 1.08;
  letter-spacing: -0.065em;
  font-weight: 900;
}

.home-copy h2 {
  margin: 0 0 34px;
  font-size: clamp(1.95rem, 2.75vw, 3.05rem);
  line-height: 1.13;
  letter-spacing: -0.065em;
  font-weight: 400;
}

.home-copy p {
  margin: 0 0 44px;
  max-width: 610px;
  color: var(--text);
  font-size: clamp(1rem, 1.14vw, 1.23rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
  font-weight: 500;
}

.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 168px;
  height: 54px;
  padding: 0 28px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--dark);
  background: transparent;
  transition: 0.2s ease;
}

.home-btn:hover {
  background: var(--dark);
  color: var(--white);
}

.home-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -230px;
  transform: translateY(-8px);
  position: relative;
  z-index: 1;
}

.home-image img {
  width: min(790px, 119%);
  max-width: none;
  display: block;
}

/* =========================
   Sobre
========================= */

.about-section {
  padding: 90px 0;
  background: var(--bg);
}

.about-content {
  max-width: 780px;
}

.section-kicker {
  margin: 0 0 12px;
  color: var(--green);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
}

.about-content h2 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

.about-content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.15rem;
  line-height: 1.6;
}

/* =========================
   Footer
========================= */

.landing-footer {
  min-height: 105px;
  display: flex;
  align-items: center;
  text-align: center;
  background: var(--bg);
}

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

.landing-footer p {
  margin: 0 0 14px;
  font-size: 1.15rem;
  color: var(--dark);
  font-weight: 400;
}

.landing-footer strong {
  font-weight: 800;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.social-links a {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 1.18rem;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  opacity: 0.75;
}

/* =========================
   Páginas internas básicas
========================= */

.page-hero {
  padding: 80px 0;
}

.narrow {
  width: min(760px, 86%);
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--green);
}

.lead {
  font-size: 1.2rem;
  line-height: 1.5;
}

/* =========================
   Responsivo
========================= */

@media (max-width: 1280px) {
  .home-landing-grid {
    width: min(1320px, 90%);
    grid-template-columns: 0.88fr 1.12fr;
  }

  .home-copy h1 {
    font-size: clamp(2.5rem, 4vw, 3.8rem);
  }

  .home-copy h2 {
    font-size: clamp(1.8rem, 2.7vw, 2.7rem);
  }

  .home-image {
    margin-right: -190px;
  }

  .home-image img {
    width: min(720px, 122%);
  }
}

@media (max-width: 1080px) {
  .home-landing-grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 12px;
  }

  .home-image {
    margin-right: -160px;
  }

  .home-image img {
    width: min(660px, 124%);
  }
}
/* =========================
   Página Material
========================= */

.material-hero {
  padding: 70px 0 36px;
  overflow: hidden;
}

.material-box {
  width: min(1320px, 100%);
  margin: 0;
  background: #667000;
  color: #ffffff;
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  align-items: center;
  min-height: 470px;
  padding: 54px 0 54px max(64px, calc((100vw - 1320px) / 2 + 64px));
  position: relative;
}

.material-content {
  max-width: 760px;
  position: relative;
  z-index: 2;
}

.material-content h1 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.material-content p {
  margin: 0 0 22px;
  font-size: clamp(1rem, 1.25vw, 1.3rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
  font-weight: 500;
}

.material-image {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: -80px;
}

.material-image img {
  width: min(520px, 120%);
  max-width: none;
  display: block;
  filter: drop-shadow(0 28px 45px rgba(0, 0, 0, 0.22));
}

.download-section {
  padding: 30px 0 54px;
  text-align: center;
}

.download-section h2 {
  margin: 0 0 30px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 900;
  color: #3a3a3a;
}

.download-buttons {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
}

.download-btn {
  min-width: 168px;
  height: 54px;
  padding: 0 26px;
  border: 1.5px solid var(--border);
  border-radius: 6px;
  text-decoration: none;
  color: var(--dark);
  font-size: 0.98rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.download-btn:hover {
  background: var(--dark);
  color: var(--white);
}

/* =========================
   Sobre na Home
========================= */

.about-home {
  padding: 64px 0 84px;
}

.about-home-grid {
  width: min(620px, 86%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 170px 1fr;
  align-items: center;
  gap: 32px;
}

.about-photo img {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.about-text h2 {
  margin: 0 0 14px;
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.about-text p {
  margin: 0 0 6px;
  font-size: 0.98rem;
  line-height: 1.22;
  letter-spacing: -0.025em;
  color: var(--text);
  font-weight: 500;
}

/* =========================
   Livro em destaque
========================= */

.book-highlight {
  padding: 18px 0 52px;
}

.book-card {
  width: min(1160px, 86%);
  margin: 0 auto;
  position: relative;
  border-radius: 10px;
}

.book-cover {
  width: 100%;
  height: 315px;
  border-radius: 10px;
  overflow: hidden;
}

.book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.book-info {
  width: min(850px, 76%);
  background: #ffffff;
  border-radius: 10px;
  padding: 34px 38px;
  margin-left: auto;
  margin-top: -125px;
  position: relative;
  z-index: 2;
}

.book-info span {
  display: block;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 800;
  color: #333333;
}

.book-info h2 {
  margin: 0 0 22px;
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.book-info p {
  margin: 0 0 28px;
  font-size: 0.82rem;
  line-height: 1.45;
  color: #333333;
}

.book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 34px;
  padding: 0 18px;
  border: 1.4px solid var(--border);
  border-radius: 4px;
  color: var(--dark);
  text-decoration: none;
  font-size: 0.72rem;
  font-weight: 800;
  transition: 0.2s ease;
}

.book-btn:hover {
  background: var(--dark);
  color: var(--white);
}

/* =========================
   Veja Mais
========================= */

.see-more {
  padding: 20px 0 70px;
  text-align: center;
}

.see-more h2 {
  margin: 0 0 42px;
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.see-more-buttons {
  width: min(1120px, 86%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.see-more-buttons a {
  min-width: 150px;
  height: 62px;
  padding: 0 28px;
  background: var(--dark);
  color: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: -0.045em;
}

/* =========================
   Versículo
========================= */

.verse-section {
  width: min(720px, 86%);
  margin: 0 auto;
  padding: 22px 0 48px;
  text-align: center;
}

.verse-section p {
  margin: 0 0 18px;
  font-size: 1.12rem;
  line-height: 1.25;
  letter-spacing: -0.035em;
  color: #222222;
}

.verse-section span {
  font-size: 0.86rem;
  color: #222222;
}

.verse-section::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #dedede;
  margin-top: 42px;
}

/* =========================
   Responsivo da Home Ampliada
========================= */

@media (max-width: 900px) {
  .about-home {
    padding: 56px 0 68px;
  }

  .about-home-grid {
    grid-template-columns: 1fr;
    text-align: center;
    width: min(86%, 420px);
  }

  .about-photo img {
    margin: 0 auto;
  }

  .book-cover {
    height: 260px;
  }

  .book-info {
    width: min(92%, 680px);
    margin: -80px auto 0;
    padding: 28px;
  }

  .see-more-buttons {
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .about-photo img {
    width: 140px;
    height: 140px;
  }

  .book-highlight {
    padding-top: 4px;
  }

  .book-card {
    width: min(90%, 390px);
  }

  .book-cover {
    height: 210px;
  }

  .book-info {
    width: 92%;
    margin-top: -50px;
    padding: 24px;
  }

  .book-info p {
    font-size: 0.78rem;
  }

  .see-more {
    padding-bottom: 52px;
  }

  .see-more-buttons {
    width: min(86%, 390px);
    gap: 16px;
  }

  .see-more-buttons a {
    width: 100%;
    height: 56px;
    font-size: 1.25rem;
  }

  .verse-section p {
    font-size: 1rem;
  }
}
/* =========================
   Modal Sobre Mim
========================= */

.about-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.about-modal.active {
  display: flex;
}

.about-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.about-modal-content {
  width: min(1080px, 92vw);
  max-height: 86vh;
  overflow-y: auto;
  background: #1f1f1f;
  color: #ffffff;
  position: relative;
  z-index: 2;
  padding: 56px 70px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.about-modal-close {
  position: absolute;
  right: 28px;
  top: 20px;
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
}

.about-modal-close:hover {
  opacity: 1;
}

.about-modal-grid {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 58px;
  align-items: start;
}

.about-modal-photo {
  display: flex;
  justify-content: center;
}

.about-modal-photo img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.about-modal-text {
  max-width: 760px;
  margin: 0 auto;
}

.about-modal-text h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(1.6rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -0.065em;
  font-weight: 600;
}

.about-modal-text p {
  margin: 0 0 22px;
  max-width: 760px;
  font-size: 1.02rem;
  line-height: 1.45;
  letter-spacing: -0.025em;
  font-weight: 300;
  color: #f2f2f2;
  text-align: justify;
  text-align-last: center;
}

.about-modal-social {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  margin-top: 34px;
}

.about-modal-social a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.15rem;
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
}

body.modal-open {
  overflow: hidden;
}
/* =========================
   Página Blog
========================= */

.blog-container {
  width: min(1180px, 86%);
  margin: 0 auto;
}

.blog-hero {
  padding: 72px 0 34px;
}

.blog-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 3.2vw, 3.2rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 900;
}

.blog-hero p {
  max-width: 900px;
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.35;
  letter-spacing: -0.03em;
  color: var(--text);
}

.blog-feature {
  padding: 20px 0 72px;
}

.blog-feature-card {
  width: min(1180px, 86%);
  margin: 0 auto;
  position: relative;
}

.blog-feature-image {
  width: 100%;
  height: 320px;
  border-radius: 10px;
  overflow: hidden;
}

.blog-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-feature-content {
  width: min(820px, 76%);
  background: #ffffff;
  border-radius: 10px;
  padding: 32px 38px;
  margin-left: auto;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}

.blog-feature-content span,
.content-card-body span,
.article-meta span {
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 900;
  color: #222;
}

.blog-feature-content small,
.content-card-body small,
.article-meta small {
  margin-left: 12px;
  font-size: 0.7rem;
  color: #777;
}

.blog-feature-content h2 {
  margin: 14px 0 16px;
  font-size: clamp(1.5rem, 2vw, 2.1rem);
  line-height: 1.1;
  letter-spacing: -0.045em;
  font-weight: 800;
}

.blog-feature-content p {
  margin: 0 0 24px;
  font-size: 0.88rem;
  line-height: 1.45;
  color: #333;
}

.read-more,
.content-card-body a {
  color: var(--dark);
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}

.read-more:hover,
.content-card-body a:hover {
  text-decoration: underline;
}

.blog-categories {
  width: min(1120px, 86%);
  margin: 0 auto 82px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.blog-categories a {
  min-width: 150px;
  height: 62px;
  padding: 0 26px;
  background: var(--dark);
  color: #ffffff;
  border-radius: 16px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  letter-spacing: -0.045em;
}

.content-row {
  width: min(1220px, 90%);
  margin: 0 auto;
  padding: 0 0 82px;
  scroll-margin-top: 90px;
}

.content-row-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 34px;
}

.content-row-header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.4vw, 2.6rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
}
.row-arrows {
  display: flex;
  gap: 8px;
}

.row-arrow {
  width: 28px;
  height: 28px;
  border: 1.5px solid #111;
  border-radius: 50%;
  background: transparent;
  color: #111;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  cursor: pointer;
  transition: 0.2s ease;
}

.row-arrow:hover {
  background: var(--dark);
  color: var(--white);
}

.row-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.content-scroll {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 300px;
  gap: 28px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 14px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.content-card {
  scroll-snap-align: start;
  min-width: 0;
}

.content-card img {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.content-card img {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.content-card-body {
  padding: 14px 2px 0;
}

.content-card-body h3 {
  margin: 10px 0 10px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.content-card-body p {
  margin: 0 0 14px;
  color: #333;
  font-size: 0.78rem;
  line-height: 1.35;
}

.video-thumb iframe {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  display: block;
}

/* =========================
   Página Artigo
========================= */

.article-page {
  padding: 72px 0 96px;
}

.article-container {
  width: min(1080px, 86%);
  margin: 0 auto;
}

.article-meta {
  margin-bottom: 28px;
}

.article-page h1 {
  margin: 0 0 56px;
  max-width: 980px;
  font-size: clamp(2.4rem, 4.6vw, 5rem);
  line-height: 1.15;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.article-cover {
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border-radius: 14px;
  display: block;
  margin-bottom: 68px;
  background: #ffffff;
}

.article-content {
  width: min(920px, 92%);
  margin: 0 auto;
}

.article-content p {
  margin: 0 0 28px;
  font-size: 1.08rem;
  line-height: 1.65;
  color: #333;
}

.article-content blockquote {
  margin: 52px 0;
  padding-left: 28px;
  border-left: 5px solid var(--green);
  color: #333;
  font-size: 1.45rem;
  line-height: 1.45;
  font-style: italic;
}
.video-thumb-link {
  display: block;
  text-decoration: none;
}

.video-card img {
  width: 100%;
  height: 170px;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

.video-card .content-card-body a {
  color: var(--dark);
  font-weight: 800;
  text-decoration: none;
}

.video-card .content-card-body a:hover {
  text-decoration: underline;
}
/* =========================
   Material Sou Raiz — página
========================= */

.sou-raiz-hero {
  padding: 52px 0 44px;
  overflow: hidden;
}

.sou-raiz-hero-inner {
  width: min(1420px, 92%);
  margin: 0 auto;
  min-height: 560px;
  background:#0A0A0A;
  color: #ffffff;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 30px;
  border-radius: 0;
  padding: 7px 0 46px 72px;
  position: relative;
  overflow: hidden;
}

.sou-raiz-copy {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.sou-raiz-kicker {
  margin: 0 0 18px;
  color: #8ed7e8;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.78rem;
  font-weight: 900;
}

.sou-raiz-copy h1 {
  margin: 0 0 28px;
  font-size: clamp(2.7rem, 4.2vw, 4.7rem);
  line-height: 1.02;
  letter-spacing: -0.07em;
  font-weight: 900;
}

.sou-raiz-copy p {
  margin: 0 0 22px;
  max-width: 650px;
  font-size: clamp(1rem, 1.28vw, 1.24rem);
  line-height: 1.35;
  letter-spacing: -0.035em;
  color: #f4f4f4;
  font-weight: 400;
}

.sou-raiz-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.sou-raiz-btn {
  min-width: 160px;
  height: 54px;
  padding: 0 24px;
  border-radius: 7px;
  border: 1.5px solid #ffffff;
  background: #ffffff;
  color: #111111;
  text-decoration: none;
  font-weight: 900;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
}

.sou-raiz-btn.secondary {
  background: transparent;
  color: #ffffff;
}

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

.sou-raiz-device {
  position: relative;
  z-index: 2;
  align-self: stretch;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-right: -160px;
  margin-bottom: -88px;
}

.sou-raiz-device img {
  width: min(860px, 135%);
  max-width: none;
  display: block;
  filter: drop-shadow(0 48px 80px rgba(0, 0, 0, 0.58));
}

.sou-raiz-note {
  padding: 42px 0 56px;
  text-align: center;
}

.sou-raiz-note h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.055em;
  font-weight: 900;
  color: var(--dark);
}

.sou-raiz-note p {
  width: min(760px, 90%);
  margin: 0 auto;
  font-size: 1.08rem;
  line-height: 1.5;
  color: #333333;
}
/* Botões abaixo do quadro Sou Raiz */

.sou-raiz-downloads {
  padding: 36px 0 42px;
  text-align: center;
}

.sou-raiz-downloads h2 {
  margin: 0 0 28px;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.08;
  letter-spacing: -0.055em;
  font-weight: 900;
  color: #3a3a3a;
}

/* remove espaço antigo, caso ainda exista */
.sou-raiz-actions {
  display: none;
}
.content-page {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px;
}
.content-article {
  background: transparent;
}

.content-header {
  margin-bottom: 28px;
}

.content-header h1 {
  margin-bottom: 12px;
}

.content-main-image {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 28px;
}

.content-body {
  line-height: 1.8;
}

.content-article--colunas .content-body {
  column-count: 2;
  column-gap: 40px;
}

.content-with-side-image {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 32px;
  align-items: start;
}

.content-side-image {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 28px 0;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

@media (max-width: 768px) {
  .content-article--colunas .content-body {
    column-count: 1;
  }

  .content-with-side-image {
    grid-template-columns: 1fr;
  }
}

/* Tablet */
@media (max-width: 980px) {
  .sou-raiz-hero {
    padding: 30px 0 36px;
  }

  .sou-raiz-hero-inner {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 48px 7% 0;
    gap: 26px;
  }

  .sou-raiz-copy {
    max-width: 100%;
  }

  .sou-raiz-copy h1 {
    font-size: clamp(2.35rem, 8vw, 3.3rem);
    margin-bottom: 24px;
  }

  .sou-raiz-copy p {
    font-size: 1.02rem;
    line-height: 1.35;
  }

  .sou-raiz-actions {
    margin-top: 28px;
  }

  .sou-raiz-device {
    margin-right: -140px;
    margin-bottom: -52px;
    justify-content: flex-end;
  }

  .sou-raiz-device img {
    width: min(620px, 150%);
  }
}

/* Celular */
@media (max-width: 560px) {
  .sou-raiz-hero-inner {
    padding: 40px 7% 0;
  }

  .sou-raiz-copy h1 {
    font-size: 2.25rem;
  }

  .sou-raiz-copy p {
    font-size: 0.98rem;
  }

  .sou-raiz-actions {
    flex-direction: column;
  }

  .sou-raiz-btn {
    width: 100%;
  }

  .sou-raiz-device {
    margin-right: -165px;
    margin-bottom: -32px;
  }

  .sou-raiz-device img {
    width: min(540px, 168%);
  }
}
/* =========================
   Blog Responsivo
========================= */

@media (max-width: 760px) {
  .blog-hero {
    padding: 42px 0 28px;
  }

  .blog-feature-image {
    height: 220px;
  }

  .blog-feature-content {
    width: 92%;
    margin: -64px auto 0;
    padding: 26px;
  }

  .blog-categories {
    justify-content: center;
    margin-bottom: 58px;
  }

  .blog-categories a {
    width: 100%;
    max-width: 390px;
  }

  .content-row {
    width: min(92%, 520px);
    padding-bottom: 62px;
  }

.content-scroll {
  grid-auto-columns: 260px;
  gap: 20px;
}

  .article-page h1 {
    margin-bottom: 36px;
  }

  .article-cover {
    margin-bottom: 42px;
  }

  .article-content {
    width: 100%;
  }

  .article-content blockquote {
    font-size: 1.2rem;
  }
}
@media (max-width: 760px) {
  .about-modal {
    padding: 18px;
    align-items: center;
    justify-content: center;
  }

  .about-modal-content {
    width: min(92vw, 390px);
    max-height: 86vh;
    padding: 46px 28px 36px;
  }

  .about-modal-grid {
    grid-template-columns: 1fr;
    gap: 28px;
    justify-items: center;
  }

  .about-modal-photo img {
    width: 145px;
    height: 145px;
  }

  .about-modal-text {
    max-width: 100%;
  }

  .about-modal-text h2 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1.05;
    margin-bottom: 26px;
  }

  .about-modal-text p {
    font-size: 0.96rem;
    line-height: 1.45;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 20px;
  }

  .about-modal-social {
    justify-content: center;
    margin-top: 30px;
  }
}

@media (max-width: 420px) {
  .about-modal-content {
    width: min(94vw, 360px);
    padding: 44px 24px 34px;
  }

  .about-modal-text h2 {
    font-size: 2.05rem;
  }

  .about-modal-text p {
    font-size: 0.93rem;
  }
}
@media (max-width: 980px) {
  .material-hero {
    padding: 28px 0 0;
    overflow: hidden;
  }

  .material-box {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 42px 7% 0;
    gap: 30px;
    overflow: hidden;
  }

  .material-content {
    max-width: 100%;
    position: relative;
    z-index: 2;
  }

  .material-content h1 {
    font-size: clamp(2rem, 8vw, 2.65rem);
    margin-bottom: 22px;
  }

  .material-content p {
    font-size: clamp(1rem, 4.2vw, 1.12rem);
    line-height: 1.26;
    margin-bottom: 18px;
  }

  .material-image {
    width: 100%;
    justify-content: flex-end;
    margin-right: -120px;
    margin-top: 8px;
    position: relative;
    z-index: 1;
  }

  .material-image img {
    width: min(520px, 135%);
    max-width: none;
    display: block;
  }

  .download-section {
    padding: 34px 0 48px;
  }
}

@media (max-width: 560px) {
  .material-hero {
    padding: 20px 0 0;
  }

  .material-box {
    width: 100%;
    padding: 36px 7% 0;
    gap: 26px;
  }

  .material-content h1 {
    font-size: 2rem;
    line-height: 1.08;
  }

  .material-content p {
    font-size: 0.98rem;
    line-height: 1.25;
  }

  .material-image {
    justify-content: flex-end;
    margin-right: -145px;
    margin-top: 4px;
  }

  .material-image img {
    width: min(500px, 150%);
    max-width: none;
  }

  .download-section {
    padding: 30px 0 44px;
  }

  .download-section h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }

  .download-buttons {
    width: min(86%, 390px);
    margin: 0 auto;
    gap: 14px;
  }

  .download-btn {
    width: 100%;
  }
}
@media (max-width: 980px) {
  .container {
    width: min(92%, 1220px);
  }

  .home-landing {
    min-height: auto;
    padding: 28px 0 0;
    display: block;
    overflow: hidden;
  }

  .home-landing-grid {
    width: min(92%, 1220px);
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-copy {
    order: 1;
    transform: none;
    max-width: 100%;
  }

  .home-image {
    order: 2;
    justify-content: flex-end;
    margin-right: -90px;
    transform: none;
  }

  .home-image img {
    width: min(520px, 118%);
    max-width: none;
  }

  .side-accent {
    display: none;
  }
}

@media (max-width: 720px) {
  .container {
    width: min(86%, 520px);
  }

  .header-content {
    min-height: 96px;
    align-items: center;
    padding-top: 0;
    flex-direction: row;
  }

  .logo {
    font-size: 1.5rem;
  }

  .menu-toggle {
    display: block;
    position: static;
    margin-left: auto;
  }

  .nav {
    display: none;
    width: 100%;
    padding: 18px 0 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .nav.open {
    display: flex;
    position: absolute;
    left: 0;
    top: 96px;
    padding: 22px 7%;
    background: var(--bg);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }

  .nav-button {
    padding: 13px 28px;
  }

  .home-landing {
    padding: 30px 0 0;
    overflow: hidden;
  }

  .home-landing-grid {
    width: min(86%, 520px);
    gap: 30px;
  }

  .home-copy h1 {
    font-size: clamp(2.2rem, 11vw, 3.05rem);
    line-height: 1.05;
    letter-spacing: -0.065em;
    margin-bottom: 14px;
  }

  .home-copy h2 {
    font-size: clamp(1.55rem, 7.2vw, 2.1rem);
    line-height: 1.12;
    letter-spacing: -0.06em;
    margin-bottom: 28px;
  }

  .home-copy p {
    font-size: clamp(1rem, 4.5vw, 1.18rem);
    line-height: 1.22;
    letter-spacing: -0.035em;
    margin-bottom: 30px;
    max-width: 100%;
  }

  .home-btn {
    width: 100%;
    height: 56px;
  }

  .home-image {
    justify-content: flex-end;
    margin-right: -115px;
    margin-top: 8px;
  }

  .home-image img {
    width: min(500px, 132%);
    max-width: none;
  }

  .about-section {
    padding: 62px 0;
  }

  .landing-footer {
    padding: 34px 0;
  }
}

@media (max-width: 480px) {
  .container,
  .home-landing-grid {
    width: min(86%, 390px);
  }

  .home-copy h1 {
    font-size: clamp(2.05rem, 10.5vw, 2.75rem);
  }

  .home-copy h2 {
    font-size: clamp(1.45rem, 7vw, 1.9rem);
  }

  .home-copy p {
    font-size: 1rem;
  }

  .home-image {
    margin-right: -135px;
  }

  .home-image img {
    width: min(470px, 145%);
    max-width: none;
  }

  /* =========================
   Correção mobile páginas de material
========================= */

@media (max-width: 760px) {
  .material-hero {
    padding: 24px 0 0;
    overflow: visible;
  }

  .material-box {
    width: 100%;
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 36px 7% 28px;
    gap: 28px;
    overflow: visible;
  }

  .material-content {
    max-width: 100%;
  }

  .material-content h1 {
    font-size: 2rem;
    line-height: 1.08;
    margin-bottom: 20px;
  }

  .material-content p {
    font-size: 0.98rem;
    line-height: 1.28;
    margin-bottom: 16px;
  }

  .material-image {
    width: 100%;
    margin: 0;
    justify-content: center;
    align-items: center;
  }

  .material-image img {
    width: min(340px, 100%);
    max-width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
  }

  .download-section {
    padding: 30px 0 44px;
  }

  .download-section h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }

  .download-buttons {
    width: min(86%, 390px);
    margin: 0 auto;
    gap: 14px;
  }

  .download-btn {
    width: 100%;
  }
}