/* ===========================================================================
   Imminova — marketing site
   Brand palette pulled from the Imminova portal:
     navy   #14264d  (primary dark)
     ink    #0f1e3d  (deeper navy)
     blue   #3b82f6  (primary accent)
     indigo #6366f1
     amber  #f59e0b
     teal   #14b8a6
   Type: Inter (matches the portal).
   =========================================================================== */

:root {
  /* Brand palette taken from the Imminova logo */
  --navy: #023047;   /* deep brand navy-teal — headings + dark sections */
  --ink: #022536;    /* deeper */
  --blue: #219EBC;   /* primary accent (teal-blue) */
  --blue-600: #126782; /* darker teal — accent text for contrast */
  --indigo: #126782; /* mid teal */
  --amber: #FFB703;
  --orange: #FB8500;
  --teal: #219EBC;
  --sky: #8ECAE6;
  --bg: #f6f9fb;
  --card: #ffffff;
  --line: #e6edf1;
  --text: #0c2733;
  --muted: #51616b;
  --muted-2: #87969f;
  --radius: 18px;
  --shadow-sm: 0 1px 3px rgba(2, 48, 71, .06), 0 1px 2px rgba(2, 48, 71, .04);
  --shadow-md: 0 12px 30px -12px rgba(2, 48, 71, .18);
  --shadow-lg: 0 30px 60px -20px rgba(2, 48, 71, .35);
  --maxw: 1080px;
  --grad: linear-gradient(135deg, #219EBC 0%, #126782 55%, #023047 120%);
  --grad-soft: linear-gradient(135deg, rgba(33,158,188,.12), rgba(2,48,71,.07));
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 600; font-size: 15px; line-height: 1;
  padding: 13px 22px; border-radius: 12px; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s ease, box-shadow .2s ease, background .2s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -10px rgba(18,103,130,.55); }
.btn-primary:hover { box-shadow: 0 16px 30px -12px rgba(18,103,130,.65); }
.btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.22); }
.btn-ghost:hover { background: rgba(255,255,255,.16); }
.btn-light { background: #fff; color: var(--navy); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-light:hover { box-shadow: var(--shadow-md); }
.btn-lg { padding: 16px 28px; font-size: 16px; border-radius: 14px; }

/* ---------- Nav ---------- */
header.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247,248,251,.8);
  backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color .2s ease, background .2s ease;
}
header.nav.scrolled { border-color: var(--line); background: rgba(247,248,251,.92); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; font-size: 20px; color: var(--navy); letter-spacing: -.02em; }
.brand .mark { width: 34px; height: auto; }
.nav-links { display: flex; align-items: center; gap: 22px; }
.nav-links a { font-size: 15px; font-weight: 500; color: var(--muted); transition: color .15s; white-space: nowrap; }
.nav-links a:hover { color: var(--navy); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-cta .login { font-size: 15px; font-weight: 600; color: var(--navy); padding: 10px 6px; white-space: nowrap; }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.menu-toggle span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; margin: 4px 0; transition: .25s; }

