
/* =========================
   FAQ + BLOG PAGES
========================= */

.simple-page-hero{
  padding:135px 20px 58px;
  background:radial-gradient(circle at top right, rgba(217,4,41,.14), transparent 28%),linear-gradient(135deg,#f4f5f7,#e9ecef);
}
.simple-page-inner{
  max-width:1050px;
  margin:0 auto;
  padding:56px;
  border-radius:34px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(255,255,255,.75);
  box-shadow:0 18px 45px rgba(0,0,0,.08);
  text-align:center;
}
.simple-page-inner h1{
  margin:12px auto 16px;
  max-width:850px;
  font-family:'Montserrat',sans-serif;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height:1.05;
  color:#111;
}
.simple-page-inner p{
  max-width:760px;
  margin:0 auto;
  color:#555;
  line-height:1.8;
  font-size:16px;
}
.page-label{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 16px;
  border-radius:999px;
  background:rgba(217,4,41,.12);
  color:var(--red);
  font-size:12px;
  font-weight:900;
  letter-spacing:.8px;
  text-transform:uppercase;
}
.info-page-section,
.blog-layout-section{
  padding:72px 20px;
  background:#f4f5f7;
}
.info-page-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.faq-page-card,
.blog-topic-card,
.blog-read-card{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:26px;
  padding:28px;
  box-shadow:0 15px 35px rgba(0,0,0,.06);
  transition:.3s ease;
}
.faq-page-card:hover,
.blog-topic-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 48px rgba(0,0,0,.10);
}
.faq-icon{
  width:54px;
  height:54px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--red),var(--red-light));
  color:#fff;
  font-size:22px;
  margin-bottom:18px;
}
.faq-page-card h2{
  font-family:'Montserrat',sans-serif;
  color:#111;
  font-size:22px;
  line-height:1.25;
  margin-bottom:12px;
}
.faq-page-card p{
  color:#5b5b5b;
  line-height:1.75;
  font-size:15px;
}
.blog-hero-pro{
  position:relative;
  padding:145px 20px 82px;
  overflow:hidden;
  background:linear-gradient(135deg,#090909 0%,#16181f 52%,#2a0610 100%);
}
.blog-hero-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 80% 10%, rgba(255,45,85,.32), transparent 30%),radial-gradient(circle at 15% 85%, rgba(217,4,41,.22), transparent 32%);
  pointer-events:none;
}
.blog-hero-container{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.2fr) 380px;
  gap:34px;
  align-items:center;
}
.blog-hero-content{
  padding:42px;
  border-radius:34px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
}
.blog-hero-content h1{
  max-width:850px;
  margin:18px 0;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(38px,5.5vw,70px);
  line-height:1.04;
}
.blog-hero-content p{
  max-width:760px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.85;
}
.blog-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.hero-primary-btn,
.hero-secondary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 22px;
  border-radius:15px;
  font-weight:900;
  text-decoration:none;
}
.hero-primary-btn{
  background:linear-gradient(135deg,var(--red),var(--red-light));
  color:#fff;
  box-shadow:0 14px 30px rgba(217,4,41,.28);
}
.hero-secondary-btn{
  color:#fff;
  border:1px solid rgba(255,255,255,.25);
  background:rgba(255,255,255,.08);
}
.blog-hero-panel{
  display:grid;
  gap:16px;
}
.blog-hero-panel div{
  padding:26px;
  border-radius:26px;
  color:#fff;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(14px);
}
.blog-hero-panel strong{
  display:block;
  font-family:'Montserrat',sans-serif;
  font-size:40px;
  line-height:1;
  color:#fff;
}
.blog-hero-panel span{
  display:block;
  margin-top:8px;
  color:rgba(255,255,255,.76);
  font-weight:700;
}
.blog-section-head{
  max-width:980px;
  margin:0 auto 34px;
  text-align:center;
}
.blog-section-head h2{
  margin:14px auto 12px;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.1;
  color:#111;
}
.blog-section-head p{
  max-width:760px;
  margin:0 auto 22px;
  color:#5b5b5b;
  line-height:1.8;
}
.blog-search-label{
  position:absolute;
  width:1px;
  height:1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
}
.blog-search-input{
  width:min(100%,680px);
  min-height:54px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:17px;
  padding:0 18px;
  font:inherit;
  outline:none;
  box-shadow:0 16px 35px rgba(0,0,0,.06);
}
.blog-search-input:focus{
  border-color:rgba(217,4,41,.42);
  box-shadow:0 0 0 4px rgba(217,4,41,.10),0 16px 35px rgba(0,0,0,.06);
}
.blog-topic-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.blog-topic-card{
  position:relative;
  overflow:hidden;
}
.blog-topic-card::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:5px;
  background:linear-gradient(90deg,var(--red),var(--red-light));
}
.blog-tag,
.blog-read-card span{
  display:inline-flex;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(217,4,41,.10);
  color:var(--red);
  font-weight:900;
  font-size:12px;
  margin-bottom:16px;
}
.blog-topic-card h3,
.blog-read-card h2{
  font-family:'Montserrat',sans-serif;
  color:#111;
  line-height:1.25;
  margin-bottom:12px;
}
.blog-topic-card h3{
  font-size:22px;
}
.blog-read-card h2{
  font-size:clamp(26px,3vw,36px);
}
.blog-topic-card p,
.blog-read-card p{
  color:#5b5b5b;
  line-height:1.78;
  font-size:15px;
}
.blog-topic-card a{
  margin-top:18px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  color:#fff;
  background:#111;
  padding:12px 18px;
  border-radius:14px;
  font-weight:900;
}
.blog-topic-card a:hover{
  background:var(--red);
}
.blog-reading-area{
  max-width:980px;
  margin:52px auto 0;
  display:grid;
  gap:24px;
}
.blog-read-card{
  scroll-margin-top:110px;
  padding:34px;
}
.blog-lead{
  font-size:17px!important;
  color:#333!important;
  font-weight:500;
}
.blog-card-hidden{
  display:none;
}
@media(max-width:1050px){
  .blog-hero-container{
    grid-template-columns:1fr;
  }
  .blog-hero-panel{
    grid-template-columns:repeat(3,1fr);
  }
}
@media(max-width:950px){
  .info-page-grid,
  .blog-topic-grid{
    grid-template-columns:1fr 1fr;
  }
  .simple-page-inner,
  .blog-hero-content{
    padding:38px 24px;
  }
}
@media(max-width:640px){
  .info-page-grid,
  .blog-topic-grid,
  .blog-hero-panel{
    grid-template-columns:1fr;
  }
  .simple-page-hero,
  .blog-hero-pro{
    padding-top:115px;
  }
  .blog-hero-pro{
    padding-bottom:54px;
  }
  .blog-read-card{
    padding:26px 20px;
  }
}


