:root {
  --y-cyan: #06b6d4;
  --y-cyan-dark: #0891b2;
  --y-gold: #fbbf24;
  --y-bg: #0b1120;
  --y-card: #111827;
  --y-card-hover: #1f2937;
  --y-text: #94a3b8;
  --y-title: #f8fafc;
  --y-border: #1e293b;
  --y-warning: #f97316;
  --y-danger: #ef4444;
  --y-success: #10b981;
}


html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
}

body.tzp-ysb-review,
body.tzp-ysb-review .site-container,
body.tzp-ysb-review #inner-wrap,
body.tzp-ysb-review .content-bg,
body.tzp-ysb-review .site-content,
body.tzp-ysb-review .content-container,
body.tzp-ysb-review #primary {
    background-color: var(--y-bg);
    background-image: none;
    padding-top: 0;
    padding-bottom: 0;
}


.y-wrap {
  width: 100%;
  max-width: 1050px;
  margin: 30px auto;
  padding: 0 20px 60px;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: var(--y-text);
  line-height: 1.7;
  box-sizing: border-box;
}

@media (max-width: 767px) {
    
    body.tzp-ysb-review .site-container, 
    body.tzp-ysb-review .content-container, 
    body.tzp-ysb-review .site-main, 
    body.tzp-ysb-review .entry-content, 
    body.tzp-ysb-review .wp-site-blocks, 
    body.tzp-ysb-review .wrapper, 
    body.tzp-ysb-review .content-wrap,
    body.tzp-ysb-review #primary,
    body.tzp-ysb-review #inner-wrap {
        padding-left: 0; padding-right: 0;
        margin-left: 0; margin-right: 0;
        max-width: 100%; width: 100%;
        overflow-x: hidden;
    }
    
    .y-wrap {
        padding: 0 12px 40px;
        margin: 15px auto;
    }
}

.y-wrap * { box-sizing: border-box; }
.y-wrap a { text-decoration: none; color: inherit; }
.y-wrap p, .y-wrap li, .y-wrap td { color: var(--y-text); font-size: 1.05rem;}
.y-wrap p { margin-bottom: 1.2rem; }
.y-wrap ul { margin-bottom: 1.5rem; padding-left: 1.5rem; }
.y-wrap li { margin-bottom: 0.6rem; }
.y-wrap h1, .y-wrap h2, .y-wrap h3, .y-wrap h4 { color: var(--y-title); font-weight: 800; margin-top: 0; font-family: Georgia, "Times New Roman", serif;}
.y-wrap h2 { font-size: clamp(1.22rem, 2.3vw, 1.45rem); margin: 45px 0 20px; border-bottom: 2px solid var(--y-border); padding-bottom: 10px;}


