.marketing-resources .tl-hero {
  padding: 80px 32px 24px;
  text-align: center;
}
.marketing-resources .tl-hero-inner {
  max-width: 720px;
  margin: 0 auto;
}
.marketing-resources .tl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid #eeeae3;
  border-radius: 100px;
  padding: 5px 14px 5px 8px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  margin-bottom: 20px;
}
.marketing-resources .tl-eyebrow-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #16332a;
  color: #c8f026;
  font-family: "Newsreader", Georgia, serif;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.marketing-resources .tl-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: #111;
  margin-bottom: 20px;
}
.marketing-resources .tl-title em {
  font-style: italic;
  color: #16332a;
}
.marketing-resources .tl-sub {
  font-size: 17px;
  color: #666;
  line-height: 1.55;
  max-width: 560px;
  margin: 0 auto;
}
.marketing-resources .tl-section {
  padding: 56px 32px;
}
.marketing-resources .tl-section-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.marketing-resources .tl-docs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.marketing-resources .tl-doc-card {
  background: #fff;
  border: 1px solid #eeeae3;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.15s,
    box-shadow 0.15s;
}
.marketing-resources .tl-doc-card:hover {
  border-color: #16332a;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.marketing-resources .tl-doc-preview {
  background: #faf8f5;
  border-bottom: 1px solid #eeeae3;
  padding: 24px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
  overflow: hidden;
}
.marketing-resources .tl-doc-preview-mock {
  width: 130px;
  height: 170px;
  background: #fff;
  border-radius: 4px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, 0.08),
    0 1px 3px rgba(0, 0, 0, 0.04);
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.marketing-resources .tl-doc-preview-mock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #16332a;
}
.marketing-resources .tl-doc-preview-mock-content {
  padding: 14px 12px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 7px;
  color: #999;
  flex: 1;
}
.marketing-resources .tl-doc-preview-mock-title {
  font-family: "Newsreader", Georgia, serif;
  font-size: 9px;
  color: #16332a;
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 1.1;
}
.marketing-resources .tl-doc-preview-mock-line {
  height: 3px;
  background: #f0ede8;
  border-radius: 1px;
}
.marketing-resources .tl-doc-preview-mock-line.short {
  width: 60%;
}
.marketing-resources .tl-doc-preview-mock-line.medium {
  width: 80%;
}
.marketing-resources .tl-doc-preview-mock-qr {
  width: 60px;
  height: 60px;
  background: #16332a;
  margin: 8px auto 4px;
  border-radius: 2px;
  position: relative;
}
.marketing-resources .tl-doc-preview-mock-qr::before,
.marketing-resources .tl-doc-preview-mock-qr::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #faf8f5;
}
.marketing-resources .tl-doc-preview-mock-qr::before {
  top: 4px;
  left: 4px;
}
.marketing-resources .tl-doc-preview-mock-qr::after {
  bottom: 4px;
  right: 4px;
}

.marketing-resources .tl-doc-body {
  padding: 22px 22px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.marketing-resources .tl-doc-tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 10.5px;
  font-weight: 600;
  color: #16332a;
  background: #efffc7;
  padding: 3px 9px;
  border-radius: 100px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.marketing-resources .tl-doc-title {
  font-family: "Newsreader", Georgia, serif;
  font-weight: 500;
  font-size: 17px;
  color: #111;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.marketing-resources .tl-doc-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.55;
  flex: 1;
}
.marketing-resources .tl-doc-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #16332a;
  text-decoration: none;
  align-self: flex-start;
  padding-top: 4px;
}
.marketing-resources .tl-doc-cta:hover {
  text-decoration: underline;
}
.marketing-resources .tl-doc-cta svg {
  width: 13px;
  height: 13px;
}
.marketing-resources .tl-doc-meta {
  font-size: 11px;
  color: #999;
  padding-top: 4px;
}
@media (max-width: 900px) {
  .marketing-resources .tl-docs-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .marketing-resources .tl-hero {
    padding: 56px 18px 16px;
  }
  .marketing-resources .tl-section {
    padding: 40px 18px;
  }
  .marketing-resources .tl-doc-preview {
    height: 180px;
  }
}
.marketing-resources .tl-eyebrow {
  display: none !important;
}
.marketing-resources .tl-hero-inner .tl-title {
  margin-top: 0 !important;
}
.marketing-resources .tl-doc-card {
  border: none !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  transition:
    transform 0.18s,
    box-shadow 0.18s;
}
.marketing-resources .tl-doc-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px -22px rgba(30, 45, 30, 0.35);
}
.marketing-resources .tl-doc-preview {
  position: relative;
  border-bottom: none !important;
  padding: 34px 0 30px !important;
  background-size: cover !important;
  background-position: center !important;
}
.marketing-resources .tl-docs-grid > *:nth-child(1) .tl-doc-preview {
  background-image:
    linear-gradient(rgba(22, 51, 42, 0.24), rgba(22, 51, 42, 0.24)),
    url("../resources/bg-download.be961dab7ae4.jpg") !important;
}
.marketing-resources .tl-docs-grid > *:nth-child(2) .tl-doc-preview {
  background-image:
    linear-gradient(rgba(60, 45, 12, 0.26), rgba(60, 45, 12, 0.26)),
    url("../resources/rapports-bg.9f4e3a44c564.jpg") !important;
}
.marketing-resources .tl-docs-grid > * {
  background: #fff !important;
  box-shadow:
    0 1px 3px rgba(50, 45, 30, 0.05),
    0 18px 44px -30px rgba(50, 45, 30, 0.4),
    0 0 0 1px rgba(40, 40, 30, 0.05) !important;
}
.marketing-resources .tl-doc-preview-mock {
  box-shadow:
    0 12px 30px -12px rgba(15, 40, 28, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.5) !important;
}
@media (max-width: 820px) {
  .marketing-resources .tl-docs-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}
@media (min-width: 520px) and (max-width: 900px) {
  .marketing-resources .tl-docs-grid {
    max-width: 620px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.marketing-resources .tl-docs-grid.is-two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 820px) {
  .marketing-resources .tl-docs-grid.is-two {
    grid-template-columns: 1fr !important;
  }
}

.marketing-resources {
  --serif: "Newsreader", Georgia, serif;
  --sans: "Inter", sans-serif;
  display: flow-root;
  background: #faf8f5;
  color: #1c1100;
  font-family: var(--sans);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.marketing-resources .tl-hero {
  padding-top: 150px;
}
.resource-region {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 24px auto 0;
  padding: 0 20px;
}
@media (max-width: 820px) {
  .marketing-resources .tl-docs-grid.is-two {
    grid-template-columns: minmax(0, 1fr);
    max-width: 420px;
  }
  .marketing-resources .tl-hero {
    padding: 130px 24px 44px;
  }
  .marketing-resources .tl-section {
    padding: 32px 20px 72px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .marketing-resources * {
    transition: none !important;
    animation: none !important;
  }
}
