.elementor-734 .elementor-element.elementor-element-4a8daa0{--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;}/* Start custom CSS for shortcode, class: .elementor-element-34de543 *//* =========================================================
   SOLORIZON — POPULAR PAGE
   ========================================================= */

.sol-popular-page{
  --sol-blue:#0F2D52;
  --sol-orange:#FF7A45;
  --sol-orange-dark:#E96434;
  --sol-text:#172033;
  --sol-muted:#667085;
  --sol-card:#F8FAFC;
  --sol-border:rgba(15,45,82,.09);

  width:100%;
  max-width:1180px;
  margin:0 auto;
  padding:64px 24px 90px;
}

.sol-popular-page *,
.sol-popular-page *::before,
.sol-popular-page *::after{
  box-sizing:border-box;
}

.sol-popular-hero{
  max-width:760px;
  margin:0 0 68px;
}

.sol-popular-eyebrow,
.sol-popular-section-kicker,
.sol-popular-growth-banner__eyebrow{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--sol-orange);
  font-size:12px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.sol-popular-hero h1{
  margin:0;
  color:var(--sol-blue);
  font-size:clamp(46px, 6vw, 76px);
  font-weight:850;
  line-height:.98;
  letter-spacing:-.055em;
}

.sol-popular-hero p{
  max-width:680px;
  margin:24px 0 0;
  color:var(--sol-muted);
  font-size:18px;
  line-height:1.75;
}

.sol-popular-section-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:32px;
  margin-bottom:30px;
}

.sol-popular-section-heading h2{
  margin:0;
  color:var(--sol-blue);
  font-size:clamp(34px, 4vw, 50px);
  font-weight:830;
  line-height:1.05;
  letter-spacing:-.045em;
}

.sol-popular-section-heading p{
  max-width:390px;
  margin:0;
  color:var(--sol-muted);
  font-size:15px;
  line-height:1.65;
}

/* =========================================================
   MAIS LIDOS DA SEMANA
   ========================================================= */

.sol-popular-weekly{
  margin-bottom:84px;
}

.sol-popular-weekly-grid{
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:20px;
}

.sol-popular-weekly-card{
  min-width:0;
}

.sol-popular-weekly-card a{
  display:flex;
  height:100%;
  overflow:hidden;
  border:1px solid var(--sol-border);
  border-radius:24px;
  color:inherit;
  background:#ffffff;
  text-decoration:none !important;
  flex-direction:column;
  box-shadow:0 14px 34px rgba(15,45,82,.065);
  transition:
    transform .24s ease,
    border-color .24s ease,
    box-shadow .24s ease;
}

.sol-popular-weekly-card a:hover{
  transform:translateY(-5px);
  border-color:rgba(255,122,69,.36);
  box-shadow:0 24px 50px rgba(15,45,82,.12);
}

.sol-popular-weekly-card__image{
  position:relative;
  display:block;
  width:100%;
  aspect-ratio:16 / 10;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.sol-popular-weekly-card__image.is-empty{
  background:linear-gradient(135deg, rgba(255,122,69,.18), rgba(15,45,82,.12));
}

.sol-popular-weekly-card__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(to top, rgba(15,45,82,.38), rgba(15,45,82,0) 58%);
}

.sol-popular-weekly-card__rank{
  position:absolute;
  right:16px;
  bottom:14px;
  z-index:2;
  color:#ffffff;
  font-size:30px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.055em;
  text-shadow:0 3px 12px rgba(15,45,82,.35);
}

.sol-popular-weekly-card__content{
  display:flex;
  flex:1;
  padding:24px 22px 22px;
  flex-direction:column;
}

.sol-popular-weekly-card__category{
  display:block;
  margin-bottom:9px;
  color:var(--sol-orange-dark);
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sol-popular-weekly-card h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:var(--sol-blue);
  font-size:19px;
  font-weight:730;
  line-height:1.32;
  letter-spacing:-.025em;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
}

.sol-popular-weekly-card__cta{
  margin-top:auto;
  padding-top:20px;
  color:var(--sol-orange-dark);
  font-size:13px;
  font-weight:850;
}


.sol-popular-ranking{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:18px;
}

.sol-popular-post-card{
  min-width:0;
}

