:root {
  --cfre-red: #dc0c38;
  --cfre-red-2: #ff2e5b;
  --cfre-ink: #0a0709;
  --cfre-dark: #16090d;
  --cfre-paper: #ffffff;
  --cfre-cream: #f7f5f2;
  --cfre-muted-text: #4a3b40;
}

.cfre {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  color: var(--cfre-cream);
  background: var(--cfre-ink);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

.cfre ::selection {
  background: var(--cfre-red);
  color: #fff;
}

.cfre * {
  box-sizing: border-box;
}

.cfre a {
  color: var(--cfre-red);
  text-decoration: none;
}
.cfre a:hover {
  color: var(--cfre-red-2);
}

.cfre-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 640px) {
  .cfre-container {
    padding: 0 18px;
  }
}

.cfre-mono {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

.cfre-eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--cfre-red);
}
.cfre-eyebrow--light {
  color: var(--cfre-red);
}
.cfre-eyebrow-dash {
  width: 28px;
  height: 1px;
  background: currentColor;
  display: inline-block;
}
.cfre-sep {
  color: rgba(247, 245, 242, 0.35);
}
.cfre-muted {
  color: rgba(247, 245, 242, 0.6);
}

.cfre-h1,
.cfre-h2 {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-weight: 600;
  margin: 0;
}
.cfre-h1 {
  margin-top: 24px;
  font-size: clamp(34px, 3.8vw, 52px);
  line-height: 1.12;
  color: #fff;
  text-wrap: balance;
}
.cfre-h1 span {
  color: var(--cfre-red);
}
.cfre-h2 {
  margin-top: 22px;
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.18;
  color: #fff;
  text-wrap: balance;
}

.cfre-lede {
  margin: 28px 0 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: rgba(247, 245, 242, 0.9);
  max-width: 62ch;
}
.cfre-lede--muted {
  margin-top: 18px;
  color: rgba(247, 245, 242, 0.72);
}

.cfre-p {
  margin: 26px 0 0;
  font-size: 15px;
  line-height: 26px;
}
.cfre-p--light {
  color: rgba(247, 245, 242, 0.82);
  max-width: 85ch;
}

