:root {
      --navy: #08083d;
      --navy-soft: #242453;
      --gold: #b1a084;
      --gold-dark: #988567;
      --cream: #f7f3ec;
      --line: #e9e3d8;
      --white: #ffffff;
      --shadow: 0 24px 60px rgba(8, 8, 61, .16);
      --hair: rgba(255, 255, 255, .09);
      --ink-1: rgba(255, 255, 255, .92);
      --ink-2: rgba(255, 255, 255, .62);
      --ink-3: rgba(255, 255, 255, .40);
      --ok: #3f9d5a;
      --ok-bg: #eef7f0;
      --info: #4a78c4;
      --info-bg: #eef2fb;
    }
html { color-scheme: light; }
.site-header {
      position: relative;
      z-index: 30;
      background: var(--white);
      box-shadow: 0 1px 0 rgba(8, 8, 61, .08);
    }
.blog-hero { position: relative; background: linear-gradient(135deg, #08083d 0%, #23234f 60%, #3a3a5c 100%); color: var(--white); }
.blog-hero__intro { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 36px; padding: 84px 0 96px; }
.blog-hero__col { min-width: 0; grid-column: 1; }
.blog-hero__intro h1 { margin: 0; font-size: clamp(34px, 5vw, 60px); line-height: 1.06; letter-spacing: -.035em; }
.blog-hero__lead { max-width: 560px; margin: 22px 0 0; color: rgba(255,255,255,.86); font-size: 15px; line-height: 1.7; }
.blog-section { padding: 64px 0 96px; background: var(--white); }
.blog-layout { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 36px; align-items: start; }
.blog-main { min-width: 0; }
.blog-card {
      display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 18px;
      background: var(--white); box-shadow: 0 10px 28px rgba(8,8,61,.06);
      transition: transform .18s ease, box-shadow .18s ease;
    }
.blog-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px rgba(8,8,61,.14); }
.blog-card__img { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--cream); }
.blog-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card__body { display: flex; flex: 1; flex-direction: column; padding: 22px 22px 20px; gap: 12px; }
.blog-card__accent { width: 38px; height: 3px; border-radius: 2px; background: var(--gold); }
.blog-card__title {
      margin: 0; color: var(--navy); font-size: 16.5px; font-weight: 700; line-height: 1.4;
      display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
    }
