:root {
  --petroleo: #00414A;
  --verde: #126363;
  --lima: #D8DE3E;
  --branco: #FFFFFF;
  --branco-72: rgba(255, 255, 255, .72);
  --branco-12: rgba(255, 255, 255, .12);
  --branco-08: rgba(255, 255, 255, .08);
  --ink: #0b2d31;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: #0b2d31;
}

body {
  font-family: 'Barlow', 'Lato', 'Noto Sans', Arial, sans-serif;
}

@page {
  size: 13.333333in 7.5in;
  margin: 0;
}

.deck {
  width: 1280px;
  margin: 0 auto;
}

.slide {
  position: relative;

  width: 1280px;
  height: 720px;

  overflow: hidden;

  color: var(--branco);
  background: var(--petroleo);

  break-after: page;
  page-break-after: always;

  padding: 64px 78px 54px;

  z-index: 0;
}

.slide:last-child {
  break-after: auto;
  page-break-after: auto;
}

/* Garante que o conteúdo fique acima da marca d'água */
.slide>* {
  position: relative;
  z-index: 2;
}

/* Marca d'água */
.slide::before {
  content: "";

  position: absolute;

  width: 600px;
  height: 600px;
  

  left: -245px;
  bottom: 105px;

  background-image: url("../img/logo-embracon-branca.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  opacity: 0.11;

  z-index: 0;
  pointer-events: none;
}

/* Linha verde-lima */
.slide::after {
  content: "";

  position: absolute;

  width: 110px;
  height: 5px;

  left: 78px;
  bottom: 34px;

  background: var(--lima);

  z-index: 1;
  pointer-events: none;
}

.kicker {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 17px;
  /* visual equivalent of ~35 pt */
  font-weight: 800;
  line-height: .95;
  letter-spacing: 1.6px;
  color: var(--lima);
  margin: 0 0 14px 0;
}

h1,
h2,
h3 {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  margin: 0;
  font-weight: 400;
}

h1 {
  font-size: 120px;
  line-height: .88;
  letter-spacing: .3px;
}

h2 {
  font-size: 87px;
  line-height: .92;
  letter-spacing: .2px;
}

h3 {
  font-size: 44px;
  line-height: 1;
}

.title-long {
  font-size: 87px;
}

.title-short {
  font-size: 120px;
}

.accent {
  color: var(--lima);
}

.lead {
  font-size: 27px;
  /* visual equivalent of ~20 pt */
  line-height: 1.28;
  font-weight: 500;
  max-width: 930px;
  margin: 22px 0 0;
  color: var(--branco);
}

.body {
  font-size: 23px;
  /* visual equivalent of ~17 pt */
  line-height: 1.38;
  color: var(--branco);
}

.muted {
  color: var(--branco-72);
}

.small {
  font-size: 18px;
}

.footer {
  position: absolute;
  right: 78px;
  bottom: 24px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, .55);
}

/* cover */
.cover {
  padding-top: 78px;
}

.cover .title-wrap {
  width: 870px;
  position: relative;
  z-index: 2;
}

.cover .cover-mark {
  position: absolute;
  right: 84px;
  top: 116px;
  width: 238px;
  height: 420px;
}

.cover .cover-mark .tower {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 205px;
  height: 350px;
  border: 2px solid rgba(255, 255, 255, .18);
  border-bottom: 0;
}

.cover .cover-mark .tower::before,
.cover .cover-mark .tower::after {
  content: '';
  position: absolute;
  left: 32px;
  right: 32px;
  height: 2px;
  background: rgba(216, 222, 62, .55);
  box-shadow: 0 64px 0 rgba(216, 222, 62, .42), 0 128px 0 rgba(216, 222, 62, .32), 0 192px 0 rgba(216, 222, 62, .23);
  top: 56px;
}

.cover .cover-mark .tower::after {
  transform: rotate(90deg);
  top: 171px;
  left: 100px;
  right: auto;
  width: 240px;
  box-shadow: none;
  transform-origin: left center;
}

