/* ProTechTrader Blog — themed to match shoppica2 homepage */
/* Colors: #f12b63 pink, #4cb1ca teal, #1a1f2e navy, #103e47 dark teal */

/* Reset */
*, body, button, input, textarea, select, table, td, th { margin:0; padding:0; line-height:inherit; font-family:inherit; font-size:100%; }
img { max-width:100%; line-height:0; font-size:0; -ms-interpolation-mode:bicubic; border:0; }
a { text-decoration:none; }
ul { list-style:none; }
table { border-collapse:collapse; border-spacing:0; }
*, :after, :before { box-sizing:border-box; }

body {
  font: 14px/1.5 "Lucida Sans Unicode","Lucida Grande",Arial,sans-serif;
  color: #333;
  background: #fff;
}

/* Header */
.ptt-blog-header {
  background: linear-gradient(to bottom, #1a1f2e 0%, #2d3548 100%);
  padding: 0;
  border-bottom: 3px solid #f12b63;
}
.ptt-blog-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.ptt-blog-logo img { height: 50px; width: auto; }
.ptt-blog-nav { display: flex; gap: 24px; flex-wrap: wrap; }
.ptt-blog-nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 6px 0;
  border-bottom: 2px solid transparent;
  transition: border-color 0.2s;
}
.ptt-blog-nav a:hover { border-color: #f12b63; text-decoration: none; }
.ptt-blog-nav a.active { border-color: #4cb1ca; }

/* Breadcrumb */
.ptt-breadcrumb {
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
  font-size: 12px;
  color: #777;
}
.ptt-breadcrumb-inner { max-width: 800px; margin: 0 auto; }
.ptt-breadcrumb a { color: #f12b63; }
.ptt-breadcrumb a:hover { text-decoration: underline; }

/* Content */
.ptt-blog-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}
.ptt-blog-content h1 {
  font-size: 28px;
  font-weight: normal;
  color: #1a1f2e;
  margin: 0 0 8px;
  line-height: 1.3;
}
.ptt-blog-content h2 {
  font-size: 22px;
  font-weight: normal;
  color: #1a1f2e;
  margin: 28px 0 12px;
  padding-top: 8px;
  line-height: 1.3;
}
.ptt-blog-content h3 {
  font-size: 18px;
  font-weight: bold;
  color: #1a1f2e;
  margin: 22px 0 8px;
}
.ptt-blog-content p { margin: 0 0 14px; }
.ptt-blog-content ul, .ptt-blog-content ol { margin: 0 0 14px 1.4em; }
.ptt-blog-content ul li, .ptt-blog-content ol li { margin-bottom: 6px; list-style: disc; }
.ptt-blog-content ol li { list-style: decimal; }
.ptt-blog-content a { color: #f12b63; }
.ptt-blog-content a:hover { text-decoration: underline; }
.ptt-blog-content strong { font-weight: 700; }
.ptt-blog-content em { font-style: italic; }

.ptt-blog-content blockquote {
  border-left: 4px solid #4cb1ca;
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 15px;
  color: #555;
  background: #f7f9fa;
}

.ptt-blog-content hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 32px 0;
}

.ptt-blog-content table {
  width: 100%;
  margin: 16px 0;
  font-size: 13px;
}
.ptt-blog-content th, .ptt-blog-content td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: left;
}
.ptt-blog-content th { background: #f8f9fa; font-weight: 700; color: #1a1f2e; }
.ptt-blog-content tbody tr:nth-child(odd) { background: #f9f9f9; }

.ptt-meta { color: #777; font-size: 13px; margin: 0 0 24px; }

/* Kit card */
.ptt-kit-card {
  background: #f7f9fa;
  border-left: 4px solid #4cb1ca;
  padding: 16px 20px;
  margin: 16px 0;
  border-radius: 0 4px 4px 0;
}

/* CTA buttons */
.ptt-cta {
  display: inline-block;
  background: #4cb1ca;
  color: #fff !important;
  padding: 12px 22px;
  border-radius: 4px;
  font-weight: 600;
  margin: 4px 0;
  font-size: 14px;
  transition: background 0.2s;
}
.ptt-cta:hover { background: #3a9bb5; text-decoration: none; color: #fff !important; }

/* Disclosure */
.ptt-disclosure {
  background: #f7f7f7;
  padding: 14px 18px;
  border-radius: 4px;
  font-size: 13px;
  color: #555;
  margin-top: 24px;
}
.ptt-disclosure strong { color: #333; }

/* Blog index */
.ptt-blog-index .ptt-post-card {
  background: #f7f9fa;
  padding: 16px 20px;
  border-left: 4px solid #f12b63;
  margin: 12px 0;
  border-radius: 0 4px 4px 0;
}
.ptt-blog-index .ptt-post-card h3 { margin-top: 0; }
.ptt-blog-index .ptt-post-card h3 a { color: #1a1f2e; font-size: 17px; }
.ptt-blog-index .ptt-post-card h3 a:hover { color: #f12b63; text-decoration: none; }
.ptt-blog-index .ptt-post-card .ptt-meta { margin-bottom: 0; }

/* Trust bar */
.ptt-trust-bar {
  background: linear-gradient(135deg, #1a1f2e 0%, #2d3548 100%);
  padding: 20px 0;
  margin-top: 40px;
}
.ptt-trust-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.ptt-trust-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.ptt-trust-item svg { width: 32px; height: 32px; color: #4cb1ca; flex-shrink: 0; }
.ptt-trust-text h4 { margin: 0; font-size: 13px; font-weight: 600; color: #fff; }
.ptt-trust-text p { margin: 2px 0 0; font-size: 11px; color: #9ca3af; }

/* Footer */
.ptt-blog-footer {
  background: #f8f9fa;
  border-top: 3px solid #f12b63;
  padding: 30px 20px;
  text-align: center;
  font-size: 12px;
  color: #777;
}
.ptt-blog-footer a { color: #f12b63; }
.ptt-blog-footer .ptt-footer-links {
  max-width: 1200px;
  margin: 0 auto 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.ptt-blog-footer .ptt-footer-links a { color: #1a1f2e; font-weight: 600; }
.ptt-blog-footer .ptt-copyright { color: #999; }

@media (max-width: 768px) {
  .ptt-blog-header-inner { flex-direction: column; gap: 10px; }
  .ptt-blog-nav { gap: 14px; }
  .ptt-blog-content { padding: 24px 16px; }
  .ptt-blog-content h1 { font-size: 24px; }
  .ptt-trust-grid { gap: 16px; }
}
