:root {
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-soft: #f8f1e8;
  --text: #18253b;
  --muted: #6e7c8f;
  --line: #dde3ea;
  --accent: #ff7b1f;
  --accent-ink: #ffffff;
  --cta: #0f213d;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

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

.site-header {
  background: transparent;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 20;
}

.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  min-height: 82px;
}

.site-nav {
  position: static;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--text);
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 700;
}

.site-brand-logo {
  display: block;
  width: auto;
  height: 52px;
}

.site-brand-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.site-brand strong {
  font-weight: 800;
  color: var(--accent);
}

.menu {
  display: flex;
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  position: relative;
}

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

.menu .current-menu-item > a,
.menu .current_page_item > a {
  color: var(--text);
}

.menu .current-menu-item > a::after,
.menu .current_page_item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.55rem;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: var(--accent);
}

.site-header .menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.55rem;
  width: 20px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.site-header .menu a:hover::after,
.site-header .menu .current-menu-item > a::after,
.site-header .menu .current_page_item > a::after {
  opacity: 1;
}

.site-header .menu .current-menu-item > a::after,
.site-header .menu .current_page_item > a::after {
  left: 50%;
  width: 10px;
  height: 1px;
  bottom: -0.55rem;
  transform: translateX(-50%);
}

.home .site-brand {
  color: #ffffff;
}

.home .menu a {
  color: rgba(255, 255, 255, 0.78);
}

.home .menu a:hover,
.home .menu .current-menu-item > a,
.home .menu .current_page_item > a {
  color: #ffffff;
}

.top-hero {
  position: relative;
  min-height: 740px;
  color: #ffffff;
  background-image:url("../images/atrupe-home-hero-bg-01.jpg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.inner-top {
  background: linear-gradient(90deg, #002b45 0%, #001f3a 46%, #2a1f3a 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.inner-top-inner {
  text-align: center;
  padding: 6rem 0 2.2rem;
}

.inner-top h1 {
  margin: 0;
  font-size: clamp(1.7rem, 3.1vw, 2.6rem);
  line-height: 1.1;
  color: #ffffff;
}

.inner-top p {
  margin: 0.8rem auto 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.86);
}

.top-hero-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 740px;
  padding: 9.2rem 0 5rem;
}

.hero-copy {
  width: min(650px, 100%);
  position: relative;
  z-index: 3;
}

.hero-visual {
  width: min(520px, 44vw);
  min-height: 520px;
}

.top-hero h1 {
  margin: 0;
  max-width: 640px;
  font-size: 2rem;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.top-hero p {
  margin: 1.35rem 0 0;
  max-width: 620px;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.35vw, 1.2rem);
}

.hero-actions {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0.9rem 1.9rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.hero-btn-primary {
  background: linear-gradient(90deg, #f4b551 0%, #ff532d 100%);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(255, 83, 45, 0.35);
}

.hero-btn-ghost {
  color: #ffffff;
}

.hero-badges {
  position: absolute;
  top: 26%;
  right: 6%;
  display: grid;
  gap: 0.45rem;
  width: 270px;
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: linear-gradient(180deg, rgba(31, 21, 45, 0.74) 0%, rgba(22, 16, 41, 0.46) 100%);
  backdrop-filter: blur(3px);
}

.hero-badges span {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.94rem;
  padding: 0.14rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-badges span:last-child {
  border-bottom: 0;
}

.hero-flow {
  position: absolute;
  bottom: 19%;
  left: 50%;
  transform: translateX(-3%);
  display: flex;
  align-items: stretch;
  gap: 0;
  width: min(760px, 82%);
  padding: 0.28rem;
  border-radius: 11px;
  background: linear-gradient(92deg, rgba(40, 28, 67, 0.38) 0%, rgba(31, 24, 58, 0.42) 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(5px);
}

.hero-flow-item {
  display: flex;
  align-items: center;
  gap: 0.62rem;
  flex: 1;
  min-width: 0;
  padding: 0.52rem 0.74rem;
}

.hero-flow-item + .hero-flow-item {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-flow-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.hero-flow-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1);
}

.hero-flow-copy {
  min-width: 0;
  display: grid;
  gap: 0.06rem;
}

.hero-flow-copy small {
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.84rem;
  line-height: 1.05;
}

.hero-flow-copy small strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.02rem;
  height: 1.02rem;
  padding: 0 0.28rem;
  border-radius: 999px;
  margin-right: 0.2rem;
  background: #ff5533;
  color: #ffffff;
  font-size: 0.68rem;
}

.hero-flow-copy span {
  color: rgba(255, 255, 255, 0.96);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.08;
}

.hero-divider {
  position: relative;
  height: 72px;
  background: #f1f1f1;
}

.hero-divider::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -52px;
  transform: translateX(-50%);
  width: 260px;
  height: 52px;
  background: #f1f1f1;
  border-radius: 140px 140px 0 0;
}

.hero-divider-arrow {
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translateX(-50%);
  width: 76px;
  height: 76px;
  border-radius: 999px;
  background: #f0f0f0;
  border: 1px solid rgba(225, 225, 225, 0.95);
  box-shadow: 0 12px 22px rgba(11, 22, 35, 0.12);
  color: #c4c4c4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1;
}

.hero-divider-icon {
  width: 24px;
  height: 24px;
  display: block;
}

.divider-arrow {
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(225, 225, 225, 0.95);
  box-shadow: none;
  color: #b7b7b7;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.9rem;
  line-height: 1;
  z-index: 2;
  transition: box-shadow 0.2s ease;
  text-decoration: none;
  cursor: pointer;
}

.divider-arrow:hover {
  box-shadow: 0 12px 22px rgba(11, 22, 35, 0.12);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.top-tabs {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.top-tabs-inner {
  display: flex;
  justify-content: center;
  gap: 0.7rem;
  padding: 2.25rem 0;
  overflow-x: auto;
}

.chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.95rem;
  border: 1px solid #dde3ea;
  border-radius: 8px;
  background: #fff;
  color: #5b697c;
  text-decoration: none;
  white-space: nowrap;
  font-size: 0.9rem;
  font-weight: 600;
}

.chip.is-active {
  background: var(--accent);
  color: var(--accent-ink);
  border-color: var(--accent);
}

.destaque-home {
  padding: 1.2rem 0 0.2rem;
}

.destaque-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  padding: 0.55rem 0.4rem 1rem;
}

.destaque-home-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
}