.cfre-hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      1300px 900px at 8% -5%,
      rgba(158, 45, 58, 0.5),
      rgba(158, 45, 58, 0.16) 45%,
      transparent 68%
    ),
    radial-gradient(1100px 700px at 85% 115%, rgba(220, 12, 56, 0.2), transparent 60%),
    radial-gradient(700px 500px at 55% 45%, rgba(120, 35, 45, 0.18), transparent 70%),
    #0a0709;
  padding: 88px 0 72px;
  scroll-margin-top: 96px;
}
.cfre-hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(900px 550px at 18% 8%, rgba(220, 12, 56, 0.12), transparent 65%);
  animation: cfre-glow-pulse 9s ease-in-out infinite;
}
@keyframes cfre-glow-pulse {
  0%, 100% { opacity: 0.55; }
  50% { opacity: 0.9; }
}
.cfre-hero-inner {
  position: relative;
}
.cfre-hero-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 64px;
  align-items: center;
}
.cfre-mosaic {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 520px;
  justify-self: end;
  width: 100%;
}
@media (max-width: 900px) {
  .cfre-mosaic {
    justify-self: start;
    max-width: 100%;
  }
}
.cfre-mosaic-tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  border-radius: 10px;
  background: linear-gradient(155deg, #1b1115, #110b0e);
  border: 1px solid rgba(247, 245, 242, 0.09);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  cursor: pointer;
  text-align: left;
  color: inherit;
  transition: border-color 0.3s, transform 0.25s;
  -webkit-appearance: none;
  appearance: none;
}
.cfre-mosaic-tile:hover {
  border-color: rgba(220, 12, 56, 0.45);
  transform: translateY(-2px);
}
.cfre-mosaic-tile:focus {
  outline: none;
}
.cfre-mosaic-tile:focus-visible {
  outline: 2px solid var(--cfre-red);
  outline-offset: 2px;
}
.cfre-mosaic-photo {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 22%;
  opacity: 0.54;
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: none;
}
.cfre-mosaic-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(17, 11, 14, 0.34) 0%, transparent 40%, transparent 56%, rgba(17, 11, 14, 0.68) 100%),
    linear-gradient(155deg, rgba(27, 17, 21, 0.32), rgba(17, 11, 14, 0.38));
  transition: background 0.35s ease;
  pointer-events: none;
}
.cfre-mosaic-tile:hover .cfre-mosaic-photo {
  opacity: 0.72;
  transform: scale(1.04);
}
.cfre-mosaic-tile:hover .cfre-mosaic-shade {
  background:
    linear-gradient(180deg, rgba(17, 11, 14, 0.22) 0%, transparent 42%, transparent 58%, rgba(17, 11, 14, 0.5) 100%),
    linear-gradient(155deg, rgba(27, 17, 21, 0.2), rgba(17, 11, 14, 0.28));
}
.cfre-mosaic-tile--brand {
  background: var(--cfre-red);
  border: none;
  padding: 16px;
  text-decoration: none;
  color: #fff;
}
.cfre-mosaic-tile--brand:hover {
  background: #b80a2f;
  border-color: transparent;
  transform: translateY(-2px);
}
.cfre-mosaic-tile--brand .cfre-mosaic-shade,
.cfre-mosaic-tile--brand .cfre-mosaic-photo {
  display: none;
}
.cfre-mosaic-tile--honor {
  background: linear-gradient(155deg, #241016, #160b0f);
  border-color: rgba(220, 12, 56, 0.35);
}
.cfre-mosaic-tile--honor .cfre-mosaic-shade {
  background:
    linear-gradient(180deg, rgba(22, 11, 15, 0.34) 0%, transparent 40%, transparent 56%, rgba(22, 11, 15, 0.7) 100%),
    linear-gradient(155deg, rgba(36, 16, 22, 0.32), rgba(22, 11, 15, 0.38));
}
.cfre-mosaic-tile--honor:hover .cfre-mosaic-shade {
  background:
    linear-gradient(180deg, rgba(22, 11, 15, 0.22) 0%, transparent 42%, transparent 58%, rgba(22, 11, 15, 0.52) 100%),
    linear-gradient(155deg, rgba(36, 16, 22, 0.2), rgba(22, 11, 15, 0.28));
}
.cfre-mosaic-brand-title {
  position: relative;
  z-index: 1;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
  color: #fff;
}
.cfre-mosaic-brand-sub {
  position: relative;
  z-index: 1;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
.cfre-mosaic-meta {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cfre-mosaic-prefix {
  font-size: 7px;
  letter-spacing: 0.08em;
  color: rgba(247, 245, 242, 0.55);
  text-transform: uppercase;
  transition: color 0.3s ease;
}
.cfre-mosaic-name {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 500;
  font-size: 8px;
  line-height: 1.25;
  letter-spacing: 0.02em;
  color: rgba(247, 245, 242, 0.68);
  transition: color 0.3s ease;
}
@media (min-width: 901px) {
  .cfre-mosaic-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: rgba(247, 245, 242, 0.82);
  }
}
.cfre-mosaic-tile:hover .cfre-mosaic-prefix {
  color: rgba(247, 245, 242, 0.78);
}
.cfre-mosaic-tile:hover .cfre-mosaic-name {
  color: rgba(247, 245, 242, 0.92);
}
.cfre-mosaic-tile--honor .cfre-mosaic-name {
  color: rgba(247, 245, 242, 0.62);
}
.cfre-hero-tiles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px;
  margin-top: 132px;
}
.cfre-hero-tile {
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(247, 245, 242, 0.04);
  border: 1px solid rgba(247, 245, 242, 0.11);
  border-radius: 10px;
  padding: 28px;
  color: inherit !important;
  transition: border-color 0.25s, transform 0.25s;
}
.cfre-hero-tile:hover {
  border-color: rgba(220, 12, 56, 0.7);
  transform: translateY(-4px);
  color: inherit !important;
}
.cfre-hero-tile-num {
  font-weight: 500;
  font-size: 13px;
  color: var(--cfre-red);
}
.cfre-hero-tile-title {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 21px;
  color: #fff;
}
.cfre-hero-tile-text {
  font-size: 13px;
  line-height: 21px;
  color: rgba(247, 245, 242, 0.72);
}
.cfre-hero-tile-more {
  font-size: 13px;
  color: var(--cfre-red);
  margin-top: auto;
}
.cfre-hero-cta {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 36px;
}
.cfre-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--cfre-red);
  color: #fff !important;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 26px;
  border-radius: 6px;
}
.cfre-btn:hover {
  background: #b80a2f;
  color: #fff !important;
}
.cfre-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(247, 245, 242, 1) !important;
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid rgba(247, 245, 242, 0.35);
  padding-bottom: 3px;
}
.cfre-link:hover {
  color: var(--cfre-red-2) !important;
}

.cfre-sklad {
  position: relative;
  overflow: hidden;
  scroll-margin-top: calc(var(--cfre-header-h, 76px) + 24px);
  background: radial-gradient(
      1300px 900px at 8% -5%,
      rgba(158, 45, 58, 0.5),
      rgba(158, 45, 58, 0.16) 45%,
      transparent 68%
    ),
    radial-gradient(
      1500px 1050px at 94% 108%,
      rgba(158, 45, 58, 0.46),
      rgba(158, 45, 58, 0.15) 42%,
      transparent 66%
    ),
    radial-gradient(1250px 820px at 86% 115%, rgba(220, 12, 56, 0.34), transparent 58%),
    radial-gradient(700px 500px at 55% 45%, rgba(120, 35, 45, 0.18), transparent 70%),
    #0a0709;
  padding: 96px 0 110px;
}