/* =========================
   BLOG FINAL UPDATE: IMAGES + RELATED LINKS
========================= */
.blog-topic-card{
  padding:0;
  overflow:hidden;
}
.blog-card-image,
.blog-featured-image{
  width:100%;
  overflow:hidden;
  background:#111;
}
.blog-card-image{
  aspect-ratio:16/9;
}
.blog-card-image img,
.blog-featured-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .45s ease;
}
.blog-topic-card:hover .blog-card-image img{
  transform:scale(1.04);
}
.blog-card-body{
  padding:24px;
}
.blog-featured-image{
  aspect-ratio:16/9;
  border-radius:22px;
  margin-bottom:24px;
  border:1px solid rgba(0,0,0,.06);
}
.blog-read-card{
  overflow:hidden;
}
.related-blogs{
  margin-top:26px;
  padding-top:22px;
  border-top:1px solid rgba(0,0,0,.08);
}
.related-title{
  margin:0 0 12px!important;
  color:#111!important;
  font-family:'Montserrat',sans-serif;
  font-weight:900!important;
  font-size:18px!important;
}
.related-blog-links{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}
.related-blog-links a{
  display:block;
  min-height:96px;
  padding:15px;
  border-radius:16px;
  background:#f4f5f7;
  border:1px solid rgba(0,0,0,.06);
  color:#111;
  text-decoration:none;
  font-weight:800;
  line-height:1.35;
  transition:.25s ease;
}
.related-blog-links a span{
  display:block;
  width:max-content;
  max-width:100%;
  margin:0 0 8px;
  padding:6px 10px;
  border-radius:999px;
  background:rgba(217,4,41,.10);
  color:var(--red);
  font-size:11px;
  font-weight:900;
}
.related-blog-links a:hover{
  background:#111;
  color:#fff;
  transform:translateY(-3px);
}
@media(max-width:760px){
  .related-blog-links{
    grid-template-columns:1fr;
  }
  .blog-card-body{
    padding:22px 18px;
  }
  .blog-featured-image{
    border-radius:18px;
  }
}


