html,body{margin:0px;padding:0px;}
body{background-image:url('../images/site-bg.jpg');    background-color:#0e0e0e;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;}
.tz-page {
  font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
  color: #fff;
 /* background:
    radial-gradient(ellipse at top, #4a1a6e 0%, #1a0833 60%, #0d0420 100%) fixed,
    #0d0420;*/
  min-height: 100vh;
}
.tz-page * { box-sizing: border-box; }

/* Cookie */
.tz-cookie {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #1a1a1a; color: #ddd;
  padding: 14px 60px 14px 20px; font-size: 13px;
  z-index: 100; text-align: center;
}
.tz-cookie a { color: #5fa8ff; text-decoration: underline; }
.tz-cookie-close {
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  background: transparent; border: 1px solid #777; color: #fff;
  width: 24px; height: 24px; border-radius: 50%; cursor: pointer;
  font-size: 14px; line-height: 1;
}

/* Header */
.tz-header {
    background: #2b2b2b;
    padding: 18px 20px;
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 90;
}
.tz-header-inner {
  max-width: 1200px; width: 100%;
  display: flex; justify-content: center;
}
.tz-brand {
  display: inline-flex; align-items: center; gap: 6px;
  text-decoration: none; color: #fff;
  font-size: 22px; font-weight: 700;
}
.tz-brand-icon { color: #e63946; font-size: 18px; }
.tz-brand-text { color: #fff; }
.tz-brand-toppz {
  color: #ffd233; font-style: italic; font-weight: 800;
  background: #ffd233; color: #1a1a1a; padding: 2px 8px; border-radius: 3px;
  margin-left: 4px; font-size: 18px;
}

/* Hero */
.tz-hero { padding: 50px 20px 30px; }
.tz-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    align-items: center;
    position: relative;
    padding: 0px 20px;
}
.tz-hero-text h1 {
  font-size: 36px; font-weight: 700; margin-bottom: 8px; line-height: 1.2;
}
.tz-hero-text h2 {
  font-size: 22px; font-weight: 600; margin-bottom: 20px; color: #fff;
}
.tz-hero-list { list-style: none; padding: 0; margin: 0 0 24px; }
.tz-hero-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 16px; padding: 6px 0;
}
.tz-check { color: #fff; font-weight: 700; flex-shrink: 0; }

.tz-trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 18px;
  font-size: 14px;
}
.tz-trust-label { color: #ddd; }
.tz-trust-item { display: inline-flex; align-items: center; gap: 6px; }
.tz-trust-icon { font-size: 18px; }

.tz-hero-image {
  display: flex; align-items: center; justify-content: center;
  font-size: 200px;
  filter: drop-shadow(0 10px 30px rgba(255, 100, 50, 0.3));
}
.tz-cards{position:relative;}
.tz-disclosure {
    font-size: 12px;
    color: #ccc;
    cursor: pointer;
    position: absolute;
    bottom: 31px;
    left: 30%;
}

/* Listings */
.tz-listings {
  max-width: 1100px; margin: 20px auto; padding: 0 20px;
}
.tz-row-wrap { margin-bottom: 18px; position: relative; }
.tz-row-badge {
  display: inline-block;
  background: rgba(180, 150, 220, 0.85);
  color: #1a1a1a; font-size: 12px; font-weight: 600;
  padding: 4px 14px; border-radius: 4px 4px 0 0;
  margin-bottom: 0;
}
.tz-row {
  background: rgba(60, 60, 60, 0.85);
  display: grid;
  grid-template-columns: 220px 180px 1fr 200px;
  align-items: center;
  padding: 15px 24px;
  border-radius: 4px;
  gap: 15px;
}
.tz-row-badge + .tz-row { border-top-left-radius: 0; }
.tz-row-logo {
  display: flex; align-items: center; justify-content: center;
  font-size: 28px; font-weight: 800; letter-spacing: -0.5px;
  text-align: center;
}
.tz-row-score { text-align: center; }
.tz-score-num {
  background: #1a1a1a; color: #fff;
  display: inline-block; padding: 6px 6px; border-radius: 4px;
  font-size: 20px; font-weight: 700; min-width: 50px;
}
.tz-score-label {
  color: #00d4a0; font-size: 13px; font-weight: 600; margin-top: 6px;
}
.tz-stars { color: #00d4a0; font-size: 16px; margin-top: 6px; letter-spacing: 2px; }
.tz-votes { color: #fff; font-size: 13px; margin-top: 4px; }
.tz-votes span { color: #aaa; }
.tz-row-desc {
  text-align: center; font-size: 15px; color: #fff; line-height: 1.4;
}
.tz-row-cta { display: flex; justify-content: center; }
.tz-visit-btn {
  background: #7a5cff;
  color: #fff !important;
  padding: 14px 30px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  min-width: 160px;
  transition: background 0.2s;
}
.tz-visit-btn:hover { background: #6a4cee; }
.tz-row-tcs {
  text-align: center; font-size: 11px; color: #aaa; padding: 6px 0;
}
.aff-logo{object-fit:contain;width:160px;height:42px;}
/* Trust banner */
.tz-trust-banner {
  border-radius: 4px;
  margin: 24px 0;
  position: relative;
  overflow: hidden;
}
.tz-trust-banner-text h3 {
  font-size: 22px; font-weight: 700; margin-bottom: 6px;
}
.tz-trust-banner-text p { font-size: 15px; margin: 2px 0; }
.tz-trust-banner-logo {
  display: flex; flex-direction: column; align-items: center;
  border-left: 1px solid rgba(255,255,255,0.3); padding-left: 24px;
}
.tz-trust-banner-logo strong { font-size: 22px; font-weight: 700; }
.tz-trust-banner-logo span { font-size: 11px; letter-spacing: 1px; }
.tz-trust-banner-leaf {
  font-size: 70px; opacity: 0.5; text-align: center;
}
.tz-featured-rows.tz-most-popular {
    position: relative;
}
.tz-featured-rows.tz-most-popular .tz-featured-sub {
    position: absolute;
    left: 0;
    top: 0;
    background: #06ba89;
    color: #000;
    z-index: 99;
    padding: 4px 10px 5px 10px;
    font-size: 13px;
    line-height: 1;
}
.tz-featured-rows.tz-most-popular .tz-row {
    border: 3px solid #06ba89;
    padding: 20px 24px;
}
/* Featured */
.tz-featured {
  max-width: 1100px; margin: 40px auto; padding: 0 20px;
}
.tz-featured-title {
  font-size: 26px; font-weight: 700; text-align: left; margin-bottom: 25px;
}
.tz-featured-sub {
  text-align: center; color: #ccc; font-size: 14px; margin-bottom: 20px;
}

/* Article */
.tz-article {
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    background: transparent;
    color: #222;
    border-radius: 6px;
}
.tz-article h2 {
  font-size: 24px; font-weight: 700; margin: 24px 0 12px;
  color: #fff;
}
.tz-article h2:first-child { margin-top: 0; }
.tz-article h2 {
    font-size: 23px;
    font-weight: 600;
    margin: 24px 0 21px;
    color: #fff;
    border-bottom: 1px solid #3a3838;
    padding-bottom: 13px;
}
.tz-article h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 12px;
    color: #fff;
}
.tz-article-faq-divider{
	margin: 12px 0 12px;
    border-bottom: 1px solid #3a3838;
    width:100%;
}
.tz-article p { font-size: 15px; line-height: 1.7; margin: 10px 0;color: #fff; }
.tz-article ul { margin: 10px 0 16px 24px; }
.tz-article ul li { font-size: 15px; line-height: 1.7; margin: 4px 0;color: #fff; }
.tz-ai-note { color: #fff; font-size: 13px; margin-top: 24px; }

/* Footer */
.tz-footer {
  background: #1a1a1a; color: #aaa;
  padding: 40px 20px 80px;
  margin-top: 40px;
}
.tz-footer-top {
  max-width: 1200px; margin: 0 auto 30px;
  display: flex; align-items: center; justify-content: space-between;
  flex-wrap: wrap; gap: 20px;
  padding-bottom: 24px; border-bottom: 1px solid #333;
}
.tz-brand-footer { font-size: 18px; }
.tz-footer-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.tz-footer-nav a { color: #aaa; text-decoration: none; font-size: 13px; }
.tz-footer-nav a:hover { color: #fff; }
.tz-footer-disclosure {
  max-width: 1200px; margin: 0 auto 24px;
  font-size: 12px; line-height: 1.6;
}
.tz-footer-disclosure strong { display: block; color: #fff; margin-bottom: 8px; }
.tz-footer-legal {
  max-width: 1200px; margin: 0 auto 24px;
  font-size: 11px; line-height: 1.6; color: #888;
}
.tz-footer-legal p { margin: 8px 0; }
.tz-footer-badges {
  max-width: 1200px; margin: 0 auto;
  display: flex; gap: 18px; flex-wrap: wrap; align-items: center;
  padding-top: 20px; border-top: 1px solid #333;
}
.tz-badge {
  padding: 8px 14px; border-radius: 4px;
  font-weight: 700; font-size: 13px;
}
.tz-badge img {
    height: 34px;
}
.tz-badge-text { background: transparent; color: #ccc; border: 1px solid #444; }

/* Responsive */
@media (max-width: 900px) {
  .tz-hero-inner { grid-template-columns: 1fr; }
  .tz-hero-image { display: none; }
  .tz-disclosure { position: static; margin-top: 12px; }
  .tz-row {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .tz-trust-banner { grid-template-columns: 1fr; text-align: center; }
  .tz-trust-banner-logo { border-left: none; padding-left: 0; border-top: 1px solid rgba(255,255,255,0.3); padding-top: 16px; }
  .tz-trust-banner-leaf { display: none; }
  .tz-hero-text h1 { font-size: 28px; }
  .tz-article { padding: 24px; }
}