/* ================================================================
   carousel/composicoes.css — Section 05 Slide Compositions
   Half-scale mini-slides showing complete slide recipes
   ================================================================ */


/* ── Frame container: 540x720 visible area ── */
.crsl-comp-frame {
  width: 540px;
  height: 720px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 4px 24px rgba(0,0,0,0.25);
}

/* ── Inner slide: 1080x1440 scaled to 50% ── */
.crsl-comp-slide {
  width: 1080px;
  height: 1440px;
  transform: scale(0.5);
  transform-origin: top left;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
}


/* ════════════════════════════════════════════
   NOISE OVERLAY (::after on every slide)
   ════════════════════════════════════════════ */
.crsl-comp-dark .crsl-comp-slide,
.crsl-comp-slide.crsl-comp-dark {
  /* empty — dark vars set below */
}

.crsl-comp-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}
.crsl-comp-dark::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.4 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.7'/></svg>");
  mix-blend-mode: screen;
  opacity: 0.06;
}
.crsl-comp-light::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.12  0 0 0 0 0.09  0 0 0 0 0.05  0 0 0 0.55 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.6'/></svg>");
  mix-blend-mode: multiply;
  opacity: 0.08;
}


/* ════════════════════════════════════════════
   GRID OVERLAY
   ════════════════════════════════════════════ */
.crsl-comp-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
  z-index: 0;
}
.crsl-comp-grid--light {
  background-image:
    linear-gradient(rgba(0,0,0,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.035) 1px, transparent 1px);
  background-size: 48px 48px;
}


/* ════════════════════════════════════════════
   BACKGROUNDS
   ════════════════════════════════════════════ */
