/*
	Theme Name: Hello Elementor
	Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Elementor Team
	Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 3.4.7
	Stable tag: 3.4.7
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: hello-elementor
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

@import url("https://fonts.googleapis.com/css2?family=Archivo+Black&family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:wght@400;600&display=swap");

body {
  font-family: "IBM Plex Sans", sans-serif;
}

h1 {
  font-family: "Archivo Black", sans-serif;
}

p {
  font-family: "IBM Plex Sans", sans-serif;
}

code {
  font-family: "IBM Plex Mono", monospace;
}

.af-hero {
  padding: 100px 20px;
}

.af-hero h1 span {
  color: #d62828;
}

.af-hero .elementor-container {
  max-width: 1140px;
  margin: 0 auto;
  align-items: center;
}

.af-hero h6,
.af-hero .hero-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 14px;
}

.af-hero h1 {
  font-size: 42px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.af-hero .elementor-element p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
}

.af-hero .elementor-widget-form {
  margin-top: 20px;
  margin-bottom: 10px;
}

.af-hero .elementor-widget-form .elementor-field-group {
  margin-bottom: 10px;
}

.af-hero .elementor-widget-form .elementor-button {
  width: 100%;
}

.af-hero .elementor-inner-section {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.deep-dive-category-taxonomy-filter .e-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    border: 3px solid #0a0a0a;
}

/* All filter buttons — default (inactive) state */
.deep-dive-category-taxonomy-filter .e-filter-item {
    padding: 10px 16px;
    font-family: 'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #ffffff;
    color: #777777;
    border: none;
    border-right: 1px solid #e0ddd8;
    cursor: pointer;
    transition: all 200ms ease;
    line-height: 1.4;
    white-space: nowrap;
}

/* Remove border-right from the last visible button in a row */
.deep-dive-category-taxonomy-filter .e-filter-item:last-child {
    border-right: 1px solid #e0ddd8;
}

/* Active / selected button */
.deep-dive-category-taxonomy-filter .e-filter-item[aria-pressed="true"] {
    background: #0a0a0a;
    color: #ffffff;
}

/* Hover effect for inactive buttons */
.deep-dive-category-taxonomy-filter .e-filter-item:not([aria-pressed="true"]):hover {
    background: #f5f5f5;
    color: #0a0a0a;
}

/* Post count spans inside buttons (if present) */
.deep-dive-category-taxonomy-filter .e-filter-item span {
    margin-left: 4px;
    opacity: 0.5;
}

/* ═══════════════════════════════════════════════════════════════════
   1. GRID CONTAINER
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .elementor-loop-container.elementor-grid {
    gap: 24px !important;
    align-items: stretch !important;
}


/* ═══════════════════════════════════════════════════════════════════
   2. FIRST LOOP ITEM — FULL WIDTH (pure CSS, no JS needed)
   :first-of-type works because <style> ≠ <div>, so the first <div>
   (.e-loop-item) is always correctly matched.
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .elementor-loop-container .e-loop-item:first-of-type {
    grid-column: 1 / -1 !important;
    width: 100% !important;
}


/* ═══════════════════════════════════════════════════════════════════
   3. LOOP ITEM RESETS — EQUAL HEIGHT CHAIN
   Every element from grid-item → card must stretch to fill height.
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .e-loop-item {
    border: none !important;
    background: transparent !important;
    overflow: visible !important;
    display: flex !important;
    height: 100% !important;
}

.deep-dives-loop-grid .e-loop-item > .e-con {
    padding: 0 !important;
    gap: 0 !important;
    background: transparent !important;
    flex: 1 !important;
    display: flex !important;
    height: 100% !important;
}

.deep-dives-loop-grid .e-loop-item > .e-con > .e-con-inner {
    padding: 0 !important;
    gap: 0 !important;
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

.deep-dives-loop-grid .e-loop-item .elementor-widget {
    margin-bottom: 0 !important;
}

.deep-dives-loop-grid .e-loop-item .elementor-widget-shortcode {
    flex: 1 !important;
    display: flex !important;
    height: 100% !important;
}

.deep-dives-loop-grid .e-loop-item .elementor-widget-shortcode > .elementor-widget-container {
    flex: 1 !important;
    display: flex !important;
    height: 100% !important;
}


/* ═══════════════════════════════════════════════════════════════════
   4. CARD LINK & CARD BASE
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .dd-c-link {
    display: flex !important;
    flex: 1;
    height: 100% !important;
    text-decoration: none !important;
    color: inherit !important;
}

.deep-dives-loop-grid .dd-c-link:hover,
.deep-dives-loop-grid .dd-c-link:focus {
    text-decoration: none !important;
    color: inherit !important;
}

.deep-dives-loop-grid .dd-c-card {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    border: 3px solid #0a0a0a;
    background: #ffffff;
    overflow: hidden;
    transition: all 0.2s ease;
}


/* ═══════════════════════════════════════════════════════════════════
   5. IMAGE AREA (regular card)
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .dd-c-image {
    position: relative;
    height: 176px;
    overflow: hidden;
    flex-shrink: 0;
}

.deep-dives-loop-grid .dd-c-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.deep-dives-loop-grid .dd-c-link:hover .dd-c-image img {
    transform: scale(1.05);
}

.deep-dives-loop-grid .dd-c-image-placeholder {
    width: 100%;
    height: 100%;
    background: #1a1a1a;
}

/* Gradient — hidden on regular cards */
.deep-dives-loop-grid .dd-c-gradient {
    display: none;
}


