/* ================================================================
   Livre Responde — slide styles
   Canvas: 1080 × 1920 px
   Safe zone: Y 420–1500 (1080 × 1080)
   Margins: 72 px lateral
   ================================================================ */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&family=Roboto+Condensed:wght@400;700;900&display=swap');

.lr-frame {
  width: 1080px;
  height: 1920px;
  position: relative;
  overflow: hidden;
  background: #FFFFFF;
  color: #1A2E5A;
  font-family: 'Roboto', 'Helvetica Neue', Arial, system-ui, sans-serif;
  box-sizing: border-box;
}

.lr-frame * { box-sizing: border-box; }

/* ----------------------------------------------------------------
   Background base
   ---------------------------------------------------------------- */
.lr-bg {
  position: absolute;
  inset: 0;
  background: #FFFFFF;
}

.lr-bg-navy {
  background: #1A2E5A;
}

.lr-bg-teal {
  background: linear-gradient(135deg, #1A2E5A 0%, #00A4BA 100%);
}

.lr-bg-light {
  background: linear-gradient(180deg, #F7F9FC 0%, #FFFFFF 100%);
}

/* ----------------------------------------------------------------
   Topbar (cabeçalho discreto, todos os slides)
   ---------------------------------------------------------------- */
.lr-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 420px;
  display: flex;
  align-items: flex-end;
  padding: 0 72px 32px;
  justify-content: space-between;
  z-index: 4;
}

.lr-topbar-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #00A4BA;
}

.lr-topbar-label-light {
  color: #5FCCDB;
}

.lr-topbar-pagination {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 500;
  color: #6B7280;
}

.lr-topbar-pagination-light {
  color: rgba(255,255,255,.6);
}

/* ----------------------------------------------------------------
   Footer (rodapé discreto, todos os slides exceto capa)
   ---------------------------------------------------------------- */
.lr-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 420px;
  display: flex;
  align-items: flex-start;
  padding: 28px 72px 0;
  justify-content: space-between;
  z-index: 4;
}

.lr-footer-brand {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #6B7280;
  letter-spacing: .04em;
}

.lr-footer-brand-light {
  color: rgba(255,255,255,.45);
}

.lr-footer-continuity {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 500;
  color: #00A4BA;
}

.lr-footer-continuity-light {
  color: #5FCCDB;
}

/* ================================================================
   TEMPLATE: lr-cover-phone
   Capa com mockup de celular
   ================================================================ */

.lr-cover-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1A2E5A 0%, #00A4BA 100%);
}

/* Marca d'água decorativa */
.lr-cover-bg::after {
  content: '';
  position: absolute;
  top: -200px;
  right: -200px;
  width: 900px;
  height: 900px;
  border-radius: 50%;
  background: rgba(255,255,255,.04);
}

.lr-cover-badge {
  position: absolute;
  top: 52px;
  left: 72px;
  display: inline-flex;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  background: #5FCCDB;
  color: #1A2E5A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 6px;
  z-index: 5;
}

.lr-cover-brand {
  position: absolute;
  top: 52px;
  right: 72px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #FFFFFF;
  z-index: 5;
}

/* Área central da capa (zona 1:1) */
.lr-cover-core {
  position: absolute;
  left: 0;
  right: 0;
  top: 420px;
  height: 1080px;
  display: flex;
  align-items: center;
  z-index: 3;
}

/* Mockup de celular */
.lr-phone-wrap {
  position: absolute;
  left: 54px;
  top: 50px;
  width: 420px;
  height: 840px;
  transform: rotate(-6deg);
  transform-origin: center bottom;
}

.lr-phone-body {
  width: 100%;
  height: 100%;
  background: #0D1F3C;
  border-radius: 52px;
  position: relative;
  box-shadow:
    0 0 0 4px rgba(255,255,255,.15),
    0 40px 120px rgba(0,0,0,.6),
    0 8px 32px rgba(0,0,0,.4);
  overflow: hidden;
}

.lr-phone-screen {
  position: absolute;
  inset: 14px;
  border-radius: 40px;
  background: #0F2748;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px 20px 32px;
}

