.elementor-291 .elementor-element.elementor-element-5455576{--display:flex;}/* Start custom CSS for html, class: .elementor-element-67492cd */.guides-page{
  --accent:#b3b401;
  --accent-hover:#d6d73a;
  --bg-main:#0f0f0f;
  --bg-card:linear-gradient(180deg,#1a1a1a 0%,#141414 100%);
  --text-main:#ffffff;
  --text-body:#bbbbbb;
  --text-soft:#b8b8b8;
  --border-soft:rgba(255,255,255,0.06);

  padding:110px 0;
  background:var(--bg-main);
}

.guides-page *{
  box-sizing:border-box;
}

.guides-page img{
  max-width:100%;
  height:auto;
}

.guides-page a{
  text-decoration:none;
}

.guides-page .eyebrow{
  display:inline-block;
  margin-bottom:14px;
  color:var(--accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.16em;
  text-transform:uppercase;
}

.guides-page .section-accent{
  width:56px;
  height:3px;
  margin-bottom:18px;
  border-radius:999px;
  background:var(--accent);
}

.guides-page .guides-accent{
  color:var(--accent);
}

.guides-page h1,
.guides-page h2,
.guides-page h3{
  margin-top:0;
  color:var(--text-main);
}

.guides-page h1{
  margin-bottom:22px;
  font-size:56px;
  line-height:1.06;
  letter-spacing:-0.02em;
  font-weight:500;
}

.guides-page h2{
  margin-bottom:18px;
  font-size:42px;
  line-height:1.1;
  letter-spacing:-0.02em;
  font-weight:500;
}

.guides-page h3{
  margin-bottom:12px;
  font-size:24px;
  line-height:1.3;
  font-weight:600;
}

.guides-page p{
  margin:0;
  color:var(--text-body);
  font-size:16px;
  line-height:1.85;
}

/* HERO */
.guides-page .guides-page-hero{
  max-width:940px;
  margin-bottom:60px;
}

.guides-page .guides-page-hero p{
  max-width:920px;
  font-size:18px;
}

/* FEATURED */
.guides-page .guides-featured{
  margin-bottom:70px;
}

.guides-page .guide-card{
  display:block;
  overflow:hidden;
  border:1px solid var(--border-soft);
  border-radius:18px;
  background:var(--bg-card);
  box-shadow:0 8px 22px rgba(0,0,0,0.22);
  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.guides-page .guide-card:hover{
  transform:translateY(-5px);
  border-color:rgba(179,180,1,0.35);
  box-shadow:
    0 12px 28px rgba(0,0,0,0.32),
    0 0 16px rgba(179,180,1,0.08);
}

.guides-page .guide-image-wrap{
  width:100%;
  aspect-ratio:16 / 10;
  overflow:hidden;
  background:#121212;
}

.guides-page .guide-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .28s ease;
}

.guides-page .guide-card:hover .guide-image{
  transform:scale(1.04);
}

.guides-page .guide-content{
  padding:24px;
}

.guides-page .guide-category{
  display:inline-block;
  margin-bottom:10px;
  color:var(--accent);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
}

.guides-page .guide-content h2,
.guides-page .guide-content h3{
  color:var(--text-main);
}

.guides-page .guide-content p{
  color:var(--text-soft);
  font-size:15px;
  line-height:1.75;
}

/* FEATURED CARD */
.guides-page .guide-card-featured{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  align-items:stretch;
}

.guides-page .guide-card-featured .guide-image-wrap{
  aspect-ratio:auto;
  min-height:100%;
}

.guides-page .guide-card-featured .guide-content{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:34px;
}

.guides-page .guide-card-featured .guide-content h2{
  margin-bottom:14px;
  font-size:34px;
  line-height:1.16;
}

.guides-page .guide-card-featured .guide-content p{
  font-size:16px;
  line-height:1.85;
}

/* SECTION INTRO */
.guides-page .guides-section-heading{
  max-width:860px;
  margin-bottom:34px;
}

.guides-page .guides-section-heading p{
  max-width:900px;
}

/* GRID */
.guides-page .guides-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  margin-bottom:42px;
}

/* PAGINATION */
.guides-page .guides-pagination{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
}

.guides-page .pagination-numbers{
  display:flex;
  align-items:center;
  gap:10px;
}

.guides-page .pagination-number,
.guides-page .pagination-arrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:999px;
  background:linear-gradient(180deg,#171717 0%,#121212 100%);
  color:var(--text-main);
  font-size:15px;
  font-weight:600;
  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease,
    color .2s ease;
}

.guides-page .pagination-number{
  min-width:48px;
  padding:0;
}

.guides-page .pagination-number:hover,
.guides-page .pagination-arrow:hover{
  transform:translateY(-2px);
  border-color:rgba(179,180,1,0.45);
  background:rgba(179,180,1,0.06);
  color:var(--text-main);
}

.guides-page .pagination-number.is-active{
  border-color:var(--accent);
  background:rgba(179,180,1,0.10);
  color:var(--accent);
}

.guides-page .pagination-arrow.is-disabled{
  opacity:.45;
  pointer-events:none;
}

/* RESPONSIVE */
@media (max-width:1100px){

  .guides-page .guide-card-featured{
    grid-template-columns:1fr;
  }

  .guides-page .guides-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:900px){

  .guides-page{
    padding:80px 0;
  }

  .guides-page h1{
    font-size:40px;
  }

  .guides-page h2{
    font-size:32px;
  }

  .guides-page .guides-page-hero p{
    font-size:16px;
  }

  .guides-page .guides-grid{
    grid-template-columns:1fr;
  }

  .guides-page .guide-content h3{
    font-size:22px;
  }

  .guides-page .guide-card-featured .guide-content{
    padding:24px;
  }

  .guides-page .guide-card-featured .guide-content h2{
    font-size:28px;
  }

  .guides-page .guides-pagination{
    gap:12px;
  }

  .guides-page .pagination-arrow{
    padding:0 14px;
    min-height:44px;
    font-size:14px;
  }

  .guides-page .pagination-number{
    min-width:44px;
    min-height:44px;
    font-size:14px;
  }
}/* End custom CSS */