/* Blog pages */
.blog-hero {
    position: relative;
    overflow: hidden;
    padding: 140px 0 60px;
    background: linear-gradient(90deg, #030915 0%, rgba(3, 9, 21, .92) 24%, rgba(3, 9, 21, .48) 48%, rgba(3, 9, 21, .12) 72%, rgba(3, 9, 21, 0) 100%), linear-gradient(180deg, rgba(3, 9, 21, .08) 0%, rgba(3, 9, 21, 0) 58%, #030915 100%), url(../img/blog/default.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}
.article-card-full--hero.reveal,
.article-card-full--hero .article-content{
  opacity:1 !important;
  transform:none !important;
  visibility:visible !important;
}
.blog-hero:after{
  content:"";
  position:absolute;
  inset:auto 0 0;
  height:120px;
  background:linear-gradient(180deg,transparent,#030915);
  pointer-events:none;
}

.blog-hero .container{position:relative;z-index:2}

.blog-hero h1{
  max-width:860px;
  margin:24px 0 18px;
  font-size:clamp(42px,6vw,76px);
  line-height:.98;
  letter-spacing:-2px;
}

.blog-hero p{
  max-width:720px;
  color:var(--muted);
  font-size:20px;
  line-height:1.65;
}

.blog-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}

.blog-card{
  position:relative;
  display:flex;
  flex-direction:column;
  overflow:hidden;
  border-radius:28px;
  border:1px solid rgba(145,186,255,.20);
  background:linear-gradient(180deg,rgba(20,54,108,.44),rgba(4,12,28,.74));
  box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.12);
  transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease;
}

.blog-card:hover{
  transform:translateY(-7px);
  border-color:rgba(84,168,255,.48);
  box-shadow:0 28px 78px rgba(0,40,120,.42),0 0 36px rgba(32,120,255,.18);
}

.blog-card__img{
  height:220px;
  background:rgba(255,255,255,.04);
  overflow:hidden;
}

.blog-card__img img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease,filter .45s ease;
}

.blog-card:hover .blog-card__img img{
  transform:scale(1.06);
  filter:brightness(1.08);
}

.blog-card__body{
  padding:24px;
  display:flex;
  flex-direction:column;
  min-height:260px;
}

.blog-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-bottom:14px;
}

.blog-tags span,
.article-tags span{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  color:#75caff;
  background:rgba(4,12,28,.55);
  border:1px solid rgba(84,168,255,.24);
  font-size:12px;
  font-weight:900;
}

.blog-card h3{
  font-size:22px;
  line-height:1.2;
  margin:0 0 12px;
}

.blog-card p{
  color:var(--muted);
  line-height:1.58;
  margin:0 0 22px;
}

.blog-card__date{
  margin-top:auto;
  color:rgba(255,255,255,.50);
  font-size:13px;
}

.pagination{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:10px;
  margin-top:42px;
}

.pagination a,
.pagination span{
  min-width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(145,186,255,.22);
  background:rgba(4,12,28,.55);
  font-weight:900;
}

.pagination .is-active{
  background:linear-gradient(90deg,#2f7dff,#9b55ff);
  border-color:transparent;
}

.article-hero-section{
  padding-top:118px;
  background:
    radial-gradient(circle at 80% 0%, rgba(32,120,255,.22), transparent 34%),
    radial-gradient(circle at 14% 38%, rgba(138,76,255,.16), transparent 28%),
    linear-gradient(180deg, rgba(3,9,21,.98), #030915 82%);
}

.article-shell{
  max-width:1180px;
  margin:auto;
}

.article-card-full{
  width:100%;
  max-width:none;
  border-radius:34px;
  border:1px solid rgba(145,186,255,.20);
  background:linear-gradient(180deg,rgba(20,54,108,.34),rgba(4,12,28,.70));
  box-shadow:var(--shadow),inset 0 1px 0 rgba(255,255,255,.10);
  overflow:hidden;
}

.article-card-full--hero{
  background:rgba(4,12,28,.62);
}

.article-cover{
  width:100%;
  height:430px;
  overflow:hidden;
  background:#06142a;
}

.article-cover img{
  width:100%;
  height:100%;
  max-height:520px;
  object-fit:cover;
}

.article-cover--hero{
  position:relative;
  min-height:620px;
  height:auto;
  display:flex;
  align-items:flex-end;
  isolation:isolate;
}

.article-cover--hero > img{
  position:absolute;
  inset:0;
  z-index:0;
  width:100%;
  height:100%;
  max-height:none;
  object-fit:cover;
  object-position:center;
  opacity:.9;
}

.article-cover__shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgb(3 9 21 / 36%) 0%, rgb(3 9 21 / 42%) 42%, rgba(3, 9, 21, .34) 100%), linear-gradient(180deg, rgba(3, 9, 21, .16) 0%, rgba(3, 9, 21, .36) 42%, rgb(3 9 21 / 35%) 100%), radial-gradient(circle at 70% 10%, rgba(32, 120, 255, .22), transparent 36%);
    pointer-events: none;
}

.article-cover__content{
  position:relative;
  z-index:2;
  width:100%;
  padding:38px;
}

.article-cover__breadcrumbs{
  margin-bottom:26px;
  max-width:100%;
}

.article-cover__meta{
  margin-bottom:18px;
}

.article-cover__content h1{
  max-width:980px;
  margin:0 0 18px;
  font-size:clamp(38px,5.6vw,72px);
  line-height:1.02;
  letter-spacing:-2px;
  text-shadow:0 4px 28px rgba(0,0,0,.58);
}

.article-cover__content p{
  max-width:760px;
  margin:0 0 22px;
  color:rgba(255,255,255,.78);
  font-size:20px;
  line-height:1.62;
  text-shadow:0 3px 22px rgba(0,0,0,.55);
}

