:root{
      --bg:#f3efe7;
      --paper:#fbf8f1;
      --ink:#171717;
      --muted:#6e6a61;
      --line:rgba(23,23,23,.14);
      --soft:rgba(23,23,23,.055);
      --gold:#a9874a;
      --dark:#151515;
      --dark2:#202020;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{
      margin:0;
      background:var(--bg);
      color:var(--ink);
      font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
      line-height:1.62;
      letter-spacing:-.01em;
    }
    a{color:inherit}
    .top{
      position:sticky;
      top:0;
      z-index:20;
      backdrop-filter:blur(18px);
      background:rgba(243,239,231,.82);
      border-bottom:1px solid var(--line);
    }
    .top-inner{
      max-width:1180px;
      margin:0 auto;
      padding:18px 26px;
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:20px;
    }
    .brand{
      display:flex;
      align-items:center;
      gap:14px;
      text-decoration:none;
      font-weight:800;
      letter-spacing:.22em;
      font-size:13px;
    }
    .mark{
      width:38px;
      height:38px;
      border:1px solid var(--gold);
      border-radius:50%;
      display:grid;
      place-items:center;
      font-family:Georgia,serif;
      font-size:20px;
      color:var(--gold);
    }
    .nav{
      display:flex;
      gap:20px;
      align-items:center;
      color:#4d4942;
      font-size:14px;
    }
    .nav a{text-decoration:none}
    .nav .pill{
      padding:10px 15px;
      border:1px solid var(--line);
      border-radius:999px;
      background:rgba(255,255,255,.38);
    }

    .hero{
      min-height:78vh;
      display:grid;
      align-items:end;
      background:
        linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.62)),
        linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.15)),
        linear-gradient(135deg, rgba(15,23,42,.88), rgba(15,23,42,.66));
      background-size:cover;
      background-position:center;
      color:white;
    }
    .hero-inner{
      max-width:1180px;
      margin:0 auto;
      width:100%;
      padding:90px 26px 76px;
    }
    .eyebrow{
      color:#d7bd84;
      font-size:12px;
      text-transform:uppercase;
      letter-spacing:.22em;
      font-weight:800;
      margin-bottom:22px;
    }
    h1{
      max-width:860px;
      margin:0;
      font-family:Georgia, "Times New Roman", serif;
      font-size:clamp(42px,7vw,92px);
      line-height:.96;
      letter-spacing:-.055em;
      font-weight:700;
    }
    .hero-lead{
      max-width:690px;
      margin:28px 0 0;
      color:rgba(255,255,255,.84);
      font-size:clamp(18px,2.1vw,24px);
      line-height:1.45;
    }
    .hero-note{
      margin-top:36px;
      max-width:760px;
      display:flex;
      gap:18px;
      align-items:flex-start;
      color:rgba(255,255,255,.78);
      font-size:15px;
    }
    .hero-note:before{
      content:"";
      width:56px;
      height:1px;
      background:#d7bd84;
      margin-top:12px;
      flex:0 0 auto;
    }

    .wrap{
      max-width:1180px;
      margin:0 auto;
      padding:62px 26px 90px;
    }
    .layout{
      display:grid;
      grid-template-columns:minmax(0,760px) 300px;
      gap:72px;
      align-items:start;
    }
    article{
      min-width:0;
    }
    .summary{
      font-size:22px;
      line-height:1.55;
      color:#27241f;
      margin:0 0 34px;
    }
    .sense-line{
      margin:34px 0 46px;
      padding:28px 0;
      border-top:1px solid var(--line);
      border-bottom:1px solid var(--line);
      font-family:Georgia,"Times New Roman",serif;
      font-size:34px;
      line-height:1.15;
      letter-spacing:-.035em;
    }
    .sense-line span{color:var(--gold)}

    .toc{
      margin:0 0 58px;
      padding:0;
      background:transparent;
    }
    .toc-title{
      font-size:13px;
      text-transform:uppercase;
      letter-spacing:.18em;
      font-weight:900;
      color:var(--gold);
      margin:0 0 16px;
    }
    .toc a{
      display:block;
      padding:9px 0;
      color:#5d574d;
      text-decoration:none;
      border-bottom:1px solid rgba(23,23,23,.08);
      font-size:16px;
    }
    .toc a:hover{color:#000}

    h2{
      margin:62px 0 18px;
      font-size:clamp(28px,3.2vw,44px);
      line-height:1.1;
      letter-spacing:-.045em;
      font-weight:850;
    }
    p{
      margin:0 0 18px;
      font-size:19px;
      color:#2b2925;
    }
    .muted{color:var(--muted)}
    .lead-block{
      margin:38px 0;
      padding:30px 34px;
      background:var(--dark);
      color:white;
      border-radius:2px;
    }
    .lead-block h3{
      margin:0 0 16px;
      font-size:26px;
      line-height:1.12;
      letter-spacing:-.035em;
    }
    .lead-block p{color:rgba(255,255,255,.78);font-size:18px}
    .signals{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:1px;
      background:var(--line);
      margin:36px 0 58px;
      border:1px solid var(--line);
    }
    .signal{
      background:var(--paper);
      padding:24px 22px;
      min-height:150px;
    }
    .num{
      color:var(--gold);
      font-weight:900;
      font-size:13px;
      letter-spacing:.16em;
      text-transform:uppercase;
      margin-bottom:16px;
    }
    .signal strong{
      display:block;
      font-size:20px;
      line-height:1.18;
      letter-spacing:-.03em;
      margin-bottom:10px;
    }
    .signal p{
      font-size:15.5px;
      color:#625c52;
      margin:0;
      line-height:1.5;
    }

    .image-block{
      margin:46px 0 54px;
    }
    .image-frame{
      min-height:390px;
      border-radius:22px;
      overflow:hidden;
      background:
        radial-gradient(circle at 18% 20%, rgba(255,255,255,.55), transparent 24%),
        linear-gradient(135deg,#d7d0c1,#8f887d 52%,#252525);
      position:relative;
      box-shadow:0 26px 70px rgba(22,18,12,.18);
    }
    .image-frame.dark{
      background:
        radial-gradient(circle at 70% 20%, rgba(255,255,255,.16), transparent 18%),
        linear-gradient(135deg,#191919,#49433a 55%,#c8baa3);
    }
    .image-frame.scheme{
      background:
        linear-gradient(135deg,#f6f1e7,#d2c6b4 45%,#191919);
    }
    .image-frame:after{
      content:"";
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,transparent,rgba(0,0,0,.46)),
        repeating-linear-gradient(90deg,rgba(255,255,255,.06) 0 1px,transparent 1px 80px);
      opacity:.7;
    }
    .image-caption{
      margin-top:12px;
      color:#746e64;
      font-size:14px;
      line-height:1.45;
    }

    .checklist{
      margin:36px 0 48px;
      border-top:1px solid var(--line);
    }
    .check{
      display:grid;
      grid-template-columns:170px 1fr;
      gap:28px;
      padding:22px 0;
      border-bottom:1px solid var(--line);
    }
    .check b{
      font-size:17px;
      letter-spacing:-.02em;
    }
    .check span{
      color:#5e594f;
      font-size:17px;
    }
    .quote{
      margin:46px 0;
      padding-left:28px;
      border-left:3px solid var(--gold);
      font-family:Georgia,"Times New Roman",serif;
      font-size:30px;
      line-height:1.22;
      letter-spacing:-.035em;
      color:#262018;
    }

    .cta{
      margin:76px 0 0;
      padding:38px;
      background:#181818;
      color:white;
      border-radius:26px;
    }
    .cta h2{
      margin:0 0 14px;
      color:white;
      font-size:38px;
    }
    .cta p{color:rgba(255,255,255,.76)}
    .cta-actions{
      margin-top:26px;
      display:flex;
      gap:12px;
      flex-wrap:wrap;
    }
    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      min-height:48px;
      padding:0 18px;
      border-radius:999px;
      text-decoration:none;
      font-weight:800;
      font-size:14px;
      background:#f4ead8;
      color:#111;
    }
    .btn.secondary{
      background:transparent;
      color:white;
      border:1px solid rgba(255,255,255,.22);
    }

    aside{
      position:sticky;
      top:96px;
    }
    .side-card{
      background:rgba(255,255,255,.42);
      border:1px solid var(--line);
      border-radius:24px;
      padding:22px;
      margin-bottom:18px;
    }
    .side-card h3{
      margin:0 0 12px;
      font-size:17px;
      line-height:1.25;
    }
    .side-card p{
      font-size:14px;
      line-height:1.55;
      color:#6c655b;
      margin:0 0 14px;
    }
    .side-card a{
      font-weight:800;
      text-decoration:none;
      color:#111;
    }
    .mini-list{
      display:grid;
      gap:10px;
      margin-top:12px;
    }
    .mini-list div{
      padding:12px 0;
      border-top:1px solid rgba(23,23,23,.09);
      font-size:14px;
      color:#575149;
    }

    footer{
      border-top:1px solid var(--line);
      padding:34px 26px;
      color:#6f685f;
      font-size:14px;
    }
    footer .foot-inner{
      max-width:1180px;
      margin:0 auto;
      display:flex;
      justify-content:space-between;
      gap:20px;
      flex-wrap:wrap;
    }

    @media(max-width:920px){
      .nav{display:none}
      .hero{min-height:68vh}
      .layout{grid-template-columns:1fr;gap:36px}
      aside{position:static}
      .signals{grid-template-columns:1fr}
      .check{grid-template-columns:1fr;gap:8px}
      .summary{font-size:20px}
      p{font-size:18px}
      .sense-line{font-size:28px}
      .image-frame{min-height:260px;border-radius:18px}
      .hero-inner{padding:72px 20px 54px}
      .wrap{padding:46px 20px 72px}
      .top-inner{padding:14px 20px}
      .cta{padding:28px 22px;border-radius:22px}
    }

/* SHARED_EXPERT_PAGE_V1_NORMALIZATION */
.top .nav a.btn.secondary,
.top .nav a[href*="t.me"] {
  color: #2b2925 !important;
  background: rgba(255,255,255,.76) !important;
  border: 1px solid rgba(23,23,23,.12) !important;
  box-shadow: none !important;
}
.cta .cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 26px;
}
.cta .cta-actions .btn {
  min-width: 170px;
}
.cta .cta-actions .btn:first-child {
  background: #f4ead8;
  color: #111;
}
.cta .cta-actions .btn.secondary {
  background: transparent;
  color: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.24);
}
.plain-list {
  margin: 18px 0 28px;
  padding-left: 24px;
}
.plain-list li {
  display: list-item;
  list-style: disc;
  margin: 10px 0;
  font-size: 18px;
  line-height: 1.65;
}
.compact-checklist li {
  display: flex;
  gap: 12px;
  margin: 10px 0;
}
/* /SHARED_EXPERT_PAGE_V1_NORMALIZATION */


