/* ── FONT & GLOBAL OVERRIDES ───────────────────────────────────── */
body {
  font-family: "Nunito Sans", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

svg {
  flex-shrink: 0;
}

/* ── DARK SECTION OVERRIDE ─────────────────────────────────────── */
.sec-dark {
  background: #072846 !important;
}

/* ── GRAY SECTION EXACT COLOR ──────────────────────────────────── */
.sec-gray {
  background: #f9fafb !important;
}

/* ── PILL BADGE ────────────────────────────────────────────────── */
.pg-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid #faa61a;
  color: #faa61a;
  border-radius: 999px;
  padding: 6px 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.75rem;
}

.pg-pill .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #faa61a;
  flex-shrink: 0;
}

/* ── HERO ──────────────────────────────────────────────────────── */
.hero-bg {
  background-image: url("./images/hero-desapropriacao-bg.webp");
}

.hero-left .hero-content {
  align-items: flex-start;
  text-align: left;
  max-width: 700px;
}

.hero-left .hero-content h1 {
  text-align: left;
  font-size: clamp(2rem, 4.5vw, 3.5rem);
  font-weight: 600;
  line-height: 1.15;
  text-wrap: balance;
}

/* ── HERO ACCORDION ────────────────────────────────────────────── */
.hero-accordion {
  width: 100%;
  margin: 0.5rem 0 2rem;
}

.hero-accordion .faq-item {
  border-bottom-color: rgba(255, 255, 255, 0.18);
  border: none;
}

.hero-accordion .faq-btn {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 1rem 0;
  justify-content: left;
}

.hero-accordion .faq-plus {
  color: #ecf8fd;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem;
}

.hero-accordion .faq-answer p {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

/* ── HERO CTA ROW ──────────────────────────────────────────────── */
.hero-cta-row {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: var(--white);
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: background 0.2s;
}

.btn-ghost:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* ── TWO-COL ───────────────────────────────────────────────────── */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.two-col img {
  width: 100%;
  object-fit: cover;
}

.two-col .text-col h2 {
  margin-bottom: 1rem;
}
.two-col .text-col p {
  color: var(--text-body);
  margin-bottom: 0.75rem;
}

/* ── S1 CALLOUT ────────────────────────────────────────────────── */
.callout-amber {
  background: rgba(201, 169, 97, 0.05);
  border: 1px solid rgba(201, 169, 97, 0.3);
  padding: 1.25rem 1.5rem;
  margin-top: 1.5rem;
}

.callout-amber .callout-header {
  font-weight: 700;
  font-size: 1.1rem;
  color: #2d2b29;
  margin-bottom: 0.75rem;
}

.callout-amber ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.callout-amber ul li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: #072846;
  font-weight: 600;
}

/* ── TAB NAV ───────────────────────────────────────────────────── */
.tab-nav {
  display: flex;
  gap: 0.75rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  border-bottom: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0.5rem;
}

.tab-btn {
  padding: 0.55rem 1.4rem;
  font-weight: 700;
  font-size: 0.9rem;
  border: 1.5px solid #e2e8f0;
  color: var(--text-body);
  background: none;
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s,
    border-color 0.2s;
  white-space: nowrap;
  flex: 1;
}

/* Per-line inactive border/text */
.tab-btn[data-tab="linha16"] {
  border-color: #ce93d8;
  color: #7b1fa2;
}
.tab-btn[data-tab="linha19"] {
  border-color: #a0dcf8;
  color: #0d3f6d;
}
.tab-btn[data-tab="linha20"] {
  border-color: #f1a7c2;
  color: #450b20;
}

/* Per-line active (filled bg) */
.tab-btn[data-tab="linha16"].is-active {
  background: #7b1fa2;
  color: #fff;
  border-color: #7b1fa2;
}
.tab-btn[data-tab="linha19"].is-active {
  background: #0277bd;
  color: #fff;
  border-color: #0277bd;
}
.tab-btn[data-tab="linha20"].is-active {
  background: #880e4f;
  color: #fff;
  border-color: #880e4f;
}

.tab-panel {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.5rem;
}
.tab-panel.is-active {
  display: block;
}

/* Line tags inside panels */
.line-tag {
  display: inline-block;
  padding: 0.25rem 0.8rem;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.25rem;
}

.line-tag--violeta {
  background: #ede7f6;
  color: #4527a0;
}
.line-tag--celeste {
  background: #e1f5fe;
  color: #0277bd;
}
.line-tag--rosa {
  background: #fce4ec;
  color: #880e4f;
}

.region-intro {
  background: #f5f7fa;
  border-left: 3px solid #c9a961;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  color: var(--text-body);
  font-size: 0.975rem;
  line-height: 1.65;
  border-radius: 0 4px 4px 0;
}

.tab-panel-inner .region-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .tab-panel-inner .region-info {
  grid-template-columns: 1fr;
  gap: 0.5rem;
}
}

.tab-panel-inner h3 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
  color: var(--navy);
}
.tab-panel-inner p {
  color: var(--text-body);
  margin-bottom: 0.75rem;
}

@media screen and (max-width: 992px) {
  .tab-panel-inner h3 {
    font-size: 1.25rem;
  }
}

.region-list {
  list-style: none;
  margin: 0.5rem 0 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border: 2px solid #7b1fa2;
  padding: 1.25rem;
}
.region-list--celeste {
  border-color: #0277bd;
}

.region-list--rosa {
  border-color: #880e4f;
}

.region-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--navy);
}

.region-list li:not(:last-child) {
  padding-bottom: 0.5rem;
}

.region-list li svg {
  flex-shrink: 0;

}

