body.theme-profitpro{
  --cream:#f4f6fb;
  --paper:#ffffff;
  --ink:#1f2937;
  --muted:#6b7280;
  --line:#dde4ef;
  --teal:#2563eb;
  --teal-dark:#1d4ed8;
  --orange:#2563eb;
  --soft:#eef3fb;
  --shadow:0 10px 28px rgba(15,23,42,.08);
  --radius:8px;
  --max:1340px;
  --sidebar:320px;
  --font-body:Arial,"Helvetica Neue",Helvetica,sans-serif;
  --font-ui:Arial,"Helvetica Neue",Helvetica,sans-serif;
  background:#f4f6fb;
}

body.theme-profitpro .site-header{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.97);
  border-bottom:1px solid #e5e7eb;
  backdrop-filter:blur(12px);
}
body.theme-profitpro .header-inner{
  max-width:1340px;
  padding:14px 22px;
  gap:16px;
}
body.theme-profitpro .site-logo{
  font-size:2.1rem;
  font-weight:800;
  color:#334155;
}
body.theme-profitpro .site-nav{justify-content:center;gap:4px}
body.theme-profitpro .site-nav a,
body.theme-profitpro .nav-more-toggle{
  font-size:.82rem;
  letter-spacing:0;
  text-transform:none;
  font-weight:700;
  color:#475569;
  padding:10px 12px;
  border-radius:0;
}
body.theme-profitpro .site-nav a:hover,
body.theme-profitpro .nav-more-toggle:hover{
  background:transparent;
  color:#2563eb;
}
body.theme-profitpro .site-nav a::after{
  content:"";
  display:block;
  width:0;
  height:2px;
  margin-top:8px;
  background:#2563eb;
  transition:width .2s ease;
}
body.theme-profitpro .site-nav a:hover::after{width:100%}
body.theme-profitpro .header-search-toggle,
body.theme-profitpro .nav-toggle{
  border:none;
  background:transparent;
  box-shadow:none;
}
body.theme-profitpro .header-search-form,
body.theme-profitpro .nav-more-menu{
  border-radius:8px;
  border-color:#dbe1ea;
  box-shadow:0 10px 20px rgba(15,23,42,.08);
}

body.theme-profitpro .site-wrapper{
  max-width:1340px;
  gap:24px;
  margin:20px auto 30px;
  align-items:start;
}
body.theme-profitpro.profitpro-home-layout .main-content{
  display:flex;
  flex-direction:column;
  gap:18px;
}

body.theme-profitpro .profitpro-hero-slider{
  position:relative;
}
body.theme-profitpro .profitpro-hero{
  position:relative;
  overflow:hidden;
  border:1px solid #e3e8f0;
  border-radius:6px;
  background:#d8dee9;
  min-height:420px;
  box-shadow:var(--shadow);
  display:none;
}
body.theme-profitpro .profitpro-hero.is-active{display:block}
body.theme-profitpro .profitpro-hero-media{
  display:block;
  aspect-ratio:16/7.2;
}
body.theme-profitpro .profitpro-hero-media img{
  width:100%;
  height:100%;
  object-fit:cover;
}
body.theme-profitpro .profitpro-hero-overlay{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  gap:10px;
  padding:28px 30px;
  background:linear-gradient(180deg,rgba(15,23,42,.04),rgba(15,23,42,.74));
  color:#fff;
}
body.theme-profitpro .profitpro-hero-meta{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  font-size:.8rem;
  font-weight:700;
  color:rgba(255,255,255,.9);
}
body.theme-profitpro .profitpro-hero h1{
  max-width:760px;
  font-size:2.2rem;
  line-height:1.2;
  font-weight:800;
}
body.theme-profitpro .profitpro-hero h1 a{color:#fff}
body.theme-profitpro .profitpro-hero p{
  max-width:720px;
  font-size:1rem;
  color:rgba(255,255,255,.88);
  line-height:1.7;
}
body.theme-profitpro .profitpro-hero-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-width:112px;
  padding:10px 16px;
  border-radius:4px;
  background:#2563eb;
  color:#fff;
  font-size:.84rem;
  font-weight:700;
}
body.theme-profitpro .profitpro-hero-dots{
  position:absolute;
  left:50%;
  bottom:18px;
  transform:translateX(-50%);
  display:flex;
  gap:8px;
  z-index:5;
}
body.theme-profitpro .profitpro-hero-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  border:none;
  background:rgba(255,255,255,.55);
  cursor:pointer;
  padding:0;
}
body.theme-profitpro .profitpro-hero-dot.is-active{
  width:28px;
  background:#fff;
}

