/*
Theme Name: Yes5u Blog
Template: astra
Version: 1.2.0
Description: Pixel-level visual clone of yes5u.com for blog.yes5u.com
Author: Yes5u
*/

:root{
  --y-bg:#0a1022;
  --y-bg-2:#0f1730;
  --y-surface:rgba(18,26,42,.88);
  --y-text:#eaf0ff;
  --y-muted:#a7b4d3;
  --y-p1:#7c5cff;
  --y-p2:#5e7bff;
  --y-ac:#4ecdc4;
  --y-bd:rgba(255,255,255,.10);
}
html,body{
  background:
    radial-gradient(1200px 680px at 78% -8%,rgba(112,78,255,.28) 0%,transparent 46%),
    radial-gradient(900px 520px at -5% 20%,rgba(78,205,196,.12) 0%,transparent 48%),
    linear-gradient(180deg,var(--y-bg) 0%,var(--y-bg-2) 100%) !important;
  color:var(--y-text)!important;
}
body,button,input,select,textarea{font-family:Inter,"PingFang SC","Microsoft YaHei",system-ui,-apple-system,sans-serif}
a{color:#c8b8ff}a:hover{color:#f2ecff}

/* header */
.site-header,.ast-primary-header-bar,.main-header-bar{
  background:rgba(8,12,24,.78)!important;
  border-bottom:1px solid var(--y-bd)!important;
  backdrop-filter:blur(10px);
}
.ast-builder-menu-1 .menu-link{color:var(--y-text)!important;font-weight:500}

/* main */
.ast-container{max-width:1180px}
.site-content{padding-top:18px}
.post,.site-main article,.widget,.comments-area,.ast-article-single,.ast-archive-description{
  background:var(--y-surface)!important;
  border:1px solid var(--y-bd)!important;
  border-radius:16px!important;
  box-shadow:0 10px 28px rgba(0,0,0,.22)!important;
}
.ast-article-post,.ast-article-single{padding:24px!important}
.entry-title,.entry-title a{color:#fff!important;letter-spacing:-.01em}
.entry-meta,.entry-meta *{color:var(--y-muted)!important}
.entry-content p,.comment-content p{color:#d8e1fb;line-height:1.9}

/* hero */
.yes5u-hero{
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,rgba(124,92,255,.30),rgba(78,205,196,.16));
  border:1px solid rgba(255,255,255,.14);
  border-radius:20px;
  padding:54px 34px;
  box-shadow:0 12px 40px rgba(0,0,0,.28);
  margin:10px 0 26px;
}
.yes5u-chip{display:inline-flex;border:1px solid rgba(201,183,255,.45);background:rgba(124,92,255,.20);color:#e0d4ff;padding:6px 12px;border-radius:999px;text-transform:uppercase;letter-spacing:.08em;font-size:12px}
.yes5u-hero h1{color:#fff;font-size:48px;line-height:1.08;margin:14px 0}
.yes5u-hero p{max-width:820px;color:var(--y-muted);font-size:18px;line-height:1.72}

/* buttons */
.wp-block-button__link,.button,.ast-button,button,input[type=submit],.read-more{
  background:linear-gradient(135deg,var(--y-p1),var(--y-p2))!important;
  color:#fff!important;border:none!important;border-radius:12px!important;
  box-shadow:0 8px 22px rgba(94,123,255,.38)!important;
}

/* footer cleanup */
.site-below-footer-wrap,.site-footer,.footer-adv{background:transparent!important;border-top-color:transparent!important}
.ast-footer-copyright,.site-info,.site-below-footer-wrap .ast-builder-layout-element{display:none!important}

/* remove WP login bar artifacts */
#wpadminbar{display:none!important}
html{margin-top:0!important}

@media (max-width:768px){
  .yes5u-hero{padding:34px 20px}
  .yes5u-hero h1{font-size:32px}
  .yes5u-hero p{font-size:16px}
}