/* ═══════════════════════════════════════════════════════════════════
   6. BADGES
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .dd-c-badges {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    display: flex;
    gap: 6px;
    align-items: center;
}

.deep-dives-loop-grid .dd-c-badge {
    display: inline-block;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 4px 8px;
    line-height: 1.2;
}

.deep-dives-loop-grid .dd-c-badge--red {
    background: #d62828;
    color: #ffffff;
}

.deep-dives-loop-grid .dd-c-badge--dark {
    background: #222222;
    color: #888888;
}

/* Regular cards: show card badge, hide featured badges */
.deep-dives-loop-grid .dd-c-badge--featured-only {
    display: none !important;
}

.deep-dives-loop-grid .dd-c-badge--card-only {
    display: inline-block !important;
}


/* ═══════════════════════════════════════════════════════════════════
   7. CONTENT AREA (regular card)
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .dd-c-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

/* ── Title ──────────────────────────────────────────────────────── */
.deep-dives-loop-grid .dd-c-title {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 0 12px 0;
    transition: color 0.2s ease;
}

.deep-dives-loop-grid .dd-c-link:hover .dd-c-title {
    color: #d62828;
}

/* ── Excerpt ────────────────────────────────────────────────────── */
.deep-dives-loop-grid .dd-c-excerpt {
    font-family: 'Inter', -apple-system, sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #777777;
    margin: 0 0 24px 0;
}

/* Regular cards: show short, hide long */
.deep-dives-loop-grid .dd-c-excerpt--short { display: block; flex: 1; }
.deep-dives-loop-grid .dd-c-excerpt--long  { display: none; }

/* ── Footer ─────────────────────────────────────────────────────── */
.deep-dives-loop-grid .dd-c-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #e0ddd8;
    margin-top: auto;
}

.deep-dives-loop-grid .dd-c-meta {
    display: flex;
    align-items: center;
    gap: 12px;
}

.deep-dives-loop-grid .dd-c-meta span {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: #bbbbbb;
    line-height: 1;
}

/* Regular cards: short date, hide full date & word count */
.deep-dives-loop-grid .dd-c-meta--full  { display: none !important; }
.deep-dives-loop-grid .dd-c-meta--words { display: none !important; }

/* ── Read Link ──────────────────────────────────────────────────── */
.deep-dives-loop-grid .dd-c-read {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #d62828;
    transition: letter-spacing 0.2s ease;
    white-space: nowrap;
}

.deep-dives-loop-grid .dd-c-link:hover .dd-c-read {
    letter-spacing: 0.1em;
}

/* Regular cards: show "Read →", hide "Read Deep Dive →" */
.deep-dives-loop-grid .dd-c-read--card     { display: inline; }
.deep-dives-loop-grid .dd-c-read--featured { display: none; }


/* ═══════════════════════════════════════════════════════════════════
   8. FEATURED CARD OVERRIDES — :first-of-type (pure CSS, instant)
   ═══════════════════════════════════════════════════════════════════ */

/* Card layout → horizontal, dark bg */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-card {
    flex-direction: row !important;
    background: #0a0a0a !important;
    min-height: 400px;
}

/* Image → left half */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-image {
    width: 50% !important;
    height: auto !important;
    min-height: 400px;
}

/* Show gradient overlay */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-gradient {
    display: block !important;
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent 60%, #0a0a0a 100%);
    pointer-events: none;
}

/* Move badges into content flow (not absolute on image) */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-badges {
    position: static !important;
    margin-bottom: 16px;
}