body.theme-profitpro .profitpro-section{
  background:#fff;
  border:1px solid #e3e8f0;
  border-radius:6px;
  padding:14px 16px 16px;
  box-shadow:var(--shadow);
}
body.theme-profitpro .profitpro-section-title,
body.theme-profitpro .widget-title{
  font-size:1.05rem;
  font-weight:800;
  letter-spacing:0;
  text-transform:none;
  color:#334155;
  border-bottom:1px solid #e5e7eb;
  padding-bottom:10px;
  margin-bottom:14px;
}
body.theme-profitpro .profitpro-trending-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
body.theme-profitpro .profitpro-trending-card{
  background:#fff;
}
body.theme-profitpro .profitpro-trending-thumb{
  display:block;
  border-radius:4px;
  overflow:hidden;
  margin-bottom:10px;
}
body.theme-profitpro .profitpro-trending-thumb img{
  width:100%;
  aspect-ratio:1.35;
  object-fit:cover;
}
body.theme-profitpro .profitpro-trending-body h2{
  font-size:1rem;
  line-height:1.35;
  margin-bottom:4px;
}
body.theme-profitpro .profitpro-trending-body h2 a{color:#1f2937}
body.theme-profitpro .profitpro-mini-meta{
  color:#6b7280;
  font-size:.8rem;
}

body.theme-profitpro .profitpro-latest-list{
  display:grid;
  gap:14px;
}
body.theme-profitpro .profitpro-latest-item{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:14px;
  align-items:start;
}
body.theme-profitpro .profitpro-latest-thumb{
  display:block;
  border-radius:4px;
  overflow:hidden;
}
body.theme-profitpro .profitpro-latest-thumb img{
  width:100%;
  aspect-ratio:1.25;
  object-fit:cover;
}
body.theme-profitpro .profitpro-latest-body h2{
  font-size:1.08rem;
  line-height:1.35;
  margin-bottom:6px;
}
body.theme-profitpro .profitpro-latest-body h2 a{color:#1f2937}
body.theme-profitpro .profitpro-latest-body p{
  color:#6b7280;
  font-size:.92rem;
  line-height:1.7;
}

body.theme-profitpro .profitpro-category-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
body.theme-profitpro .profitpro-category-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:4px;
  min-height:140px;
  color:#fff;
}
body.theme-profitpro .profitpro-category-card img{
  width:100%;
  height:100%;
  object-fit:cover;
  aspect-ratio:1.4;
}
body.theme-profitpro .profitpro-category-card span{
  position:absolute;
  left:16px;
  bottom:14px;
  font-size:1.9rem;
  font-weight:800;
  text-shadow:0 2px 10px rgba(0,0,0,.28);
}

body.theme-profitpro .profitpro-newsletter{
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:16px;
  padding:22px 8px 8px;
  color:#6b7280;
}
body.theme-profitpro .profitpro-newsletter form{
  display:flex;
  gap:0;
  min-width:min(420px,100%);
}
body.theme-profitpro .profitpro-newsletter input,
body.theme-profitpro .profitpro-subscribe-form input{
  width:100%;
  border:1px solid #dbe1ea;
  border-right:none;
  background:#fff;
  padding:12px 14px;
  font-size:.92rem;
  color:#334155;
}
body.theme-profitpro .profitpro-newsletter button,
body.theme-profitpro .profitpro-subscribe-form button{
  border:none;
  background:#2563eb;
  color:#fff;
  padding:12px 18px;
  font-size:.9rem;
  font-weight:700;
  cursor:pointer;
}

body.theme-profitpro .sidebar{gap:16px}
body.theme-profitpro .sidebar-widget{
  border-radius:6px;
  border:1px solid #e3e8f0;
  box-shadow:var(--shadow);
  padding:14px 16px 16px;
}
body.theme-profitpro .recent-posts-list li{
  padding:10px 0;
  border-bottom:1px solid #edf0f4;
}
body.theme-profitpro .profitpro-side-post{
  display:grid;
  grid-template-columns:86px 1fr;
  gap:10px;
  align-items:start;
}
body.theme-profitpro .profitpro-side-thumb{
  display:block;
  border-radius:4px;
  overflow:hidden;
}
body.theme-profitpro .profitpro-side-thumb img{
  width:100%;
  aspect-ratio:1.18;
  object-fit:cover;
}
body.theme-profitpro .profitpro-side-body a{
  display:block;
  color:#1f2937;
  font-size:.86rem;
  line-height:1.4;
  font-weight:700;
}
body.theme-profitpro .recent-date{
  margin-top:4px;
  color:#94a3b8;
  font-size:.74rem;
}
body.theme-profitpro .single-post{
  border-radius:6px;
  border:1px solid #e3e8f0;
  padding:0 0 26px;
  box-shadow:var(--shadow);
  background:#fff;
}
body.theme-profitpro .breadcrumb{
  margin-bottom:12px;
  font-size:.76rem;
  color:#94a3b8;
}
body.theme-profitpro .post-header{
  border-bottom:none;
  margin-bottom:0;
  padding:18px 22px 10px;
}
body.theme-profitpro .post-meta{
  gap:8px;
  margin-bottom:12px;
}
body.theme-profitpro .post-date{
  color:#94a3b8;
  font-size:.76rem;
}
body.theme-profitpro .cat-badge{
  background:transparent;
  border:none;
  padding:0;
  color:#64748b;
  text-transform:none;
  letter-spacing:0;
  font-size:.76rem;
}
body.theme-profitpro .post-header h1{
  font-size:2.3rem;
  line-height:1.25;
  margin:0 0 14px;
  color:#1f2937;
}
body.theme-profitpro .post-lead{
  font-size:1rem;
  color:#6b7280;
  margin-bottom:16px;
}
body.theme-profitpro .hero-image{
  margin:0;
  border:none;
  border-radius:0;
  box-shadow:none;
}
body.theme-profitpro .hero-image img{
  aspect-ratio:16/8;
}
body.theme-profitpro .toc,
body.theme-profitpro .post-content,
body.theme-profitpro .post-tags{
  margin-left:22px;
  margin-right:22px;
}
body.theme-profitpro .toc{
  margin-top:18px;
  border-radius:6px;
  background:#f8fafc;
}
body.theme-profitpro .post-content{
  font-size:1rem;
  line-height:1.85;
  color:#374151;
}
body.theme-profitpro .post-content h2{
  font-size:1.9rem;
  color:#1f2937;
  margin:26px 0 12px;
}
body.theme-profitpro .post-content h3{
  font-size:1.28rem;
  color:#1f2937;
}
body.theme-profitpro .article-image{
  margin:20px 0;
  border-radius:4px;
  border:1px solid #e5e7eb;
}
body.theme-profitpro .post-tags{
  margin-top:18px;
}
body.theme-profitpro .tag-link{
  border-radius:4px;
  background:#f8fafc;
}
body.theme-profitpro .related-title{
  font-size:1.05rem;
  letter-spacing:0;
  text-transform:none;
  color:#334155;
}
body.theme-profitpro .related-card{
  border-radius:6px;
}

body.theme-profitpro .page-hero,
body.theme-profitpro .posts-grid .post-card{
  border-radius:6px;
}

@media(max-width:1080px){
  body.theme-profitpro .profitpro-trending-grid,
  body.theme-profitpro .profitpro-category-grid{
    grid-template-columns:1fr;
  }
  body.theme-profitpro .profitpro-newsletter{
    grid-template-columns:1fr;
  }
}

@media(max-width:860px){
  body.theme-profitpro .site-nav a::after{display:none}
  body.theme-profitpro .profitpro-latest-item{
    grid-template-columns:1fr;
  }
  body.theme-profitpro .profitpro-newsletter form,
  body.theme-profitpro .profitpro-subscribe-form{
    grid-template-columns:1fr;
  }
  body.theme-profitpro .profitpro-newsletter input,
  body.theme-profitpro .profitpro-subscribe-form input{
    border-right:1px solid #dbe1ea;
    margin-bottom:8px;
  }
  body.theme-profitpro .post-header h1{
    font-size:1.8rem;
  }
}
