.elementor-273 .elementor-element.elementor-element-4c3f1370{--display:flex;}.elementor-273 .elementor-element.elementor-element-c90b7d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-273 .elementor-element.elementor-element-38ad244c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-273 .elementor-element.elementor-element-26d35747{text-align:center;}.elementor-273 .elementor-element.elementor-element-26d35747 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:46px;font-weight:800;}.elementor-273 .elementor-element.elementor-element-6403eb75{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-273 .elementor-element.elementor-element-6e2a740d{text-align:center;}.elementor-273 .elementor-element.elementor-element-6e2a740d .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:46px;font-weight:800;}.elementor-273 .elementor-element.elementor-element-a18fe39{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-4d134d65 *//* =============================
   Featured Categories — Section-scoped
   Put this in Elementor Section > Advanced > Custom CSS
   Section must have class: fy-featured-cats
   ============================= */

.fy-featured-cats .ai-cats-wrap { max-width:1220px; margin:0 auto; padding:48px 18px; box-sizing:border-box; }

/* HEADING: inherit typography from site (so it matches other homepage headings).
   We still apply the gradient only to .grad span. */
.fy-featured-cats .ai-cats-heading{
  /* Use site/global heading styles by inheriting where possible */
  font-family: inherit;
  font-weight: ;
  font-size: ;
  line-height: ;
  color: ;
  text-align: center;
  margin: 6px 0 36px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 6px 32px rgba(0,0,0,0.35); /* optional subtle depth */
}

/* Only the span.grad inside heading uses gradient and keeps same size */
.fy-featured-cats .ai-cats-heading .grad{
  background: linear-gradient(90deg,#2be6a8 0%, #4ed0f1 38%, #8b66ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display:inline-block;
  padding-left:6px;
  text-shadow: 0 6px 26px rgba(46,216,156,0.06), 0 2px 8px rgba(0,0,0,0.25);
}

/* Grid: the shortcode outputs ai-cat-col-N on .ai-cats-grid — this keeps that behavior */
.fy-featured-cats .ai-cats-grid { display:grid; gap:28px; align-items:stretch; justify-items:center; grid-template-columns: repeat(4,1fr); }

/* center each cell and limit width */
.fy-featured-cats .ai-cats-grid > * { width:100%; max-width:420px; justify-self:center; box-sizing:border-box; }

/* Card base */
.fy-featured-cats .ai-cat-card{
  display:block;
  width:100%;
  color:inherit;
  background: linear-gradient(180deg, rgba(255,255,255,0.015), rgba(255,255,255,0.006));
  border-radius:20px;
  padding:28px 26px;
  min-height:240px;
  position:relative;
  overflow:visible;
  border:1px solid rgba(4,20,17,0.26);
  box-shadow: 0 12px 36px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.02);
  transform: perspective(1000px) translateZ(0);
  transition: transform .28s cubic-bezier(.2,.9,.3,1), box-shadow .28s ease;
  text-decoration:none !important;
  box-sizing:border-box;
}

/* subtle neon rim/ambient glow behind card (visible at rest) */
.fy-featured-cats .ai-cat-card::before{
  content:'';
  position:absolute;
  inset:-16px;
  border-radius: calc(20px + 16px);
  pointer-events:none;
  filter: blur(26px);
  opacity:0.55;
  background: radial-gradient(circle at 10% 20%, rgba(14,208,136,0.12), transparent 18%),
              radial-gradient(circle at 80% 80%, rgba(0,165,125,0.06), transparent 30%);
  transition: filter .28s ease, opacity .28s ease, transform .28s ease;
}

/* icon container + small neon blob behind icon */
.fy-featured-cats .ai-cat-icon-wrap{
  width:84px; height:84px; display:flex; align-items:center; justify-content:center;
  border-radius:16px; margin: 0 auto 20px; position:relative; z-index:2;
  background: rgba(0,0,0,0.06);
  box-shadow: inset 0 -12px 18px rgba(0,0,0,0.35);
}

/* soft idle glow under the icon */
.fy-featured-cats .ai-cat-icon-wrap::before{
  content:'';
  position:absolute; inset:16px; border-radius:10px;
  background: radial-gradient(circle at 50% 40%, rgba(14,208,136,0.14), transparent 40%);
  filter: blur(18px);
  transition: all .28s ease;
  opacity:0.85;
}

/* icon image or fallback letter */
.fy-featured-cats .ai-cat-icon,
.fy-featured-cats .ai-cat-icon-fallback{
  width:56px; height:56px; display:block; border-radius:8px; object-fit:contain; z-index:3;
  color: rgba(14,208,136,1);
  font-weight:800; font-size:20px; display:flex; align-items:center; justify-content:center;
  background: rgba(0,0,0,0.02);
}

/* title and count */
.fy-featured-cats .ai-cat-body { text-align:center; margin-top:8px; width:100%; }
.fy-featured-cats .ai-cat-title{ font-weight:800; font-size:22px; color:#ffffff; margin-bottom:8px; text-decoration:none; }
.fy-featured-cats .ai-cat-count{ font-size:15px; color: rgba(255,255,255,0.50); font-weight:500; }

/* Remove underlines absolutely (links inside) */
.fy-featured-cats .ai-cat-card, .fy-featured-cats .ai-cat-card * { text-decoration: none !important; }

/* Hover: 3D lift + strong neon rim + intensify icon glow */
.fy-featured-cats .ai-cat-card:hover{
  transform: perspective(1000px) translateY(-18px) translateZ(40px) scale(1.02);
  box-shadow: 0 30px 90px rgba(0,0,0,0.8), 0 0 60px rgba(14,208,136,0.14);
}
.fy-featured-cats .ai-cat-card:hover::before{
  filter: blur(36px);
  background: radial-gradient(circle at 50% 40%, rgba(14,208,136,0.36), transparent 45%),
              radial-gradient(circle at 20% 20%, rgba(0,200,140,0.12), transparent 45%);
  opacity:1;
  transform: scale(1.04);
}

/* Intensify icon glow on hover */
.fy-featured-cats .ai-cat-card:hover .ai-cat-icon-wrap::before{
  background: radial-gradient(circle at 50% 40%, rgba(14,208,136,0.45), transparent 45%);
  filter: blur(26px);
  opacity:1;
  transform: scale(1.08);
}

/* responsive columns */
@media (max-width:1000px){
  .fy-featured-cats .ai-cats-grid { grid-template-columns: repeat(2,1fr); }
  .fy-featured-cats .ai-cats-grid > * { max-width:520px; }
}
@media (max-width:640px){
  .fy-featured-cats .ai-cats-grid { grid-template-columns: 1fr; }
  .fy-featured-cats .ai-cats-wrap { padding:28px 14px; }
  .fy-featured-cats .ai-cats-heading { font-size:34px; }
  .fy-featured-cats .ai-cat-card { min-height:unset; padding:20px; }
  .fy-featured-cats .ai-cat-icon-wrap { width:64px; height:64px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-833b6a0 */.fy-all-tools-cta {
  text-align: center;
  margin-top: 28px;
}

.fy-btn-all {
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 800;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-12ffa857 *//* ---------- FY: Force 3 columns for Featured Brands (desktop) ---------- */

.fy-featured-tools .fy-inner { max-width: 1240px; margin: 0 auto; padding: 0 18px; box-sizing: border-box; }

/* grid container — default to 3 columns */
.fy-featured-tools .fy-grid,
.fy-featured-tools .fy-grid.cols-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px;
  align-items: start; /* keep cards top-aligned */
  width: 100%;
  box-sizing: border-box;
}

/* ensure each card fills the column (remove fixed max-width from earlier CSS) */
.fy-featured-tools .fy-grid > .fy-card,
.fy-featured-tools .fy-grid > article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 32px; /* adjust if needed */
  box-sizing: border-box;
}

/* card internals: make avatar sit left and text flow (optional) */
.fy-featured-tools .fy-card-head { display: flex; gap: 18px; align-items: flex-start; }
.fy-featured-tools .fy-avatar { flex: 0 0 auto; margin: 0; }
.fy-featured-tools .fy-titlewrap { flex: 1 1 auto; }

/* keep button and foot aligned */
.fy-featured-tools .fy-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 220px; }

/* ---------- responsive ---------- */
/* tablet: 2 columns */
@media (max-width: 1024px) {
  .fy-featured-tools .fy-grid,
  .fy-featured-tools .fy-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* mobile: 1 column */
@media (max-width: 640px) {
  .fy-featured-tools .fy-grid,
  .fy-featured-tools .fy-grid.cols-3 {
    grid-template-columns: 1fr !important;
  }

  .fy-featured-tools .fy-card { padding: 20px; min-height: auto; }
  .fy-featured-tools .fy-card-head { flex-direction: row; align-items: center; }
}

/* ---------- small tweaks (optional) ---------- */
/* reduce oversized avatar images so layout stays consistent */
.fy-featured-tools .fy-avatar img,
.fy-featured-tools .fy-avatar .fy-avatar-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 12px;
}

/* if any existing outline/debugging CSS remains, hide it */
.fy-featured-tools .debug-outline,
.fy-featured-tools .fy-grid > .debug-outline {
  display: none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-356fc7d *//* ---------- FY: Trending Brands styling (match Featured look) ---------- */

.fy-trending-tools .fy-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
  box-sizing: border-box;
}

/* Grid: default to 3 columns (desktop) */
.fy-trending-tools .fy-grid,
.fy-trending-tools .fy-grid.cols-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 28px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

/* Ensure cards fill columns */
.fy-trending-tools .fy-grid > .fy-card,
.fy-trending-tools .fy-grid > article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  border-radius: 20px; /* match featured */
  background: linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.03);
  box-shadow:
    0 12px 36px rgba(0,0,0,0.6),
    inset 0 1px 0 rgba(255,255,255,0.02);
}

