.elementor-446 .elementor-element.elementor-element-ffbd205{--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-446 .elementor-element.elementor-element-f2519ee{--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-446 .elementor-element.elementor-element-4ed81f8{--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-posts .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__title, .elementor-widget-posts .elementor-post__title a{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-posts .elementor-post__meta-data{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .elementor-post__excerpt p{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-posts .elementor-post__read-more{color:var( --e-global-color-accent );}.elementor-widget-posts a.elementor-post__read-more{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-post__card .elementor-post__badge{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-posts .elementor-pagination{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-posts .e-load-more-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-446 .elementor-element.elementor-element-903753d{--grid-row-gap:35px;--grid-column-gap:30px;}.elementor-446 .elementor-element.elementor-element-903753d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.66 * 100% );}.elementor-446 .elementor-element.elementor-element-903753d:after{content:"0.66";}.elementor-446 .elementor-element.elementor-element-903753d .elementor-post__thumbnail__link{width:100%;}.elementor-446 .elementor-element.elementor-element-903753d .elementor-post__meta-data span + span:before{content:"///";}.elementor-446 .elementor-element.elementor-element-903753d.elementor-posts--thumbnail-left .elementor-post__thumbnail__link{margin-right:20px;}.elementor-446 .elementor-element.elementor-element-903753d.elementor-posts--thumbnail-right .elementor-post__thumbnail__link{margin-left:20px;}.elementor-446 .elementor-element.elementor-element-903753d.elementor-posts--thumbnail-top .elementor-post__thumbnail__link{margin-bottom:20px;}.elementor-446 .elementor-element.elementor-element-ca2e45e{--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-446 .elementor-element.elementor-element-67f6ba22{--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;}@media(max-width:767px){.elementor-446 .elementor-element.elementor-element-903753d .elementor-posts-container .elementor-post__thumbnail{padding-bottom:calc( 0.5 * 100% );}.elementor-446 .elementor-element.elementor-element-903753d:after{content:"0.5";}.elementor-446 .elementor-element.elementor-element-903753d .elementor-post__thumbnail__link{width:100%;}}/* Start custom CSS for container, class: .elementor-element-ffbd205 *//* ---------------------------
   NERDY BLOG HERO
---------------------------- */
.fy-blog-hero {
  text-align: center;
  padding: 80px 20px 50px;
  background: radial-gradient(circle at center, rgba(70,255,200,0.15), rgba(10,15,12,0.95));
}

.fy-blog-hero h1 {
  font-size: clamp(42px, 6vw, 70px);
  font-weight: 800;
  color: #fff;
}

.fy-blog-hero h1 span {
  background: linear-gradient(90deg, #66ffdd, #3de0a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fy-blog-hero p {
  color: rgba(255,255,255,0.75);
  font-size: 18px;
  margin-top: 10px;
}

/* ---------------------------
   FILTER BAR
---------------------------- */
.fy-blog-filters {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin: 30px auto 40px;
  flex-wrap: wrap;
}

.fy-blog-filters .filter-item {
  padding: 10px 20px;
  border-radius: 12px;
  background: rgba(20,25,22,0.8);
  border: 1px solid rgba(80,255,200,0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all .25s ease;
}

.fy-blog-filters .filter-item:hover {
  background: rgba(80,255,200,0.2);
  border-color: rgba(80,255,200,0.4);
  transform: translateY(-2px);
}

/* ---------------------------
   BLOG GRID CARDS
---------------------------- */
.fy-blog-card {
  background: linear-gradient(180deg, rgba(15,20,18,0.9), rgba(10,12,11,0.95));
  border: 1px solid rgba(60,255,200,0.12);
  border-radius: 16px;
  overflow: hidden;
  transition: all .25s ease;
  box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.fy-blog-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 45px rgba(0,0,0,0.4);
}

.fy-blog-thumbnail img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.fy-blog-content {
  padding: 22px;
}

.fy-blog-title a {
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: 0.25s ease;
}

.fy-blog-title a:hover {
  color: #67ffd4;
}

.fy-blog-excerpt {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  margin-top: 12px;
  line-height: 1.5;
}

.fy-blog-meta {
  margin-top: 15px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
  display: flex;
  gap: 8px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-25be876b *//* ===== FINAL: FY Submit Hero / Card / CTA Styles ===== */

/* HERO WRAPPER - full width, centers the card */
.fy-submit-hero {
  width: 100%;
  box-sizing: border-box;
  padding: 48px 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(ellipse at center, rgba(8,12,10,0.18) 0%, rgba(6,8,7,0.92) 60%);
}

/* CARD - dark surface with subtle green rim and inner glow */
.fy-submit-card {
  width: min(1000px, 94%);
  max-width: 920px;
  background: linear-gradient(180deg, rgba(10,12,10,0.94), rgba(6,8,7,0.96));
  border-radius: 18px;
  padding: 36px 40px;
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: visible;
  box-shadow:
    0 18px 48px rgba(0,0,0,0.62),
    inset 0 0 48px rgba(6,30,24,0.18);
  border: 1px solid rgba(8,36,30,0.28);
}

/* Thin inner rim for soft glow */
.fy-submit-card::before {
  content: "";
  position: absolute;
  left: 14px;
  right: 14px;
  top: 14px;
  bottom: 14px;
  border-radius: 14px;
  pointer-events: none;
  box-shadow: 0 0 30px rgba(40,200,150,0.06);
  border: 1.5px solid rgba(32,170,120,0.055);
}

/* Ensure card content is centered */
.fy-submit-card * { box-sizing: border-box; }

/* ICON */
.fy-icon {
  font-size: 46px;
  margin-bottom: 6px;
  filter: drop-shadow(0 8px 24px rgba(40,200,150,0.06));
}

/* TITLE - large, bold */
.fy-submit-title {
  font-size: clamp(30px, 4.6vw, 48px);
  font-weight: 800;
  margin: 6px 0 12px;
  color: #ffffff;
  line-height: 1.02;
  text-align: center;
}

/* BENEFITS - compact, centered list */
.fy-submit-benefits {
  list-style: none;
  padding: 0;
  margin: 6px auto 12px;
  display: block;
  text-align: center;
  max-width: 620px;
}
.fy-submit-benefits li {
  margin: 8px 0;
  color: rgba(255,255,255,0.82);
  font-size: clamp(15px, 1.9vw, 18px);
  line-height: 1.4;
}
.fy-submit-benefits li strong { color: #fff; font-weight: 800; }

/* MUTED SUBTEXT under bullets */
.fy-submit-subtext {
  color: rgba(255,255,255,0.58);
  margin: 12px auto 18px;
  max-width: 760px;
  font-size: 15px;
  text-align: center;
}

/* ===== CTA: mint pill with 3D depth & shine ===== */
.fy-submit-btn {
  position: relative;
  display: inline-block;
  padding: 14px 44px;
  border-radius: 14px;
  background: linear-gradient(180deg,#79f0c0 0%,#59e6a0 100%);
  color: #05221a;
  font-weight: 800;
  font-size: 18px;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  border: 0;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform .18s cubic-bezier(.2,.9,.25,1), box-shadow .18s ease, opacity .12s ease;
  box-shadow: 0 12px 30px rgba(53,209,156,0.11), inset 0 -6px 10px rgba(0,0,0,0.06);
  z-index: 2;
}

/* depth shadow (pseudo element) */
.fy-submit-btn::before {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: -10px;
  height: 12px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(10,16,12,0.04), rgba(0,0,0,0.18));
  filter: blur(6px);
  z-index: -2;
  transition: bottom .18s ease, height .18s ease, filter .18s ease;
}

/* top shine */
.fy-submit-btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 40%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255,255,255,0.36), rgba(255,255,255,0.02));
  opacity: 0.16;
  z-index: 1;
  transition: opacity .18s ease, transform .18s ease;
  pointer-events: none;
}

/* hover / focus - lift + deepen shadow + move depth layer */
.fy-submit-btn:hover,
.fy-submit-btn:focus {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 28px 64px rgba(53,209,156,0.18), 0 6px 26px rgba(0,0,0,0.26);
  opacity: 0.995;
  outline: none;
}
.fy-submit-btn:hover::before,
.fy-submit-btn:focus::before {
  bottom: -18px;
  height: 20px;
  filter: blur(10px);
}
.fy-submit-btn:hover::after,
.fy-submit-btn:focus::after {
  opacity: 0.24;
  transform: translateY(-2px);
}

/* active/pressed */
.fy-submit-btn:active {
  transform: translateY(-3px) scale(0.997);
  box-shadow: 0 12px 30px rgba(53,209,156,0.12);
}
.fy-submit-btn:active::before {
  bottom: -10px;
  height: 12px;
}

/* Accessible focus-visible */
.fy-submit-btn:focus-visible {
  box-shadow: 0 28px 64px rgba(53,209,156,0.18), 0 0 0 6px rgba(53,209,156,0.06);
}

/* ICON small spacing tweak */
.fy-icon { margin-bottom: 8px; }

/* Hover subtle lift for card */
.fy-submit-card:hover { transform: translateY(-4px); }

/* ===== Responsive adjustments ===== */
@media (max-width: 980px) {
  .fy-submit-card { max-width: 820px; padding: 32px 28px; }
  .fy-submit-title { font-size: clamp(26px, 5.6vw, 42px); }
}
@media (max-width: 640px) {
  .fy-submit-card { padding: 26px 20px; border-radius: 14px; }
  .fy-icon { font-size: 40px; }
  .fy-submit-title { font-size: 26px; }
  .fy-submit-benefits li { font-size: 16px; margin: 6px 0; }
  .fy-submit-subtext { font-size: 14px; margin-bottom: 14px; }
  .fy-submit-btn { padding: 12px 28px; font-size: 16px; border-radius: 12px; }
  .fy-submit-btn::before { left: 6px; right: 6px; bottom: -8px; height: 10px; }
}

/* =========================================================
   STRONGER CENTER ALIGNMENT (fixes text not centered)
   ========================================================= */

.fy-submit-card,
.fy-submit-card * {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}


/* =========================================================
   STRONGER GREEN BACKGROUND GLOW
   ========================================================= */

/* Outer hero background glow */
.fy-submit-hero {
  background: radial-gradient(
      circle at center,
      rgba(60, 220, 160, 0.22) 0%,
      rgba(6, 10, 8, 0.95) 65%
    ),
    #060a08;
}

/* Enhance inner glow around the card */
.fy-submit-card {
  box-shadow:
    0 18px 60px rgba(0,0,0,0.65),
    0 0 80px rgba(60, 220, 160, 0.20),
    inset 0 0 60px rgba(12, 60, 40, 0.35) !important;
}

/* Stronger green rim */
.fy-submit-card::before {
  box-shadow: 
      0 0 60px rgba(60, 220, 160, 0.18) !important;
  border: 2px solid rgba(60, 220, 160, 0.12) !important;
}

/* Add soft floor glow below card */
.fy-submit-card::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: -40px;
  height: 60px;
  background: radial-gradient(
      ellipse at center,
      rgba(60, 220, 160, 0.20),
      transparent 70%
    );
  filter: blur(28px);
  z-index: -1;
  pointer-events: none;
}/* 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 */