/* ---------- Hero ---------- */
.hero { padding: 56px 0 36px; overflow: hidden; position: relative; }
.hero::before { content: ""; position: absolute; top: -180px; right: -160px; width: 680px; height: 680px; border-radius: 50%; z-index: 0; pointer-events: none; background: radial-gradient(closest-side, rgba(33,158,188,.16), rgba(255,183,3,.07) 55%, transparent 72%); filter: blur(10px); }
.hero .container { position: relative; z-index: 1; }
@keyframes floaty { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (prefers-reduced-motion: no-preference) { .hero-collage .panel-a { animation: floaty 7s ease-in-out infinite; } }
.hero-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 56px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: .02em;
  color: var(--blue-600); background: var(--grad-soft);
  padding: 7px 14px; border-radius: 100px; border: 1px solid rgba(33,158,188,.22);
}
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 4px rgba(255,183,3,.22); }
h1.hero-title {
  font-size: clamp(30px, 3.8vw, 44px); line-height: 1.06; letter-spacing: -.03em;
  font-weight: 700; color: var(--navy); margin: 22px 0 0;
}
h1.hero-title .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: 17px; color: var(--muted); margin: 20px 0 0; max-width: 500px; }
.hero-actions { display: flex; gap: 14px; margin-top: 32px; flex-wrap: wrap; }
.hero-trust { display: flex; align-items: center; gap: 22px; margin-top: 30px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.hero-trust .item { display: flex; align-items: center; gap: 8px; }
.hero-trust svg { color: var(--teal); flex-shrink: 0; }

/* hero visual — layered collage of cropped portal panels */
.hero-collage { position: relative; padding: 20px 0 44px; }
.hero-collage .panel { display: block; border-radius: 14px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-lg); }
.hero-collage .panel-a { position: relative; z-index: 1; width: 100%; }
.hero-collage .glow { position: absolute; inset: -10% -12% -6% -8%; background: radial-gradient(58% 55% at 68% 38%, rgba(33,158,188,.18), transparent 70%); z-index: 0; filter: blur(8px); }
/* hero visual — generic */
.hero-visual { position: relative; }
.device {
  border-radius: 16px; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.device {
  border-radius: 16px; background: #fff; border: 1px solid var(--line);
  box-shadow: var(--shadow-lg); overflow: hidden;
}
.device .bar { display: flex; align-items: center; gap: 6px; padding: 11px 14px; border-bottom: 1px solid var(--line); background: #fbfcfe; }
.device .bar i { width: 10px; height: 10px; border-radius: 50%; background: #e2e6ee; display: inline-block; }
.device .bar i:nth-child(1){ background:#ff5f57; } .device .bar i:nth-child(2){ background:#febc2e; } .device .bar i:nth-child(3){ background:#28c840; }
.device .bar .url { margin-left: 10px; font-size: 11px; color: var(--muted-2); background: #fff; border: 1px solid var(--line); padding: 4px 12px; border-radius: 6px; }
.device img { width: 100%; display: block; }
.device .placeholder { aspect-ratio: 16/10.5; display: grid; place-items: center; background: var(--grad-soft); color: var(--muted); font-size: 14px; text-align: center; padding: 20px; }
.hero-visual .badge-float {
  position: absolute; left: -26px; bottom: 40px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 12px 16px; box-shadow: var(--shadow-md); display: flex; align-items: center; gap: 11px;
}
.hero-visual .badge-float .ic { width: 36px; height: 36px; border-radius: 10px; background: var(--grad); display: grid; place-items: center; color: #fff; }
.hero-visual .badge-float small { color: var(--muted-2); font-size: 11px; display: block; }
.hero-visual .badge-float b { color: var(--navy); font-size: 14px; }

/* ---------- Logos / trust strip ---------- */
.strip { padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-top: 50px; }
.strip p { text-align: center; color: var(--muted-2); font-size: 13px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.strip-row { display: flex; align-items: center; justify-content: center; gap: 44px; flex-wrap: wrap; margin-top: 16px; color: var(--muted); font-weight: 600; font-size: 15px; }
.strip-row .pill { display: flex; align-items: center; gap: 9px; }
.strip-row svg { color: var(--teal); }

/* ---------- Cropped-panel stack (about section) ---------- */
.shot-stack { position: relative; max-width: 460px; margin-left: auto; }
.shot-stack .panel { display: block; width: 100%; border-radius: 14px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow-lg); }
.shot-stack .panel-offset { width: 82%; margin: -24px 0 0 18%; box-shadow: var(--shadow-md); position: relative; z-index: 2; }

/* ---------- Section heading ---------- */
.sec { padding: 64px 0; }
.sec-head { max-width: 640px; margin: 0 auto 40px; text-align: center; }
.sec-head .kicker { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-600); }
.sec-head h2 { font-size: clamp(23px, 2.4vw, 29px); line-height: 1.16; letter-spacing: -.02em; color: var(--navy); margin: 11px 0 12px; }
.sec-head p { font-size: 16px; color: var(--muted); }

/* ---------- Services ---------- */
.cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease, border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #dfe4ee; }
.card .ic { width: 50px; height: 50px; border-radius: 13px; display: grid; place-items: center; color: #fff; margin-bottom: 18px; }
.ic.blue { background: linear-gradient(135deg, #219EBC, #1b7f97); }
.ic.indigo { background: linear-gradient(135deg, #126782, #023047); }
.ic.amber { background: linear-gradient(135deg, #FFB703, #FB8500); }
.ic.teal { background: linear-gradient(135deg, #8ECAE6, #219EBC); }
.card h3 { font-size: 20px; color: var(--navy); letter-spacing: -.01em; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; }
.card ul { list-style: none; margin-top: 16px; display: grid; gap: 9px; }
.card ul li { display: flex; align-items: flex-start; gap: 9px; font-size: 14px; color: var(--text); }
.card ul li svg { color: var(--teal); margin-top: 3px; flex-shrink: 0; }

/* ---------- Platform showcase (alternating full-width rows) ---------- */
.platform { background: var(--ink); color: #fff; border-radius: 0; }
.platform .sec-head h2 { color: #fff; }
.platform .sec-head .kicker { color: #8ECAE6; }
.platform .sec-head p { color: #aeb8cc; }
.showcase { display: grid; gap: 80px; }
.feature-head { text-align: center; max-width: 640px; margin: 0 auto 30px; }
.feature-head .tag { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; padding: 5px 12px; border-radius: 100px; }
.tag.client { background: rgba(33,158,188,.22); color: #8ECAE6; }
.tag.cand { background: rgba(255,183,3,.18); color: #FFD166; }
.feature-head h3 { font-size: 22px; margin: 13px 0 9px; letter-spacing: -.01em; color: #fff; }
.feature-head p { color: #aeb8cc; font-size: 15px; }
.feature-shot { max-width: 560px; margin: 0 auto; }
.feature-shot .panel { display: block; width: 100%; border-radius: 14px; background: #fff; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 44px 90px -30px rgba(0,0,0,.75); }
.feats-row { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 30px; margin: 26px auto 0; max-width: 860px; }
.feats-row li { display: flex; align-items: center; gap: 9px; font-size: 14.5px; color: #d7deec; }
.feats-row svg { color: #8ECAE6; flex-shrink: 0; }
@media (max-width: 640px) { .feats-row { flex-direction: column; align-items: flex-start; max-width: 360px; } }

/* ---------- Steps / how it works ---------- */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); position: relative; }
.step .n { width: 38px; height: 38px; border-radius: 11px; background: var(--grad-soft); color: var(--blue-600); font-weight: 700; display: grid; place-items: center; margin-bottom: 14px; font-size: 16px; }
.step h4 { color: var(--navy); font-size: 17px; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14px; }

/* ---------- Why / value ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.value-list { display: grid; gap: 18px; }
.value { display: flex; gap: 16px; }
.value .ic { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; flex-shrink: 0; color: #fff; }
.value h4 { color: var(--navy); font-size: 17px; margin-bottom: 4px; }
.value p { color: var(--muted); font-size: 15px; }

/* ---------- Testimonials ---------- */
.tgrid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; }
.quote .stars { color: var(--amber); letter-spacing: 2px; font-size: 15px; margin-bottom: 12px; }
.quote p { color: var(--text); font-size: 16px; line-height: 1.6; }
.quote .who { margin-top: auto; padding-top: 18px; color: var(--muted-2); font-size: 13px; font-weight: 600; }
@media (max-width: 940px) { .tgrid { grid-template-columns: 1fr; } }

/* ---------- Problem → solution contrast ---------- */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 920px; margin: 0 auto; }
.compare-card { border-radius: var(--radius); padding: 30px 30px 32px; border: 1px solid var(--line); }
.compare-card.bad { background: #fdf4f1; border-color: #f3ded7; }
.compare-card.good { background: var(--card); box-shadow: var(--shadow-md); }
.compare-card h3 { font-size: 14px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; margin-bottom: 20px; }
.compare-card.bad h3 { color: #c0492c; }
.compare-card.good h3 { color: var(--blue-600); }
.compare-list { list-style: none; display: grid; gap: 15px; }
.compare-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--text); line-height: 1.45; }
.compare-list .mk { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex-shrink: 0; margin-top: 1px; font-size: 12px; font-weight: 700; }
.bad .mk { background: #f6d8ce; color: #c0492c; }
.good .mk { background: #d7f0e7; color: #0e9b73; }
.problem-close { text-align: center; margin-top: 34px; font-size: 19px; color: var(--navy); }
.problem-close b { color: var(--blue-600); }
@media (max-width: 780px) { .compare { grid-template-columns: 1fr; } }

/* ---------- Industries ---------- */
.industries-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 860px; margin: 0 auto; }
.industry { display: flex; align-items: center; gap: 13px; background: var(--card); border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; box-shadow: var(--shadow-sm); font-weight: 600; color: var(--navy); font-size: 15px; transition: transform .15s ease, box-shadow .2s ease; }
.industry:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.industry .ic { width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center; background: var(--grad-soft); color: var(--blue-600); flex-shrink: 0; }
@media (max-width: 780px) { .industries-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 460px) { .industries-grid { grid-template-columns: 1fr; } }

/* ---------- Eligibility band ---------- */
.elig-band { display: flex; align-items: center; justify-content: space-between; gap: 24px; background: var(--grad-soft); border: 1px solid rgba(33,158,188,.2); border-radius: var(--radius); padding: 26px 32px; flex-wrap: wrap; }
.elig-band .elig-ic { width: 46px; height: 46px; border-radius: 12px; background: var(--grad); color: #fff; display: grid; place-items: center; flex-shrink: 0; }
.elig-band .elig-text { display: flex; align-items: center; gap: 16px; min-width: 0; }
.elig-band h3 { color: var(--navy); font-size: 19px; letter-spacing: -.01em; margin-bottom: 3px; }
.elig-band p { color: var(--muted); font-size: 14.5px; max-width: 520px; }
@media (max-width: 700px) { .elig-band { padding: 24px; } .elig-band .btn { width: 100%; justify-content: center; } }

/* ---------- CTA band ---------- */
.cta-band { background: var(--grad); color: #fff; border-radius: 24px; padding: 56px; text-align: center; box-shadow: var(--shadow-lg); }
.cta-band h2 { font-size: clamp(26px, 3.4vw, 38px); letter-spacing: -.02em; margin-bottom: 12px; }
.cta-band p { font-size: 18px; color: rgba(255,255,255,.88); max-width: 520px; margin: 0 auto 28px; }
.cta-band .hero-actions { justify-content: center; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; }
.contact-info .ci { display: flex; gap: 14px; margin-bottom: 20px; align-items: flex-start; }
.contact-info .ci .ic { width: 42px; height: 42px; border-radius: 11px; background: var(--grad-soft); color: var(--blue-600); display: grid; place-items: center; flex-shrink: 0; }
.contact-info .ci small { color: var(--muted-2); font-size: 13px; display: block; }
.contact-info .ci b { color: var(--navy); font-size: 16px; font-weight: 600; }
form.contact-form { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); }
form.contact-form label { font-size: 13px; font-weight: 600; color: var(--navy); display: block; margin: 14px 0 6px; }
form.contact-form input, form.contact-form textarea, form.contact-form select {
  width: 100%; border: 1px solid var(--line); border-radius: 11px; padding: 12px 14px; font: inherit; font-size: 15px; background: #fff; color: var(--text);
}
form.contact-form input:focus, form.contact-form textarea:focus, form.contact-form select:focus { outline: 2px solid rgba(33,158,188,.4); border-color: var(--blue); }
form.contact-form textarea { resize: vertical; min-height: 110px; }
form.contact-form .btn { width: 100%; justify-content: center; margin-top: 18px; }

/* ---------- Footer ---------- */
footer { background: var(--ink); color: #c2cbdd; padding: 56px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 32px; }
footer .brand { color: #fff; }
footer h5 { color: #fff; font-size: 14px; margin-bottom: 14px; letter-spacing: .02em; }
footer a { display: block; color: #aeb8cc; font-size: 14px; padding: 5px 0; transition: color .15s; }
footer a:hover { color: #fff; }
footer .foot-about { color: #94a0b8; font-size: 14px; margin-top: 14px; max-width: 320px; }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 40px; padding-top: 22px; display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; color: #7e8aa3; font-size: 13px; }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- Responsive ---------- */
/* Nav collapses to a menu earlier so links never crowd/wrap */
@media (max-width: 1040px) {
  .nav-links { display: none; }
  .menu-toggle { display: block; }
  .nav-links.open { display: flex; position: absolute; top: 72px; left: 0; right: 0; flex-direction: column; background: #fff; padding: 18px 24px; gap: 16px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); }
}
@media (max-width: 940px) {
  .hero-grid, .showcase, .split, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
  .cards, .steps { grid-template-columns: 1fr 1fr; }
  .hero-visual .badge-float { left: 10px; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .nav-cta .login { display: none; }
}
@media (max-width: 560px) {
  .cards, .steps, .foot-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 38px 22px; }
  .hero { padding: 40px 0 20px; }
  .sec { padding: 64px 0; }
}

/* ===========================================================================
   Blog / Insights
   =========================================================================== */
.blog-wrap { padding: 56px 0 80px; }
.blog-head { max-width: 720px; margin: 0 auto 40px; text-align: center; }
.blog-head .kicker { font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--blue-600); }
.blog-head h1 { font-size: clamp(30px, 3.6vw, 40px); color: var(--navy); letter-spacing: -.02em; margin: 12px 0 12px; }
.blog-head p { color: var(--muted); font-size: 17px; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { display: flex; flex-direction: column; background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.post-card .thumb { aspect-ratio: 16/9; background: var(--grad-soft); overflow: hidden; }
.post-card .thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.post-card .body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; }
.post-card .meta { font-size: 12.5px; color: var(--muted-2); font-weight: 600; letter-spacing: .01em; }
.post-card h2 { font-size: 18px; line-height: 1.3; color: var(--navy); letter-spacing: -.01em; margin: 9px 0 8px; }
.post-card p { font-size: 14px; color: var(--muted); flex: 1; }
.post-card .more { margin-top: 14px; font-size: 14px; font-weight: 600; color: var(--blue-600); }
@media (max-width: 920px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* Article (single post) */
.article { max-width: 760px; margin: 0 auto; padding: 44px 0 80px; }
.article .back { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 600; color: var(--blue-600); margin-bottom: 22px; }
.article .a-meta { font-size: 13px; font-weight: 600; color: var(--muted-2); letter-spacing: .02em; text-transform: uppercase; }
.article h1 { font-size: clamp(28px, 3.4vw, 38px); line-height: 1.16; letter-spacing: -.02em; color: var(--navy); margin: 12px 0 22px; }
.article .cover { width: 100%; border-radius: 16px; border: 1px solid var(--line); margin-bottom: 30px; display: block; }
.article-body { font-size: 17px; line-height: 1.75; color: #243845; }
.article-body p { margin: 0 0 18px; }
.article-body h2 { font-size: 24px; color: var(--navy); letter-spacing: -.01em; margin: 36px 0 12px; line-height: 1.25; }
.article-body h3 { font-size: 20px; color: var(--navy); margin: 28px 0 10px; }
.article-body ul, .article-body ol { margin: 0 0 18px; padding-left: 22px; }
.article-body li { margin-bottom: 8px; }
.article-body a { color: var(--blue-600); text-decoration: underline; }
.article-body img { max-width: 100%; height: auto; border-radius: 12px; margin: 22px 0; }
.article-body blockquote { margin: 22px 0; padding: 14px 20px; border-left: 3px solid var(--blue); background: var(--grad-soft); border-radius: 0 10px 10px 0; color: var(--navy); }
.article-body strong { color: var(--navy); }
.article-cta { max-width: 760px; margin: 0 auto; }

/* Blog gradient cover tiles (no photo) */
.post-card .thumb { position: relative; display: grid; place-items: center; }
.post-card .thumb.t0 { background: var(--grad); }
.post-card .thumb.t1 { background: linear-gradient(135deg, #FFB703, #FB8500); }
.post-card .thumb.t2 { background: linear-gradient(135deg, #8ECAE6, #219EBC); }
.post-card .thumb.t3 { background: linear-gradient(135deg, #219EBC, #023047); }
.post-card .thumb .thumb-mark { width: 46px; height: auto; opacity: .9; filter: drop-shadow(0 2px 6px rgba(0,0,0,.18)); }
.post-card .thumb img { position: absolute; inset: 0; }