/* Card header layout: avatar left, text right */
.fy-trending-tools .fy-card-head { display: flex; gap: 18px; align-items: flex-start; }
.fy-trending-tools .fy-avatar { flex: 0 0 auto; margin: 0; }
.fy-trending-tools .fy-titlewrap { flex: 1 1 auto; }

/* Title and meta */
.fy-trending-tools .fy-title { font-weight: 800; font-size: 22px; color: #fff; margin-bottom: 8px; }
.fy-trending-tools .fy-meta, .fy-trending-tools .fy-pill { color: rgba(255,255,255,0.65); }

/* Excerpt */
.fy-trending-tools .fy-desc { color: rgba(255,255,255,0.72); line-height: 1.6; margin: 16px 0; }

/* Button */
.fy-trending-tools .fy-card-foot { margin-top: 8px; }
.fy-trending-tools .fy-btn {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 12px;
  border: 1px solid rgba(25,209,122,0.18);
  text-decoration: none !important;
  color: #bfeec9;
  background: transparent;
  transition: transform .18s ease, box-shadow .18s ease;
}
.fy-trending-tools .fy-btn:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(25,209,122,0.06); }

/* Avatar images */
.fy-trending-tools .fy-avatar img,
.fy-trending-tools .fy-avatar .fy-avatar-img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  border-radius: 12px;
}