.sol-popular-post-card__link{
  display:grid;
  grid-template-columns:52px 120px minmax(0,1fr) 30px;
  align-items:center;
  gap:18px;
  min-height:132px;
  padding:16px 20px 16px 16px;
  border:1px solid var(--sol-border);
  border-radius:22px;
  color:inherit;
  background:#fff;
  text-decoration:none !important;
  box-shadow:0 12px 30px rgba(15,45,82,.055);
  transition:transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.sol-popular-post-card__link:hover{
  transform:translateY(-3px);
  border-color:rgba(255,122,69,.32);
  box-shadow:0 18px 40px rgba(15,45,82,.10);
}

.sol-popular-post-card__rank{
  color:rgba(15,45,82,.20);
  font-size:31px;
  font-weight:900;
  line-height:1;
  letter-spacing:-.06em;
}

.sol-popular-post-card__image{
  display:block;
  width:120px;
  height:98px;
  border-radius:16px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
}

.sol-popular-post-card__image.is-empty{
  background:linear-gradient(135deg, rgba(255,122,69,.18), rgba(15,45,82,.12));
}

.sol-popular-post-card__content{
  min-width:0;
}

.sol-popular-post-card__category{
  display:block;
  margin-bottom:7px;
  color:var(--sol-orange-dark);
  font-size:11px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.sol-popular-post-card h3{
  display:-webkit-box;
  overflow:hidden;
  margin:0;
  color:var(--sol-blue);
  font-size:18px;
  font-weight:720;
  line-height:1.32;
  letter-spacing:-.02em;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.sol-popular-post-card__meta{
  display:block;
  margin-top:9px;
  color:#98A2B3;
  font-size:12px;
  font-weight:650;
}

.sol-popular-post-card__arrow{
  color:var(--sol-orange);
  font-size:20px;
  font-weight:800;
  transition:transform .22s ease;
}

.sol-popular-post-card__link:hover .sol-popular-post-card__arrow{
  transform:translateX(4px);
}

.sol-popular-categories{
  margin-top:84px;
}

.sol-popular-category-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:22px;
}

.sol-popular-category-card a{
  position:relative;
  display:flex;
  min-height:320px;
  padding:32px;
  overflow:hidden;
  border:1px solid var(--sol-border);
  border-radius:26px;
  color:inherit;
  background:var(--sol-card);
  text-decoration:none !important;
  flex-direction:column;
  box-shadow:0 16px 40px rgba(15,45,82,.07);
  transition:transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.sol-popular-category-card a:hover{
  transform:translateY(-5px);
  border-color:rgba(255,122,69,.36);
  box-shadow:0 24px 54px rgba(15,45,82,.12);
}

.sol-popular-category-card__number{
  position:absolute;
  top:20px;
  right:24px;
  color:rgba(15,45,82,.11);
  font-size:48px;
  font-weight:900;
  line-height:1;
}

.sol-popular-category-card__icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:56px;
  height:56px;
  margin-bottom:28px;
  border-radius:18px;
  background:#fff;
  font-size:29px;
  box-shadow:0 10px 24px rgba(15,45,82,.08);
}

.sol-popular-category-card h3{
  margin:0;
  color:var(--sol-blue);
  font-size:28px;
  font-weight:820;
  line-height:1.12;
  letter-spacing:-.035em;
}

.sol-popular-category-card p{
  margin:16px 0 28px;
  color:var(--sol-muted);
  font-size:15px;
  line-height:1.7;
}

.sol-popular-category-card__cta{
  margin-top:auto;
  color:var(--sol-orange-dark);
  font-size:13px;
  font-weight:850;
}

.sol-popular-growth-banner{
  display:grid;
  grid-template-columns:minmax(0,1fr) 250px;
  align-items:center;
  gap:36px;
  margin-top:84px;
  padding:46px 52px;
  overflow:hidden;
  border-radius:30px;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.16), transparent 28%),
    linear-gradient(135deg, #0F2D52, #173F70);
  box-shadow:0 26px 60px rgba(15,45,82,.20);
}

.sol-popular-growth-banner__content{
  max-width:690px;
}

.sol-popular-growth-banner__eyebrow{
  color:#FFC3AA;
}

.sol-popular-growth-banner h2{
  margin:0;
  color:#fff;
  font-size:clamp(34px, 4.4vw, 54px);
  font-weight:840;
  line-height:1.04;
  letter-spacing:-.045em;
}

.sol-popular-growth-banner p{
  max-width:620px;
  margin:20px 0 28px;
  color:rgba(255,255,255,.76);
  font-size:16px;
  line-height:1.75;
}

.sol-popular-growth-banner a{
  display:inline-flex;
  align-items:center;
  gap:9px;
  padding:13px 20px;
  border:1px solid rgba(255,122,69,.92);
  border-radius:999px;
  color:#fff !important;
  background:rgba(255,122,69,.14);
  text-decoration:none !important;
  font-size:13px;
  font-weight:850;
  transition:transform .2s ease, background .2s ease;
}

.sol-popular-growth-banner a:hover{
  transform:translateY(-2px);
  background:rgba(255,122,69,.26);
}

.sol-popular-growth-banner__visual{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:220px;
}

.sol-popular-growth-banner__visual span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:170px;
  height:170px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:44px;
  background:rgba(255,255,255,.10);
  font-size:78px;
  transform:rotate(5deg);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
  backdrop-filter:blur(12px);
}