/* =========================
   FAQ PAGE FINAL DESIGN
========================= */
.faq-section .section-heading p{
  max-width:720px;
  margin:10px auto 0;
  color:#666;
  line-height:1.75;
}
.home-faq-link-wrap{
  text-align:center;
  margin-top:26px;
}
.home-faq-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  min-height:48px;
  padding:13px 20px;
  border-radius:15px;
  background:#111;
  color:#fff;
  font-weight:900;
  text-decoration:none;
  transition:.25s ease;
}
.home-faq-link:hover{
  background:var(--red);
  transform:translateY(-2px);
}
.faq-question{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}
.faq-question i{
  transition:.25s ease;
  color:var(--red);
}
.faq-item.active .faq-question i{
  transform:rotate(180deg);
}
.faq-hero-pro{
  position:relative;
  overflow:hidden;
  padding:145px 20px 82px;
  background:linear-gradient(135deg,#090909 0%,#15161b 54%,#300711 100%);
}
.faq-hero-pro::before{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 82% 12%, rgba(255,45,85,.28), transparent 30%),radial-gradient(circle at 12% 88%, rgba(217,4,41,.22), transparent 34%);
  pointer-events:none;
}
.faq-hero-wrap{
  position:relative;
  z-index:1;
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.25fr) 340px;
  gap:28px;
  align-items:stretch;
}
.faq-hero-content,
.faq-hero-card{
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(14px);
  border-radius:34px;
}
.faq-hero-content{
  padding:46px;
}
.faq-hero-content h1{
  max-width:850px;
  margin:18px 0;
  color:#fff;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(38px,5.5vw,70px);
  line-height:1.04;
}
.faq-hero-content p{
  max-width:760px;
  color:rgba(255,255,255,.82);
  font-size:17px;
  line-height:1.85;
}
.faq-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:28px;
}
.faq-hero-card{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  color:#fff;
}
.faq-hero-card strong{
  font-family:'Montserrat',sans-serif;
  font-size:76px;
  line-height:.9;
}
.faq-hero-card span{
  margin-top:14px;
  font-size:22px;
  font-weight:900;
}
.faq-hero-card p{
  margin-top:14px;
  color:rgba(255,255,255,.76);
  line-height:1.75;
}
.faq-page-section{
  padding:72px 20px;
  background:#f4f5f7;
}
.faq-page-intro{
  max-width:860px;
  margin:0 auto 36px;
  text-align:center;
}
.faq-page-intro h2{
  margin:14px auto 12px;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(30px,4vw,48px);
  line-height:1.1;
  color:#111;
}
.faq-page-intro p{
  max-width:700px;
  margin:0 auto;
  color:#5b5b5b;
  line-height:1.8;
}
.faq-page-layout{
  max-width:1050px;
  margin:0 auto;
  display:grid;
  gap:26px;
}
.faq-category-block{
  background:#fff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:28px;
  padding:26px;
  box-shadow:0 16px 42px rgba(0,0,0,.07);
}
.faq-category-head{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:18px;
}
.faq-category-icon{
  flex:0 0 auto;
  width:58px;
  height:58px;
  border-radius:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,var(--red),var(--red-light));
  color:#fff;
  font-size:23px;
}
.faq-category-kicker{
  margin:0 0 5px;
  color:var(--red);
  font-size:12px;
  letter-spacing:.7px;
  text-transform:uppercase;
  font-weight:900;
}
.faq-category-head h2{
  margin:0;
  color:#111;
  font-family:'Montserrat',sans-serif;
  font-size:clamp(24px,3vw,34px);
  line-height:1.15;
}
.faq-accordion-list{
  display:grid;
  gap:12px;
}
.faq-page-item{
  border:1px solid rgba(0,0,0,.07);
  border-radius:18px;
  overflow:hidden;
  background:#fbfbfc;
}
.faq-page-item .faq-question{
  width:100%;
  padding:18px 20px;
  border:0;
  background:transparent;
  color:#111;
  font:inherit;
  font-weight:900;
  text-align:left;
  cursor:pointer;
}
.faq-page-item .faq-answer{
  max-height:0;
  overflow:hidden;
  transition:max-height .3s ease;
}
.faq-page-item .faq-answer p{
  margin:0;
  padding:0 20px 20px;
  color:#5b5b5b;
  line-height:1.75;
  font-size:15px;
}
.faq-page-item.active{
  background:#fff;
  border-color:rgba(217,4,41,.18);
  box-shadow:0 12px 28px rgba(217,4,41,.08);
}
.faq-page-item.active .faq-answer{
  max-height:260px;
}
@media(max-width:900px){
  .faq-hero-wrap{
    grid-template-columns:1fr;
  }
  .faq-hero-card{
    min-height:210px;
  }
}
@media(max-width:640px){
  .faq-hero-pro{
    padding-top:115px;
    padding-bottom:54px;
  }
  .faq-hero-content,
  .faq-hero-card,
  .faq-category-block{
    padding:26px 20px;
    border-radius:24px;
  }
  .faq-category-head{
    align-items:flex-start;
  }
  .faq-category-icon{
    width:50px;
    height:50px;
    border-radius:16px;
  }
}

