/* Blog article layout. Serif body copy for reading comfort;
   the surrounding chrome stays on Inter via /seo/styles.css. */
.post{max-width:720px;margin:0 auto;padding:8px 30px 70px}
.post .crumb{font-size:13px;color:var(--muted);margin-bottom:16px}
.post .crumb a{color:var(--muted);text-decoration:none}
.post .crumb a:hover{color:var(--primary)}
.post .crumb b{color:var(--dark);font-weight:600}
.kicker{font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;
  color:var(--primary)}
.post h1,.bloghead h1{text-transform:none}
.post h1{font-family:Georgia,'Times New Roman',serif;font-weight:700;
  font-size:clamp(31px,5vw,50px);line-height:1.06;letter-spacing:-.02em;
  color:#0f1017;margin:12px 0;text-wrap:balance}
.dek{font-family:Georgia,serif;font-style:italic;font-size:20px;line-height:1.5;
  color:#3a3d49;margin-bottom:20px}
.byline{display:flex;flex-wrap:wrap;gap:10px;align-items:center;font-size:13.5px;
  color:var(--muted);border-top:1px solid var(--line);border-bottom:1px solid var(--line);
  padding:12px 0;margin-bottom:26px}
.byline .au{font-weight:700;color:var(--dark)}
.byline .stars{color:#F5A623;letter-spacing:1px}
.hero{margin:0 0 26px}
.hero img{width:100%;height:auto;aspect-ratio:2/1;border-radius:10px;display:block;
  object-fit:contain;background:#e6f6f7}
.hero figcaption{font-size:13px;color:var(--muted);font-style:italic;
  padding:9px 2px 0;line-height:1.45}
.prose{font-family:Georgia,'Times New Roman',serif;font-size:19px;line-height:1.75;
  color:#1e2029;text-align:justify;hyphens:auto}
.prose p{margin:0 0 20px}
.prose>p:first-of-type::first-letter{float:left;font-family:Georgia,serif;font-size:64px;
  line-height:.8;font-weight:700;padding:7px 11px 2px 0;color:var(--primary)}
.prose strong{font-weight:700;color:#0f1017}
.prose h2{font-family:Georgia,serif;font-size:26px;font-weight:700;letter-spacing:-.01em;
  line-height:1.2;margin:32px 0 6px;color:#0f1017;text-align:left}
.prose h3{font-family:Georgia,serif;font-size:21px;font-weight:700;margin:26px 0 6px;
  color:#0f1017;text-align:left}
.prose ul,.prose ol{margin:6px 0 20px;padding-left:1.25em}
.prose li{margin-bottom:9px}
.prose a{color:var(--primary);font-weight:600}
.prose blockquote{font-family:Inter,system-ui,sans-serif;font-size:15px;background:#fff;
  border-left:3px solid var(--primary);border-radius:0 8px 8px 0;padding:12px 16px;
  margin:16px 0;color:var(--muted);font-style:normal;text-align:left}
.prose blockquote p{margin:0}
/* FAQ: the shared stylesheet renders these as <details>. Left alone, the answer
   inherits .prose p and lands at 19px serif — larger than its own 17px question.
   Answers are reference text, not body copy, so drop them to the UI font. */
.prose details summary{font-family:Inter,system-ui,sans-serif}
.prose details p{font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6;
  color:var(--muted);text-align:left}
.postcta{font-family:Inter,system-ui,sans-serif;background:#fff;border:1px solid var(--line);
  border-radius:16px;padding:24px 26px;margin:36px 0 0;text-align:left}
.postcta .t{font-family:Georgia,serif;font-weight:700;font-size:21px;color:var(--dark);
  letter-spacing:-.01em}
.postcta p{font-size:15px;color:var(--muted);line-height:1.6;margin:9px 0 16px}
.rel{font-family:Inter,system-ui,sans-serif;margin:40px 0 0;border-top:1px solid var(--line);
  padding-top:24px}
.rel h2{font-family:Georgia,serif;font-size:22px;font-weight:700;color:#0f1017;margin:0 0 14px}
.rel ul{list-style:none;margin:0;padding:0;display:grid;gap:10px}
.rel a{display:block;background:#fff;border:1px solid var(--line);border-radius:12px;
  padding:14px 16px;text-decoration:none;transition:border-color .15s}
.rel a:hover{border-color:var(--primary)}
.rel .k{display:block;font-size:11px;font-weight:800;letter-spacing:.12em;
  text-transform:uppercase;color:var(--primary);margin-bottom:4px}
.rel .ti{display:block;font-size:16px;font-weight:600;color:var(--dark);line-height:1.35}
/* index — mirrors the MyFastVisa blog index: pill badge, sans-serif heading,
   two-column cards with a cover band, category pill and a "Read more" link. */
.blog-list{max-width:1100px;margin:0 auto;padding:8px 30px 80px}
.sec-head{margin-bottom:50px;max-width:680px}
.badge{display:inline-flex;align-items:center;gap:9px;font-size:12.5px;font-weight:700;
  letter-spacing:.02em;color:var(--primary);background:#d9f2f3;border-radius:40px;
  padding:7px 15px}
.badge svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2}
.sec-head h1{font-family:Inter,-apple-system,sans-serif;font-weight:800;
  font-size:clamp(32px,4.3vw,48px);line-height:1.07;letter-spacing:-.025em;
  color:var(--dark);text-transform:none;margin:16px 0 0}
.sec-head p{margin-top:15px;color:var(--muted);font-size:17px;font-family:Inter,sans-serif;
  font-style:normal;line-height:1.65}
.posts{max-width:1100px;margin:0 auto;padding:0 30px 80px;display:grid;
  grid-template-columns:repeat(2,1fr);gap:22px}
.post-card{display:block;background:#fff;border:1px solid var(--line);border-radius:20px;
  overflow:hidden;text-decoration:none;box-shadow:0 14px 32px -20px rgba(3,15,35,.3);
  transition:transform .3s cubic-bezier(.2,.7,.2,1),box-shadow .3s cubic-bezier(.2,.7,.2,1)}
.post-card:hover{transform:translateY(-5px);box-shadow:0 26px 60px -32px rgba(3,15,35,.32)}
.post-img{height:180px;background-size:cover;background-position:center;
  transition:transform .4s cubic-bezier(.2,.7,.2,1)}
.post-card:hover .post-img{transform:scale(1.05)}
.post-body{padding:26px 30px 30px}
.post-body .cat{display:inline-block;font-size:11px;font-weight:800;letter-spacing:.1em;
  text-transform:uppercase;color:var(--primary);background:#d9f2f3;border-radius:30px;
  padding:5px 12px;margin-bottom:14px}
.post-body h2{font-family:Inter,-apple-system,sans-serif;font-weight:800;font-size:22px;
  line-height:1.07;letter-spacing:-.025em;color:var(--dark);margin:0 0 10px;text-transform:none}
.post-body p{color:var(--muted);font-size:15px;line-height:1.65;margin:0;
  font-family:Inter,sans-serif}
.post-body .more{display:inline-block;margin-top:16px;font-weight:700;color:var(--primary);
  font-size:15px}
@media(max-width:760px){.posts{grid-template-columns:1fr}}
@media(max-width:640px){.prose{font-size:17.5px;text-align:left}}