.crsl-comp-bg-preto {
  background:
    radial-gradient(ellipse 900px 600px at 15% 15%, rgba(0,88,212,0.14), transparent 55%),
    radial-gradient(ellipse 700px 500px at 80% 75%, rgba(175,109,255,0.12), transparent 50%),
    radial-gradient(ellipse 500px 400px at 55% -5%, rgba(132,204,22,0.06), transparent 45%),
    linear-gradient(170deg, #141318 0%, #0D0D12 100%);
  color: #FBF9F4;
}
.crsl-comp-bg-creme {
  background:
    radial-gradient(ellipse 700px 500px at 5% 0%, rgba(0,88,212,0.06), transparent 55%),
    radial-gradient(ellipse 600px 400px at 95% 5%, rgba(175,109,255,0.04), transparent 50%),
    radial-gradient(ellipse 500px 350px at 50% 95%, rgba(132,204,22,0.03), transparent 45%),
    linear-gradient(170deg, #FFFFFF 0%, #FBF9F4 100%);
  color: #1C1C1C;
}
.crsl-comp-bg-azul {
  background:
    radial-gradient(ellipse 900px 600px at 20% 10%, rgba(0,88,212,0.35), transparent 55%),
    radial-gradient(ellipse 700px 500px at 80% 85%, rgba(175,109,255,0.18), transparent 50%),
    radial-gradient(ellipse 500px 400px at 60% 0%, rgba(251,249,244,0.04), transparent 40%),
    linear-gradient(170deg, #003A8C 0%, #002868 100%);
  color: #FBF9F4;
}
.crsl-comp-bg-roxo {
  background:
    radial-gradient(ellipse 900px 600px at 20% 15%, rgba(175,109,255,0.35), transparent 55%),
    radial-gradient(ellipse 700px 500px at 85% 80%, rgba(122,61,232,0.25), transparent 50%),
    radial-gradient(ellipse 500px 350px at 50% 0%, rgba(250,204,21,0.06), transparent 40%),
    linear-gradient(170deg, #5B22C7 0%, #3D1485 100%);
  color: #FBF9F4;
}
.crsl-comp-bg-vermelho {
  background:
    radial-gradient(ellipse 900px 600px at 15% 10%, rgba(248,79,46,0.35), transparent 55%),
    radial-gradient(ellipse 700px 500px at 85% 85%, rgba(200,40,15,0.2), transparent 50%),
    radial-gradient(ellipse 500px 350px at 55% 0%, rgba(250,204,21,0.06), transparent 40%),
    linear-gradient(170deg, #C42E10 0%, #8E1E08 100%);
  color: #FBF9F4;
}
.crsl-comp-bg-verde {
  background:
    radial-gradient(ellipse 900px 600px at 20% 15%, rgba(132,204,22,0.3), transparent 55%),
    radial-gradient(ellipse 700px 500px at 80% 80%, rgba(99,208,89,0.18), transparent 50%),
    radial-gradient(ellipse 500px 350px at 50% 0%, rgba(250,204,21,0.05), transparent 40%),
    linear-gradient(170deg, #2D5A00 0%, #1A3D00 100%);
  color: #FBF9F4;
}


/* ════════════════════════════════════════════
   SLIDE INNER (shared)
   ════════════════════════════════════════════ */
.crsl-comp-inner {
  position: relative;
  z-index: 2;
  padding: 80px 88px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.crsl-comp-inner--capa { padding: 80px 88px 180px; }
.crsl-comp-inner--definicao { padding: 80px 88px 180px; }
.crsl-comp-inner--lista { padding: 80px 88px 180px; }
.crsl-comp-inner--passos { padding: 80px 88px 180px; }
.crsl-comp-inner--cta {
  padding: 80px 88px 180px;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 20px;
}
.crsl-comp-inner--credito {
  padding: 80px 88px 80px;
  justify-content: space-between;
}


/* ════════════════════════════════════════════
   SWIPE BAR
   ════════════════════════════════════════════ */
.crsl-comp-swipe-bar {
  position: absolute;
  bottom: 52px;
  left: 88px;
  right: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 18px 44px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 999px;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(251,249,244,0.4);
  white-space: nowrap;
  z-index: 3;
}
.crsl-comp-swipe-bar svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  opacity: 0.7;
}
.crsl-comp-swipe-bar--light {
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  color: rgba(28,28,28,0.38);
}


/* ════════════════════════════════════════════
   GLASS utility (reused inside compositions)
   ════════════════════════════════════════════ */
.crsl-comp-glass-dark {
  position: relative;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 1px 2px rgba(0,0,0,0.30),
    0 8px 32px rgba(0,0,0,0.28);
}
.crsl-comp-glass-dark::before {
  content: '';
  position: absolute;
  top: 0; left: 4%; right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,255,255,0.18) 50%, transparent 95%);
  border-radius: 1px;
  z-index: 1;
  pointer-events: none;
}
.crsl-comp-glass-light {
  position: relative;
  background: rgba(255,255,255,0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    0 4px 24px rgba(0,0,0,0.07);
}
.crsl-comp-glass-light::before {
  content: '';
  position: absolute;
  top: 0; left: 4%; right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,255,255,0.6) 50%, transparent 95%);
  border-radius: 1px;
  z-index: 1;
  pointer-events: none;
}


/* ════════════════════════════════════════════
   01. CAPA COMPONENTS
   ════════════════════════════════════════════ */

/* Eyebrow bar */
.crsl-comp-eyebrow-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 48px;
}
.crsl-comp-eyebrow-tags {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: 'JetBrains Mono', 'Courier New', monospace;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(251,249,244,0.4);
}
.crsl-comp-eyebrow-tags__lead {
  color: #AF6DFF;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.crsl-comp-eyebrow-tags__lead::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #AF6DFF;
  box-shadow: 0 0 18px rgba(175,109,255,0.7);
}
.crsl-comp-eyebrow-tags__ornament {
  color: #AF6DFF;
  font-weight: 600;
}

/* H1 (capa) */
.crsl-comp-h1 {
  font-family: 'Sora', sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.022em;
  color: #FBF9F4;
  margin: 0 0 32px 0;
  max-width: 920px;
}
.crsl-comp-h1 em {
  font-style: normal;
  font-weight: 800;
  color: #AF6DFF;
}

/* Subtitulo (capa specific) */
.crsl-comp-subtitulo-capa {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(251,249,244,0.65);
  max-width: 780px;
  margin: 0 0 40px 0;
}
.crsl-comp-subtitulo-capa strong {
  font-weight: 600;
  color: #FBF9F4;
}

/* Hero frame */
.crsl-comp-hero-frame {
  margin-top: 0;
  flex: 1;
  display: flex;
  min-height: 0;
  border-radius: 20px;
  padding: 12px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 1px 2px rgba(0,0,0,0.30),
    0 8px 32px rgba(0,0,0,0.28);
}
.crsl-comp-hero-placeholder {
  width: 100%;
  flex: 1;
  min-height: 240px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(175,109,255,0.15), rgba(0,88,212,0.12));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(251,249,244,0.3);
}

/* ── Capa Texto (sem imagem): text vertically centered, larger type ── */
.crsl-comp-inner--capa-texto {
  padding: 80px 88px 180px;
  justify-content: center;
}
.crsl-comp-inner--capa-texto .crsl-comp-eyebrow-bar {
  margin-bottom: 40px;
}
.crsl-comp-h1--texto {
  font-size: 84px;
  line-height: 1.04;
  letter-spacing: -0.022em;
  margin: 0 0 36px 0;
  max-width: 860px;
}
.crsl-comp-subtitulo-capa--texto {
  font-size: 36px;
  line-height: 1.5;
  max-width: 860px;
  margin: 0;
}

/* Inner CTA: no swipe bar — tighter bottom padding */
.crsl-comp-inner--cta--last {
  padding: 80px 88px 100px;
}


/* ════════════════════════════════════════════
   02. DEFINICAO COMPONENTS
   ════════════════════════════════════════════ */

/* Eyebrow (generic, dark) */
.crsl-comp-eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #AF6DFF;
  margin-bottom: 20px;
}
.crsl-comp-eyebrow::before {
  content: '';
  width: 28px;
  height: 2px;
  background: #AF6DFF;
  border-radius: 1px;
}
.crsl-comp-eyebrow--light {
  color: #7A3DE8;
}
.crsl-comp-eyebrow--light::before {
  background: #7A3DE8;
}
.crsl-comp-eyebrow--amarelo {
  color: #FACC15;
}
.crsl-comp-eyebrow--amarelo::before {
  background: #FACC15;
}