.cfre-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(276px, 1fr));
  gap: 20px;
  align-items: stretch;
}

.cfre-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(247, 245, 242, 0.09);
  border-radius: 12px;
  background: #140d10;
  color: #f7f5f2;
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  cursor: pointer;
  overflow: hidden;
  text-align: left;
  transition: transform 0.25s, border-color 0.25s;
  scroll-margin-top: calc(var(--cfre-header-h, 76px) + 24px);
  scroll-margin-bottom: 32px;
  -webkit-appearance: none;
  appearance: none;
}
.cfre-card:focus {
  outline: none;
}
.cfre-card:focus-visible {
  outline: 2px solid var(--cfre-red);
  outline-offset: 2px;
}
.cfre-card:hover {
  transform: translateY(-5px);
  border-color: rgba(220, 12, 56, 0.65);
}
.cfre-card.is-mosaic-target {
  border-color: rgba(220, 12, 56, 0.85);
  box-shadow: 0 0 0 2px rgba(220, 12, 56, 0.35);
}

.cfre-card-media {
  position: relative;
  flex: 0 0 280px;
  height: 280px;
  overflow: hidden;
  background: radial-gradient(360px 200px at 50% 120%, rgba(220, 12, 56, 0.28), transparent 70%),
    linear-gradient(160deg, #1c1216, #100a0d);
}
.cfre-card-num {
  position: absolute;
  top: 14px;
  left: 16px;
  z-index: 2;
  font-weight: 500;
  font-size: 12px;
  color: var(--cfre-red);
}
.cfre-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: var(--cfre-red);
  padding: 5px 10px;
  border-radius: 4px;
}
.cfre-card-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center 18%;
  display: block;
  pointer-events: none;
}
.cfre-card-media:has(.cfre-card-photo)::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 94% 90% at 50% 38%, transparent 48%, rgba(20, 13, 16, 0.38) 100%),
    linear-gradient(180deg, rgba(20, 13, 16, 0.42) 0%, transparent 26%, transparent 70%, rgba(20, 13, 16, 0.58) 100%),
    linear-gradient(90deg, rgba(20, 13, 16, 0.34) 0%, transparent 14%, transparent 86%, rgba(20, 13, 16, 0.34) 100%);
}
.cfre-card-initials {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 38px;
  color: rgba(247, 245, 242, 0.92);
}

.cfre-card-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  min-height: 272px;
  background: #140d10;
}
.cfre-card-prefix {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--cfre-red);
}
.cfre-card-name {
  margin: 0;
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
    Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.25;
  color: #fff;
}
.cfre-card-role {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  line-height: 20px;
  color: rgba(247, 245, 242, 0.6);
}
.cfre-card-short {
  flex: 1 1 auto;
  margin-top: 4px;
  min-height: 84px;
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  line-height: 21px;
  color: rgba(247, 245, 242, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cfre-card-more {
  flex: 0 0 auto;
  margin-top: auto;
  padding-top: 14px;
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-weight: 500;
  font-size: 13px;
  color: var(--cfre-red);
}

.cfre-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 5, 7, 0.66);
  backdrop-filter: blur(6px);
  z-index: 9998;
}

.cfre-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(560px, 94vw);
  background: #100a0d;
  border-left: 1px solid rgba(247, 245, 242, 0.1);
  box-shadow: -40px 0 90px rgba(0, 0, 0, 0.55);
  z-index: 9999;
  overflow-y: auto;
}

.cfre-drawer-head {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 32px;
  background: rgba(16, 10, 13, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(247, 245, 242, 0.08);
}
.cfre-drawer-kicker {
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--cfre-red);
  text-transform: uppercase;
}
.cfre-drawer-x {
  background: transparent;
  border: 1px solid rgba(247, 245, 242, 0.25);
  color: rgba(247, 245, 242, 0.95);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  display: grid;
  place-items: center;
}
.cfre-drawer-x:hover {
  border-color: var(--cfre-red);
  color: var(--cfre-red);
}

.cfre-drawer-body {
  padding: 36px 32px 48px;
}
.cfre-drawer-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cfre-drawer-avatar {
  width: 84px;
  height: 84px;
  border-radius: 12px;
  flex: none;
  display: grid;
  place-items: center;
  background: radial-gradient(120px 80px at 50% 120%, rgba(220, 12, 56, 0.35), transparent 70%),
    linear-gradient(160deg, #1c1216, #100a0d);
  border: 1px solid rgba(247, 245, 242, 0.12);
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: rgba(247, 245, 242, 0.93);
  overflow: hidden;
}
.cfre-drawer-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cfre-drawer-prefix {
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--cfre-red);
}
.cfre-drawer-name {
  margin-top: 6px;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
}
.cfre-drawer-role {
  margin-top: 18px;
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-size: 13px;
  line-height: 21px;
  color: rgba(247, 245, 242, 0.6);
}