/* Final mobile navbar phone fix: keep number in navbar without crowding */
.phone-short{
  display:none;
}

@media (max-width: 950px){
  .navbar{
    gap:8px;
    padding-left:14px;
    padding-right:14px;
  }

  .nav-left{
    min-width:0;
    flex:1 1 auto;
    gap:9px;
  }

  .logo img{
    width:54px;
    height:62px;
  }

  .brand{
    min-width:0;
  }

  .brand-main{
    font-size:18px;
  }

  .brand-sub{
    font-size:12px;
    letter-spacing:1px;
  }

  .phone{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    gap:5px;
    width:fit-content;
    max-width:100%;
    margin-top:5px;
    padding:5px 8px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:999px;
    background:rgba(255,255,255,.08);
    color:#fff;
    font-size:11px;
    font-weight:700;
    line-height:1;
    white-space:nowrap;
    text-decoration:none;
  }

  .phone-full{
    display:none;
  }

  .phone-short{
    display:inline;
  }

  .nav-right{
    flex-shrink:0;
    gap:8px;
  }
}

@media (max-width: 380px){
  .navbar{
    padding-left:10px;
    padding-right:10px;
  }

  .logo img{
    width:46px;
    height:54px;
  }

  .brand-main{
    font-size:16px;
  }

  .brand-sub{
    display:block;
  }

  .phone{
    font-size:10px;
    padding:5px 7px;
  }
}