/* H2 definicao */
.crsl-comp-h2-def {
  font-family: 'Sora', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.02em;
  margin: 0 0 40px 0;
  color: #FBF9F4;
}
.crsl-comp-h2-def em {
  font-style: normal;
  font-weight: 800;
  color: #AF6DFF;
}
.crsl-comp-h2-def--light {
  color: #1C1C1C;
}
.crsl-comp-h2-def--light em {
  color: #7A3DE8;
}

/* Card destaque (definicao, light glass) */
.crsl-comp-card-destaque-def {
  position: relative;
  padding: 44px 48px;
  margin-bottom: 28px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(28,28,28,0.85);
  background: rgba(255,255,255,0.50);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.65);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.55),
    0 4px 24px rgba(0,0,0,0.07);
}
.crsl-comp-card-destaque-def::before {
  content: '';
  position: absolute;
  top: 0; left: 4%; right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,255,255,0.6) 50%, transparent 95%);
  border-radius: 1px;
  pointer-events: none;
}
.crsl-comp-card-destaque-def::after {
  content: '';
  position: absolute;
  left: 0; top: 20px; bottom: 20px;
  width: 3px;
  border-radius: 2px;
  background: #7A3DE8;
}
.crsl-comp-card-destaque-def strong { font-weight: 600; }
.crsl-comp-card-destaque-def em {
  font-style: italic;
  color: #7A3DE8;
  font-weight: 500;
}

/* Pills (definicao, light) */
.crsl-comp-pills-def {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  gap: 10px;
  margin-bottom: 32px;
}
.crsl-comp-pill-def {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 14px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(28,28,28,0.85);
}
.crsl-comp-pill-def__emoji {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 10px;
  background: rgba(255,255,255,0.50);
  border: 1px solid rgba(255,255,255,0.65);
}
.crsl-comp-pill-def strong { font-weight: 600; }