/* PATCH_ID=D_REMOVE_EXPERT_PAGE_RIGHT_SIDEBAR_RENDERER_CSS_NO_DB_NO_REMOTE
   Purpose: remove right trust sidebar column from expert article pages.
   Keep article, hero, TOC, images and CTA as the only page flow.
*/
.layout{
  grid-template-columns:minmax(0,860px) !important;
  justify-content:center !important;
  gap:0 !important;
}
.layout > article{
  width:100% !important;
  max-width:860px !important;
}
.layout > aside,
aside,
.side-card{
  display:none !important;
}
.toc{
  max-width:860px;
}
.inakovo-article-figure{
  max-width:100%;
}
/* /D_REMOVE_EXPERT_PAGE_RIGHT_SIDEBAR_RENDERER_CSS_NO_DB_NO_REMOTE */

/* PATCH_ID=D_PATCH_INAKOVO_THEME_IMAGE_CONTAIN_POLICY_ALL_FUTURE_EXPERT_PAGES
   Scope: shared INAKOVO_THEME_V1 expert article pages.
   Rule: article images must preserve aspect ratio and must not be cropped.
*/
.inakovo-article-figure{
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.inakovo-article-figure img{
  display: block !important;
  width: 100% !important;
  max-width: 860px !important;
  height: auto !important;
  max-height: 620px !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: 18px !important;
}

@media(max-width:920px){
  .inakovo-article-figure{
    max-width: 100% !important;
  }
  .inakovo-article-figure img{
    max-width: 100% !important;
    max-height: none !important;
  }
}
/* /D_PATCH_INAKOVO_THEME_IMAGE_CONTAIN_POLICY_ALL_FUTURE_EXPERT_PAGES */

/* PATCH_ID=D_PATCH_EXPERT_PAGE_CONTENT_WIDTH_RHYTHM_V2_NO_DB_NO_REMOTE
   Scope: shared INAKOVO expert page theme.
   Purpose:
   - one-column premium editorial rhythm after removing right sidebar
   - keep text readable, centered, dynamic
   - keep article images proportional, not cropped, not oversized
   - affects all future pages using inakovo_expert_page_v1.css
*/
.wrap{
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 58px 26px 90px !important;
}

.layout{
  display: block !important;
  max-width: 860px !important;
  margin: 0 auto !important;
}

article{
  max-width: 860px !important;
  margin: 0 auto !important;
  min-width: 0 !important;
}

article > section{
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.toc{
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 48px !important;
}

p{
  max-width: 720px !important;
}

article p,
article li{
  font-size: 18px !important;
  line-height: 1.68 !important;
}

h2{
  max-width: 760px !important;
  margin-top: 58px !important;
  margin-bottom: 18px !important;
}

.plain-list,
.checklist,
.compact-checklist{
  max-width: 720px !important;
}

.inakovo-article-figure{
  width: 100% !important;
  max-width: 760px !important;
  margin: 30px auto 44px !important;
  padding: 0 !important;
  border-radius: 18px !important;
  overflow: hidden !important;
  background: transparent !important;
}

.inakovo-article-figure img{
  display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  height: auto !important;
  max-height: 500px !important;
  object-fit: contain !important;
  object-position: center center !important;
  margin: 0 auto !important;
  border-radius: 18px !important;
}

.inakovo-article-figure figcaption{
  max-width: 700px !important;
  margin: 12px auto 0 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #746e64 !important;
}

.cta{
  max-width: 760px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media(max-width:920px){
  .wrap{
    padding: 44px 20px 72px !important;
  }

  .layout,
  article,
  article > section,
  .toc,
  .cta,
  .inakovo-article-figure{
    max-width: 100% !important;
  }

  p,
  article p,
  article li,
  .plain-list,
  .checklist,
  .compact-checklist{
    max-width: 100% !important;
  }

  .inakovo-article-figure img{
    max-width: 100% !important;
    max-height: 420px !important;
  }
}
/* /D_PATCH_EXPERT_PAGE_CONTENT_WIDTH_RHYTHM_V2_NO_DB_NO_REMOTE */


/* PATCH_ID=D_PATCH_EXPERT_PAGE_FLUID_TEXT_IMAGES_V4_NO_DB_NO_REMOTE
   Scope: shared INAKOVO expert article theme.
   Goal:
   - text column, headings and images scale fluidly with viewport;
   - images preserve aspect ratio and never crop;
   - article does not feel huge on desktop and does not become cramped on smaller screens.
   Affects all future pages using inakovo_expert_page_v1.css.
*/

:root{
  --article-fluid-width: clamp(320px, 58vw, 720px);
  --article-text-width: clamp(300px, 52vw, 660px);
  --article-image-width: clamp(320px, 62vw, 680px);
  --article-image-max-height: clamp(260px, 34vw, 420px);
  --article-p-size: clamp(17px, 1.08vw, 19px);
  --article-h2-size: clamp(30px, 3vw, 44px);
  --article-line-height: 1.58;
}

.wrap{
  max-width: min(100%, 1180px) !important;
  padding-left: clamp(18px, 5vw, 68px) !important;
  padding-right: clamp(18px, 5vw, 68px) !important;
}

.layout{
  display: block !important;
  max-width: var(--article-fluid-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

article{
  width: 100% !important;
  max-width: var(--article-fluid-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

article > section{
  width: 100% !important;
  max-width: var(--article-fluid-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  scroll-margin-top: 118px !important;
}

article > section p,
article > section ul,
article > section ol,
article > section .quote{
  width: 100% !important;
  max-width: var(--article-text-width) !important;
}

p,
article li{
  font-size: var(--article-p-size) !important;
  line-height: var(--article-line-height) !important;
}

h2{
  font-size: var(--article-h2-size) !important;
  line-height: 1.08 !important;
  max-width: var(--article-text-width) !important;
  margin-top: clamp(46px, 7vw, 82px) !important;
  margin-bottom: clamp(18px, 2.4vw, 28px) !important;
}

.toc{
  width: 100% !important;
  max-width: var(--article-text-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: clamp(34px, 5vw, 58px) !important;
}

.inakovo-article-figure{
  width: var(--article-image-width) !important;
  max-width: 100% !important;
  margin: clamp(24px, 4vw, 38px) auto clamp(36px, 5vw, 56px) !important;
  border-radius: clamp(14px, 1.7vw, 22px) !important;
  overflow: hidden !important;
  background: transparent !important;
}

.inakovo-article-figure img{
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-height: var(--article-image-max-height) !important;
  object-fit: contain !important;
  object-position: center center !important;
}

.inakovo-article-figure figcaption{
  max-width: var(--article-text-width) !important;
  margin: 12px auto 0 !important;
  font-size: clamp(13px, .92vw, 15px) !important;
  line-height: 1.42 !important;
  color: rgba(23,23,23,.58) !important;
}

@media (min-width: 1400px){
  :root{
    --article-fluid-width: 700px;
    --article-text-width: 640px;
    --article-image-width: 660px;
    --article-image-max-height: 390px;
  }
}

@media (max-width: 920px){
  :root{
    --article-fluid-width: 100%;
    --article-text-width: 100%;
    --article-image-width: 100%;
    --article-image-max-height: clamp(240px, 58vw, 420px);
    --article-p-size: clamp(16.5px, 4.4vw, 18px);
    --article-h2-size: clamp(28px, 8vw, 38px);
  }

  .wrap{
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .inakovo-article-figure{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/* /D_PATCH_EXPERT_PAGE_FLUID_TEXT_IMAGES_V4_NO_DB_NO_REMOTE */

/* PATCH_ID=D_PATCH_EXPERT_PAGE_TRUE_RESPONSIVE_TEXT_IMAGES_V5_CSS_VERSION_NO_DB_NO_REMOTE
   Scope: final shared responsive override for INAKOVO expert pages.
   Rule:
   - text width and image width must respond to viewport;
   - image must preserve aspect ratio;
   - image must not crop;
   - image must not dominate article on desktop/tablet;
   - applies to all future pages using this shared CSS.
*/

:root{
  --inakovo-page-pad: clamp(16px, 4vw, 56px);
  --inakovo-article-width-v5: clamp(320px, 54vw, 760px);
  --inakovo-text-width-v5: clamp(300px, 48vw, 650px);
  --inakovo-image-width-v5: clamp(280px, 46vw, 580px);
  --inakovo-p-size-v5: clamp(16px, 1vw, 18px);
  --inakovo-h2-size-v5: clamp(28px, 2.55vw, 40px);
}

.wrap{
  max-width: 100% !important;
  padding-left: var(--inakovo-page-pad) !important;
  padding-right: var(--inakovo-page-pad) !important;
}

.layout,
article{
  display: block !important;
  width: 100% !important;
  max-width: var(--inakovo-article-width-v5) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

article > section,
.toc,
.cta{
  width: 100% !important;
  max-width: var(--inakovo-text-width-v5) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

article p,
article li,
article .plain-list,
article .checklist,
article .compact-checklist,
article .quote{
  max-width: var(--inakovo-text-width-v5) !important;
  font-size: var(--inakovo-p-size-v5) !important;
  line-height: 1.64 !important;
}

article h2{
  max-width: var(--inakovo-text-width-v5) !important;
  font-size: var(--inakovo-h2-size-v5) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
  margin-top: clamp(42px, 6vw, 72px) !important;
  margin-bottom: clamp(16px, 2vw, 24px) !important;
}

.inakovo-article-figure,
.inakovo-article-figure--wide{
  width: min(100%, var(--inakovo-image-width-v5)) !important;
  max-width: min(100%, var(--inakovo-image-width-v5)) !important;
  margin: clamp(22px, 3.2vw, 34px) auto clamp(32px, 4.5vw, 52px) !important;
  padding: 0 !important;
  overflow: visible !important;
  background: transparent !important;
  border-radius: clamp(12px, 1.3vw, 18px) !important;
}

.inakovo-article-figure img,
.inakovo-article-figure--wide img{
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  object-position: center center !important;
  border-radius: clamp(12px, 1.3vw, 18px) !important;
}

.inakovo-article-figure figcaption{
  max-width: var(--inakovo-text-width-v5) !important;
  margin: 10px auto 0 !important;
  font-size: clamp(12.5px, .85vw, 14px) !important;
  line-height: 1.45 !important;
  color: rgba(23,23,23,.58) !important;
}

@media (min-width: 1400px){
  :root{
    --inakovo-article-width-v5: 720px;
    --inakovo-text-width-v5: 640px;
    --inakovo-image-width-v5: 560px;
  }
}

@media (max-width: 920px){
  :root{
    --inakovo-page-pad: clamp(16px, 4.5vw, 28px);
    --inakovo-article-width-v5: 100%;
    --inakovo-text-width-v5: 100%;
    --inakovo-image-width-v5: min(92vw, 520px);
    --inakovo-p-size-v5: clamp(16px, 4.1vw, 18px);
    --inakovo-h2-size-v5: clamp(27px, 7.4vw, 36px);
  }

  .wrap{
    padding-left: var(--inakovo-page-pad) !important;
    padding-right: var(--inakovo-page-pad) !important;
  }

  .inakovo-article-figure,
  .inakovo-article-figure--wide{
    width: min(100%, var(--inakovo-image-width-v5)) !important;
    max-width: min(100%, var(--inakovo-image-width-v5)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* /D_PATCH_EXPERT_PAGE_TRUE_RESPONSIVE_TEXT_IMAGES_V5_CSS_VERSION_NO_DB_NO_REMOTE */