.blog-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: auto; padding-top: 4px; color: var(--gold-dark); font-size: 13px; font-weight: 700; }
.blog-sidebar { display: grid; gap: 28px; }
.side-block { padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf7; }
.side-title { margin: 0 0 16px; color: var(--navy); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.side-list { display: grid; margin: 0; padding: 0; gap: 2px; list-style: none; }
.side-list a {
      display: flex; align-items: center; gap: 10px; padding: 10px 0; color: var(--navy-soft);
      font-size: 14px; font-weight: 500; border-bottom: 1px solid var(--line); transition: color .14s ease, transform .14s ease;
    }
.side-list li:last-child a { border-bottom: 0; }
.side-list a:hover { color: var(--gold-dark); transform: translateX(3px); }
.side-list a .ok { color: var(--gold); font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; padding: 12px 24px; border: 0; border-radius: 50px; font-weight: 700; font-size: 14px; line-height: 1.2; cursor: pointer; white-space: nowrap; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .18s ease; }
.btn svg { width: 17px; height: 17px; flex-shrink: 0; }
.btn-gold { background: var(--gold); color: #fff; }
.btn-gold:hover { background: var(--gold-dark); }
.btn-wa { background: transparent; color: var(--navy); border: 1.6px solid var(--line); }
.btn-wa:hover { border-color: var(--gold); background: var(--cream); }
.contact-box { padding: 24px; }
.contact-box .btn { width: 100%; margin-bottom: 10px; }
.contact-box .btn-gold { box-shadow: 0 10px 24px rgba(177,160,132,.30); }
.promise-list { margin: 12px 0 0; padding: 0; list-style: none; display: grid; gap: 10px; }
.promise-list li { position: relative; padding-left: 26px; color: var(--navy-soft); font-size: 13.5px; }
.promise-list li::before { content: "✓"; position: absolute; left: 0; color: var(--ok); font-weight: 700; }
.blog-hero__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 22px; margin: 26px 0 0; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16); }
.blog-hero__author { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.9); font-size: 13.5px; font-weight: 600; }
.blog-hero__author img { width: 34px; height: 34px; border-radius: 50%; object-fit: cover; object-position: 50% 12%; }
.blog-hero__meta-sep { color: rgba(255,255,255,.35); }
.blog-hero__meta span.plain { color: rgba(255,255,255,.72); font-size: 13.5px; }
.blog-sidebar { position: sticky; top: 24px; }
.tip2-auto-toc { margin: 0 0 30px; padding: 22px 26px; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf7; }
.tip2-toc-title { display: flex; align-items: center; justify-content: space-between; gap: 10px; width: 100%; margin: 0 0 14px; padding: 0 0 12px; border: 0; border-bottom: 1px solid var(--line); background: none; color: var(--navy); font: 700 15px "Poppins", Arial, sans-serif; text-align: left; cursor: pointer; }
.toc-caret { flex-shrink: 0; width: 9px; height: 9px; border-right: 2px solid var(--gold-dark); border-bottom: 2px solid var(--gold-dark); transform: rotate(45deg); transition: transform .2s ease; }
.tip2-auto-toc.is-collapsed .tip2-toc-title { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.tip2-auto-toc.is-collapsed .toc-caret { transform: rotate(-45deg); }
.tip2-auto-toc.is-collapsed ol { display: none; }
.tip2-auto-toc ol { margin: 0; padding: 0; list-style: none; counter-reset: toc; columns: 2; column-gap: 40px; }
.tip2-auto-toc li { counter-increment: toc; break-inside: avoid; margin-bottom: 11px; padding-left: 26px; position: relative; font-size: 13.5px; line-height: 1.55; }
.tip2-auto-toc li::before { content: counter(toc) "."; position: absolute; left: 0; color: var(--gold-dark); font-weight: 700; }
.tip2-auto-toc a { color: var(--navy-soft); font-weight: 500; text-decoration: none; }
.tip2-auto-toc a:hover { color: var(--gold-dark); }
.tip2-main-html { color: var(--navy-soft); font-size: 15.5px; line-height: 1.8; }
.tip2-main-html h2 { margin: 46px 0 14px; padding-bottom: 12px; border-bottom: 3px solid var(--gold); color: var(--navy); font-size: clamp(22px, 3vw, 30px); line-height: 1.14; letter-spacing: -.02em; scroll-margin-top: 90px; }
.tip2-main-html h3 { margin: 30px 0 10px; color: var(--navy); font-size: 19px; }
.tip2-main-html > h2:first-child { margin-top: 0; }
.tip2-main-html p { margin: 0 0 16px; }
.tip2-main-html a { color: var(--gold-dark); font-weight: 600; }
.tip2-main-html ul { margin: 0 0 16px; padding-left: 22px; }
.tip2-main-html ul li { margin-bottom: 7px; }
.tip2-main-html strong { color: var(--navy); }
.tip2-main-html figure { margin: 24px 0; }
.tip2-main-html figure img { width: 100%; border-radius: 14px; display: block; }
.tip2-main-html figcaption { margin-top: 10px; color: var(--navy-soft); font-size: 12.5px; text-align: center; }
.callout { margin: 22px 0; padding: 20px 24px; border-radius: 12px; border-left: 4px solid var(--gold); background: var(--cream); }
.callout p { margin: 0 0 10px; font-size: 14.5px; }
.callout p:last-child { margin-bottom: 0; }
.callout h3 { margin: 0 0 10px; color: var(--navy); font-size: 16px; }
.callout ul { margin: 0; }
.callout-success { border-left-color: var(--ok); background: var(--ok-bg); }
.callout-warn { border-left-color: var(--gold); background: #f7f1e6; }
.tip2-cta-card {
      display: flex; align-items: center; gap: 20px; margin: 46px 0 0; padding: 22px 26px; border-radius: 16px;
      border: 1px solid var(--line); background: #fbfaf7; transition: border-color .16s ease, transform .16s ease;
    }
.tip2-cta-card:hover { border-color: var(--gold); transform: translateY(-2px); }
.tip2-cta-card img { width: 84px; height: 84px; border-radius: 12px; object-fit: cover; flex-shrink: 0; }
.tip2-cta-card__content { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex: 1; min-width: 0; }
.tip2-cta-card__body { min-width: 0; }
.tip2-cta-card__label { margin: 0 0 4px; color: var(--gold-dark); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.tip2-cta-card__title { margin: 0; color: var(--navy); font-size: 17px; font-weight: 700; }
.tip2-cta-card__arrow { flex-shrink: 0; width: 20px; height: 20px; stroke: var(--gold-dark); }
.related-title { margin: 54px 0 22px; padding-bottom: 14px; border-bottom: 3px solid var(--gold); color: var(--navy); font-size: clamp(22px, 3vw, 28px); }
.related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.author-box { display: flex; gap: 22px; margin: 46px 0 0; padding: 26px; border: 1px solid var(--line); border-radius: 16px; background: #fbfaf7; }
.author-box img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; object-position: 50% 12%; flex-shrink: 0; }
.author-box__label { margin: 0 0 4px; color: var(--gold-dark); font-size: 11.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.author-box__name { margin: 0 0 8px; color: var(--navy); font-size: 18px; font-weight: 700; }
.author-box__name a { color: inherit; }
.author-box__name a:hover { color: var(--gold-dark); }
.author-box p.author-box__bio { margin: 0 0 12px; color: var(--navy-soft); font-size: 14px; line-height: 1.65; }
.author-box__social { display: flex; gap: 8px; margin-top: 4px; }
.author-box__social a {
      display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px;
      border: 1px solid var(--line); border-radius: 50%; color: var(--navy-soft); transition: color .16s ease, border-color .16s ease;
    }
.author-box__social a:hover { color: var(--gold-dark); border-color: var(--gold); }
.author-box__social svg { width: 15px; height: 15px; fill: currentColor; }
@media (max-width: 1240px) and (min-width: 1024px) {
      .header-main { width: min(1240px, calc(100% - 48px)); grid-template-columns: 145px minmax(0,1fr) auto auto; column-gap: 8px; }
      .brand { width: 142px; }
      .nav-trigger { padding-right: 7px; padding-left: 7px; font-size: 11px; }
      .consultation-cta { padding-right: 15px; padding-left: 15px; font-size: 11px; }
      .language-button { font-size: 11px; }
    }
@media (max-width: 1023px) {
      .utility-bar { display: none; }
      .header-main { display: flex; justify-content: space-between; width: min(720px, calc(100% - 32px)); min-height: 64px; }
      .brand { width: 138px; }
      .desktop-nav, .header-main > .consultation-cta, .header-main > .language { display: none; }
      .hamburger { display: inline-flex; }
      .lead { grid-template-columns: 1fr; gap: 34px; padding: 56px 0 40px; }
      .lead-contact { justify-self: start; text-align: left; }
      .directory { grid-template-columns: 1fr 1fr; gap: 34px 40px; }
      .blog-layout { grid-template-columns: 1fr; }
      .blog-hero__intro { grid-template-columns: 1fr; }
      .blog-sidebar { position: static; grid-template-columns: 1fr 1fr; }
      .related-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }}
@media (max-width: 720px) {
      .blog-sidebar { display: none; }
      .tip2-auto-toc ol { columns: 1; }
      .author-box { flex-direction: column; text-align: center; align-items: center; }
      .tip2-cta-card { flex-direction: column; align-items: stretch; gap: 16px; }
      .tip2-cta-card img { width: 100%; height: 150px; }
      .tip2-cta-card__content { width: 100%; }
      .related-grid {
        display: flex; grid-template-columns: none; gap: 16px; overflow-x: auto; overflow-anchor: none;
        scroll-snap-type: x proximity; -webkit-overflow-scrolling: touch; padding-bottom: 10px;
      }
      .related-grid .blog-card { flex: 0 0 78%; scroll-snap-align: start; }}
@media (max-width: 560px) {
      .wrap { width: calc(100% - 40px); }
      .directory { grid-template-columns: 1fr; }
      .baseline { flex-direction: column; align-items: flex-start; }
      .blog-hero__intro { padding: 56px 0 64px; }
      .blog-section { padding: 44px 0 64px; }}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }}

/* sticky header on mobile — same rule the other pages already have (13 Sep 2026) */
@media (max-width: 1023px) {
.site-header { position: sticky; top: 0; box-shadow: 0 1px 0 rgba(8,8,61,.08), 0 6px 20px rgba(8,8,61,.06); }
}