.cfre-drawer-section {
  margin-top: 36px;
}
.cfre-drawer-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cfre-red);
}
.cfre-drawer-bio {
  margin-top: 16px;
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-size: 13px;
  line-height: 22px;
  color: rgba(247, 245, 242, 0.85);
  white-space: pre-wrap;
}

.cfre-drawer-areas {
  display: flex;
  flex-direction: column;
  margin-top: 8px;
}
.cfre-area {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(247, 245, 242, 0.08);
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-size: 13px;
  line-height: 22px;
  color: rgba(247, 245, 242, 0.85);
}
.cfre-area-arrow {
  color: var(--cfre-red);
}

.cfre-drawer-interview {
  margin-top: 16px;
  background: rgba(247, 245, 242, 0.04);
  border: 1px dashed rgba(247, 245, 242, 0.2);
  border-radius: 8px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
.cfre-drawer-interview-badge {
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  background: var(--cfre-red);
  padding: 5px 10px;
  border-radius: 4px;
  flex: none;
}
.cfre-drawer-interview-text {
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-size: 13px;
  line-height: 21px;
  color: rgba(247, 245, 242, 0.6);
}

/* Red band */
.cfre-band {
  background: var(--cfre-red);
}
.cfre-band-inner {
  padding: 22px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.cfre-band-text {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.cfre-band-btn {
  background: #fff !important;
  color: var(--cfre-dark) !important;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: 6px;
  white-space: nowrap;
}
.cfre-band-btn:hover {
  background: var(--cfre-cream) !important;
  color: var(--cfre-red) !important;
}

/* Light sections */
.cfre-light {
  background: var(--cfre-cream);
  scroll-margin-top: 96px;
}
.cfre-eyebrow--dark {
  color: var(--cfre-red);
}
.cfre-eyebrow--wrap {
  flex-wrap: wrap;
}
.cfre-h2--dark {
  color: var(--cfre-dark);
}
.cfre-p--dark {
  color: var(--cfre-muted-text);
  max-width: 85ch;
}
.cfre-p--tight {
  margin-top: 18px;
}
.cfre-h3 {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  color: var(--cfre-dark);
}
.cfre-sticky-col {
  position: sticky;
  top: 120px;
}
@media (max-width: 900px) {
  .cfre-sticky-col {
    position: static;
  }
}

/* Dlaczego */
.cfre-dlaczego {
  padding: 104px 0;
}
.cfre-dlaczego-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 72px;
  align-items: start;
}
@media (min-width: 901px) {
  .cfre-dlaczego-grid {
    align-items: start;
  }
  .cfre-sticky-col {
    display: flex;
    flex-direction: column;
  }
}
.cfre-illus {
  margin-top: 48px;
  max-width: 72%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .cfre-illus {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 901px) {
  .cfre-illus {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 28px;
    margin-left: 0;
    margin-right: 0;
    max-width: 82%;
    padding-bottom: 0;
  }
}
.cfre-illus img {
  display: block;
  width: min(300px, 100%);
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 901px) {
  .cfre-illus img {
    width: min(370px, 100%);
    max-width: 370px;
    margin-left: 0;
    margin-right: 0;
  }
}
.cfre-articles {
  display: flex;
  flex-direction: column;
}
.cfre-article {
  border-top: 1px solid rgba(22, 9, 13, 0.15);
  padding: 36px 0;
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  scroll-margin-top: 120px;
}
.cfre-article:last-child {
  border-bottom: 1px solid rgba(22, 9, 13, 0.15);
}
.cfre-article-num {
  font-weight: 500;
  font-size: 15px;
  color: var(--cfre-red);
}
.cfre-article-p {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--cfre-muted-text);
}

/* Marquee */
.cfre-marquee {
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  margin-bottom: -24px;
}
.cfre-marquee-track {
  display: inline-flex;
  animation: cfre-marquee-x 70s linear infinite;
  will-change: transform;
}
@keyframes cfre-marquee-x {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.cfre-marquee-track span {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(80px, 9vw, 140px);
  line-height: 1.35;
  color: transparent;
  -webkit-text-stroke: 1px rgba(247, 245, 242, 0.24);
  padding-right: 64px;
}

/* Honor cards */
.cfre-card--honor {
  border-color: rgba(220, 12, 56, 0.4);
}
.cfre-card--honor:hover {
  border-color: rgba(220, 12, 56, 0.9);
}
.cfre-card-media--honor {
  background: radial-gradient(360px 200px at 50% 120%, rgba(220, 12, 56, 0.35), transparent 70%),
    linear-gradient(160deg, #241016, #120a0e) !important;
}
.cfre-card-badge--outline {
  top: auto;
  bottom: 14px;
  right: 16px;
  background: transparent !important;
  color: var(--cfre-red) !important;
  border: 1px solid rgba(220, 12, 56, 0.55);
}
.cfre-card-initials--honor {
  font-size: 24px;
  color: var(--cfre-red);
}

/* Rola */
.cfre-rola {
  padding: 104px 0 72px;
}
.cfre-section-head--narrow {
  max-width: 820px;
}
.cfre-rola-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 20px;
  margin-top: 52px;
}
.cfre-rola-box {
  border-radius: 12px;
  padding: 36px;
}
.cfre-rola-box--dark {
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      720px 520px at 96% 112%,
      rgba(158, 45, 58, 0.5),
      rgba(158, 45, 58, 0.17) 38%,
      transparent 66%
    ),
    radial-gradient(580px 420px at 90% 118%, rgba(220, 12, 56, 0.34), transparent 54%),
    var(--cfre-dark);
}
.cfre-rola-box--light {
  background: #fff;
  border: 1px solid rgba(22, 9, 13, 0.1);
}
.cfre-rola-box-title {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 23px;
  color: #fff;
  margin-bottom: 24px;
}
.cfre-rola-box-title--dark {
  color: var(--cfre-dark);
}
.cfre-rola-line {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid rgba(22, 9, 13, 0.1);
  font-size: 14px;
  line-height: 23px;
  color: var(--cfre-muted-text);
}
.cfre-rola-line--dark {
  border-top-color: rgba(247, 245, 242, 0.12);
  color: rgba(247, 245, 242, 0.82);
}
.cfre-rola-line span:first-child {
  color: var(--cfre-red);
  font-weight: 600;
}

/* Proces */
.cfre-proces {
  padding: 72px 0 110px;
}
.cfre-proces-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}
.cfre-proces-copy {
  flex: 1;
  min-width: 0;
}
.cfre-proces-title {
  max-width: 1080px;
  text-wrap: pretty;
}
.cfre-proces-lede {
  max-width: 760px;
}
.cfre-proces-nav {
  display: flex;
  gap: 12px;
  padding-bottom: 6px;
}
.cfre-proces-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid rgba(22, 9, 13, 0.3);
  color: var(--cfre-dark);
  font-family: "Azeret Mono", ui-monospace, monospace;
  font-size: 17px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.cfre-proces-btn:hover {
  border-color: var(--cfre-red);
  color: var(--cfre-red);
}
.cfre-steps-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(380px, 84vw);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  margin-top: 104px;
  margin-right: calc(-1 * max(18px, (100vw - 1216px) / 2));
  padding-bottom: 10px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.cfre-steps-track::-webkit-scrollbar {
  display: none;
}
.cfre-step-wrap {
  scroll-snap-align: start;
  padding-right: 22px;
  display: flex;
  flex-direction: column;
}
.cfre-step-wrap--last {
  padding-right: 0;
}
.cfre-step-rail {
  display: flex;
  align-items: center;
  margin-bottom: 26px;
}
.cfre-step-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--cfre-cream);
  border: 2px solid var(--cfre-red);
  box-sizing: border-box;
  flex: none;
}
.cfre-step-dot.is-filled {
  background: var(--cfre-red);
  border: none;
}
.cfre-step-line {
  flex: 1;
  height: 1px;
  background: rgba(22, 9, 13, 0.2);
}
.cfre-step-card {
  flex: 1;
  background: #fff;
  border: 1px solid rgba(22, 9, 13, 0.1);
  border-radius: 14px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: transform 0.25s, border-color 0.25s;
}
.cfre-step-card:hover {
  transform: translateY(-4px);
  border-color: rgba(220, 12, 56, 0.5);
}
.cfre-step-card--dark {
  background: var(--cfre-dark);
  border-color: var(--cfre-dark);
}
.cfre-step-card--dark .cfre-step-title {
  color: #fff;
}
.cfre-step-card--dark .cfre-step-text {
  color: rgba(247, 245, 242, 0.82);
}
.cfre-step-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(220, 12, 56, 0.09);
  border: 1px solid rgba(220, 12, 56, 0.22);
  color: var(--cfre-red);
  display: grid;
  place-items: center;
}
.cfre-step-icon svg {
  display: block;
}
.cfre-step-card--dark .cfre-step-icon {
  background: rgba(220, 12, 56, 0.18);
  border-color: rgba(220, 12, 56, 0.45);
}
.cfre-step-num {
  font-weight: 500;
  font-size: 13px;
  color: var(--cfre-red);
}
.cfre-step-title {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 21px;
  line-height: 1.3;
  color: var(--cfre-dark);
}
.cfre-step-text {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--cfre-muted-text);
}