/* Fluxograma (definicao) */
.crsl-comp-fluxo-def {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.crsl-comp-fluxo-node {
  padding: 14px 22px;
  border-radius: 10px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}
.crsl-comp-fluxo-node--n1 { background: #1C1C1C; color: #FBF9F4; }
.crsl-comp-fluxo-node--n2 { background: #7A3DE8; color: #fff; }
.crsl-comp-fluxo-node--n3-light { border: 1.5px solid #1C1C1C; color: #1C1C1C; }
.crsl-comp-fluxo-node--n4-light {
  background: rgba(255,255,255,0.50);
  border: 1.5px solid #7A3DE8;
  color: #7A3DE8;
}
.crsl-comp-fluxo-conector {
  flex: 1;
  height: 1px;
  background-image: linear-gradient(to right, rgba(251,249,244,0.5) 60%, transparent 0%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
  opacity: 0.3;
}
.crsl-comp-fluxo-conector--light {
  background-image: linear-gradient(to right, rgba(28,28,28,0.5) 60%, transparent 0%);
  background-size: 6px 1px;
  background-repeat: repeat-x;
}


/* ════════════════════════════════════════════
   03. LISTA COM ICONES COMPONENTS
   ════════════════════════════════════════════ */

/* H2 (lista-icones) */
.crsl-comp-h2-lista {
  font-family: 'Sora', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.018em;
  margin: 0 0 12px 0;
  max-width: 880px;
  color: #FBF9F4;
}
.crsl-comp-h2-lista em {
  font-style: normal;
  font-weight: 800;
  color: #AF6DFF;
}

/* Subtitulo italic */
.crsl-comp-subtitulo-italic {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 26px;
  color: rgba(251,249,244,0.65);
  margin: 0 0 36px 0;
}

/* Items card (glass, dark) */
.crsl-comp-itens-card {
  position: relative;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 1px 2px rgba(0,0,0,0.30),
    0 8px 32px rgba(0,0,0,0.28);
}
.crsl-comp-itens-card::before {
  content: '';
  position: absolute;
  top: 0; left: 4%; right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,255,255,0.18) 50%, transparent 95%);
  border-radius: 1px;
  pointer-events: none;
}
.crsl-comp-item-row {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,0.10);
  align-items: center;
}
.crsl-comp-item-row:first-child {
  border-top: none;
}
.crsl-comp-item-row--last {
  border-bottom: 1px solid rgba(255,255,255,0.10);
}
.crsl-comp-icon-box {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  border-radius: 10px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 2px 4px rgba(0,0,0,0.2);
}
.crsl-comp-icon-box--c1 { background: #F84F2E; }
.crsl-comp-icon-box--c2 { background: #0058D4; }
.crsl-comp-icon-box--c3 { background: #84CC16; }
.crsl-comp-icon-box--c4 { background: #FACC15; }
.crsl-comp-icon-box--c5 { background: #AF6DFF; }

.crsl-comp-item-title {
  font-family: 'Sora', sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.15;
  margin-bottom: 4px;
  color: #FBF9F4;
}
.crsl-comp-item-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(251,249,244,0.65);
  max-width: 720px;
}


/* ════════════════════════════════════════════
   04. PASSOS NUMERADOS COMPONENTS
   ════════════════════════════════════════════ */

/* H2 (passos) */
.crsl-comp-h2-passos {
  font-family: 'Sora', sans-serif;
  font-size: 68px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -0.018em;
  margin: 0 0 12px 0;
  color: #FBF9F4;
}
.crsl-comp-h2-passos em {
  font-style: normal;
  font-weight: 800;
  color: #FACC15;
}

/* Steps card (glass, dark) */
.crsl-comp-steps-card {
  position: relative;
  padding: 36px 40px;
  margin-bottom: 24px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 1px 2px rgba(0,0,0,0.30),
    0 8px 32px rgba(0,0,0,0.28);
}
.crsl-comp-steps-card::before {
  content: '';
  position: absolute;
  top: 0; left: 4%; right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,255,255,0.18) 50%, transparent 95%);
  border-radius: 1px;
  pointer-events: none;
}
.crsl-comp-step-row {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 22px;
  padding: 16px 0;
  align-items: flex-start;
}
.crsl-comp-step-row--border {
  border-top: 1px solid rgba(255,255,255,0.10);
}
.crsl-comp-step-num {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #FBF9F4;
  margin-top: 2px;
  box-shadow: 0 1px 0 rgba(255,255,255,0.15) inset, 0 2px 4px rgba(0,0,0,0.3);
}
.crsl-comp-step-num--c1 { background: #F84F2E; }
.crsl-comp-step-num--c2 { background: #0058D4; }
.crsl-comp-step-num--c3 { background: #84CC16; color: #1C1C1C; }

.crsl-comp-step-title {
  font-family: 'Sora', sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 4px;
  color: #FBF9F4;
}
.crsl-comp-step-desc {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.45;
  color: rgba(251,249,244,0.65);
}

/* Codebox */
.crsl-comp-codebox {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: rgba(10,16,6,0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(132,204,22,0.25);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  font-family: 'JetBrains Mono', monospace;
}
.crsl-comp-codebox__cmd {
  font-size: 24px;
  font-weight: 500;
  color: #B8F04D;
  display: flex;
  align-items: center;
  gap: 12px;
}
.crsl-comp-codebox__cmd::before {
  content: '$';
  color: rgba(255,255,255,0.35);
  font-weight: 400;
}
.crsl-comp-codebox__cmd::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 22px;
  background: #B8F04D;
  margin-left: 6px;
  opacity: 0.7;
}
.crsl-comp-codebox__label {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}


/* ════════════════════════════════════════════
   05. CTA COMPONENTS
   ════════════════════════════════════════════ */

/* Marca/avatar */
.crsl-comp-marca-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.crsl-comp-marca-cta__simbolo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 2px solid rgba(255,255,255,0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 34px;
  color: #FBF9F4;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 1px 2px rgba(0,0,0,0.30),
    0 8px 32px rgba(0,0,0,0.28);
}
.crsl-comp-marca-cta__handle {
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251,249,244,0.65);
}

/* Micro text */
.crsl-comp-micro {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 28px;
  color: rgba(251,249,244,0.65);
  margin-top: 4px;
}

/* Card CTA (full) */
.crsl-comp-card-cta-full {
  position: relative;
  margin-top: 24px;
  padding: 48px 56px 44px;
  width: 820px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 20px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.07),
    0 1px 2px rgba(0,0,0,0.30),
    0 8px 32px rgba(0,0,0,0.28);
}
.crsl-comp-card-cta-full::before {
  content: '';
  position: absolute;
  top: 0; left: 4%; right: 4%;
  height: 1px;
  background: linear-gradient(90deg, transparent 5%, rgba(255,255,255,0.18) 50%, transparent 95%);
  border-radius: 1px;
  pointer-events: none;
}
.crsl-comp-card-cta-full__acao {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: 'JetBrains Mono', monospace;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(251,249,244,0.65);
}
.crsl-comp-card-cta-full__acao::before,
.crsl-comp-card-cta-full__acao::after {
  content: '';
  width: 20px;
  height: 1px;
  background: currentColor;
  opacity: 0.5;
}
.crsl-comp-card-cta-full__keyword {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 88px;
  line-height: 1.0;
  color: #FBF9F4;
  letter-spacing: -0.02em;
  padding: 4px 0;
}
.crsl-comp-card-cta-full__keyword::before {
  content: '\201C';
  opacity: 0.45;
  margin-right: 2px;
}
.crsl-comp-card-cta-full__keyword::after {
  content: '\201D';
  opacity: 0.45;
  margin-left: 2px;
}
.crsl-comp-card-cta-full__divider {
  width: 64px;
  height: 1px;
  background: #FBF9F4;
  opacity: 0.25;
  margin: 4px 0 6px;
}
.crsl-comp-card-cta-full__instrucao {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  color: rgba(251,249,244,0.65);
  max-width: 620px;
}
.crsl-comp-card-cta-full__instrucao strong {
  font-weight: 600;
  color: #FBF9F4;
}

/* Fechamento */
.crsl-comp-fechamento {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: rgba(251,249,244,0.4);
  margin-top: 12px;
}
.crsl-comp-fechamento strong {
  color: #FBF9F4;
  font-weight: 600;
}


/* ════════════════════════════════════════════
   06. CREDITO COMPONENTS
   ════════════════════════════════════════════ */

/* Topo group */
.crsl-comp-topo-credito {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

/* Credito-fonte (italic with accent bar) */
.crsl-comp-credito-fonte {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  color: rgba(251,249,244,0.65);
  max-width: 680px;
  position: relative;
  padding-left: 22px;
  margin: 0;
}
.crsl-comp-credito-fonte::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 2px;
  background: #FACC15;
  opacity: 0.6;
}
.crsl-comp-credito-fonte strong {
  font-weight: 600;
  font-style: normal;
  color: rgba(251,249,244,0.65);
}

/* Formacao title */
.crsl-comp-formacao {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.08;
  letter-spacing: -0.018em;
  max-width: 860px;
  color: #FBF9F4;
  margin: 0;
}
.crsl-comp-formacao em {
  font-style: normal;
  font-weight: 800;
  color: #FACC15;
}
.crsl-comp-formacao strong {
  font-weight: 800;
}

/* Footer credito */
.crsl-comp-footer-credito {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.10);
}
.crsl-comp-footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.crsl-comp-footer-svg {
  width: 52px;
  height: 52px;
  flex-shrink: 0;
  color: #FBF9F4;
}
.crsl-comp-footer-logo-text {
  font-family: 'Sora', sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  letter-spacing: -0.015em;
  color: #FBF9F4;
}
.crsl-comp-footer-inst {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.35;
  color: rgba(251,249,244,0.65);
  text-align: right;
  max-width: 480px;
}


/* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */
@media (max-width: 768px) {
  .crsl-comp-frame {
    width: 324px;
    height: 432px;
  }
  .crsl-comp-slide {
    transform: scale(0.3);
  }
}
