/* HotelHinge - blog (Insights) styles. Loaded after landing.css on blog.html and every blog/<slug>.html.
   Two groups: .bloghub-* (the index grid) and .post-* (the article reading column). All colors come from
   css/tokens.css. Designed to read well with NO images: typography, callouts, tables, and FAQ only. */

/* ── hub (blog.html) ─────────────────────────────────────────────────────────── */
.bloghub-head{max-width:820px;margin:0 auto;padding:46px 28px 8px;text-align:center}
.bloghub-head h1{font-size:34px;letter-spacing:-.02em;margin:8px 0 8px;color:var(--ink)}
.bloghub-head p{font-size:15px;color:var(--ink2);line-height:1.6;margin:0 auto;max-width:60ch}
.bloghub-wrap{max-width:1080px;margin:0 auto;padding:24px 28px 8px}
.bloghub-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:18px}
.bloghub-card{display:flex;flex-direction:column;background:var(--panel);border:1px solid var(--line);
  border-radius:14px;padding:22px 22px 20px;transition:border-color .15s,box-shadow .15s,transform .15s}
.bloghub-card:hover{border-color:#d3cdbf;box-shadow:0 10px 28px rgba(20,30,50,.08);transform:translateY(-2px);text-decoration:none}
.bloghub-card.pillar{border-color:var(--gold);background:linear-gradient(180deg,#fffdf7 0%,var(--panel) 60%)}
.bloghub-card .bloghub-meta{font-size:11.5px;color:var(--muted);letter-spacing:.02em;text-transform:uppercase}
.bloghub-card .bloghub-title{font-size:18.5px;line-height:1.3;letter-spacing:-.01em;color:var(--ink);margin:8px 0 8px}
.bloghub-card .bloghub-excerpt{font-size:13.5px;color:var(--ink2);line-height:1.6;margin:0 0 14px;flex:1}
.bloghub-tags{display:flex;flex-wrap:wrap;gap:6px}
.bloghub-tag{font-size:11px;color:var(--ink2);background:var(--line2);border:1px solid var(--line);
  border-radius:20px;padding:2px 9px}
.bloghub-card.pillar .bloghub-tag{background:#fbf4e2;border-color:#ecdcb0}

/* ── article (blog/<slug>.html) ──────────────────────────────────────────────── */
.post{max-width:760px;margin:0 auto;padding:34px 28px 8px}
.post-crumbs{font-size:12px;color:var(--muted);margin:0 0 18px}
.post-crumbs a{color:var(--muted)}
.post-crumbs a:hover{color:var(--link)}
.post-h1{font-size:33px;line-height:1.15;letter-spacing:-.02em;color:var(--ink);margin:6px 0 10px}
.post-meta{font-size:12.5px;color:var(--muted);margin:0 0 22px;border-bottom:1px solid var(--line);padding-bottom:18px}
.post-bluf{background:#fffdf7;border:1px solid #ecdcb0;border-left:3px solid var(--gold);border-radius:10px;
  padding:16px 18px;margin:0 0 26px}
.post-bluf p{font-size:15px;line-height:1.6;color:var(--ink);margin:0}
.post p{font-size:15.5px;line-height:1.72;color:var(--ink2);margin:0 0 16px}
.post h2{font-size:23px;letter-spacing:-.01em;color:var(--ink);margin:34px 0 10px}
.post h3{font-size:17px;color:var(--ink);margin:24px 0 8px}
.post ul,.post ol{margin:0 0 16px;padding-left:22px}
.post li{font-size:15.5px;line-height:1.7;color:var(--ink2);margin:0 0 7px}
.post strong{color:var(--ink)}
.post a{color:var(--link);text-decoration:underline;text-underline-offset:2px}
.post blockquote{margin:20px 0;padding:4px 0 4px 18px;border-left:3px solid var(--line);
  color:var(--ink2);font-style:italic;font-size:16px}

/* comparison table */
.post-table{width:100%;border-collapse:collapse;margin:18px 0 24px;font-size:14px}
.post-table th,.post-table td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line);vertical-align:top}
.post-table thead th{background:var(--accent);color:#fff;font-weight:600;border-bottom:0}
.post-table thead th:first-child{border-radius:8px 0 0 0}
.post-table thead th:last-child{border-radius:0 8px 0 0}
.post-table tbody tr:nth-child(even){background:var(--line2)}
.post-table td:first-child{font-weight:600;color:var(--ink)}

/* product CTA band */
.post-cta{margin:36px 0 8px;padding:30px 28px;border-radius:16px;text-align:center;color:#eaf1fb;
  background:radial-gradient(700px 300px at 0% -20%, #27538a 0%, transparent 58%),linear-gradient(157deg,#141d2e 0%,#1b3a6b 135%)}
.post-cta h2{color:#fff;font-size:22px;margin:0 0 8px}
.post-cta p{color:#bccde1;font-size:14px;max-width:52ch;margin:0 auto 18px}
.post-cta .lp-btn{background:#fff;color:var(--accent);border-color:#fff}
.post-cta .lp-btn:hover{background:#eef4fb;color:var(--accent)}

/* FAQ (powers FAQPage schema; keep visible text identical to the JSON-LD) */
.post-faq{margin:34px 0 8px}
.post-faq h2{margin-bottom:6px}
.post-faq details{border-bottom:1px solid var(--line);padding:14px 0}
.post-faq summary{font-size:15.5px;font-weight:600;color:var(--ink);cursor:pointer;list-style:none;position:relative;padding-right:28px}
.post-faq summary::-webkit-details-marker{display:none}
.post-faq summary::after{content:"+";position:absolute;right:4px;top:-2px;font-size:20px;color:var(--gold);font-weight:400}
.post-faq details[open] summary::after{content:"\2212"}
.post-faq details p{margin:10px 0 2px;font-size:14.5px}

/* related + author */
.post-related{margin:30px 0 8px;border-top:1px solid var(--line);padding-top:20px}
.post-related .h{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin:0 0 10px}
.post-related a{display:block;font-size:15px;color:var(--ink);text-decoration:none;padding:7px 0;border-bottom:1px solid var(--line2)}
.post-related a:hover{color:var(--link)}
.post-author{margin:26px 0 8px;padding:18px 20px;background:var(--panel);border:1px solid var(--line);border-radius:12px;
  font-size:13px;color:var(--muted);line-height:1.6}
.post-author b{color:var(--ink2)}

@media(max-width:760px){
  .post-h1{font-size:27px}
  .bloghub-head h1{font-size:28px}
  .post h2{font-size:20px}
}