.article-cover__tags{
  margin:0;
}

.article-cover__tags span{
  background:rgba(4,12,28,.72);
  border-color:rgba(117,202,255,.36);
  box-shadow:0 0 18px rgba(32,120,255,.14);
}

.article-head{
  padding:36px 36px 26px;
}

.article-head h1{
  margin:18px 0;
  font-size:clamp(38px,5vw,64px);
  line-height:1.04;
  letter-spacing:-1.5px;
}

.article-meta-line{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  color:rgba(255,255,255,.68);
  font-size:14px;
}

.article-meta-line span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:5px 10px;
  border-radius:999px;
  background:rgba(4,12,28,.38);
  border:1px solid rgba(145,186,255,.14);
}

.article-content{
  padding:42px;
  color:rgba(255,255,255,.82);
  font-size:18px;
  line-height:1.8;
}

.article-content h2,
.article-content h3{
  color:#fff;
  line-height:1.2;
  margin:34px 0 14px;
}

.article-content h2{font-size:32px}
.article-content h3{font-size:24px}

.article-content table{
  display:block;
  width:100%;
  overflow:auto;
  border-collapse:collapse;
  border:1px solid rgba(145,186,255,.22);
  border-radius:18px;
  margin:20px 0;
  background:rgba(4,12,28,.55);
}

.article-content th,
.article-content td{
  padding:13px 16px;
  border:1px solid rgba(145,186,255,.16);
  min-width:160px;
}

.article-actions{
  display:flex;
  justify-content:space-between;
  gap:18px;
  flex-wrap:wrap;
  padding:0 42px 42px;
}

.article-rating,
.article-share{
  flex:1 1 280px;
  padding:20px;
  border-radius:24px;
  border:1px solid rgba(145,186,255,.18);
  background:rgba(4,12,28,.45);
}

.rating-stars {
    display: flex;
    gap: 0px;
    margin-top: 10px;
}

.rating-stars button {
    border: 0;
    background: none;
    color: #75caff;
    font-size: 25px;
    cursor: pointer;
    opacity: .65;
}

.rating-stars button:hover,
.rating-stars button.is-active{
  opacity:1;
  color:#fff;
  text-shadow:0 0 14px rgba(84,168,255,.8);
}

.article-share__links {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: nowrap;
    margin-top: 8px;
}

.article-share__links a,
.article-share__links button{
    width:48px;
    height:48px;
    padding:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1px solid rgba(84,168,255,.25);
    background:rgba(4,12,28,.55);
    color:#75caff;
    cursor:pointer;
    transition:.25s;
}

.article-share__links a:hover,
.article-share__links button:hover{
    color:#fff;
    border-color:#54a8ff;
    background:linear-gradient(180deg,#2678ff,#7c52ff);
    transform:translateY(-3px);
    box-shadow:0 10px 28px rgba(32,120,255,.35);
}

.article-share__links svg{
    width:22px;
    height:22px;
}


.related-section {
    margin-top: 80px;
}


.related-section h2{
  font-size:34px;
  line-height:1.15;
  margin:0 0 20px;
}

.related-products,
.related-articles{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
}

.article-faq{
  margin-top:56px;
  padding:0;
}

.article-faq h2{
  font-size:34px;
  line-height:1.15;
  margin:0 0 24px;
  text-align:center;
}

.article-faq-list{
  max-width:980px;
  margin:auto;
  display:grid;
  gap:14px;
}
.rating-stars-all small {
    margin: 25px 0px 10px;
    display: block;
}
.rating-stars-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.article-faq-item{
  border:1px solid rgba(145,186,255,.20);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(20,54,108,.38),rgba(4,12,28,.62));
  overflow:hidden;
}

.article-faq-question{
  list-style:none;
  width:100%;
  min-height:76px;
  padding:0 24px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:22px;
  color:#fff;
  cursor:pointer;
  font-weight:800;
  font-size:19px;
}

.article-faq-question::-webkit-details-marker{
  display:none;
}

.article-faq-question:after{
  content:"+";
  width:36px;
  height:36px;
  border-radius:50%;
  display:grid;
  place-items:center;
  border:1px solid rgba(84,168,255,.42);
  color:#54a8ff;
  flex:0 0 auto;
  transition:transform .25s ease;
}

.article-faq-answer{
  padding:0 24px 24px;
  color:var(--muted);
  line-height:1.65;
}

.article-faq-answer p{
  margin:0;
}

.article-faq-item[open] .article-faq-question:after{
  transform:rotate(45deg);
}

@media(max-width:1200px){
  .blog-grid,
  .related-products,
  .related-articles{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:700px){
  .blog-hero{
    padding:118px 0 45px;
  }

  .blog-hero h1{
    font-size:40px;
  }

  .blog-hero p{
    font-size:16px;
  }

  .blog-grid,
  .related-products,
  .related-articles{
    grid-template-columns:1fr;
  }

  .article-hero-section{
    padding-top:92px;
  }

  .article-cover--hero{
    min-height:520px;
    border-radius:26px;
  }

  .article-cover__content{
    padding:24px;
  }

  .article-cover__content h1{
    font-size:36px;
    letter-spacing:-1px;
  }

  .article-cover__content p{
    font-size:16px;
    line-height:1.55;
  }

  .article-meta-line span{
    font-size:12px;
  }

  .article-content,
  .article-actions{
    padding-left:22px;
    padding-right:22px;
  }

  .article-cover{
    height:260px;
  }

  .article-cover--hero{
    height:auto;
  }

  .article-content{
    font-size:16px;
    line-height:1.65;
  }
}