/* Plan */
.cfre-plan {
  background: radial-gradient(1300px 900px at 10% -8%, rgba(158, 45, 58, 0.46), rgba(158, 45, 58, 0.15) 45%, transparent 68%),
    radial-gradient(1100px 700px at 95% 115%, rgba(220, 12, 56, 0.22), transparent 60%),
    radial-gradient(700px 500px at 50% 55%, rgba(120, 35, 45, 0.16), transparent 70%), var(--cfre-ink);
  scroll-margin-top: 96px;
  padding: 104px 0;
}
.cfre-plan-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 72px;
  align-items: start;
}
.cfre-h2--plan {
  white-space: nowrap;
}
@media (max-width: 640px) {
  .cfre-h2--plan {
    white-space: normal;
  }
}
.cfre-plan-note {
  margin-top: 40px;
  background: rgba(247, 245, 242, 0.04);
  border: 1px solid rgba(247, 245, 242, 0.1);
  border-left: 3px solid var(--cfre-red);
  border-radius: 8px;
  padding: 22px 26px;
}
.cfre-plan-note p {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
  color: rgba(247, 245, 242, 0.75);
}
.cfre-timeline {
  border-left: 1px solid rgba(247, 245, 242, 0.18);
  margin-left: 9px;
  display: flex;
  flex-direction: column;
}
.cfre-timeline-item {
  position: relative;
  padding: 0 0 48px 40px;
}
.cfre-timeline-item--last {
  padding-bottom: 4px;
}
.cfre-timeline-dot {
  position: absolute;
  left: -10px;
  top: 0;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: var(--cfre-ink);
  border: 2px solid var(--cfre-red);
  box-sizing: border-box;
}
.cfre-timeline-dot.is-active {
  background: var(--cfre-red);
  border: none;
}
.cfre-timeline-date {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.06em;
  color: var(--cfre-red);
}
.cfre-timeline-text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 24px;
  color: rgba(247, 245, 242, 0.8);
}