.destaque-home-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff6228 0%, #ff4c21 100%);
  box-shadow: 0 10px 20px rgba(255, 90, 45, 0.18);
  position: relative;
}

.destaque-home-icon::after {
  content: "";
  position: absolute;
  inset: 11px;
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.destaque-home-title p {
  margin: 0;
  color: #f3572f;
  font-weight: 600;
  line-height: 1.15;
  font-size: 1.03rem;
}

.destaque-home-title h2 {
  margin: 0.06rem 0 0;
  color: #3a2d2b;
  line-height: 1.14;
  font-size: 2rem;
}

.destaque-home-search {
  width: min(360px, 100%);
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(216, 188, 170, 0.8);
  border-radius: 3px;
  overflow: hidden;
}

.destaque-home-search input {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 0.58rem 0.72rem;
  color: #71615e;
  font-weight: 600;
  outline: none;
}

.destaque-home-search input::placeholder {
  color: #a79c98;
}

.destaque-home-search button {
  border: 0;
  border-left: 1px solid rgba(216, 188, 170, 0.8);
  width: 40px;
  height: 36px;
  background: transparent;
  color: #8e7e77;
  cursor: pointer;
}

.featured-wrap {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.featured-post {
  display: grid;
  grid-template-columns: minmax(0, 25%) minmax(0, 1fr);
  gap: 2rem;
  align-items: center; 
  /* border: 1px solid var(--line); */
  border-radius: 18px;
  padding: 1.6rem;
}

.featured-tag {
  display: inline-block;
  background: #f6e9d4;
  color: #a46a21;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.18rem 0.52rem;
  font-size: 0.77rem;
  font-weight: 700;
}

.featured-copy h2 {
  margin: 0.6rem 0 0.7rem;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1.15;
}

.featured-copy p {
  margin: 0;
  color: var(--muted);
}

.featured-meta {
  margin-top: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.featured-author {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.featured-author img {
  border-radius: 999px;
}

.featured-author strong {
  display: block;
  font-size: 0.92rem;
}

.featured-author span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
}

.featured-link {
  text-decoration: none;
  color: var(--accent);
  font-weight: 700;
}

.featured-media {
  display: grid;
  min-height: 310px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e4dff4;
  background: #d7cbff;
}

.featured-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured-placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 80% 20%, #ede7ff 0%, #ede7ff 23%, transparent 24%),
    linear-gradient(132deg, #4936ff 44%, #d8d1f0 44% 64%, #8a7cff 64%);
}

.latest-header {
  margin-top: 2.3rem;
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.latest-header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
}

.latest-header a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 700;
}

.latest-section {
  padding: 2.1rem 0 2.4rem;
  background: #fffaf3;
  border-top: 1px solid #f8ead8;
  border-bottom: 1px solid #f8ead8;
}

.latest-section .latest-header {
  margin-top: 0;
}

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(255px, 1fr));
  gap: 1rem;
}

.posts-grid-home {
  margin-top: 0.65rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
}

.posts-grid-search {
  margin-top: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  justify-items: center;
}

.posts-grid-home .post-card,
.posts-grid-search .post-card {
  width: 100%;
  max-width: 360px;
}

.post-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.post-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  padding: 0.9rem;
}

.post-card-thumb {
  border-radius: 10px;
  overflow: hidden;
  background: #ece7ff;
  aspect-ratio: 4 / 5;
}

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

.post-card-placeholder {
  width: 100%;
  height: 100%;
  background:
    radial-gradient(circle at 65% 24%, #d7cfff 0%, #d7cfff 22%, transparent 23%),
    linear-gradient(145deg, #5c47ff 48%, #d8d1f0 48% 70%, #8f82ff 70%);
}

.post-card-tag {
  margin-top: 0.8rem;
  display: inline-block;
  font-size: 0.76rem;
  font-weight: 700;
  color: #98642a;
  background: #f6ead8;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 0.16rem 0.5rem;
}

.post-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.post-card-title {
  margin: 0.55rem 0 0.32rem;
  font-size: 1.12rem;
  line-height: 1.3;
}

.post-card-meta-line {
  color: #7d8999;
  font-size: 0.8rem;
  font-weight: 600;
}

.post-card-meta-line .dot {
  margin: 0 0.2rem;
}

.post-card-excerpt {
  margin: 0.42rem 0 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.post-card-meta {
  display: inline-block;
  margin-top: 0.65rem;
  color: #8a96a7;
  font-size: 0.8rem;
}

.events-section {
  padding: 3.3rem 0 3.3rem;
  background: #fff;
  border-top: 1px solid var(--line);
}

.events-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
}

.events-header h2 {
  margin: 0;
  font-size: clamp(1.7rem, 2.2vw, 2.25rem);
}

.events-header a {
  text-decoration: none;
  color: var(--accent);
  font-weight: 700;
}

.events-grid {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 1rem;
}

.event-card {
  background: #f9efe4;
  border: 1px solid #f0dcc6;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 0.9rem;
}

.event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #e8d9c8;
  border-radius: 10px;
  min-height: 66px;
}

.event-date strong {
  color: var(--accent);
  font-size: 1.35rem;
  line-height: 1;
}

.event-date span {
  margin-top: 0.15rem;
  color: #8d95a2;
  font-size: 0.65rem;
  font-weight: 700;
}

.event-copy h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.25;
}

.event-copy h3 a {
  color: var(--text);
  text-decoration: none;
}