/* subtle neon rim (matches featured) */
.fy-trending-tools .fy-grid > .fy-card::after,
.fy-trending-tools .fy-card::after {
  content: "";
  position: absolute;
  inset: -8px;
  border-radius: 28px;
  pointer-events: none;
  box-shadow: 0 10px 40px rgba(25,209,122,0.04);
  filter: blur(8px);
  opacity: 1;
  transition: box-shadow .28s ease, filter .28s ease, opacity .28s ease;
}

/* hover glow */
.fy-trending-tools .fy-grid > .fy-card:hover,
.fy-trending-tools .fy-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 28px 90px rgba(0,0,0,0.75),
    0 0 40px rgba(25,209,122,0.08);
}
.fy-trending-tools .fy-grid > .fy-card:hover::after,
.fy-trending-tools .fy-card:hover::after {
  box-shadow: 0 28px 90px rgba(25,209,122,0.12), 0 40px 140px rgba(25,209,122,0.06);
  filter: blur(20px);
}

/* ---------- responsive ---------- */
/* tablet: 2 columns */
@media (max-width: 1024px) {
  .fy-trending-tools .fy-grid,
  .fy-trending-tools .fy-grid.cols-3 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* mobile: 1 column */
@media (max-width: 640px) {
  .fy-trending-tools .fy-grid,
  .fy-trending-tools .fy-grid.cols-3 {
    grid-template-columns: 1fr !important;
  }
  .fy-trending-tools .fy-card { padding: 20px; min-height: auto; }
  .fy-trending-tools .fy-card-head { flex-direction: row; align-items: center; gap: 12px; }
}

/* hide any debug outlines leftover */
.fy-trending-tools .debug-outline,
.fy-trending-tools .fy-grid > .debug-outline { display: none !important; }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a18fe39 */.fy-subscribe-box {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.fy-subscribe-box input {
  padding: 16px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 12px;
  color: white;
  font-size: 16px;
}

.fy-subscribe-box button {
  padding: 14px;
  background: linear-gradient(90deg,#00e6a3,#00c2ff 40%,#9b5cff 100%);
  border: none;
  border-radius: 12px;
  color: white;
  font-weight: 700;
  cursor: pointer;
  font-size: 16px;
}

.fy-subscribe-box #fy-sub-msg {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}

/* ================================
   Newsletter Heading + Subtext
   ================================ */

.fy-subscribe-heading {
    text-align: center;
    margin-bottom: 32px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.fy-subscribe-heading h2 {
    font-size: clamp(20px, 3.8vw, 32px); /* smaller upper limit */
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 10px;
    white-space: nowrap; /* forces single line */
    line-height: 1.1;
}

.fy-subscribe-heading p {
    font-size: 17px;
    color: rgba(255,255,255,0.65);
    margin: 0;
    line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS *//* Make all card headings white */
article h2,
article h3,
article .brand-name,
article .ai-tool-title,
.card h2,
.card h3,
.brand-card h2,
.brand-card h3,
.ai-brands-grid-final h2,
.ai-brands-grid-final h3 {
    color: #ffffff !important;
}/* End custom CSS */