/* Kontakt dla mediów */
.cfre-kontakt {
  padding: 104px 0;
}
.cfre-kontakt-copy {
  max-width: 560px;
}
.cfre-kontakt-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 36px;
}
.cfre-kontakt-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 20px;
  padding: 24px 26px;
  background: #fff;
  border: 1px solid rgba(22, 9, 13, 0.1);
  border-radius: 12px;
  color: inherit !important;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.cfre-kontakt-item:hover {
  border-color: rgba(220, 12, 56, 0.45);
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(22, 9, 13, 0.08);
  color: inherit !important;
}
.cfre-kontakt-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(220, 12, 56, 0.09);
  border: 1px solid rgba(220, 12, 56, 0.22);
  display: grid;
  place-items: center;
  color: var(--cfre-red);
}
.cfre-kontakt-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}
.cfre-kontakt-label {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cfre-red);
}
.cfre-kontakt-value {
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: clamp(17px, 2.2vw, 21px);
  line-height: 1.3;
  color: var(--cfre-dark);
  word-break: break-word;
}

.cfre-faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 64px;
  align-items: start;
}

/* Newsletter */
.cfre-newsletter {
  position: sticky;
  top: 120px;
  background: var(--cfre-red);
  border-radius: 14px;
  padding: 48px 44px;
  scroll-margin-top: 120px;
}
@media (max-width: 900px) {
  .cfre-newsletter {
    position: static;
  }
}
.cfre-newsletter-icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  display: grid;
  place-items: center;
  margin-bottom: 30px;
}
.cfre-newsletter-title {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.25;
  color: #fff;
}
.cfre-newsletter-lede {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.92);
}
.cfre-newsletter-form {
  display: flex;
  gap: 16px;
  align-items: flex-end;
  margin-top: 32px;
  flex-wrap: wrap;
}
.cfre-newsletter-input {
  flex: 1;
  min-width: 180px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 12px 2px;
  outline: none;
}
.cfre-newsletter-input::placeholder {
  color: rgba(247, 245, 242, 0.45);
}
.cfre-newsletter-submit {
  background: #fff;
  color: var(--cfre-dark);
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 15px;
  border: none;
  padding: 15px 26px;
  border-radius: 8px;
  cursor: pointer;
}
.cfre-newsletter-submit:hover {
  background: var(--cfre-cream);
}
.cfre-consent {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  margin-top: 24px;
  cursor: pointer;
}
.cfre-consent input[data-cfre-consent] {
  appearance: none;
  -webkit-appearance: none;
  width: 15px;
  height: 15px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  display: grid;
  place-items: center;
  margin-top: 2px;
}
.cfre-consent input[data-cfre-consent]:checked {
  background: #fff;
  border-color: #fff;
}
.cfre-consent input[data-cfre-consent]:checked::after {
  content: "";
  width: 8px;
  height: 4.5px;
  border-left: 2px solid var(--cfre-red);
  border-bottom: 2px solid var(--cfre-red);
  transform: rotate(-45deg) translateY(-1px);
}
.cfre-consent-text {
  font-size: 11.5px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.9);
}
.cfre-consent-toggle {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  color: inherit;
  font: inherit;
  text-align: left;
}