.event-copy p {
  margin: 0.34rem 0 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.event-meta {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.8rem;
  color: #8894a4;
  font-size: 0.78rem;
  font-weight: 600;
}

.event-link {
  display: inline-block;
  margin-top: 0.45rem;
  text-decoration: none;
  color: var(--accent);
  font-weight: 800;
}

.events-archive-timeline {
  padding: 2.2rem 0 2.8rem;
  background: #ffffff;
}

.events-archive-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eef2f6;
}

.events-archive-intro p {
  margin: 0;
  color: var(--muted);
}

.events-archive-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  background: #fff5ea;
  color: #9a6227;
  font-size: 0.82rem;
  font-weight: 700;
}

.timeline-list {
  position: relative;
  padding-left: 2.2rem;
}

.timeline-list::before {
  content: "";
  position: absolute;
  left: 1rem;
  top: 0.2rem;
  bottom: 0.2rem;
  width: 2px;
  background: #f7f7f7;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 1rem;
  align-items: start;
  margin-bottom: 1.15rem;
}

.timeline-pin {
  position: absolute;
  left: -1.28rem;
  top: 1.2rem;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #ffffff;
  border: 3px solid var(--accent);
  box-shadow: 0 0 0 4px #fff3e3;
}

.timeline-date-box {
  background: #fff;
  border: 1px solid #edd8be;
  border-radius: 10px;
  text-align: center;
  padding: 0.55rem 0.4rem;
}

.timeline-date-box strong {
  display: block;
  color: var(--accent);
  font-size: 1.25rem;
  line-height: 1;
}

.timeline-date-box span {
  display: block;
  margin-top: 0.2rem;
  color: #8a97a8;
  font-size: 0.7rem;
  font-weight: 700;
}

.timeline-card {
  background: #fff9f1;
  border: 1px solid #f0dcc3;
  border-left: 4px solid var(--accent);
  border-radius: 12px;
  padding: 0.95rem 1rem;
}

.timeline-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline-date-full {
  color: #7c8999;
  font-size: 0.78rem;
  font-weight: 700;
}

.timeline-card h2 {
  margin: 0.35rem 0 0;
  font-size: 1.2rem;
  line-height: 1.25;
}

.timeline-card h2 a {
  color: var(--text);
  text-decoration: none;
}

.timeline-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.timeline-meta {
  margin-top: 0.6rem;
  display: flex;
  gap: 0.7rem;
  color: #8793a4;
  font-size: 0.82rem;
  font-weight: 700;
}

.timeline-link {
  display: inline-block;
  margin-top: 0.45rem;
  color: var(--accent);
  text-decoration: none;
  font-weight: 800;
}

.timeline-pagination {
  margin-top: 1.4rem;
}

.post-single,
.page-content {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.5rem;
}

.post-single-hero {
  margin: 0 0 1rem;
  border-radius: 12px;
  overflow: hidden;
}

.post-single-hero img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

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

.single-layout {
  grid-template-columns: 280px minmax(0, 1fr);
}

.post-single-sidebar {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.post-single-side-media {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 4 / 5;
  border: 1px solid var(--line);
  background: #ece7ff;
}

.post-single-side-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.post-single-side-meta,
.post-single-side-categories {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 0.9rem;
}

.post-single-side-meta h2,
.post-single-side-categories h2 {
  margin: 0 0 0.45rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.post-single-side-meta p {
  margin: 0;
  color: var(--muted);
  font-weight: 600;
}

.post-single-side-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.post-single-side-categories a {
  color: var(--muted);
  text-decoration: none;
}

.post-single-side-categories a:hover {
  color: var(--text);
}

.blog-main .posts-grid {
  margin-top: 0.2rem;
}

.blog-categories {
  padding-top: 0.3rem;
}

.blog-categories h2 {
  margin: 0 0 0.8rem;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.blog-categories li {
  margin: 0;
  font-size: 0.95rem;
  color: var(--muted);
}

.blog-categories a {
  color: var(--muted);
  text-decoration: none;
}

.blog-categories a:hover {
  color: var(--text);
}

.blog-categories .current-cat > a {
  color: var(--accent);
  font-weight: 700;
}

.event-single-wrap {
  padding: 2rem 0 3rem;
}

.event-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 2rem;
  align-items: start;
}

.event-single-card h1 {
  margin-top: 0.2rem;
}

.event-single-meta-top {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 0.8rem;
}

.event-single-meta-top span {
  display: inline-flex;
  align-items: center;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: #fff5ea;
  color: #9a6227;
  font-size: 0.82rem;
  font-weight: 700;
}

.event-registration-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.3rem;
  position: sticky;
  top: 1.5rem;
}

.event-registration-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
}

.event-registration-card p {
  margin-top: 0;
  color: var(--muted);
}

.event-form-feedback {
  margin-bottom: 0.9rem;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.event-form-feedback.is-success {
  background: #ebfff3;
  border: 1px solid #bbe7ca;
  color: #1d7a45;
}

.event-form-feedback.is-info {
  background: #eef6ff;
  border: 1px solid #bfd9ff;
  color: #235ea8;
}

.event-form-feedback.is-error {
  background: #fff0ef;
  border: 1px solid #f2c2bd;
  color: #a53b30;
}

.event-registration-form {
  display: grid;
  gap: 0.8rem;
}

.event-registration-form p {
  margin: 0;
}

.event-registration-form label {
  display: block;
  margin-bottom: 0.32rem;
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}

.event-registration-form input {
  width: 100%;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  padding: 0.76rem 0.85rem;
  font-size: 0.95rem;
  outline: none;
}

.event-registration-form input:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 123, 31, 0.16);
}

.event-registration-form button {
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 0.82rem 1rem;
  cursor: pointer;
}

.event-registration-form button:hover {
  filter: brightness(0.96);
}

/* ── Comentários ─────────────────────────────────────────────── */
.comments-area {
  margin-top: 1.4rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.4rem;
}

.comments-title,
.comments-area h3 {
  margin: 0 0 0.9rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.9rem;
}

.comment-list .comment {
  margin: 0;
  padding: 0;
}

.comment-body {
  background: #f8fafc;
  border: 1px solid #e5ebf2;
  border-radius: 10px;
  padding: 0.9rem 1rem;
}