.y-hero {
  background: radial-gradient(circle at top right, #164e63 0%, var(--y-card) 60%);
  border: 1px solid var(--y-border);
  border-radius: 16px;
  padding: 45px 35px;
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.y-hero::before { content: ''; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: var(--y-cyan); }

.y-logo-box {
  flex-shrink: 0; width: 140px; height: 140px; background: rgba(255,255,255,0.05);
  border: 1px solid rgba(6, 182, 212, 0.3); border-radius: 20px;
  display: flex; align-items: center; justify-content: center; padding: 15px; box-shadow: inset 0 0 15px rgba(6,182,212,0.1);
}
.y-logo-box img { max-width: 100%; height: auto; }

.y-hero-info { flex: 1; }
.y-hero-info h1 { font-size: clamp(1.5rem, 3vw, 1.9rem); margin-bottom: 12px; line-height: 1.3;}
.y-tags { display: flex; gap: 10px; margin-bottom: 20px; flex-wrap: wrap; }
.y-tag { background: rgba(6, 182, 212, 0.1); color: var(--y-cyan); padding: 5px 12px; border-radius: 6px; font-size: 0.9rem; font-weight: 700; border: 1px solid rgba(6, 182, 212, 0.2); font-family: inherit;}

.y-btn-group { display: flex; gap: 15px; margin-top: 25px; flex-wrap: wrap; }
.y-btn {
  padding: 14px 32px; border-radius: 8px; font-weight: 800; font-size: 1.05rem; transition: 0.3s;
  display: inline-flex; align-items: center; justify-content: center; font-family: inherit;
}
.y-btn-primary { background: var(--y-cyan); color: #fff; border: 1px solid var(--y-cyan-dark); box-shadow: 0 4px 15px rgba(6,182,212,0.3);}
.y-btn-primary:hover { background: #fff; color: var(--y-cyan-dark); transform: translateY(-2px);}
.y-btn-outline { background: transparent; color: var(--y-title); border: 1px solid #64748b; }
.y-btn-outline:hover { border-color: var(--y-title); background: rgba(255,255,255,0.05);}

.y-score-wrap { text-align: center; padding-left: 40px; border-left: 1px dashed var(--y-border); }
.y-score { font-size: 3.5rem; font-weight: 900; color: var(--y-gold); line-height: 1; font-family: inherit;}
.y-score-sub { font-size: 0.9rem; color: #64748b; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; margin-top: 5px; display: block;}


.y-trust-bar { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; align-items: center; margin-bottom: 30px; padding: 15px 20px; background: rgba(255, 255, 255, 0.03); border-radius: 50px; border: 1px solid var(--y-border); font-size: 0.95rem;}
.y-trust-item { display: flex; align-items: center; gap: 8px; }
.y-trust-item strong { color: var(--y-cyan); }


.y-dash { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; margin-bottom: 40px; }
.y-dash-card { background: var(--y-card); border: 1px solid var(--y-border); padding: 25px 15px; border-radius: 12px; text-align: center; box-shadow: 0 4px 10px rgba(0,0,0,0.2);}
.y-dash-val { font-size: 1.6rem; font-weight: 900; color: var(--y-title); margin-bottom: 8px; font-family: inherit;}
.y-dash-lbl { font-size: 0.85rem; color: #64748b; font-weight: bold; text-transform: uppercase; letter-spacing: 1px;}


.y-warning-box { background: rgba(249, 115, 22, 0.05); border-left: 4px solid var(--y-warning); border-radius: 12px; padding: 25px; margin-bottom: 40px; border-top: 1px solid rgba(249,115,22,0.2); border-right: 1px solid rgba(249,115,22,0.2); border-bottom: 1px solid rgba(249,115,22,0.2);}
.y-warning-box h3 { color: var(--y-warning); margin-bottom: 15px; display: flex; align-items: center; gap: 10px; font-size: clamp(1.05rem, 1.8vw, 1.18rem);}
.y-warning-box p { margin-bottom: 10px; color: #cbd5e1; line-height: 1.8;}
.y-warning-box strong { color: #fcd34d; }


.y-fraud-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.y-fraud-col { background: rgba(0,0,0,0.4); border-radius: 12px; padding: 25px; border: 1px solid rgba(255,255,255,0.05);}
.y-fraud-col h4 { margin-bottom: 15px; font-size: 1.1rem; border-bottom: 1px dashed rgba(255,255,255,0.1); padding-bottom: 10px;}
.y-fraud-col ul { list-style: none; padding: 0; margin: 0; }
.y-fraud-col li { margin-bottom: 12px; line-height: 1.6; font-size: 0.95rem;}


.y-features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.y-feat-box { background: var(--y-card); border: 1px solid var(--y-border); padding: 30px; border-radius: 12px; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.2);}
.y-feat-box:hover { border-color: var(--y-cyan); background: var(--y-card-hover); transform: translateY(-3px);}
.y-feat-icon { font-size: 2.5rem; margin-bottom: 15px; display: block; line-height: 1;}
.y-feat-title { font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-bottom: 12px; color: var(--y-cyan); font-family: inherit;}


.y-bac-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 40px; }
.y-bac-card { display: flex; align-items: center; gap: 20px; background: var(--y-card); border: 1px solid var(--y-border); padding: 25px; border-radius: 12px; transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.2);}
.y-bac-card:hover { border-color: var(--y-gold); transform: translateY(-3px); background: var(--y-card-hover);}
.y-bac-img { width: 110px; height: 110px; flex-shrink: 0; background: #fff; border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 10px; border: 1px solid #e2e8f0;}
.y-bac-img img { max-width: 100%; height: auto; }
.y-bac-info h3 { margin-bottom: 8px; font-size: clamp(1.05rem, 1.8vw, 1.18rem); font-family: inherit;}
.y-bac-tag { display: inline-block; font-size: 0.8rem; background: rgba(251, 191, 36, 0.1); color: var(--y-gold); padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; font-weight: bold; border: 1px solid rgba(251,191,36,0.2);}
.y-bac-info p { margin: 0; font-size: 0.95rem; line-height: 1.6;}


.y-table-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; background: var(--y-card); border: 1px solid var(--y-border); border-radius: 12px; margin-bottom: 40px; width: 100%;}
.y-table { width: 100%; border-collapse: collapse; min-width: 650px; font-size: 0.95rem;}
.y-table th { background: rgba(0,0,0,0.4); padding: 18px 20px; color: var(--y-title); border-bottom: 2px solid var(--y-border); text-align: left; font-weight: 700; white-space: nowrap;}
.y-table td { padding: 18px 20px; border-bottom: 1px solid var(--y-border); }
.y-table tr:last-child td { border-bottom: none; }
.y-table tr:hover { background: rgba(255,255,255,0.02); }
.y-hl { color: var(--y-cyan); font-weight: bold; }


.y-verdict { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; margin: 40px 0; }
.y-v-box { background: var(--y-card); border: 1px solid var(--y-border); padding: 35px 30px; border-radius: 12px; box-shadow: 0 5px 15px rgba(0,0,0,0.2);}
.y-v-box h3 { margin-top: 0; margin-bottom: 20px; font-size: clamp(1.05rem, 1.8vw, 1.18rem); border-bottom: 1px dashed var(--y-border); padding-bottom: 15px;}
.y-list { margin: 0; padding: 0; list-style: none; }
.y-list li { position: relative; padding-left: 30px; margin-bottom: 16px; font-size: 1rem; line-height: 1.6; color: #cbd5e1;}
.y-list.pros li::before { content: "✓"; color: var(--y-cyan); position: absolute; left: 0; font-weight: bold; font-size: 1.2rem; }
.y-list.cons li::before { content: "✕"; color: var(--y-danger); position: absolute; left: 0; font-weight: bold; font-size: 1.1rem; }


.y-faq details { background: var(--y-card); border: 1px solid var(--y-border); border-radius: 8px; margin-bottom: 15px; transition: 0.3s;}
.y-faq details:hover { border-color: #475569; }
.y-faq summary { padding: 20px 25px; cursor: pointer; font-weight: bold; color: var(--y-title); display: flex; justify-content: space-between; align-items: center; font-size: 1.05rem; outline: none;}
.y-faq summary::-webkit-details-marker { display: none; }
.y-faq summary::after { content: "+"; color: var(--y-cyan); font-size: 1.6rem; font-weight: 300;}
.y-faq details[open] summary { border-bottom: 1px dashed var(--y-border); }
.y-faq details[open] summary::after { content: "−"; }
.y-faq-body { padding: 20px 25px 25px; color: #94a3b8; line-height: 1.8; font-size: 0.95rem;}


.y-footer-cta { background: linear-gradient(135deg, var(--y-card) 0%, #064e3b 100%); border: 1px solid var(--y-cyan-dark); border-radius: 16px; text-align: center; padding: 50px 30px; margin-top: 60px; box-shadow: 0 10px 30px rgba(6,182,212,0.15);}
.y-footer-cta h3 { font-size: clamp(1.05rem, 1.8vw, 1.18rem); margin-bottom: 15px; font-family: Georgia, "Times New Roman", serif;}


@media (max-width: 768px) {
  .y-hero { flex-direction: column; text-align: center; padding: 30px 20px; gap: 25px; border-radius: 0 0 16px 16px; margin-top: 0; margin-left: -12px; margin-right: -12px;}
  .y-hero::before { display: none; }
  .y-hero-info h1 { font-size: clamp(1.5rem, 3vw, 1.9rem); }
  .y-tags { justify-content: center; }
  .y-btn-group { justify-content: center; flex-direction: column; width: 100%;}
  .y-btn { width: 100%; }
  .y-score-wrap { border-left: none; border-top: 1px dashed var(--y-border); padding-left: 0; padding-top: 20px; width: 100%; }
  .y-dash { grid-template-columns: repeat(2, 1fr); margin-top: 20px; }
  .y-trust-bar { border-radius: 12px; padding: 15px;}
  .y-features-grid, .y-bac-grid, .y-verdict, .y-fraud-grid { grid-template-columns: 1fr; }
  .y-bac-card { flex-direction: column; text-align: center; }
  .y-table-wrap { border-radius: 0; border-left: none; border-right: none; margin-left: -12px; margin-right: -12px; width: calc(100% + 24px);}
  .y-table th, .y-table td { white-space: nowrap; }
  .y-warning-box, .y-v-box { padding: 20px 15px;}
}


.bj-inl-page-ysb-1 { margin-top:35px; font-size:0.9rem; color:#64748b; border-top: 1px dashed var(--y-border); padding-top: 20px; }
.bj-inl-page-ysb-2 { color:#cbd5e1; margin-bottom:35px; font-size:1.15rem; }
.bj-inl-page-ysb-3 { color: #fff; font-family: 'Playfair Display', serif; font-size: clamp(1.05rem, 1.8vw, 1.18rem); }
.bj-inl-page-ysb-4 { color: var(--y-danger); margin-bottom: 15px; border-bottom: 1px dashed rgba(239, 68, 68, 0.4); padding-bottom: 10px; }
.bj-inl-page-ysb-5 { background: rgba(239, 68, 68, 0.05); border-color: rgba(239, 68, 68, 0.3); }
.bj-inl-page-ysb-6 { color: var(--y-success); margin-bottom: 15px; border-bottom: 1px dashed rgba(16, 185, 129, 0.4); padding-bottom: 10px; }
.bj-inl-page-ysb-7 { background: rgba(16, 185, 129, 0.05); border-color: rgba(16, 185, 129, 0.3); }
.bj-inl-page-ysb-8 { margin: 0; font-size: 0.95rem; color: #a7f3d0; }
.bj-inl-page-ysb-9 { background: rgba(16, 185, 129, 0.1); border-left: 4px solid var(--y-success); padding: 15px 20px; border-radius: 8px; margin-bottom: 40px; border-top: 1px solid rgba(16,185,129,0.2); border-right: 1px solid rgba(16,185,129,0.2); border-bottom: 1px solid rgba(16,185,129,0.2); }
.bj-inl-page-ysb-10 { color: #cbd5e1; }
.bj-inl-page-ysb-11 { font-size: 1.1rem; }
.bj-inl-page-ysb-12 { width: 20%; }
.bj-inl-page-ysb-13 { width: 25%; }
.bj-inl-page-ysb-14 { width: 20%; }
.bj-inl-page-ysb-15 { margin-top: 40px; }
.bj-inl-page-ysb-16 { color: #cbd5e1; }
.bj-inl-page-ysb-17 { color: #cbd5e1; }
.bj-inl-page-ysb-18 { color: #cbd5e1; }
.bj-inl-page-ysb-19 { width: 25%; }
.bj-inl-page-ysb-20 { width: 20%; }
.bj-inl-page-ysb-21 { width: 25%; }
.bj-inl-page-ysb-22 { color: #fff; }
.bj-inl-page-ysb-23 { color: var(--y-cyan); }
.bj-inl-page-ysb-24 { color: var(--y-success); }
.bj-inl-page-ysb-25 { color: var(--y-danger); }
.bj-inl-page-ysb-26 { font-size: 1.3rem; }
.bj-inl-page-ysb-27 { font-size: 1.3rem; }
.bj-inl-page-ysb-28 { font-size: 1.3rem; }
.bj-inl-page-ysb-29 { font-size: 1.3rem; }
.bj-inl-page-ysb-30 { margin: 0; font-size: clamp(1.05rem, 1.8vw, 1.18rem); color: #cbd5e1; line-height: 1.7; }

.bj-inl-page-ysb-1 { color: var(--y-cyan); font-weight: bold; }
.bj-inl-page-ysb-2 { padding: 16px 50px; font-size: 1.15rem; }