/* Media */
.cfre-media {
  padding: 0 0 110px;
}
.cfre-media-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  gap: 20px;
  margin-top: 48px;
}
.cfre-media-card {
  background: #fff;
  border: 1px solid rgba(22, 9, 13, 0.1);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cfre-media-card--dark {
  background: var(--cfre-dark);
}
.cfre-media-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(220, 12, 56, 0.09);
  border: 1px solid rgba(220, 12, 56, 0.22);
  display: grid;
  place-items: center;
  margin-bottom: 6px;
}
.cfre-media-card--dark .cfre-media-icon {
  background: rgba(220, 12, 56, 0.2);
  border-color: rgba(220, 12, 56, 0.45);
}
.cfre-media-badge {
  font-weight: 500;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cfre-red);
}
.cfre-media-title {
  margin: 0;
  font-family: Poppins, system-ui, sans-serif;
  font-weight: 600;
  font-size: 19px;
  color: var(--cfre-dark);
}
.cfre-media-card--dark .cfre-media-title {
  color: #fff;
}
.cfre-media-text {
  margin: 0;
  font-size: 13px;
  line-height: 21px;
  color: #6b5b60;
}
.cfre-media-card--dark .cfre-media-text {
  color: rgba(247, 245, 242, 0.7);
}

/* Drawer animations */
.cfre.is-drawer-open .cfre-overlay {
  animation: cfre-fade-in 0.3s ease;
}
.cfre.is-drawer-open .cfre-drawer {
  animation: cfre-drawer-in 0.38s cubic-bezier(0.22, 1, 0.36, 1);
}
.cfre.is-drawer-closing .cfre-overlay {
  animation: cfre-fade-out 0.3s ease forwards;
  pointer-events: none;
}
.cfre.is-drawer-closing .cfre-drawer {
  animation: cfre-drawer-out 0.34s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  pointer-events: none;
}
@keyframes cfre-drawer-in {
  from { transform: translateX(103%); }
  to { transform: translateX(0); }
}
@keyframes cfre-drawer-out {
  from { transform: translateX(0); }
  to { transform: translateX(103%); }
}
@keyframes cfre-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}
@keyframes cfre-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

html.cfre-lock-scroll,
body.cfre-lock-scroll {
  overflow: hidden;
  overscroll-behavior: none;
}

/* Mobile — pełna responsywność */
@media (max-width: 900px) {
  .cfre-hero {
    padding: 64px 0 56px;
    scroll-margin-top: 72px;
  }
  .cfre-hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .cfre-hero-tiles {
    margin-top: 56px;
    grid-template-columns: 1fr;
  }
  .cfre-hero-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .cfre-band-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 18px;
  }
  .cfre-band-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cfre-dlaczego,
  .cfre-kontakt,
  .cfre-plan {
    padding: 72px 0;
  }
  .cfre-sklad {
    padding: 52px 0 88px;
  }
  .cfre-marquee {
    margin-top: -14px;
    margin-bottom: -30px;
  }
  .cfre-marquee-track span {
    line-height: 1.08;
  }
  .cfre-dlaczego-grid,
  .cfre-faq-grid,
  .cfre-plan-grid {
    gap: 40px;
  }
  .cfre-illus {
    max-width: 100%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .cfre-proces-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  .cfre-proces {
    padding-top: 44px;
  }
  .cfre-rola {
    padding-bottom: 44px;
  }
  .cfre-steps-track {
    margin-top: 56px;
    margin-right: -18px;
    grid-auto-columns: min(320px, 88vw);
  }
  .cfre-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .cfre-newsletter {
    padding: 36px 28px;
  }
  .cfre-card-media {
    flex: 0 0 300px;
    height: 300px;
  }
  .cfre-card-photo {
    object-position: center 22%;
  }
  .cfre-kontakt-item {
    grid-template-columns: 48px 1fr;
    gap: 16px;
    padding: 20px 18px;
  }
  .cfre-kontakt-icon {
    width: 48px;
    height: 48px;
  }
  .cfre-media {
    padding-bottom: 80px;
  }
}