.cover .cover-mark .dot {
  position: absolute;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: var(--lima);
  top: 0;
  right: 130px;
}

.cover .objective {
  width: 820px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .18);
  margin-top: 42px;
  color: rgba(255, 255, 255, .82);
  font-size: 22px;
  line-height: 1.4;
}

/* objective */
.goal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 44px;
}

.goal-card {
  background: var(--branco-08);
  border-top: 4px solid var(--lima);
  padding: 28px 26px 25px;
  min-height: 215px;
}

.goal-card .num {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 55px;
  color: var(--lima);
  line-height: 1;
  margin-bottom: 16px;
}

.goal-card h3 {
  font-size: 35px;
  margin-bottom: 12px;
}

.goal-card p {
  margin: 0;
  font-size: 20px;
  line-height: 1.35;
  color: var(--branco-72);
}

/* split cards */
.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
  margin-top: 34px;
}

.card {
  background: var(--verde);
  padding: 30px 32px;
  min-height: 310px;
  border-radius: 2px;
}

.card.light {
  background: var(--branco);
  color: var(--petroleo);
}

.card .eyebrow {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 24px;
  letter-spacing: 1.4px;
  color: var(--lima);
  margin-bottom: 14px;
}

.card.light .eyebrow {
  color: var(--verde);
}

.card h3 {
  font-size: 49px;
  margin-bottom: 18px;
}

.card p {
  font-size: 21px;
  line-height: 1.42;
  margin: 0;
}

.card ul {
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.card li {
  position: relative;
  padding-left: 22px;
  font-size: 20px;
  line-height: 1.35;
  margin: 10px 0;
}

.card li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lima);
  position: absolute;
  left: 0;
  top: 9px;
}

.card.light li::before {
  background: var(--verde);
}

/* example */
.example-grid {
  display: grid;
  grid-template-columns: 1fr 120px 1fr;
  align-items: stretch;
  margin-top: 36px;
}

.example-panel {
  background: var(--branco-08);
  padding: 32px;
  min-height: 300px;
}

.example-panel h3 {
  font-size: 42px;
  margin-bottom: 18px;
}

.example-panel p {
  margin: 0;
  font-size: 21px;
  line-height: 1.4;
}

.example-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.example-center .vs {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--lima);
  color: var(--petroleo);
  display: grid;
  place-items: center;
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 31px;
}

.tag {
  display: inline-block;
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 21px;
  letter-spacing: 1px;
  color: var(--lima);
  margin-bottom: 12px;
}

/* governance */
.governance {
  margin-top: 34px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
}

.gov-card {
  min-height: 330px;
  border: 1px solid rgba(255, 255, 255, .19);
  padding: 28px 26px;
  position: relative;
  background: rgba(255, 255, 255, .035);
}

.gov-card .index {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 62px;
  color: var(--lima);
  line-height: .8;
  margin-bottom: 24px;
}

.gov-card h3 {
  font-size: 39px;
  margin-bottom: 16px;
}

.gov-card p {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
  color: var(--branco-72);
}

/* law comparison */
.compare-label {
  position: absolute;
  top: 32px;
  right: 34px;
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 24px;
  color: rgba(255, 255, 255, .35);
  letter-spacing: 1.2px;
}

.rule-card {
  min-height: 330px;
}

.rule-card strong {
  color: var(--lima);
  font-weight: 600;
}

.rule-card.light strong {
  color: var(--petroleo);
}

/* finance flow */
.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 42px;
  align-items: stretch;
}

.flow-step {
  min-height: 260px;
  background: var(--branco-08);
  padding: 26px 22px 24px;
  border-top: 4px solid rgba(255, 255, 255, .28);
}

.flow-step.active {
  border-color: var(--lima);
  background: var(--verde);
}

.flow-step .n {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 52px;
  color: var(--lima);
  line-height: 1;
}

.flow-step h3 {
  font-size: 32px;
  margin: 14px 0 14px;
}