.lr-phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 28px;
  background: #0D1F3C;
  border-radius: 0 0 20px 20px;
  z-index: 2;
}

.lr-phone-screen-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, #0F2748 0%, #163561 100%);
}

/* Balão de mensagem dentro do celular */
.lr-phone-balloon-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lr-phone-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.lr-phone-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #00A4BA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  flex-shrink: 0;
}

.lr-phone-contact-name {
  font-size: 24px;
  font-weight: 700;
  color: #5FCCDB;
  font-family: 'Roboto', sans-serif;
}

.lr-phone-balloon {
  background: #243B6B;
  border-radius: 4px 16px 16px 16px;
  padding: 14px 16px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.lr-phone-balloon::before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid #243B6B;
  border-left: 8px solid transparent;
}

.lr-phone-time {
  text-align: right;
  font-size: 13px;
  color: rgba(255,255,255,.45);
  font-family: 'Roboto', sans-serif;
  margin-top: 4px;
}

/* Bloco textual à direita */
.lr-cover-text {
  position: absolute;
  left: 500px;
  right: 52px;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lr-cover-category {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding: 0 20px;
  background: #00A4BA;
  color: #1A2E5A;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 4px;
  align-self: flex-start;
}

.lr-cover-headline {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.0;
  color: #FFFFFF;
  letter-spacing: -.01em;
}

.lr-cover-answer {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 700;
  color: #5FCCDB;
  line-height: 1.25;
  margin: 0;
}

.lr-cover-support {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 400;
  color: rgba(255,255,255,.7);
  line-height: 1.4;
  margin: 0;
}

.lr-cover-continuity {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #5FCCDB;
  margin: 0;
}

/* ================================================================
   TEMPLATE: lr-answer-direct
   Resposta direta
   ================================================================ */

.lr-answer-core {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 460px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lr-answer-eyebrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00A4BA;
  margin: 0;
}

.lr-answer-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: .98;
  color: #1A2E5A;
  margin: 0;
  letter-spacing: -.01em;
}

.lr-answer-highlight-box {
  background: #1A2E5A;
  border-radius: 8px;
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lr-answer-highlight-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5FCCDB;
}

.lr-answer-highlight-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.0;
  color: #FFFFFF;
  letter-spacing: -.01em;
  margin: 0;
}

.lr-answer-explanation {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  color: #1A2E5A;
  margin: 0;
}

/* ================================================================
   TEMPLATE: lr-coverage-split
   Cobre / Não cobre
   ================================================================ */

.lr-coverage-core {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 460px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.lr-coverage-eyebrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00A4BA;
  margin: 0;
}

.lr-coverage-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: .98;
  color: #1A2E5A;
  margin: 0;
  letter-spacing: -.01em;
}

.lr-coverage-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.lr-coverage-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
}

.lr-coverage-col-header {
  padding: 20px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.lr-coverage-col-header-yes {
  background: #1A2E5A;
  color: #5FCCDB;
}

.lr-coverage-col-header-no {
  background: #F0F2F5;
  color: #6B7280;
}

.lr-coverage-col-body {
  display: flex;
  flex-direction: column;
}

.lr-coverage-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(194,238,244,.5);
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.3;
}

.lr-coverage-item:last-child {
  border-bottom: none;
}

.lr-coverage-item-yes {
  background: rgba(194,238,244,.35);
  color: #1A2E5A;
}

.lr-coverage-item-no {
  background: #F7F8FA;
  color: #6B7280;
}

.lr-coverage-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 900;
  margin-top: 2px;
}

.lr-coverage-icon-yes {
  background: #00A4BA;
  color: #FFFFFF;
}

.lr-coverage-icon-no {
  background: #E5E7EB;
  color: #6B7280;
}

.lr-coverage-rule {
  background: #1A2E5A;
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.lr-coverage-rule-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #5FCCDB;
  letter-spacing: .06em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}

.lr-coverage-rule-text {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1.2;
  margin: 0;
}

/* ================================================================
   TEMPLATE: lr-condition-highlight
   Condição importante
   ================================================================ */

.lr-condition-core {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 460px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lr-condition-eyebrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00A4BA;
  margin: 0;
}