@media (max-width: 640px) {
  .cfre-hero {
    padding: 48px 0 44px;
  }
  .cfre-hero-tiles {
    margin-top: 40px;
    gap: 14px;
  }
  .cfre-hero-tile {
    padding: 22px 20px;
  }
  .cfre-mosaic {
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cfre-mosaic-name {
    font-size: clamp(7px, 2.2vw, 8px);
  }
  .cfre-mosaic-prefix {
    font-size: clamp(6px, 1.7vw, 7px);
  }
  .cfre-mosaic-brand-title {
    font-size: 14px;
  }
  .cfre-sklad {
    padding-top: 44px;
  }
  .cfre-marquee {
    margin-top: -16px;
    margin-bottom: -32px;
  }
  .cfre-card-media {
    flex: 0 0 380px;
    height: 380px;
  }
  .cfre-card-photo {
    object-position: center 20%;
  }
  .cfre-card-body {
    padding: 20px;
    min-height: 248px;
  }
  .cfre-drawer {
    width: 100vw;
    max-width: 100vw;
    -webkit-overflow-scrolling: touch;
  }
  .cfre-drawer-head {
    padding: 16px 18px;
  }
  .cfre-drawer-kicker {
    font-size: 10px;
    letter-spacing: 0.08em;
    max-width: calc(100% - 48px);
    line-height: 1.4;
  }
  .cfre-drawer-body {
    padding: 28px 18px 40px;
  }
  .cfre-drawer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .cfre-drawer-avatar {
    width: 72px;
    height: 72px;
    font-size: 22px;
  }
  .cfre-drawer-name {
    font-size: clamp(22px, 6.5vw, 28px);
    word-break: break-word;
  }
  .cfre-drawer-interview {
    padding: 16px 18px;
  }
  .cfre-article {
    grid-template-columns: 40px 1fr;
    gap: 14px;
    padding: 28px 0;
  }
  .cfre-illus {
    max-width: 100%;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .cfre-step-card {
    padding: 22px;
  }
  .cfre-timeline-item {
    padding-left: 28px;
  }
  .cfre-newsletter-form {
    flex-direction: column;
    align-items: stretch;
  }
  .cfre-newsletter-input {
    min-width: 0;
    width: 100%;
  }
  .cfre-newsletter-submit {
    width: 100%;
  }
  .cfre-media-grid {
    grid-template-columns: 1fr;
  }
  .cfre-media-card {
    padding: 22px;
  }
  .cfre-details-summary {
    padding: 16px 0;
    font-size: 14px;
    align-items: flex-start;
  }
  .cfre-proces {
    padding: 36px 0 72px;
  }
  .cfre-rola {
    padding-bottom: 36px;
  }
}

@media (max-width: 380px) {
  .cfre-mosaic-tile {
    padding: 10px;
  }
  .cfre-card-initials {
    font-size: 36px;
  }
}

@media (hover: none) {
  .cfre-card:hover,
  .cfre-hero-tile:hover,
  .cfre-step-card:hover {
    transform: none;
  }
}

.cfre-drawer,
.cfre-steps-track {
  -webkit-overflow-scrolling: touch;
}

.cfre-steps-track {
  overscroll-behavior-x: contain;
}

/* Integracja z globalnym nagłówkiem Elementor (tylko strona Rady) */
body.cfre-page {
  background: #0a0709;
}

body.cfre-page #primary.site-main,
body.cfre-page .site-main {
  background: transparent;
  margin: 0;
  padding: 0;
  max-width: none;
}

body.cfre-page .cfre .cfre-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  height: 100%;
  background: #140d10 !important;
  color: #f7f5f2 !important;
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
  text-align: left !important;
  box-sizing: border-box;
}

body.cfre-page .cfre .cfre-card-media {
  position: relative !important;
  flex: 0 0 280px !important;
  height: 280px !important;
  max-height: 280px !important;
  overflow: hidden !important;
}

body.cfre-page .cfre .cfre-card-body {
  position: relative !important;
  z-index: 2 !important;
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  background: #140d10 !important;
}

body.cfre-page .cfre .cfre-card-prefix {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
  color: #dc0c38 !important;
}

body.cfre-page .cfre .cfre-card-name {
  font-family: Poppins, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue",
    Arial, sans-serif !important;
  font-weight: 600 !important;
  color: #ffffff !important;
}

body.cfre-page .cfre .cfre-card-role {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
  color: rgba(247, 245, 242, 0.6) !important;
}

body.cfre-page .cfre .cfre-card-short {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
  color: rgba(247, 245, 242, 0.78) !important;
}

body.cfre-page .cfre .cfre-card-more {
  font-family: "Azeret Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
  color: #dc0c38 !important;
}

body.cfre-page .cfre .cfre-card-photo {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  display: block !important;
}

@media (max-width: 900px) {
  body.cfre-page .cfre .cfre-card-media {
    flex: 0 0 300px !important;
    height: 300px !important;
    max-height: 300px !important;
  }
  body.cfre-page .cfre .cfre-card-photo {
    object-position: center 22% !important;
  }
}

@media (max-width: 640px) {
  body.cfre-page .cfre .cfre-card-media {
    flex: 0 0 380px !important;
    height: 380px !important;
    max-height: 380px !important;
  }
  body.cfre-page .cfre .cfre-card-photo {
    object-position: center 20% !important;
  }
}

body.cfre-page .elementor-location-header {
  position: sticky;
  top: 0;
  z-index: 100;
}

body.admin-bar.cfre-page .elementor-location-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar.cfre-page .elementor-location-header {
    top: 46px;
  }
}

body.cfre-page .elementor-location-header .e-con.e-parent {
  background: rgba(10, 7, 9, 0.86) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(247, 245, 242, 0.08);
}

body.cfre-page .cfre {
  margin-top: calc(-1 * var(--cfre-header-h, 76px));
}

body.cfre-page .cfre-hero {
  padding-top: calc(88px + var(--cfre-header-h, 76px));
}

@media (max-width: 900px) {
  body.cfre-page .cfre-hero {
    padding-top: calc(64px + var(--cfre-header-h, 76px));
  }
}

@media (max-width: 640px) {
  body.cfre-page .cfre-hero {
    padding-top: calc(48px + var(--cfre-header-h, 76px));
  }
}