@media(max-width:1024px){
  .sol-popular-weekly-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }


  .sol-popular-ranking{
    grid-template-columns:1fr;
  }

  .sol-popular-category-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .sol-popular-category-card:last-child{
    grid-column:1 / -1;
  }
}

@media(max-width:767px){
  .sol-popular-weekly{
    margin-bottom:64px;
  }

  .sol-popular-weekly-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .sol-popular-weekly-card a{
    display:grid;
    grid-template-columns:118px minmax(0,1fr);
    min-height:128px;
  }

  .sol-popular-weekly-card__image{
    height:100%;
    min-height:128px;
    aspect-ratio:auto;
  }

  .sol-popular-weekly-card__rank{
    right:12px;
    bottom:11px;
    font-size:24px;
  }

  .sol-popular-weekly-card__content{
    padding:19px 18px;
  }

  .sol-popular-weekly-card h3{
    font-size:16px;
  }

  .sol-popular-weekly-card__cta{
    padding-top:14px;
    font-size:12px;
  }


  .sol-popular-page{
    padding:44px 16px 70px;
  }

  .sol-popular-hero{
    margin-bottom:52px;
  }

  .sol-popular-hero h1{
    font-size:43px;
  }

  .sol-popular-hero p{
    font-size:16px;
  }

  .sol-popular-section-heading{
    align-items:flex-start;
    gap:12px;
    margin-bottom:24px;
    flex-direction:column;
  }

  .sol-popular-section-heading h2{
    font-size:36px;
  }

  .sol-popular-post-card__link{
    grid-template-columns:38px 92px minmax(0,1fr);
    gap:12px;
    min-height:116px;
    padding:12px;
  }

  .sol-popular-post-card__rank{
    font-size:24px;
  }

  .sol-popular-post-card__image{
    width:92px;
    height:88px;
    border-radius:13px;
  }

  .sol-popular-post-card h3{
    font-size:16px;
  }

  .sol-popular-post-card__arrow{
    display:none;
  }

  .sol-popular-categories{
    margin-top:64px;
  }

  .sol-popular-category-grid{
    grid-template-columns:1fr;
  }

  .sol-popular-category-card:last-child{
    grid-column:auto;
  }

  .sol-popular-category-card a{
    min-height:285px;
    padding:28px;
  }

  .sol-popular-growth-banner{
    grid-template-columns:1fr;
    gap:10px;
    margin-top:64px;
    padding:34px 26px 30px;
  }

  .sol-popular-growth-banner h2{
    font-size:36px;
  }

  .sol-popular-growth-banner__visual{
    min-height:140px;
  }

  .sol-popular-growth-banner__visual span{
    width:120px;
    height:120px;
    border-radius:32px;
    font-size:58px;
  }
}

@media(max-width:420px){
  .sol-popular-post-card__link{
    grid-template-columns:34px 76px minmax(0,1fr);
  }

  .sol-popular-post-card__image{
    width:76px;
    height:80px;
  }

  .sol-popular-post-card__meta{
    display:none;
  }
}/* End custom CSS */