.lr-condition-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 62px;
  font-weight: 900;
  line-height: .98;
  color: #1A2E5A;
  margin: 0;
  letter-spacing: -.01em;
}

.lr-condition-highlight-box {
  background: linear-gradient(135deg, #1A2E5A 0%, #00A4BA 100%);
  border-radius: 12px;
  padding: 44px 48px;
  position: relative;
  overflow: hidden;
}

.lr-condition-highlight-box::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: rgba(255,255,255,.06);
}

.lr-condition-highlight-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.05;
  color: #FFFFFF;
  margin: 0;
  position: relative;
  z-index: 1;
}

.lr-condition-explanation {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  color: #1A2E5A;
  margin: 0;
}

.lr-condition-example-box {
  border-left: 6px solid #C2EEF4;
  padding: 16px 24px;
  background: #F7F9FC;
  border-radius: 0 8px 8px 0;
}

.lr-condition-example-label {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #6B7280;
  margin-bottom: 8px;
}

.lr-condition-example-text {
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  color: #1A2E5A;
  margin: 0;
}

/* ================================================================
   TEMPLATE: lr-action-steps
   O que fazer agora
   ================================================================ */

.lr-action-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, #1A2E5A 0%, #0E3060 100%);
}

.lr-action-core {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 460px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lr-action-eyebrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5FCCDB;
  margin: 0;
}

.lr-action-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 68px;
  font-weight: 900;
  line-height: .98;
  color: #FFFFFF;
  margin: 0;
  letter-spacing: -.01em;
}

.lr-action-steps-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.lr-action-step {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,.07);
  border-radius: 10px;
  padding: 24px 28px;
  border: 1px solid rgba(255,255,255,.1);
}

.lr-action-step-number {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #00A4BA;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #FFFFFF;
  flex-shrink: 0;
}

.lr-action-step-text {
  font-family: 'Roboto', sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3;
  color: #FFFFFF;
  margin: 0;
}

.lr-action-closing {
  background: rgba(0,164,186,.15);
  border-left: 5px solid #00A4BA;
  border-radius: 0 8px 8px 0;
  padding: 20px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(255,255,255,.85);
  margin: 0;
}

/* ================================================================
   TEMPLATE: lr-cta
   CTA
   ================================================================ */

.lr-cta-core {
  position: absolute;
  left: 72px;
  right: 72px;
  top: 460px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.lr-cta-eyebrow {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00A4BA;
  margin: 0;
}

.lr-cta-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 88px;
  font-weight: 900;
  line-height: .98;
  color: #1A2E5A;
  margin: 0;
  letter-spacing: -.01em;
}

.lr-cta-body {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.5;
  color: #1A2E5A;
  margin: 0;
}

.lr-cta-actions-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.lr-cta-action {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 28px;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2;
}

.lr-cta-action:first-child {
  background: #1A2E5A;
  color: #FFFFFF;
}

.lr-cta-action:not(:first-child) {
  background: #F0F5F7;
  color: #1A2E5A;
  border: 1px solid #C2EEF4;
}

.lr-cta-action-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.lr-cta-action-dot-primary {
  background: #5FCCDB;
}

.lr-cta-action-dot-secondary {
  background: #00A4BA;
}

.lr-cta-contact {
  border-top: 2px solid #C2EEF4;
  padding-top: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #00A4BA;
  letter-spacing: .04em;
}

/* ================================================================
   Utilitário: destaque de palavras-chave (emphasis)
   ================================================================ */

.lr-accent {
  color: #00A4BA;
}

.lr-accent-light {
  color: #5FCCDB;
}


/* ================================================================
   Guias de corte do editor
   ================================================================ */

.lr-guide-square,
.lr-guide-vertical {
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  border-top: 3px dashed rgba(245, 184, 0, .9);
  border-bottom: 3px dashed rgba(245, 184, 0, .9);
  z-index: 20;
}

.lr-guide-square {
  top: 420px;
  height: 1080px;
}

.lr-guide-vertical {
  top: 285px;
  height: 1350px;
  border-color: rgba(0, 164, 186, .85);
}