.comment-meta {
  margin-bottom: 0.45rem;
  font-size: 0.82rem;
  color: #5f6f82;
}

.comment-author .fn {
  color: var(--text);
  font-weight: 700;
  font-style: normal;
}

.comment-content p {
  margin: 0.4rem 0 0;
  color: #2f3d50;
}

.comment-respond {
  margin-top: 1.1rem;
  border-top: 1px solid var(--line);
  padding-top: 1.1rem;
}

.logged-in-as,
.comment-notes {
  margin: 0 0 0.85rem;
  color: #607186;
  font-size: 0.92rem;
}

.comment-form {
  display: grid;
  gap: 0.75rem;
}

.comment-form p {
  margin: 0;
}

.comment-form label {
  display: block;
  margin-bottom: 0.35rem;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  border: 1px solid #d7dee8;
  border-radius: 10px;
  padding: 0.7rem 0.8rem;
  font-size: 0.95rem;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.18s, box-shadow 0.18s;
}

.comment-form textarea {
  min-height: 130px;
  resize: vertical;
}

.comment-form input:focus,
.comment-form textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(255, 123, 31, 0.16);
}

.comment-form .submit {
  border: 0;
  border-radius: 10px;
  background: var(--accent);
  color: #fff;
  font-size: 0.93rem;
  font-weight: 700;
  padding: 0.72rem 1.05rem;
  cursor: pointer;
}

.comment-form .submit:hover {
  filter: brightness(0.95);
}

.button {
  display: inline-block;
  text-decoration: none;
  background: var(--cta);
  color: #fff;
  border-radius: 999px;
  padding: 0.6rem 1.2rem;
}

/* ── Recursos Gratuitos ─────────────────────────────────────── */
.recursos-section {
  background: #f5f6f8;
  padding: 4rem 0;
  text-align: center;
}

.recursos-title {
  font-size: 1.9rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.recursos-subtitle {
  color: var(--muted);
  font-size: 1rem;
  margin-bottom: 2.5rem;
}

.recursos-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  text-align: left;
}

.recurso-card {
  background: #fff;
  border-radius: 12px;
  padding: 1.75rem;
  box-shadow: 0 2px 12px rgba(0,0,0,.06);
}

.recurso-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--accent);
  border-radius: 10px;
  margin-bottom: 1rem;
}

.recurso-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.recurso-card p {
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.55;
  margin-bottom: 1rem;
}

.recurso-link {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--accent);
  text-decoration: none;
}

.recurso-link:hover {
  text-decoration: underline;
}

/* ── Newsletter Section ─────────────────────────────────────── */
.newsletter-section {
  background: var(--cta);
  padding: 4rem 1rem;
  text-align: center;
  color: #fff;
}

.newsletter-section h2 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
}

.newsletter-section p {
  color: rgba(255,255,255,.75);
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
}

.newsletter-feedback {
  max-width: 480px;
  margin: 0 auto 1rem;
  border-radius: 8px;
  padding: 0.55rem 0.8rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.newsletter-feedback.is-success {
  background: rgba(78, 201, 124, 0.16);
  border: 1px solid rgba(78, 201, 124, 0.45);
  color: #d5ffe4;
}

.newsletter-feedback.is-info {
  background: rgba(120, 180, 255, 0.16);
  border: 1px solid rgba(120, 180, 255, 0.45);
  color: #daebff;
}

.newsletter-feedback.is-error {
  background: rgba(255, 107, 107, 0.16);
  border: 1px solid rgba(255, 107, 107, 0.45);
  color: #ffdede;
}

.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 0;
  max-width: 480px;
  margin: 0 auto 0.75rem;
}

.newsletter-form input[type="email"] {
  flex: 1;
  padding: 0.8rem 1.1rem;
  border: none;
  border-radius: 6px 0 0 6px;
  font-size: 0.95rem;
  outline: none;
  color: var(--text);
}

.newsletter-form button {
  padding: 0.8rem 1.4rem;
  background: var(--accent);
  color: #fff;
  border: none;
  border-radius: 0 6px 6px 0;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s;
}

.newsletter-form button:hover {
  opacity: .9;
}

.newsletter-section small {
  display: block;
  color: rgba(255,255,255,.45);
  font-size: 0.8rem;
}

.footer-cta {
  background: var(--accent);
  padding: 3rem 0;
}

.footer-cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.footer-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.footer-cta-copy p {
  margin: 0.8rem 0 1.4rem;
  color: rgba(255,255,255,0.85);
  max-width: 46ch;
}

.footer-cta-btn {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: var(--accent);
  font-weight: 800;
  border-radius: 8px;
  padding: 0.72rem 1.4rem;
}

.footer-cta-media {
  display: flex;
  justify-content: flex-end;
}

.footer-cta-placeholder {
  width: 100%;
  max-width: 380px;
  min-height: 240px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 72% 22%, #ede7ff 0%, #ede7ff 24%, transparent 25%),
    linear-gradient(140deg, #5c47ff 46%, #d8d1f0 46% 68%, #9080ff 68%);
}

.site-footer {
  background: #FFF;
  color: rgba(0,0,0,0.6);
  padding: 8rem 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
  gap: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.footer-brand .footer-logo {
  text-decoration: none;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.footer-brand .footer-logo strong {
  font-weight: 800;
}

.footer-brand p {
  margin: 0.7rem 0 1.1rem;
  color: rgba(255,255,255,0.55);
  font-size: 0.9rem;
  max-width: 30ch;
}

.footer-socials {
  display: flex;
  gap: 0.55rem;
}

.footer-socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: background 0.2s;
}

.footer-socials a:hover {
  background: rgba(255,255,255,0.16);
  color: #fff;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.footer-nav-col h3 {
  margin: 0 0 0.9rem;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.footer-nav-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.52rem;
}

.footer-nav-col a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.9rem;
}

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

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1rem 0;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  font-size: 0.82rem;
  color: rgba(255,255,255,0.4);
}