.flow-step p {
  font-size: 18px;
  line-height: 1.36;
  margin: 0;
  color: var(--branco-72);
}

/* rights duties */
.list-panel {
  padding-top: 27px;
}

.list-panel h3 {
  font-size: 47px;
  margin-bottom: 18px;
}

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

.list-panel li {
  position: relative;
  margin: 14px 0;
  padding-left: 28px;
  font-size: 20px;
  line-height: 1.35;
}

.list-panel li::before {
  content: '+';
  position: absolute;
  left: 0;
  top: -2px;
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  color: var(--lima);
  font-size: 28px;
}

.card.light.list-panel li::before {
  color: var(--verde);
}

/* expert tip */
.tip-wrap {
  display: grid;
  grid-template-columns: .88fr 1.12fr;
  gap: 32px;
  margin-top: 32px;
  align-items: stretch;
}

.metric {
  background: var(--lima);
  color: var(--petroleo);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.metric .small-label {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 28px;
  letter-spacing: 1px;
}

.metric .money {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 85px;
  line-height: .95;
  margin: 12px 0 6px;
}

.metric .arrow {
  font-family: 'Bebas Neue', 'Liberation Sans Narrow', 'Arial Narrow', sans-serif;
  font-size: 30px;
  margin: 9px 0;
  opacity: .75;
}

.metric .money.big {
  font-size: 95px;
}

.tip-copy {
  border: 1px solid rgba(255, 255, 255, .18);
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tip-copy p {
  font-size: 22px;
  line-height: 1.45;
  margin: 0 0 18px;
}

.tip-copy .quote {
  font-size: 26px;
  font-weight: 600;
  color: var(--lima);
  margin: 0;
}

/* final */
.final {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 85px;
}

.final h2 {
  font-size: 105px;
  max-width: 1000px;
}

.final .formula {
  display: flex;
  gap: 16px;
  margin-top: 42px;
  flex-wrap: wrap;
}

.final .pill {
  border: 1px solid rgba(255, 255, 255, .22);
  padding: 13px 20px;
  font-size: 19px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.final .pill.accent-pill {
  background: var(--lima);
  color: var(--petroleo);
  border-color: var(--lima);
  font-weight: 700;
}

.final .summary {
  margin-top: 28px;
  width: 940px;
  font-size: 23px;
  line-height: 1.42;
  color: var(--branco-72);
}

@media print {

  html,
  body {
    margin: 0 !important;
    padding: 0 !important;
    width: 13.333333in;
    background: transparent;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .deck {
    width: 13.333333in !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .slide {
    width: 13.333333in !important;
    height: 7.5in !important;

    margin: 0 !important;

    break-after: page;
    page-break-after: always;

    break-inside: avoid;
    page-break-inside: avoid;

    overflow: hidden;

    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }

  .slide:last-child {
    break-after: auto;
    page-break-after: auto;
  }
}

/* final fit refinements after PDF validation */
.gov-card {
  min-height: 300px;
  padding: 24px 26px;
}

.gov-card .index {
  margin-bottom: 18px;
}

.gov-card p {
  font-size: 18px;
  line-height: 1.36;
}

.rule-card {
  min-height: 290px;
  position: relative;
  padding-top: 26px;
  padding-bottom: 24px;
}

.rule-card li {
  font-size: 18px;
  margin: 7px 0;
}

.tip-wrap {
  margin-top: 22px;
}

.metric {
  padding: 26px 34px;
}

.metric .small-label {
  font-size: 24px;
}

.metric .money {
  font-size: 74px;
  margin: 6px 0 2px;
}

.metric .arrow {
  font-size: 24px;
  margin: 4px 0;
}

.metric .money.big {
  font-size: 82px;
}

.tip-copy {
  padding: 28px 34px;
}

.tip-copy p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 15px;
}

.tip-copy .quote {
  font-size: 23px;
  line-height: 1.3;
}

.slide::after {
  bottom: 14px;
}

.card.light .compare-label {
  color: rgba(0, 65, 74, .28);
}