/* ============ BLOG LAYOUT (extends styles.css) ============ */

.blog-header {
  background: linear-gradient(180deg, #0a0e1a 0%, #111833 100%);
  padding: 18px 0;
  border-bottom: 2px solid rgba(82, 117, 187, 0.35);
}

.blog-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.blog-header-logo img {
  width: 170px;
  height: auto;
  display: block;
}

.blog-header-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.blog-header-nav a {
  color: rgba(255,255,255,0.85);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: color 0.25s;
}

.blog-header-nav a:hover { color: #fff; }

.blog-header-call {
  background: #c41e3a;
  border: 2px solid #e53935;
  border-radius: 6px;
  color: #fff !important;
  padding: 10px 20px;
  font-weight: 700 !important;
  white-space: nowrap;
}

.blog-header-call:hover { background: #e53935; }

.blog-header-call i { margin-right: 6px; }

/* ---- Article hero strip ---- */
.article-hero {
  background: linear-gradient(145deg, #1D4594 0%, #0d2a60 100%);
  padding: 56px 0 48px;
  text-align: center;
}

.article-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 38px;
  line-height: 1.18;
  color: #fff;
  max-width: 780px;
  margin: 0 auto 14px;
  padding: 0 20px;
}

.article-hero .article-meta {
  color: rgba(255,255,255,0.75);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.article-hero .article-meta::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: #c41e3a;
  margin: 18px auto 0;
  border-radius: 2px;
}

/* ---- Article body ---- */
.article-wrap {
  background: #fff;
  padding: 50px 0 70px;
}

.article-body {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 1.75;
  color: #333;
}

.article-body h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-size: 27px;
  color: #1a1a2e;
  margin: 44px 0 14px;
  padding-bottom: 10px;
  position: relative;
}

.article-body h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #c41e3a;
  margin-top: 10px;
  border-radius: 2px;
}

.article-body h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1D4594;
  margin: 30px 0 10px;
}

.article-body p { margin-bottom: 18px; }

.article-body ul, .article-body ol {
  margin: 0 0 20px 24px;
}

.article-body li { margin-bottom: 10px; }

.article-body a { color: #1D4594; font-weight: 500; text-decoration: underline; }
.article-body a:hover { color: #c41e3a; }

.article-body strong { color: #1a1a2e; }

.article-body table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 24px;
  font-size: 15px;
}

.article-body th {
  background: #1D4594;
  color: #fff;
  text-align: left;
  padding: 10px 14px;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.article-body td {
  padding: 10px 14px;
  border-bottom: 1px solid #e4e7ef;
}

.article-body tr:nth-child(even) td { background: #f5f7fb; }

.table-scroll { overflow-x: auto; margin-bottom: 24px; }
.table-scroll table { margin-bottom: 0; min-width: 480px; }

/* ---- Info/tip boxes ---- */
.tip-box {
  background: #f5f7fb;
  border-left: 4px solid #1D4594;
  padding: 18px 22px;
  margin: 26px 0;
  border-radius: 0 6px 6px 0;
  font-size: 16px;
}

.tip-box strong { color: #1D4594; }

/* ---- Call CTA blocks ---- */
.call-cta {
  background: linear-gradient(145deg, #1D4594 0%, #0d2a60 100%);
  border-radius: 12px;
  padding: 34px 28px;
  text-align: center;
  margin: 40px 0;
}

.call-cta .call-cta-title {
  font-family: Georgia, 'Times New Roman', serif;
  font-style: italic;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  margin-bottom: 8px;
}

.call-cta .call-cta-sub {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  margin-bottom: 22px;
}

.btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #c41e3a;
  border: 2px solid #e53935;
  border-radius: 6px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 44px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s;
  cursor: pointer;
}

.btn-call .btn-text { position: relative; z-index: 2; }

.btn-call .btn-wave {
  position: absolute;
  bottom: -100%;
  left: -10%;
  width: 120%;
  height: 200%;
  border-radius: 40%;
  background: rgba(255, 82, 82, 0.45);
  transition: bottom 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  animation: waveRotate 4s linear infinite;
}

.btn-call:hover .btn-wave { bottom: -40%; }

.call-cta .call-cta-number {
  display: block;
  margin-top: 16px;
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 3px;
  color: #fff;
}

.call-cta .call-cta-landline {
  display: block;
  margin-top: 6px;
  color: rgba(255,255,255,0.7);
  font-size: 14px;
}

.call-cta .call-cta-landline a { color: rgba(255,255,255,0.9); text-decoration: underline; }

/* ---- Sticky mobile call bar ---- */
.sticky-call {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  background: #c41e3a;
  color: #fff;
  text-align: center;
  padding: 14px 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 -4px 16px rgba(0,0,0,0.3);
}

.sticky-call i { margin-right: 8px; }

@media (max-width: 720px) {
  .sticky-call { display: block; }
  body { padding-bottom: 52px; }
  .article-hero h1 { font-size: 28px; }
  .article-body { font-size: 16px; }
}

/* ---- FAQ (blog version, static open) ---- */
.article-faq {
  background: #f5f7fb;
  border-radius: 10px;
  padding: 8px 26px;
  margin: 26px 0;
}

.article-faq .faq-q {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #1a1a2e;
  margin: 22px 0 8px;
}

.article-faq .faq-a { margin-bottom: 22px; }

/* ---- Related articles ---- */
.related-posts {
  background: #f5f7fb;
  padding: 50px 0 60px;
}

.related-posts .section-title { margin-bottom: 30px; }

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 24px;
}

.related-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px 22px;
  border-top: 3px solid #1D4594;
  box-shadow: 0 4px 14px rgba(13, 42, 96, 0.08);
  transition: transform 0.3s, box-shadow 0.3s;
  display: block;
}

.related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(13, 42, 96, 0.16);
}

.related-card h3 {
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  font-size: 17px;
  color: #1a1a2e;
  margin-bottom: 8px;
  line-height: 1.35;
}

.related-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.55;
}

.related-card .related-more {
  display: inline-block;
  margin-top: 12px;
  color: #c41e3a;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* ---- Blog index hub ---- */
.blog-index-hero {
  background: linear-gradient(145deg, #1D4594 0%, #0d2a60 100%);
  padding: 60px 0 50px;
  text-align: center;
}

.blog-index-hero h1 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  color: #fff;
  margin-bottom: 10px;
}

.blog-index-hero p {
  color: rgba(255,255,255,0.8);
  font-size: 16px;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-index-list {
  background: #fff;
  padding: 50px 0 70px;
}

/* ---- Breadcrumb ---- */
.crumbs {
  max-width: 760px;
  margin: 0 auto 6px;
  padding: 18px 24px 0;
  font-size: 13px;
  color: #888;
}

.crumbs a { color: #1D4594; }