.footer-legal {
  display: flex;
  gap: 1.1rem;
}

.footer-legal a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.82rem;
}

.footer-legal a:hover {
  color: rgba(255,255,255,0.8);
}

.site-footer-minimal {
  background: #fff;
  padding: 4.1rem 0;
  border-top: 1px solid #e1e5ea;
}

.footer-bar {
  display: flex; 
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.footer-bar-left {
  display: flex;
  align-items: center;
  gap: 1.4rem;
}

.footer-bar-logo {
  display: inline-flex;
  align-items: center;
}

.footer-bar-logo img {
  display: block;
  height: 56px;
  width: auto;
}

.site-footer-minimal .footer-socials {
  gap: 0.6rem;
}

.site-footer-minimal .footer-socials a {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #f3d9d1;
  color: #ff5a2f;
}

.site-footer-minimal .footer-socials a:hover {
  background: #f1cfc4;
  color: #f44c22;
}

.footer-menu .menu {
  gap: 2.8rem;
}

.site-footer-minimal .menu a {
  color: #3f5573;
  font-size: 0.96rem;
  font-weight: 500;
}

.site-footer-minimal .menu a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.55rem;
  width: 20px;
  height: 2px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: var(--accent);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.site-footer-minimal .menu a:hover,
.site-footer-minimal .menu .current-menu-item > a,
.site-footer-minimal .menu .current_page_item > a {
  color: #102f53;
}

.site-footer-minimal .menu a:hover::after,
.site-footer-minimal .menu .current-menu-item > a::after,
.site-footer-minimal .menu .current_page_item > a::after {
  opacity: 1;
}

.site-footer-minimal .menu .current-menu-item > a::after,
.site-footer-minimal .menu .current_page_item > a::after {
  left: 50%;
  width: 10px;
  height: 1px;
  bottom: -0.55rem;
  transform: translateX(-50%);
}

@media (max-width: 960px) {
  .top-hero {
    min-height: 640px;
    background-position: 68% center;
  }

  .top-hero-inner {
    min-height: 640px;
    padding: 8rem 0 4rem;
    justify-content: flex-start;
  }

  .hero-visual {
    display: none;
  }

  .hero-badges,
  .hero-flow {
    display: none;
  }

  .featured-post {
    grid-template-columns: 1fr;
  }

  .featured-media {
    min-height: 250px;
  }

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

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

  .newsletter-form {
    max-width: 100%;
  }

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

  .footer-cta-media {
    justify-content: flex-start;
  }

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

  .blog-layout {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .event-single-layout {
    grid-template-columns: 1fr;
  }

  .event-registration-card {
    position: static;
  }

  .blog-categories {
    order: -1;
  }

  .blog-categories ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.6rem 1rem;
  }

  .footer-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-menu .menu {
    gap: 1.2rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 700px) {

  .top-hero,
  .inner-top {
    padding-top: 3rem;
  }

  .top-hero {
    min-height: auto;
    background-position: 62% center;
  }

  .inner-top-inner {
    padding: 2.4rem 0 1.5rem;
  }

  .site-header .container {
    justify-content: space-between;
    min-height: 56px;
  }

  .site-brand-logo {
    height: 34px;
  }

  .site-nav {
    display: none;
  }

  .footer-bar-left {
    width: 100%;
    justify-content: space-between;
    gap: 0.8rem;
  }

  .footer-bar-logo img {
    height: 44px;
  }

  .site-footer-minimal .footer-socials a {
    width: 36px;
    height: 36px;
  }

  .footer-menu {
    width: 100%;
  }

  .footer-menu .menu {
    justify-content: space-between;
    gap: 0.9rem;
  }

  .site-footer-minimal .menu a {
    font-size: 0.92rem;
  }

  .destaque-home-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 0.3rem;
  }

  .destaque-home-title h2 {
    font-size: 1.45rem;
  }

  .destaque-home-search {
    width: 100%;
  }

  .hero-divider {
    height: 62px;
  }

  .hero-divider::before {
    width: 190px;
    top: -40px;
    height: 40px;
  }

  .hero-divider-arrow {
    width: 66px;
    height: 66px;
    font-size: 2rem;
  }

  .top-hero-inner {
    min-height: auto;
    padding: 7rem 0 3rem;
  }

  .top-hero h1 {
    font-size: clamp(1.65rem, 7vw, 2.2rem);
  }

  .top-hero p {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-btn {
    width: 100%;
  }

  .hero-btn-ghost {
    justify-content: flex-start;
    min-height: auto;
    padding: 0.15rem 0;
  }

  .featured-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .events-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .events-archive-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .posts-grid-home,
  .posts-grid-search {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .timeline-list {
    padding-left: 1.3rem;
  }

  .timeline-list::before {
    left: 0.2rem;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }

  .timeline-pin {
    left: -1.05rem;
    top: 0.75rem;
  }

  .timeline-date-box {
    max-width: 80px;
  }

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

  .recursos-section {
    padding: 2.5rem 0;
  }

  .recursos-title {
    font-size: 1.5rem;
  }

  .newsletter-section {
    padding: 2.5rem 1rem;
  }

  .newsletter-section h2 {
    font-size: 1.5rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .newsletter-form input[type="email"] {
    border-radius: 6px 6px 0 0;
  }

  .newsletter-form button {
    border-radius: 0 0 6px 6px;
    width: 100%;
  }

  .comments-area {
    padding: 1rem;
  }

  .comments-title,
  .comments-area h3 {
    font-size: 1.2rem;
  }

  .blog-categories ul {
    gap: 0.45rem 0.7rem;
  }
}

/* Interface refresh */
html body {
  --bg: #f5f1ec;
  --surface: #ffffff;
  --surface-soft: #f8f2ec;
  --text: #231f20;
  --muted: #756b67;
  --line: #e8ddd5;
  --accent: #ef6a3b;
  --accent-ink: #ffffff;
  --cta: #231f20;
  background: linear-gradient(180deg, #f6f1eb 0%, #fffdfa 360px, #fffdfa 100%);
  color: var(--text);
}

body.has-search-open {
  overflow: hidden;
}

body .container {
  width: min(1240px, calc(100% - 48px));
}

body .site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 40;
}

body .site-header .container {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 82px;
  padding: 0 58px;
  background: #ffffff;
  border: 1px solid #e8edf3;
  border-radius: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body .site-main {
  padding-top: 82px;
}

body .site-brand-logo {
  height: 42px;
}

body .site-nav {
  display: flex;
  justify-content: center;
}

body .menu {
  gap: 2rem;
}

body .menu a {
  color: #615550;
  font-size: 0.92rem;
  font-weight: 600;
}

body .menu a:hover,
body .menu .current-menu-item > a,
body .menu .current_page_item > a {
  color: var(--text);
}

body .site-header .menu a::after,
body .site-footer-minimal .menu a::after {
  display: none;
}

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

body .site-search-trigger,
body .site-atrupe-link,
body .site-app-link,
body .archive-cta,
body .featured-link,
body .post-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

body .site-search-trigger {
  width: 38px;
  height: 38px;
  min-height: unset;
  padding: 0;
  border: 1px solid #2f2f2f;
  border-radius: 8px;
  background: #ffffff;
  color: #111111;
  cursor: pointer;
}

body .site-atrupe-link {
  min-height: 38px;
  padding: 0 15px;
  border: 1px solid #2f2f2f;
  border-radius: 7px;
  background: #ffffff;
  color: #1f1f1f;
  font-size: 0.91rem;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

body .site-atrupe-link:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(56, 37, 25, 0.1);
}

body .site-app-link {
  min-height: 38px;
  min-width: 140px;
  padding: 0 22px;
  border-radius: 7px;
  background: #f33b24;
  color: #fff;
  font-size: 0.92rem;
  font-weight: 500;
}

body .site-search-trigger:hover,
body .site-app-link:hover,
body .archive-cta:hover,
body .featured-link:hover,
body .post-card-link:hover .post-card-action {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(56, 37, 25, 0.12);
}

body .site-search-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
}

body .site-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(18, 18, 18, 0.58);
}

body .site-search-dialog {
  position: relative;
  width: 100%;
  min-height: 274px;
  margin: 0 auto;
  padding: 104px 24px 24px;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

body .site-search-close {
  position: absolute;
  top: 20px;
  right: 22px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #111111;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

body .site-search-kicker,
body .section-kicker {
  margin: 0 0 0.45rem;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body .site-search-dialog h2,
body .section-heading h1,
body .search-results-intro h1 {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

body .site-search-dialog .site-search-kicker,
body .site-search-dialog h2 {
  display: none;
}

body .site-search-form {
  display: grid;
  grid-template-columns: minmax(0, 550px) 64px;
  justify-content: center;
  gap: 0;
  margin: 0 auto;
}

body .site-search-form input,
body .site-search-form button {
  min-height: 64px;
  border-radius: 0;
}

body .site-search-form input {
  border: 1px solid var(--line);
  border-right: 0;
  padding: 0 22px;
  color: #202020;
  font-size: 1.05rem;
  outline: none;
}

body .site-search-form button {
  border: 0;
  width: 64px;
  padding: 0;
  background: #f33b24;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}

body .destaque-home {
  padding: 1.2rem 0 0;
}

body .home-intro {
  display: grid;
  gap: 0;
  margin-top:100px;
}

body .home-intro > .section-heading {
  display: none;
}

body .section-heading {
  display: grid;
  gap: 0.2rem;
}

body .section-heading h1 {
  max-width: 14ch;
}

body .featured-post {
  display: grid;
  grid-template-columns: 290px minmax(0, 1fr);
  gap: 0;
  min-height: 365px;
  padding: 0;
  background: #ffffff;
  border: 1px solid #dfe6ee;
  border-radius: 0 0 10px 10px;
  box-shadow: none;
  overflow: hidden;
}

body .featured-media {
  min-height: 365px;
  border: 0;
  background: #d8d1ca;
  border-radius: 0;
}

body .featured-placeholder,
body .post-card-placeholder {
  background: linear-gradient(180deg, #d7c9c0 0%, #e9e0da 100%);
}

body .featured-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 42px 46px 42px 48px;
}

body .featured-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

body .featured-copy h2 {
  margin: 0 0 14px;
  color: #111111;
  font-size: clamp(2rem, 3.1vw, 2.35rem);
  line-height: 1.16;
  letter-spacing: 0;
}

body .featured-copy p {
  max-width: 75ch;
  color: #777777;
  font-size: 0.95rem;
  line-height: 1.48;
}

body .featured-meta {
  margin-top: auto;
  padding-top: 38px;
}

body .featured-author div {
  display: grid;
}

body .featured-author {
  gap: 10px;
}

body .featured-author img {
  width: 35px;
  height: 35px;
  background: #c8c8c8;
}

body .featured-author strong {
  color: #f33b24;
  font-size: 0.88rem;
  font-weight: 500;
}

body .featured-author span {
  color: #888888;
  font-size: 0.82rem;
}

body .quick-filters {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: fit-content;
  max-width: calc(100% - 32px);
  gap: 0;
  margin: 0 auto 54px;
  padding: 6px;
  border: 1px solid #e2e5e9;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(18, 24, 32, 0.05);
  overflow-x: auto;
}

body .quick-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 16px;
  border: 0;
  border-radius: 6px;
  background: #fff;
  color: #151515;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
}

body .quick-filter-chip:hover,
body .quick-filter-chip.is-active {
  background: #f33b24;
  color: #ffffff;
}

body .latest-section,
body .search-results-page,
body .single-post-shell {
  background: transparent;
  border: 0;
  padding: 2.2rem 0 4rem;
}

body .latest-section {
  background: #f6f7f8;
  padding: 3.4rem 0 4.4rem;
}

body .latest-header {
  display: none;
}

body .search-results-intro,
body .post-single-related-header {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

body .latest-header h2,
body .post-single-related h2 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.03em;
}

body .latest-header > div {
  display: grid;
  gap: 0.15rem;
}

body .posts-grid-home,
body .posts-grid-search,
body .posts-grid-archive,
body .posts-grid-related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  justify-items: stretch;
}

body .posts-grid-related {
  margin-top: 1rem;
}

body .posts-grid-home .post-card,
body .posts-grid-search .post-card,
body .posts-grid-archive .post-card,
body .posts-grid-related .post-card {
  max-width: none;
}

body .archive-posts-page {
  background: #fbf8f5;
  padding: 3rem 0 5rem;
}

body .archive-posts-shell {
  display: grid;
  gap: 24px;
}

body .archive-posts-heading h1 {
  margin: 80px 0 20px;
  max-width: 680px;
  color: #231f20;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.035em;
}

body .archive-posts-heading p {
  margin: 0.8rem 0 0;
  max-width: 680px;
  color: #777777;
  font-size: 1rem;
}

body .archive-posts-page .blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 30px;
  align-items: start;
}

body .archive-posts-page .blog-categories {
  position: sticky;
  top: 106px;
  padding: 18px;
  border: 1px solid #e0e4e8;
  border-radius: 12px;
  background: #ffffff;
}

body .archive-posts-page .blog-categories h2 {
  margin: 0 0 12px;
  color: #151515;
  font-size: 1rem;
}

body .archive-posts-page .blog-categories ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body .archive-posts-page .blog-categories a {
  display: flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 7px;
  color: #333333;
  text-decoration: none;
  font-size: 0.9rem;
}

body .archive-posts-page .blog-categories a:hover,
body .archive-posts-page .blog-categories .current-cat > a {
  background: #f33b24;
  color: #ffffff;
}

body .post-card {
  border: 1px solid #e0e4e8;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

body .post-card-link {
  display: grid;
  grid-template-columns: 44% minmax(0, 1fr);
  gap: 0;
  padding: 0;
  min-height: 304px;
}

body .post-card-thumb {
  height: 100%;
  border-radius: 0;
  aspect-ratio: auto;
  background: #d8d1ca;
}

body .post-card-body {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 21px 20px 21px;
}

body .post-card-tags {
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

body .post-card-tag,
body .featured-tag {
  padding: 0.25rem 0.46rem;
  border: 0;
  border-radius: 4px;
  background: #dddddd !important;
  color: #222222 !important;
  font-size: 0.78rem;
  font-weight: 400;
}

body .featured-reading-time {
  color: #111111;
  font-size: 0.78rem;
}

body .post-card-reading-time {
  color: #151515;
  font-size: 0.78rem;
  line-height: 1;
  white-space: nowrap;
}

body .post-card-title {
  margin: 0;
  color: #151515;
  font-size: clamp(1.25rem, 2vw, 1.42rem);
  line-height: 1.3;
  letter-spacing: 0;
}

body .post-card-meta-line,
body .post-card-excerpt,
body .post-card-meta,
body .featured-author span,
body .post-single-side-meta p,
body .post-single-side-categories a,
body .single-post-meta {
  color: var(--muted);
}

body .post-card-excerpt {
  margin-top: 10px;
  color: #777777;
  font-size: 0.92rem;
  line-height: 1.52;
}

body .post-card-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.8rem;
  margin-top: auto;
}

body .post-card-action {
  min-height: 35px;
  padding: 0 12px;
  border: 1px solid #111111;
  border-radius: 6px;
  background: #ffffff;
  color: #202020;
  font-size: 0.87rem;
  font-weight: 400;
  gap: 7px;
}

body .archive-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
}

body .archive-cta,
body .featured-link {
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #111111;
  background: #fff;
  color: #202020;
  border-radius: 6px;
  font-size: 0.88rem;
  font-weight: 400;
  gap: 8px;
}

body .search-results-intro h1 {
  max-width: 20ch;
}

body .search-results-page {
  background: #fbf8f5;
  padding: 0 0 5.3rem;
}

body .search-results-page .search-results-intro {
  margin-bottom: 10px;
  padding-top: 0;
}

body .search-results-page .section-kicker {
  display: none;
}

body .search-results-page .search-results-intro h1 {
  max-width: 620px;
  margin:120px 0 40px;
  color: #231f20;
  font-size: 20px;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

body .search-results-page .posts-grid-search {
  margin-top: 0;
}

body .empty-state-block {
  padding: 1.5rem;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}

body .timeline-pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
}

body .timeline-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  padding: 0 0.8rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--text);
  text-decoration: none;
}

body .timeline-pagination .current {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

body .single-layout {
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 1.4rem;
}

body .post-single,
body .comments-area {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 36px rgba(88, 59, 41, 0.05);
}

body .post-single-sidebar {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

body .post-single-side-media,
body .post-single-side-meta,
body .post-single-side-categories {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
}

body .post-single {
  padding: 1.8rem;
}

body .single-post-tags {
  margin-bottom: 0.7rem;
}

body .single-post-meta {
  margin-bottom: 1.2rem;
}

body .post-single h1 {
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.035em;
}

body .post-content {
  color: #3b3431;
}

body .post-content p {
  margin: 0 0 1.2rem;
}

body .post-single-related {
  margin-top: 1.5rem;
}

body .single-post-shell {
  padding: 124px 0 0;
}

body .single-post-shell > .container {
  width: min(1180px, calc(100% - 96px));
}

body .single-layout {
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

body .single-post-shell .blog-main {
  min-width: 0;
}

body .post-single-sidebar {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

body .post-single-side-media {
  width: 100%;
  min-height: 378px;
  margin: 0;
  border: 0;
  border-radius: 10px;
  overflow: hidden;
  background: #d8d1ca;
}

body .post-single-side-media img,
body .post-single-side-media .post-card-placeholder {
  width: 100%;
  height: 100%;
  min-height: 378px;
  display: block;
  object-fit: cover;
}

body .post-single-side-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0;
  border: 0;
  background: transparent;
}

body .post-single-side-meta img {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: #d9d9d9;
}

body .post-single-side-meta strong {
  display: block;
  color: #f33b24;
  font-size: 0.95rem;
  line-height: 1.1;
}

body .post-single-side-meta p {
  margin: 0.2rem 0 0;
  color: #9a9a9a;
  font-size: 0.82rem;
  font-weight: 700;
}

body .post-single {
  padding: 22px 25px 24px;
  border: 0;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: none;
}

body .single-post-tags {
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

body .post-single h1 {
  margin: 0 0 24px;
  color: #111111;
  font-size: clamp(2.25rem, 3.5vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
}

body .post-content {
  color: #7b7b7b;
  font-size: 1rem;
  line-height: 1.58;
}

body .post-content p {
  margin: 0 0 1.55rem;
}

body .post-content h2,
body .post-content h3 {
  margin: 2.2rem 0 1rem;
  color: #111111;
  line-height: 1.18;
}

body .single-layout-related {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 304px minmax(0, 1fr);
  gap: 34px;
  align-items: start;
  margin-top: 58px;
  padding-bottom: 64px;
}

body .single-layout-related .post-single-related-header {
  margin: 58px 0 0;
}

body .single-layout-related .section-kicker {
  margin: 0 0 12px;
  color: #f33b24;
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  text-transform: none;
}

body .single-layout-related .post-single-related-header h2 {
  max-width: 260px;
  color: #141414;
  font-size: 1rem;
  line-height: 1.28;
  letter-spacing: 0;
}

body .single-layout-related .posts-grid-related {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

body .single-layout-related .post-card-thumb {
  display: none;
}

body .single-layout-related .post-card-link {
  grid-template-columns: 1fr;
  min-height: 244px;
}

body .single-layout-related .post-card-body {
  padding: 24px;
}

body .site-footer-minimal {
  padding: 2.6rem 0 1.8rem;
  background: #fff;
  border-top: 1px solid var(--line);
}

body .footer-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

body .footer-bar-left {
  gap: 0;
}

body .footer-bar-logo img {
  height: 30px;
}

body .footer-menu {
  display: flex;
  justify-content: center;
}

body .footer-menu .menu {
  gap: 2rem;
}

body .site-footer-minimal .menu a {
  color: #554c49;
  font-size: 0.9rem;
}

body .site-footer-minimal .footer-socials a {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f7f1eb;
  color: var(--text);
}

body .footer-meta {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.6rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

body .footer-meta a {
  color: #80756f;
  font-size: 0.82rem;
  text-decoration: none;
}

@media (max-width: 960px) {
  body .site-header .container {
    grid-template-columns: auto 1fr;
  }

  body .site-header-actions {
    justify-self: end;
  }

  body .site-nav {
    display: none;
  }

  body .featured-post,
  body .single-layout,
  body .footer-bar,
  body .post-card-link {
    grid-template-columns: 1fr;
  }

  body .featured-media {
    min-height: 260px;
  }

  body .featured-copy {
    padding: 28px;
  }

  body .posts-grid-home,
  body .posts-grid-search,
  body .posts-grid-archive,
  body .posts-grid-related {
    grid-template-columns: 1fr;
  }

  body .archive-posts-page .blog-layout {
    grid-template-columns: 1fr;
  }

  body .single-post-shell > .container {
    width: min(1180px, calc(100% - 32px));
  }

  body .single-layout,
  body .single-layout-related {
    grid-template-columns: 1fr;
  }

  body .single-layout-related .post-single-related-header {
    margin-top: 0;
  }

  body .single-layout-related .posts-grid-related {
    grid-template-columns: 1fr;
  }

  body .archive-posts-page .blog-categories {
    position: static;
    order: -1;
  }

  body .archive-posts-page .blog-categories ul {
    display: flex;
    flex-wrap: wrap;
  }

  body .quick-filters {
    justify-content: flex-start;
    width: calc(100% - 24px);
    margin-bottom: 32px;
  }

  body .post-card-thumb {
    min-height: 220px;
  }

  body .footer-bar,
  body .footer-meta {
    justify-items: center;
    text-align: center;
  }
}

@media (max-width: 700px) {
  body .container {
    width: min(1240px, calc(100% - 24px));
  }

  body .site-main {
    padding-top: 62px;
  }

  body .site-header {
    top: 0;
  }

  body .site-header .container {
    width: 100%;
    min-height: 62px;
    padding: 0 0.9rem;
    gap: 0.7rem;
  }

  body .site-header-actions {
    gap: 0.45rem;
  }

  body .site-search-trigger span:last-child,
  body .site-app-link {
    font-size: 0.76rem;
  }

  body .site-search-trigger,
  body .site-app-link {
    min-height: 34px;
    padding: 0.45rem 0.65rem;
  }

  body .site-search-trigger {
    width: 34px;
    height: 34px;
    padding: 0;
  }

  body .site-atrupe-link {
    display: none;
  }

  body .site-app-link {
    min-width: auto;
  }

  body .site-search-dialog {
    width: 100%;
    min-height: 180px;
    margin-top: 0;
    padding: 72px 16px 24px;
  }

  body .site-search-close {
    top: 14px;
    right: 14px;
  }

  body .site-search-form {
    grid-template-columns: minmax(0, 1fr) 52px;
  }

  body .site-search-form input,
  body .site-search-form button {
    min-height: 52px;
  }

  body .site-search-form button {
    width: 52px;
  }

  body .site-search-dialog h2,
  body .section-heading h1,
  body .search-results-intro h1,
  body .archive-posts-heading h1,
  body .post-single h1,
  body .latest-header h2,
  body .post-single-related h2 {
    max-width: none;
    font-size: clamp(1.7rem, 7vw, 2.3rem);
  }

  body .post-single,
  body .comments-area {
    padding: 1rem;
  }

  body .featured-post {
    padding: 0;
  }

  body .featured-copy h2,
  body .post-card-title {
    font-size: 1.3rem;
  }

  body .footer-menu .menu {
    justify-content: center;
  }

  body .footer-meta {
    flex-direction: column;
    gap: 0.5rem;
  }
}