/* Show featured badges, hide card badge */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-badge--featured-only {
    display: inline-block !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-badge--card-only {
    display: none !important;
}

/* Content → right half, dark theme */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-content {
    width: 50% !important;
    padding: 32px 40px !important;
    justify-content: center;
}

/* Title → large, white, Archivo Black */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-title {
    font-family: 'Archivo Black', sans-serif !important;
    font-size: clamp(20px, 2.5vw, 32px) !important;
    color: #ffffff !important;
    line-height: 0.95 !important;
    margin-bottom: 16px !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type:hover .dd-c-title {
    color: #ffffff !important;
}

/* Excerpt → show long, hide short */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-excerpt--short {
    display: none !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-excerpt--long {
    display: block !important;
    color: #999999;
    flex: unset;
    max-width: 540px;
}

/* Footer → no border, column layout */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-footer {
    border-top: none !important;
    padding-top: 0 !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 16px;
}

/* Meta → show full date + word count */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-meta {
    gap: 24px;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-meta span {
    color: #666666 !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-meta--short {
    display: none !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-meta--full {
    display: inline !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-meta--words {
    display: inline !important;
}

/* Read link → "Read Deep Dive →" */
.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-read--card {
    display: none !important;
}

.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-read--featured {
    display: inline !important;
    font-size: 11px;
}
/* ═══════════════════════════════════════════════════════════════════
   10. PAGINATION
   ═══════════════════════════════════════════════════════════════════ */
.deep-dives-loop-grid .elementor-pagination {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.deep-dives-loop-grid .elementor-pagination .page-numbers {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    padding: 8px 14px;
    text-decoration: none;
    color: #777777;
    border: 2px solid #e0ddd8;
    background: #ffffff;
    transition: all 0.2s ease;
}

.deep-dives-loop-grid .elementor-pagination .page-numbers:hover {
    color: #0a0a0a;
    border-color: #0a0a0a;
}

.deep-dives-loop-grid .elementor-pagination .page-numbers.current {
    background: #0a0a0a;
    color: #ffffff;
    border-color: #0a0a0a;
}

.deep-dives-loop-grid .elementor-pagination .page-numbers.prev,
.deep-dives-loop-grid .elementor-pagination .page-numbers.next {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 10px;
}

@media (max-width: 1024px) {
  .af-hero {
    padding: 80px 16px;
  }

  .af-hero h1 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .af-hero {
    padding: 60px 16px;
  }

  .af-hero h1 {
    font-size: 28px;
  }

  .af-hero .elementor-inner-section {
    padding: 24px;
  }
	.deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-card {
        flex-direction: column !important;
        min-height: auto;
    }

    .deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-image {
        width: 100% !important;
        height: 260px !important;
        min-height: 260px;
    }

    .deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-gradient {
        background: linear-gradient(180deg, transparent 50%, #0a0a0a 100%) !important;
    }

    .deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-content {
        width: 100% !important;
        padding: 24px !important;
    }

    .deep-dives-loop-grid .e-loop-item:first-of-type .dd-c-title {
        font-size: 22px !important;
    }

}

.af-deep-dives {
  padding: 80px 20px;
  text-align: center;
}

.af-deep-dives .af-section-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
}

.af-deep-dives h2 {
  font-size: 32px;
  margin: 10px 0 12px;
}

.af-deep-dives p {
  max-width: 640px;
  margin: 0 auto 24px;
}

.af-deep-dives .af-feature-grid .elementor-column {
  border-radius: 12px;
  padding: 24px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.af-deep-dives .af-feature-grid h3 {
  font-size: 18px;
  margin-bottom: 8px;
}

.af-deep-dives .af-feature-grid p {
  max-width: none;
  margin: 0;
}

@media (max-width: 767px) {
  .af-deep-dives {
    padding: 60px 16px;
  }
}

.af-deep-dive-list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.af-deep-dive-item .af-deep-dive-link {
  display: block;
  width: 100%;
}

.af-deep-dive-wrapper {
  padding: 0;
  border: 3px solid rgb(10, 10, 10);
  background: #080808;
  border-radius: 0;
  display: flex;
}

.af-deep-dive-wrapper .af-deep-dive-image {
  width: 50%;
}

.af-deep-dive-item-featured {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  background: #0a0a0a;
  border-radius: 0;
}

.af-deep-dive-item-featured .af-deep-dive-content {
  flex: 1;
}

.af-deep-dive-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.af-deep-dive-category {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  color: #6b7280;
}

.af-deep-dive-image img {
  width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
}

.af-deep-dive-image-placeholder {
  border-radius: 0;
  margin-bottom: 16px;
}

.af-deep-dive-title {
  font-size: 14px;
  font-family: "IBM Plex Sans";
  margin-bottom: 10px;
  color: rgb(10, 10, 10);
}

.af-deep-dive-item-featured .af-deep-dive-title {
  font-size: 22px;
}

.af-deep-dive-excerpt {
  font-size: 12px;
  color: rgb(153, 153, 153);
  line-height: 1.6;
}

.af-deep-dive-meta {
  margin-top: 8px;
  font-size: 10px;
  color: rgb(187, 187, 187);
  font-family: "IBM Plex Mono";
  letter-spacing: 0.06em;
}

.af-deep-dive-meta-separator {
  margin: 0 6px;
}

.af-deep-dive-read-more {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 500;
  color: rgb(214, 40, 40);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* .af-deep-dive-read-more span {
  border-bottom: 1px solid rgba(17, 24, 39, 0.3);
} */

.af-deep-dive-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.af-deep-dive-grid .af-deep-dive-item {
  flex: 1 1 calc(33.333% - 24px);
  min-width: 260px;
}

@media (max-width: 1024px) {
  .af-deep-dive-item-featured {
    flex-direction: column;
  }

  .af-deep-dive-grid .af-deep-dive-item {
    flex: 1 1 calc(50% - 24px);
  }
}

@media (max-width: 767px) {
  .af-deep-dive-grid {
    flex-direction: column;
  }

  .af-deep-dive-grid .af-deep-dive-item {
    flex: 1 1 100%;
  }
}

.af-investments-list {
  display: grid;
  grid-template-columns: repeat(
    var(--af-investment-columns, 5),
    minmax(0, 1fr)
  );
  gap: 24px;
  margin-top: 32px;
}

.af-investment-item {
  padding: 20px 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #ffffff;
}

.af-investment-title {
  font-size: 18px;
  margin-bottom: 8px;
}

.af-investment-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

@media (max-width: 1024px) {
  .af-investments-list {
    --af-investment-columns: 3;
  }
}

@media (max-width: 767px) {
  .af-investments-list {
    --af-investment-columns: 2;
  }
}

.af-menu-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.af-menu-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.af-menu-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.af-menu-icon i {
  font-size: 16px;
  color: #999;
}

.af-menu-text {
  display: flex;
  flex-direction: column;
}

.af-menu-title {
  font-size: 14px;
  font-weight: 600;
}

.af-menu-description {
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.5;
  opacity: 0.8;
}

.fortune-head {
  padding: 16px;
}

.fortune-head .elementor-icon {
  background: rgb(214, 40, 40);
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fortune-head .elementor-icon svg {
  max-width: 100%;
  width: 14px;
  height: 14px;
}

.fortune-head .elementor-icon svg path {
  color: #fff;
}

.fortune-head .elementor-icon-box-content h3 {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.fortune-head .elementor-icon-box-content p {
  color: rgb(102, 102, 102);
  font-size: 10px;
  margin: 0;
  font-family: "IBM Plex Mono";
}

.af-hero .right1 p {
  color: rgb(153, 153, 153);
  font-size: 12px;
  margin: 0;
}

.af-hero .right1 p strong {
  color: rgb(10, 10, 10);
  font-size: 13px;
}

.right2 .wpcf7-form-control {
  border: 2px solid rgb(221, 221, 221);
  background: rgb(250, 250, 248);
  font-size: 13px;
  font-family: "IBM Plex Mono", monospace;
  height: 53px;
}

.right2 .wpcf7-form-control.wpcf7-submit {
  font-family: "Archivo Black", sans-serif;
  background: rgb(214, 40, 40);
  border: none;
  height: 49px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
  width: 100%;
}

.right2 .submit-button p {
  margin: 0;
  padding: 0;
  position: relative;
}

.right2 .submit-button p .wpcf7-spinner {
  position: absolute;
  right: 10px;
  top: 10px;
}

.right3 {
  padding-top: 10px;
  border-top: 1px solid rgb(224, 221, 216);
}

.right3 ul {
  margin: 0 !important;
  display: flex;
  flex-wrap: nowrap !important;
  white-space: nowrap;
}

.right3 ul li {
  color: rgb(153, 153, 153);
  letter-spacing: 0.06em;
  font-size: 9px !important;
  margin: 0 !important;
  padding: 10px !important;
  border-right: 1px solid rgb(224, 221, 216);
}

.right3 ul li:last-child {
  border: none;
}

.right3 ul li svg path {
  color: rgb(214, 40, 40);
  fill: #fff;
}

.cate-box .af-investments-list {
  margin: 0;
  gap: 0;
  border: 3px solid rgb(10, 10, 10);
}

.cate-box .af-investments-list .af-investment-item .af-investment-excerpt {
  display: none;
}

.cate-box .af-investments-list .af-investment-item .af-investment-title {
  color: rgb(10, 10, 10);
  letter-spacing: 0.02em;
  font-family: "IBM Plex Sans";
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

.af-investment-item {
  height: 139px;
  justify-content: center;
  align-items: center;
  text-align:center;
  display: flex;
  position: relative;
  overflow: hidden;
}
.af-investment-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: var(--af-bg);
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: 0;  /* behind content */
}
.af-investment-item:hover::before {
    opacity: 1;
}
/* Keep content above the background image */
.af-investment-content {
    position: relative;
    z-index: 1;
}

.news-box .newsletter {
  gap: 0;
  max-width: 410px;
  display: flex;
  margin: auto;
}

.news-box .newsletter .wpcf7-form-control-wrap .wpcf7-form-control {
  background: #111;
  border: 3px solid #333;
  font-size: 13px;
  font-family: "IBM Plex Mono", monospace;
  height: 59px;
  border-radius: 0;
  color: #fff;
}

.news-box .newsletter p {
  margin: 0;
}

.news-box .newsletter .submit-button .wpcf7-form-control {
  font-family: "Archivo Black", sans-serif;
  background: rgb(214, 40, 40);
  border: none;
  height: 59px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  font-size: 13px;
  width: 100%;
  border-radius: 0;
}

.news-box .newsletter .submit-button {
  position: relative;
}

.news-box .newsletter .wpcf7-spinner {
  position: absolute;
  right: 20px;
  top: 20px;
}

.news-box .wpcf7 form .wpcf7-response-output {
  color: #fff;
}

.box-style {
  padding-bottom: 80px;
}

.box-style .e-con-inner {
  border: 3px solid #0a0a0a;
}

.latest-articles .hfe-post-content {
  border: 2px solid rgb(224, 221, 216);
  background: white;
}

.latest-articles .hfe-post-content .hfe-post-title {
  color: #0a0a0a;
  font-family: "IBM Plex Sans";
  font-size: 13px;
}

.latest-articles .hfe-post-content .hfe-post-title a {
  color: inherit;
}

.latest-articles .hfe-post-meta {
  font-size: 13px;
  text-transform: uppercase;
  color: rgb(214, 40, 40);
  margin-top: 10px;
  font-family: "IBM Plex Mono", monospace;
}

.latest-articles .hfe-post-excerpt {
  font-size: 15px;
  margin-bottom: 5px !important;
}

.latest-articles .hfe-read-more {
  color: #bbbbbb;
  font-family: "IBM Plex Mono", monospace;
  font-size: 12px;
  letter-spacing: 1px;
}

.latest-articles .hfe-read-more:hover {
  color: rgb(214, 40, 40);
}

.box-style2 .e-con-inner {
  border: 3px solid #0a0a0a;
}

.box-style2 .elementor-icon {
  background: #0a0a0a;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.comming-soon span {
  background-color: #d62828;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 10px;
  text-transform: uppercase;
  padding: 8px 14px 8px 28px;
  display: inline-block;
  position: relative;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.08);
    opacity: 0.7;
  }
}

.comming-soon span::after {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 14px;
  content: "";
  top: 10px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.get-note svg {
  width: 28px !important;
  height: 28px !important;
  color: #fff;
}

.get-note .hfe-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.news-box.news-box-wh .newsletter .wpcf7-form-control-wrap .wpcf7-form-control {
  background-color: #fff;
  color: #0a0a0a;
}

.af-deep-dive-wrapper .af-deep-dive-content {
  padding: 40px;
}

.af-deep-dive-wrapper .af-deep-dive-category span {
  background: #d62828;
  display: inline-block;
  color: #fff;
  letter-spacing: 0.12em;
  font-size: 9px;
  padding: 5px 10px;
}

.af-deep-dive-wrapper .af-deep-dive-title {
  color: #fff;
  font-family: "Archivo Black", sans-serif;
  text-transform: uppercase;
}

.af-deep-dive-wrapper .af-deep-dive-excerpt {
  color: #999999;
  font-size: 14px;
  line-height: 22.75px;
}

.af-deep-dive-meta-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.af-deep-dive-grid .af-deep-dive-item {
  background-color: #fff;
  border: 2px solid rgb(224, 221, 216);
}

.af-deep-dive-grid-wrapper {
  padding: 20px;
}

.af-deep-dive-grid-wrapper .af-deep-dive-category {
  color: #d62828;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
}

.af-deep-dive-item .af-deep-dive-image {
  overflow: hidden;
}

.af-deep-dive-item .af-deep-dive-image img {
  transition: 0.5s;
}

.af-deep-dive-item:hover .af-deep-dive-image img {
  transform: scale(1.1);
}

.af-marquee {
  overflow: hidden;
  height: 36px;
  display: flex;
  align-items: center;
  background: #f5f4f0;
  border-bottom: 1px solid #dddddd;
}

.af-marquee-inner {
  display: inline-flex;
  white-space: nowrap;
  animation: af-marquee-scroll 40s linear infinite;
}

.af-marquee-track {
  display: inline-flex;
}

.af-marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  letter-spacing: 0.02em;
  padding: 0 24px;
  font-family: var(
    --e-global-typography-text-font-family,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif
  );
  color: #777777;
}

.af-marquee-item strong {
  font-weight: 600;
  color: #0a0a0a;
}

.af-marquee-dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #c71231;
  flex-shrink: 0;
}

@keyframes af-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.top-header {
}

.top-header-left {
  display: flex;
  flex-direction: row !important;
  align-items: center;
}

.top-header-left .hfe-menu-item {
  color: #999;
  letter-spacing: 0.06em;
  font-size: 11px;
  text-transform: uppercase;
  font-family:
    "IBM Plex Sans",
    -apple-system,
    sans-serif;
}

.top-header-left .elementor-heading-title {
  border-right: 1px solid #333333;
  padding-right: 30px;
  font-family: "IBM Plex Mono";
}

.sub-menu {
  background-color: #111 !important;
  border: 1px solid #333;
}

.sub-menu li a {
  display: block;
  padding: 16px;
}

.sub-menu li .af-menu-title {
  color: #fff;
  font-family:
    "IBM Plex Sans",
    -apple-system,
    sans-serif;
  font-size: 12px;
}

.sub-menu li .af-menu-description {
  color: #777;
  font-size: 10px;
  font-family: "IBM Plex Mono", monospace;
}

.ehf-header #masthead {
  position: sticky;
  top: 0;
  z-index: 9;
}

.wh-form .news-box .wpcf7 form .wpcf7-response-output {
  color: #0a0a0a;
}

.deep-btn strong {
  background-color: #c8102e;
  padding: 4px 8px;
  margin-right: 5px;
}

.deep-btn span {
  display: inline-block;
  margin: 0 10px;
}

.main-head span {
  color: #c8102e;
}

.list-icon svg path,
.list-icon svg rect,
.list-icon svg circle {
  fill: transparent;
}

.list-icon svg {
  color: #fff;
}

.m0 p {
  margin: 0;
}

.left-sidebar .elementor-toc__header {
  padding: 0;
}

.blk-box p strong {
  color: #fff;
}

.first-letter p:first-child:first-letter {
  font-size: 3em;
  font-weight: bold;
  line-height: 1;
  float: left;
  margin: 0 10px 0 5px;
  color: #c8102e;
}

.tbl table {
  border: 1px solid #000;
  margin-bottom: 15px;
}

.white-section p {
  margin: 0;
}

.tbl .tafe-table-body tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
}

.fig p {
  margin: 0;
}

.tfoot .tafe-table-body tr:last-child td {
  background-color: #000 !important;
  color: #fff;
}

.card-sec p {
  margin: 0;
}

.card-sec .elementor-heading-title span {
  font-family: "IBM Plex Mono";
  font-size: 9.6px;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
}

.card-sec.card-sec-red .elementor-heading-title span {
  background-color: #d62828;
}

.nospace p {
  margin: 0;
}

.elementor-toc__body .elementor-toc__list-item-text {
  position: relative;
  transition: 0.5s;
}

.elementor-toc__body .elementor-toc__list-item-text::after {
  position: absolute;
  right: calc(100% + 16px);
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background: transprent;
}

ol.elementor-toc__list-wrapper .elementor-toc__list-item,
ul.elementor-toc__list-wrapper .elementor-toc__list-item{
	position: relative;
}

.elementor-toc__body .elementor-toc__list-item-text{
	position: static;
}

.elementor-toc__body .elementor-toc__list-item-text:hover {
  color: #000;
  text-decoration: none;
}

.elementor-toc__body .elementor-toc__list-item-text:hover::after {
  background: #0a0a0a4d;
}

.elementor-toc__body
  .elementor-toc__list-item-text.elementor-item-active::after {
  position: absolute;
  right: calc(100% + 16px);
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background: #c8102e;
}

/* Add this class to the Table of Contents widget (Advanced → CSS Classes): af-toc-sticky */
.af-toc-sticky{
  position: sticky !important;
  top: 113px !important;
  align-self: flex-start;
  height: auto;
  max-height: calc(100vh - 160px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,0,0,.3) transparent;
}
.af-toc-sticky::-webkit-scrollbar{ width: 10px; }
.af-toc-sticky::-webkit-scrollbar-thumb{ background: rgba(0,0,0,.3); border-radius: 8px; }
.af-toc-sticky::-webkit-scrollbar-track{ background: transparent; }

/* Make sure the inner list also allows scrolling and doesn’t add extra margins */
.af-toc-sticky .elementor-toc__body{
  height: auto;
  max-height: inherit;
  overflow-y: inherit;
  overflow-x: hidden;
  margin: 0;
  padding-right: 8px;
}
.af-toc-sticky .elementor-toc__list-wrapper{
  margin: 0;
  padding-left: 0;
}



.hfe-nav-menu .sub-menu li.menu-item{
	border-bottom:none !important;
}

.twoColumn .sub-menu{
	grid-template-columns: repeat(2, minmax(0px, 1fr));
    display: grid;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu{
	min-width: 340px;
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .twoColumn .sub-menu {
    min-width: 440px;
}

.elementor-toc__list-item {
    margin-bottom: 10px;
}

.elementor-toc__body .elementor-toc__list-item-text {
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #00000066;
}

.elementor-widget-navigation-menu .menu-item a.hfe-menu-item{
	color: #7A7A7A;
}

.box-hover .elementor-element:hover h3.elementor-icon-box-title, .box-hover .elementor-element:hover p.elementor-icon-box-description {
    color: #fff;
}

.comments-area a, .page-content a {
    text-decoration: none;
}

.elementor-toc__list-item-text-wrapper:before {
    font-size: 12px;
}

.sub-menu li a:hover {
    background: #1a1a1a;
}

.sub-menu li a:hover i {
    color: #d62828;
}

.sticky-bar {
    position: sticky;
    top: 110px;
}

.left-sidebar h4.elementor-toc__header-title {
    color: #0a0a0a66;
}

.customForm .e-form__buttons {
    margin: 0!important;
}

.elementor-element {
    --widgets-spacing: 16px 16px;
    --widgets-spacing-row: 16px;
    --widgets-spacing-column: 16px;
}

.box-hover h3.elementor-icon-box-title span span {
    position: absolute;
    color: #0a0a0a33;
    font-size: 10px;
    letter-spacing: .2em;
    font-family: IBM Plex Mono,monospace;
    top: 20px;
    right: 35px;
}

.box-hover .elementor-element:hover h3.elementor-icon-box-title span span{
	color: #fafaf833;
}

.current_page_item a.hfe-menu-item {
    color: #fff !important;
}

ol.elementor-toc__list-wrapper,
ul.elementor-toc__list-wrapper{
    padding-left: 16px;
    border-left: 2px solid #0a0a0a1a;
}

.elementor-toc__body{
	padding-left: 0;
    padding-right: 0;
}

/* ── Explore Other Categories ── */
.af-categories-wrap {
  margin-top: 40px;
}

.af-categories-heading {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #0A0A0A;
  border-bottom: 2px solid #0A0A0A;
  padding-bottom: 12px;
  margin: 0 0 0 0;
}

.af-categories-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid rgba(10, 10, 10, 0.1);
  margin: 0;
}

.af-cat-item {
  display: block;
  padding: 16px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.1);
  text-decoration: none;
  background: #ffffff;
  transition: background 0.2s ease, color 0.2s ease;
}

.af-cat-item:hover {
  background: #0A0A0A;
}

.af-cat-name {
  font-family: 'Archivo Black', Impact, sans-serif;
  font-size: 14px;
  font-weight: 900;
  font-style: normal;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #0A0A0A;
  margin: 0 0 4px 0;
  transition: color 0.2s ease;
}

.af-cat-item:hover .af-cat-name {
  color: #D62828;
}

.af-cat-desc {
  font-family: 'IBM Plex Sans', -apple-system, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(10, 10, 10, 0.4);
  margin: 0;
  transition: color 0.2s ease;
}

.af-cat-item:hover .af-cat-desc {
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
  .af-categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .af-categories-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Deep Dives & Analysis Section ── */
.af-dd-wrap {
    margin-top: 40px;
}

.af-dd-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.af-dd-heading {
    font-family: 'Archivo Black', Impact, sans-serif;
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    color: #0A0A0A;
    margin: 0;
}

.af-dd-viewall {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #D62828;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity 0.15s ease;
}

.af-dd-viewall:hover {
    opacity: 0.7;
}

/* List */
.af-dd-list {
    border-top: 1px solid rgba(10, 10, 10, 0.1);
    margin-top: 0;
}

.af-dd-item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid rgba(10, 10, 10, 0.1);
    text-decoration: none;
    padding-left: 0;
    transition: padding-left 0.2s ease;
}

.af-dd-item:hover {
    padding-left: 16px;
}

/* Meta row */
.af-dd-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.af-dd-badge {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #D62828;
}

.af-dd-sep {
    color: rgba(10, 10, 10, 0.2);
    font-size: 12px;
}

.af-dd-readtime {
    font-family: 'IBM Plex Mono', monospace;
    font-size: 10px;
    color: rgba(10, 10, 10, 0.3);
}

/* Title */
.af-dd-title {
    font-family: 'Archivo Black', Impact, sans-serif;
    font-size: clamp(16px, 1.8vw, 20px);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.01em;
    line-height: 1.15;
    color: #0A0A0A;
    margin: 0 0 6px 0;
    transition: color 0.15s ease;
}

.af-dd-item:hover .af-dd-title {
    color: #D62828;
}

/* Description */
.af-dd-desc {
    font-family: 'IBM Plex Sans', -apple-system, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    color: rgba(10, 10, 10, 0.5);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* See all button */
.af-dd-more-wrap {
    padding: 28px 0 0;
    display: flex;
    justify-content: center;
}

.af-dd-more-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0A0A0A;
    text-decoration: none;
    border: 1.5px solid #0A0A0A;
    padding: 14px 32px;
    transition: background 0.2s ease, color 0.2s ease;
}

.af-dd-more-btn:hover {
    background: #0A0A0A;
    color: #ffffff;
}

.hfe-nav-menu li.newsLetterBtn {
    display: none;
}

.elementor-widget-navigation-menu .menu-item.newsLetterBtn a.hfe-menu-item {
    background-color: #D62828!important;
    font-family: "IBM Plex Mono"!important;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #FFFFFF !important;
    border-radius: 0px 0px 0px 0px;
    text-align: center;
    justify-content: center;
    margin: 16px;
}

.right3 ul li {
    width: 33.33%;
}

.elementor-page-1140 .e-con.e-con>.e-con-inner>.elementor-widget{
	height: 100%;
}

.specBox .e-loop-item .elementor-element {
    border-color: #242423 !important;
    border-width: 1px !important;
}

.specBox .e-loop-item .elementor-element .elementor-post-info__item {
    color: #fafaf84d;
    font-size: 10px;
    font-family: IBM Plex Mono,monospace;
    font-weight: normal;
}

.specBox .elementor-widget.elementor-widget-theme-post-excerpt {
    margin: 0;
}

.specBox .elementor-element.e-con-full.e-flex.e-con.e-child {
    padding-top: 0;
}

@media (max-width: 1024px) {
	.top-header-left .elementor-heading-title{
		padding-right: 0;
        border: none;
	}
    .top-header-left .elementor-heading-title {
        white-space: nowrap;
    }
    .top-header-left{
    	justify-content: space-between;
        flex-wrap: nowrap;
    }
    .hfe-nav-menu__layout-horizontal .hfe-nav-menu .twoColumn .sub-menu {
        min-width: 100%;
    }
    .twoColumn .sub-menu{
    	display: block;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li, .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu{
    	border-color: #222 !important;
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle .hfe-nav-menu-icon {
        position: relative;
        right: -12px;
    }
    .hfe-nav-menu li.newsLetterBtn {
        display: block;
    }
    .top-header-left .elementor-widget-navigation-menu {
        flex: 2;
    }
    .heroGrid .elementor-element {
        width: 33.33%;
    }

    .heroGrid {
        flex-wrap: nowrap !important;
        display: flex;
    }
    .af-deep-dive-wrapper{
    	display: block;
    }
    .af-deep-dive-wrapper .af-deep-dive-image {
        width: 100%;
    }
    .af-deep-dive-wrapper .af-deep-dive-content {
        padding: 30px;
        width: 100%;
    }
    .top-header .hfe-nav-menu__layout-horizontal{
    	overflow: hidden;
    }
    .af-investments-list{
    	--af-investment-columns: 2 !important;
    }
    .elementor-widget-Table{
    	width: 100% !important;
    	overflow: auto;
    }
}

@media (max-width: 767px) {
    .fooLeft p {
        margin: 0;
    }
    
    .pricingTbl .af-price-wrap {
        max-width: 100%;
    }
    .testimon .elementor-element.e-child {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .testimon .elementor-element.e-child .elementor-heading-title.elementor-size-default {
        margin-top: 10px;
    }
    .af-price-wrap{
    	max-width: 100% !important;
        padding: 0 20px;
    }
    .af-price-wrap .af-price-content > div {
        display: block !important;
    }
    .cliBox > div {
        display: block !important;
    }
    .elementor-45 .elementor-element.elementor-element-1083d9dd button {
        margin-left: 0;
        margin-top: 15px;
    }
    .elementor-form button.elementor-button.elementor-size-md.elementor-button-submit {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width: 479px) {
	.heroGrid {
        display: block;
    }
    .heroGrid .elementor-element {
        width: 100%;
    }
    .heroGrid .elementor-element .elementor-widget-container {
        border-right: none !important;
        border-bottom: 1px solid #252222 !important;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .heroGrid .elementor-element:last-child .elementor-widget-container {
        border-bottom: none !important;
        padding-bottom: 0;
    }
    .right3 ul{
    	white-space: normal;
    }
    .right3 ul li span.elementor-icon-list-text {
        line-height: 12px!important;
    }
    .box-style {
        padding-bottom: 40px;
    }
    .sub-menu li .af-menu-description, 
    .af-menu-item span.af-menu-icon{
    	display: none;
    }
    .colFull .af-bcard {
        width: 100% !important;
        padding: 20px !important;
    }
}

/**
 * Alternative Fortune — “Up Next” card (.dd-next)
 * Requires :root tokens (--black, --red, --font-head, --font-mono) or use af-alternative-fortune-bundle.css tokens.
 */

.dd-next {
	margin-top: 64px;
}

.dd-next__label {
	font-family: var(--font-mono, "IBM Plex Mono", monospace);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	color: #bbb;
	margin: 0 0 16px;
}

.dd-next__card {
	position: relative;
	overflow: hidden;
	height: 220px;
	display: block;
	border: 3px solid var(--black, #0a0a0a);
	text-decoration: none;
	box-sizing: border-box;
	/* Scoped link color so theme / Elementor does not force the title meta wrong */
	color: rgba(255, 255, 255, 0.55);
}

.dd-next a.dd-next__card:visited {
	color: rgba(255, 255, 255, 0.55);
}

.dd-next__card img {
	position: absolute;
	inset: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.dd-next__card:hover img {
	transform: scale(1.05);
}

.dd-next__card-fallback {
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(135deg, #2a2a2a 0%, #0a0a0a 100%);
}

.dd-next__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	/* Heavier bottom scrim so white type stays readable on bright photos */
	background: linear-gradient(
		to top,
		rgb(10, 10, 10) 0%,
		rgba(10, 10, 10, 0.9) 28%,
		rgba(10, 10, 10, 0.55) 55%,
		transparent 100%
	);
	pointer-events: none;
}

.dd-next__content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 24px;
	z-index: 2;
}

.dd-next__badge {
	font-family: var(--font-mono, "IBM Plex Mono", monospace);
	font-size: 9px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.12em;
	background: var(--red, #d62828);
	color: #fff;
	padding: 4px 8px;
	display: inline-block;
	margin-bottom: 12px;
}

.dd-next__title {
	font-family: var(--font-head, "Archivo Black", impact, sans-serif);
	font-size: clamp(18px, 2.5vw, 24px);
	text-transform: uppercase;
	line-height: 0.95;
	margin: 0 0 8px;
	transition: color 0.2s;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.85), 0 2px 24px rgba(0, 0, 0, 0.45);
}

.dd-next a.dd-next__card .dd-next__title {
	color: #ffffff;
}

.dd-next__card:hover .dd-next__title,
.dd-next a.dd-next__card:hover .dd-next__title {
	color: var(--red, #d62828);
	text-shadow: none;
}

.dd-next__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
	font-family: var(--font-mono, "IBM Plex Mono", monospace);
	font-size: 11px;
	margin: 0;
	color: rgba(255, 255, 255, 0.65);
}

.dd-next a.dd-next__card .dd-next__meta {
	color: rgba(255, 255, 255, 0.65);
}

.dd-next__meta-dot {
	color: rgba(255, 255, 255, 0.3);
}

.dd-next__meta-arrow {
	color: var(--red, #d62828);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}