.tab-note {
  font-size: 0.9rem;
  color: var(--text-body);
  background: #f9fafb;
  border-left: 3px solid #faa61a;
  padding: 1rem 1.25rem;
  border-radius: 0 8px 8px 0;
  margin-top: 0.5rem;
  line-height: 1.6;
}

.complexity-list {
  list-style: none;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.complexity-list li {
  font-size: 0.9rem;
  color: var(--text-body);
  padding-left: 1.1rem;
  position: relative;
}

.complexity-list li::before {
  content: "–";
  position: absolute;
  left: 0;
}

/* ── S3 ICON CARDS DARK ────────────────────────────────────────── */
.icon-cards-dark {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0 1.75rem;
}

.icon-card-dark {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 1.75rem 1.5rem;
  text-align: center;
}

.icon-card-dark svg {
  width: 45px;
  height: 45px;
}

.icon-card-dark h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-wrap: balance;
}

/* ── S3 STATUS GRID ────────────────────────────────────────────── */
.status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.status-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 2.25rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.85rem;
}

.status-card h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.status-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.status-icon--red {
  background: rgba(255, 100, 103, 0.2);
}
.status-icon--green {
  background: rgba(5, 223, 114, 0.2);
}

/* ── S4 STEP GRID ──────────────────────────────────────────────── */
.step-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.step-card {
  background: #fafafa;
  border: 1px solid rgba(250, 215, 154, 0.56);
  padding: 1.75rem 1.5rem;
  text-align: center;
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.step-num {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #faa61a;
  color: #fff;
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.step-card p {
  font-size: 1.1rem;
  color: #072846;
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
}

.step-footer-note {
  margin-top: 2rem;
  font-size: 1rem;
}

.step-footer-note a {
  color: #faa61a;
}

/* ── S5 ERROR GRID ─────────────────────────────────────────────── */
.error-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2rem;
}

.error-card {
  background: #fff;
  border: 1px solid #fb2c36;
  padding: 1.25rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.error-icon {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: rgba(251, 44, 54, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.error-card p {
  color: #072846;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

/* ── S6 IMPACT GRID ────────────────────────────────────────────── */
.impact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.impact-card {
  border: 1.5px solid;
  padding: 2rem;
}

.impact-card--blue {
  border-color: #2b7fff;
}
.impact-card--orange {
  border-color: #ff9800;
}

.impact-card h3 {
  font-size: 1.5rem;
  color: #072846;
  font-weight: 700;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-left: -1rem;
}

.impact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

.impact-list li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 1rem;
  color: var(--text-body);
}

.impact-list li svg {
  flex-shrink: 0;
}

.icon-bg-blue {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eef5fc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-bg-orange {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #fef7ec;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.callout-orange {
  background: rgba(255, 152, 0, 0.1);
  border-left: 4px solid #ff9800;
  padding: 1.75rem 1.5rem;
  margin-top: 2rem;
  font-weight: 600;
  color: #072846;
}

/* ── S7 CHECK GRID ─────────────────────────────────────────────── */



.check-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 2rem;
}

.check-item {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  background: #fff;
  border: 1px solid #fad79a;
  padding: 3rem 1.5rem;
  font-size: 1.2rem;
}

.check-item svg {
  flex-shrink: 0;
  margin-top: 1px;
}

.check-item span {
  color: #072846;
  font-weight: 600;
  line-height: 1.45;
}

.s7-note {
  margin-top: 2rem;
  color: #736e69;
}

/* ── S8 CHECK LIST ─────────────────────────────────────────────── */
.check-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin: 1rem 0;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-body);
}

.check-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.accent-bold {
  font-weight: 700;
  color: #ff9800 !important;
  font-size: 1.25rem;
  margin-top: 1.25rem;
  text-wrap: balance;
}

/* ── S9 WHO GRID ───────────────────────────────────────────────── */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem 0 1.75rem;
}

.who-card {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.who-card .icon-circle {
  margin: 0 auto 1.25rem;
}

.who-card h3 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  font-weight: 700;
}

/* ── CTA GOLD SECTION ──────────────────────────────────────────── */
.pg-cta-section {
  background: #faa61a;
  padding: 5rem 0;
  text-align: center;
}

.pg-cta-section h2 {
  color: #161514;
  font-size: clamp(1.4rem, 3vw, 1.75rem);
  font-weight: 700;
  max-width: 680px;
  margin: 0 auto 1rem;
  line-height: 1.35;
}

.pg-cta-section p {
  color: #2d2b29;
  max-width: 480px;
  margin: 0 auto 2.5rem;
  font-size: 1rem;
}

.btn-cta-white {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #fff;
  color: #072846;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  transition:
    box-shadow 0.2s,
    transform 0.2s;
}

.btn-cta-white:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

/* ── SIMPLIFIED FOOTER ─────────────────────────────────────────── */
.pg-footer {
  background: #072846;
  padding: 2.5rem 0;
}

.pg-footer-inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
}

.pg-footer-logo {
  height: 52px;
  width: auto;
}

.pg-footer-copy {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.85rem;
  margin: 0;
  text-align: left;
}

/* ── RESPONSIVE ────────────────────────────────────────────────── */
@media (max-width: 1100px) {
  .step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .two-col {
    gap: 2.5rem;
  }
}

@media (max-width: 900px) {
  .two-col,
  .tab-panel-inner,
  .impact-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .icon-cards-dark,
  .status-grid,
  .who-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .check-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .step-grid,
  .check-grid-3,
  .error-grid,
  .icon-cards-dark,
  .status-grid,
  .who-grid {
    grid-template-columns: 1fr;
  }

  .hero-cta-row {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .tab-btn {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  .pg-cta-section h2 {
    font-size: 1.3rem;
  }
}
