
    :root { --ink: #17201b; --muted: #66736a; --paper: #fffaf1; --cream: #f8f2e8; --line: rgba(23,32,27,.12); --gold: #cfa95f; --wine: #762f3b; }
    * { box-sizing: border-box; }
    html { overflow-x: clip; }
    body { margin: 0; font-family: Inter, Arial, sans-serif; color: var(--ink); background: var(--cream); letter-spacing: 0; overflow-x: clip; }
    a { color: var(--wine); font-weight: 700; text-decoration: none; }
    .site-header { position: sticky; top: 0; z-index: 30; background: rgba(23,32,27,.96); color: white; border-bottom: 1px solid rgba(255,255,255,.12); }
    .site-header-inner { width: min(1320px, calc(100% - 36px)); min-height: 82px; margin: 0 auto; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 28px; }
    .site-logo { color: white; font-family: Georgia, "Times New Roman", serif; font-size: 26px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; white-space: nowrap; }
    .site-menu { min-width: 0; display: flex; justify-content: flex-end; align-items: center; gap: 24px; }
    .site-menu a { color: rgba(255,255,255,.9); font-size: 18px; font-weight: 950; }
    .site-actions { display: flex; align-items: center; justify-content: flex-end; gap: 10px; }
    .site-order { width: max-content; min-height: 48px; padding: 0 24px; border-radius: 999px; border: 1px solid rgba(215,255,62,.42); background: #d7ff3e; color: #17201b; display: inline-flex; align-items: center; justify-content: center; font-weight: 950; white-space: nowrap; }
    .floating-banquet-cta { position: fixed; z-index: 90; left: max(24px, calc((100vw - 1120px) / 2 + 24px)); bottom: max(18px, env(safe-area-inset-bottom)); width: max-content; max-width: calc(100% - 48px); min-width: 0; min-height: 58px; padding: 0 28px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #d7ff3e; color: #17201b; box-shadow: 0 22px 62px rgba(23,32,27,.24); font-size: 16px; font-weight: 950; line-height: 1; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; }
    .kz-portal-page { width: min(1120px, calc(100% - 36px)); margin: 0 auto; padding: 34px 0 70px; }
    .portal-hero { padding: 34px 0 26px; }
    .portal-kicker { margin: 0 0 14px; color: var(--wine); font-size: 13px; font-weight: 900; text-transform: uppercase; }
    h1 { max-width: 980px; margin: 0 0 18px; font-size: clamp(40px, 6vw, 78px); line-height: .96; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
    h2 { margin: 42px 0 14px; font-size: clamp(28px, 4vw, 44px); line-height: 1.05; overflow-wrap: anywhere; hyphens: auto; }
    h3 { margin: 30px 0 12px; font-size: 28px; line-height: 1.12; overflow-wrap: anywhere; hyphens: auto; }
    h4 { margin: 24px 0 10px; font-size: 22px; }
    h5, h6 { margin: 20px 0 8px; font-size: 18px; }
    p { max-width: 900px; font-size: 18px; line-height: 1.62; color: #35433a; }
    .portal-lead { font-size: 22px; color: var(--muted); }
    .portal-hero-actions { margin: 24px 0 8px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: flex-start; }
    .portal-hero-order { width: max-content; max-width: 100%; min-height: 56px; padding: 0 30px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; background: #d7ff3e; color: #17201b; box-shadow: 0 18px 48px rgba(23,32,27,.16); font-size: 16px; font-weight: 950; line-height: 1; text-transform: uppercase; letter-spacing: .02em; white-space: nowrap; }
    figure { margin: 28px 0; border-radius: 30px; overflow: hidden; background: var(--paper); border: 1px solid var(--line); }
    img { width: 100%; max-height: 520px; object-fit: cover; display: block; }
    figcaption { padding: 14px 18px; color: var(--muted); font-size: 14px; }
    section { margin-top: 22px; }
    .ai-answer, .cta, .portal-home-blocks article, details { padding: 22px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
    .portal-home-blocks { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
    .portal-home-blocks h2 { grid-column: 1 / -1; }
    .portal-home-blocks article h3 { margin-top: 0; font-size: 22px; }
    .table-wrap { width: 100%; overflow-x: auto; border-radius: 18px; }
    .criteria-board { margin-top: 32px; padding: 26px; border-radius: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(19,25,21,.06); }
    .criteria-head { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: 22px; align-items: end; margin-bottom: 18px; }
    .criteria-head span { color: var(--wine); font-size: 13px; font-weight: 950; text-transform: uppercase; letter-spacing: .1em; }
    .criteria-head h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: .98; }
    .criteria-head p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.5; }
    .criteria-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
    .criteria-card { min-height: 250px; padding: 22px; border-radius: 28px; background: #fffdf7; border: 1px solid rgba(23,32,27,.1); display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; }
    .criteria-card.is-main { background: #17201b; color: #fff; }
    .criteria-card span { width: 54px; height: 54px; border-radius: 18px; background: #d7ff3e; color: #17201b; display: inline-flex; align-items: center; justify-content: center; font-weight: 950; font-size: 18px; }
    .criteria-card h3 { margin: 18px 0 10px; font-size: clamp(24px, 2.4vw, 34px); line-height: 1; }
    .criteria-card p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.45; }
    .criteria-card.is-main p { color: rgba(255,255,255,.7); }
    .criteria-card b { margin-top: 18px; padding: 12px 14px; border-radius: 18px; background: #f4ead7; border: 1px solid rgba(126,55,68,.18); color: #17201b; font-size: 15px; line-height: 1.25; }
    .criteria-card.is-main b { background: rgba(255,255,255,.12); color: #fff; }
    .banquet-halls-directory { margin-top: 34px; padding: 26px; border-radius: 30px; background: #fffdf7; border: 1px solid var(--line); }
    .directory-head { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: end; }
    .directory-head h2 { margin-top: 0; }
    .directory-head strong { width: 140px; min-height: 140px; padding: 18px 12px; border-radius: 32px; background: #d7ff3e; color: #17201b; display: inline-flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; font-size: 42px; line-height: .9; }
    .directory-head strong span { width: 100%; margin-top: 10px; color: #17201b; font-size: 11px; line-height: 1.08; text-align: center; text-transform: uppercase; overflow-wrap: normal; word-break: normal; }
    .verified-hall { margin: 22px 0; padding: 24px; border-radius: 26px; background: #17201b; color: white; }
    .verified-hall span { color: #d7ff3e; font-size: 12px; text-transform: uppercase; font-weight: 900; letter-spacing: .1em; }
    .verified-hall h3 { color: white; margin-top: 12px; }
    .verified-hall p { color: rgba(255,255,255,.76); }
    .verified-hall a { color: white; display: inline-flex; margin-top: 8px; padding: 12px 16px; border-radius: 999px; background: rgba(255,255,255,.14); }
    .directory-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .directory-card { min-height: 150px; padding: 18px; border-radius: 22px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
    .directory-card span { color: var(--wine); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .directory-card h3 { margin: 14px 0; font-size: 22px; }
    .directory-card small { color: var(--muted); overflow-wrap: anywhere; }
    .venue-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin: 24px 0 34px; }
    .venue-block-card { position: relative; min-height: 250px; overflow: hidden; border-radius: 30px; background: #fff; border: 1px solid var(--line); box-shadow: 0 22px 50px rgba(19,25,21,.06); }
    .venue-block-card.verified { background: #17201b; color: white; }
    .venue-card-body { min-height: 250px; padding: 28px; display: grid; gap: 18px; align-content: space-between; }
    .venue-source { display: inline-flex; width: max-content; padding: 8px 12px; border-radius: 999px; background: #f4ead7; color: var(--wine); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .venue-block-card.verified .venue-source { background: #d7ff3e; color: #17201b; }
    .venue-block-card h3 { margin: 14px 0 10px; font-size: clamp(26px, 3vw, 44px); line-height: .98; }
    .venue-block-card p { max-width: 760px; margin: 0; color: var(--muted); font-size: 18px; }
    .venue-block-card.verified p, .venue-block-card.verified small { color: rgba(255,255,255,.72); }
    .venue-meta strong { display: block; margin-bottom: 6px; color: var(--wine); font-size: 18px; }
    .venue-block-card.verified .venue-meta strong { color: #d7ff3e; }
    .venue-meta small { color: #879083; font-size: 18px; overflow-wrap: anywhere; }
    .venue-tags { display: flex; flex-wrap: wrap; gap: 10px; }
    .venue-tags a { padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(115,122,135,.28); background: transparent; color: #737a87; font-size: 13px; font-weight: 900; text-transform: uppercase; }
    .venue-block-card.verified .venue-tags a { border-color: rgba(255,255,255,.28); background: transparent; color: white; }
    .event-format-guide { margin-top: 34px; }
    .event-guide-hero { padding: 30px; border-radius: 30px; background: #17201b; color: white; }
    .event-guide-hero span { display: inline-flex; margin-bottom: 16px; padding: 10px 14px; border-radius: 999px; background: #d7ff3e; color: #17201b; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
    .event-guide-hero h2 { color: white; margin: 0 0 14px; font-size: clamp(34px, 5vw, 64px); line-height: .96; }
    .event-guide-hero p { color: rgba(255,255,255,.76); font-size: 20px; }
    .event-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 16px; }
    .event-guide-grid article { min-height: 210px; padding: 22px; border-radius: 24px; background: var(--paper); border: 1px solid var(--line); }
    .event-guide-grid i { width: 52px; height: 52px; border-radius: 18px; background: #d7ff3e; display: inline-flex; align-items: center; justify-content: center; font-style: normal; font-weight: 900; }
    .event-guide-grid h3 { margin-top: 20px; font-size: 24px; }
    .event-guide-grid p { font-size: 16px; line-height: 1.5; }
    .event-guide-links { margin-top: 16px; padding: 24px; border-radius: 26px; background: #fffdf7; border: 1px solid var(--line); }
    .event-guide-links h2 { margin-top: 0; }
    .event-guide-links ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
    .event-guide-links a { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: transparent; border: 1px solid var(--line); color: var(--ink); }
    .blog-magazine { margin-top: 34px; }
    .blog-tabs { display: flex; flex-wrap: wrap; gap: 14px; margin: 0 0 44px; }
    .blog-tabs a, .blog-tabs button { display: inline-flex; align-items: center; min-height: 52px; padding: 14px 22px; border-radius: 999px; border: 1px solid rgba(25,29,42,.2); background: transparent; color: #191d2a; font: inherit; font-size: 18px; font-weight: 950; cursor: pointer; }
    .blog-tabs button.active { background: #17201b; border-color: #17201b; color: #fff; }
    .blog-board { display: grid; grid-template-columns: minmax(0, .45fr) minmax(0, 1fr); gap: 22px; padding: 26px; border-radius: 34px; background: #fff; border: 1px solid var(--line); box-shadow: 0 24px 60px rgba(19,25,21,.06); }
    .blog-board > * { min-width: 0; }
    .blog-intro-card { min-height: 520px; padding: 36px; border-radius: 28px; background: #dff0ff; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; }
    .blog-intro-card span { color: #8bad35; font-size: 14px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
    .blog-intro-card h2 { margin: 18px 0 24px; max-width: 100%; font-size: clamp(30px, 3vw, 46px); line-height: 1.03; overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
    .blog-intro-card p { color: #697080; font-size: clamp(17px, 1.35vw, 20px); line-height: 1.48; }
    .blog-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
    .blog-card { min-height: 156px; padding: 22px; border-radius: 24px; background: #fff; border: 1px solid rgba(23,32,27,.12); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; min-width: 0; overflow: hidden; }
    .blog-card.is-featured { background: #17201b; color: #fff; }
    .blog-card span { color: #8bad35; font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
    .blog-card h3 { margin: 12px 0 10px; font-size: clamp(20px, 1.7vw, 24px); line-height: 1.1; overflow-wrap: anywhere; hyphens: auto; }
    .blog-card p { margin: 0 0 14px; max-width: none; color: #697080; font-size: 15px; line-height: 1.45; }
    .blog-card small { color: #818797; font-size: 15px; font-weight: 850; }
    .blog-card.is-featured p, .blog-card.is-featured small { color: rgba(255,255,255,.7); }
    .event-section-card span { color: #4d69c8; }
    .event-section-card small { width: fit-content; padding: 10px 14px; border-radius: 999px; background: #eef3ff; color: #4d69c8; }
    .event-section-card.is-featured small { background: rgba(255,255,255,.12); color: #d7ff3e; }
    .blog-seo-geo { margin-top: 42px; padding: 28px; border-radius: 30px; background: #fffdf7; border: 1px solid var(--line); }
    .blog-seo-geo h2 { margin-top: 0; }
    .blog-mini-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
    .blog-mini-grid a { min-height: 132px; padding: 18px; border-radius: 20px; background: #fff; border: 1px solid var(--line); color: var(--ink); display: flex; flex-direction: column; justify-content: space-between; }
    .blog-mini-grid span { color: var(--wine); font-size: 11px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
    .blog-mini-grid strong { font-size: 19px; line-height: 1.1; }
    .blog-mini-grid small { color: var(--muted); overflow-wrap: anywhere; }
    table { width: 100%; border-collapse: collapse; overflow: hidden; border-radius: 18px; background: var(--paper); }
    th, td { padding: 14px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
    th { background: #17201b; color: white; }
    details { margin-bottom: 12px; }
    summary { cursor: pointer; font-weight: 900; }
    .internal-links ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; list-style: none; }
    .internal-links a { display: inline-flex; padding: 10px 14px; border-radius: 999px; background: var(--paper); border: 1px solid var(--line); color: var(--ink); }
    .cta { background: #17201b; color: white; }
    .cta p, .cta h2 { color: white; }
    @media (max-width: 900px) { .site-header-inner { grid-template-columns: 1fr auto; min-height: 74px; gap: 14px; padding: 14px 0; } .site-logo { font-size: 22px; } .site-menu { grid-column: 1 / -1; justify-content: flex-start; overflow-x: auto; padding-bottom: 2px; } .site-menu a { white-space: nowrap; font-size: 16px; } .site-actions { justify-content: flex-end; } .site-order { min-height: 44px; padding: 0 18px; font-size: 14px; } .floating-banquet-cta { left: 16px; max-width: calc(100% - 32px); min-height: 54px; padding: 0 20px; font-size: 14px; } .portal-hero-order { min-height: 52px; padding: 0 22px; font-size: 14px; } }
    @media (max-width: 1000px) { .criteria-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .criteria-head { grid-template-columns: minmax(0, 1fr); align-items: start; } }
    @media (max-width: 760px) { .kz-portal-page { width: calc(100% - 32px); padding-top: 26px; } .portal-home-blocks, .directory-grid, .directory-head, .event-guide-grid, .venue-card-grid, .blog-board, .blog-list, .blog-mini-grid, .criteria-grid { grid-template-columns: minmax(0, 1fr); } h1 { max-width: 100%; font-size: clamp(32px, 11vw, 42px); line-height: 1.02; } h2 { font-size: clamp(26px, 8vw, 34px); } .portal-lead, p { font-size: 16px; } .portal-hero-order { max-width: 100%; white-space: normal; text-align: center; } figure { border-radius: 22px; } .banquet-halls-directory, .event-guide-hero, .criteria-board { padding: 18px; } .event-guide-hero p { font-size: 16px; } .venue-block-card h3 { font-size: 28px; } .venue-card-body { padding: 22px; } .blog-board { padding: 12px; gap: 12px; } .blog-intro-card { min-height: 300px; padding: 22px; } .blog-intro-card h2 { font-size: 32px; line-height: 1.04; } .blog-card { padding: 18px; } .blog-seo-geo { padding: 18px; } .blog-tabs { gap: 8px; } .blog-tabs a, .blog-tabs button { min-height: 40px; padding: 10px 13px; font-size: 14px; } .blog-board, .blog-intro-card, .blog-list, .blog-card, .blog-seo-geo, .blog-mini-grid, .blog-mini-grid a, .criteria-board, .criteria-card { min-width: 0; max-width: 100%; } }

    .kz-site-footer {
      margin-top: 52px;
      padding: 54px 0 max(92px, env(safe-area-inset-bottom));
      background:
        linear-gradient(135deg, rgba(23,32,27,.98), rgba(49,55,39,.98)),
        #17201b;
      color: #fff;
    }
    .kz-footer-shell {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
      display: grid;
      gap: 18px;
    }
    .kz-footer-top {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
      gap: 18px;
      align-items: stretch;
    }
    .kz-footer-cta,
    .kz-footer-brief,
    .kz-footer-nav,
    .kz-footer-bottom {
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.07);
      border-radius: 24px;
      box-shadow: 0 26px 70px rgba(0,0,0,.18);
    }
    .kz-footer-cta {
      min-height: 300px;
      padding: 34px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    .kz-footer-badge {
      width: fit-content;
      padding: 9px 13px;
      border-radius: 999px;
      background: #d7ff3e;
      color: #17201b;
      font-size: 12px;
      font-weight: 950;
      text-transform: uppercase;
      letter-spacing: .06em;
    }
    .kz-footer-cta h2 {
      margin: 24px 0 14px;
      max-width: 760px;
      color: #fff;
      font-size: clamp(34px, 5vw, 76px);
      line-height: .96;
      letter-spacing: 0;
    }
    .kz-footer-cta p,
    .kz-footer-brief p,
    .kz-footer-bottom span {
      margin: 0;
      color: rgba(255,255,255,.72);
      font-size: 17px;
      line-height: 1.55;
    }
    .kz-footer-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      margin-top: 28px;
    }
    .kz-footer-actions a,
    .kz-footer-brief a {
      min-height: 52px;
      padding: 0 20px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-weight: 950;
      text-decoration: none;
    }
    .kz-footer-actions a:first-child,
    .kz-footer-brief a {
      background: #d7ff3e;
      color: #17201b;
    }
    .kz-footer-actions a:last-child {
      color: #fff;
      background: rgba(255,255,255,.1);
      border: 1px solid rgba(255,255,255,.18);
    }
    .kz-footer-brief {
      padding: 28px;
      display: grid;
      align-content: space-between;
      gap: 22px;
    }
    .kz-footer-brief h3 {
      margin: 0;
      color: #fff;
      font-size: clamp(26px, 3vw, 40px);
      line-height: 1.04;
    }
    .kz-footer-brief ul {
      display: grid;
      gap: 10px;
      margin: 0;
      padding: 0;
      list-style: none;
      color: rgba(255,255,255,.78);
      font-weight: 850;
    }
    .kz-footer-brief li {
      display: grid;
      grid-template-columns: 22px minmax(0,1fr);
      gap: 9px;
      align-items: start;
    }
    .kz-footer-brief li::before {
      content: "✓";
      width: 22px;
      height: 22px;
      border-radius: 50%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: rgba(215,255,62,.18);
      color: #d7ff3e;
      font-size: 13px;
      font-weight: 950;
    }
    .kz-footer-nav {
      padding: 26px;
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .kz-footer-nav h3 {
      margin: 0 0 14px;
      color: #fff;
      font-size: 21px;
      line-height: 1.1;
    }
    .kz-footer-nav a {
      display: block;
      margin-top: 10px;
      color: rgba(255,255,255,.72);
      font-weight: 850;
      text-decoration: none;
      line-height: 1.3;
    }
    .kz-footer-nav a:hover { color: #d7ff3e; }
    .kz-footer-bottom {
      padding: 18px 22px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      justify-content: space-between;
      align-items: center;
    }
    .kz-footer-bottom b { color: #fff; }
    @media (max-width: 920px) {
      .kz-footer-top,
      .kz-footer-nav {
        grid-template-columns: 1fr;
      }
      .kz-footer-cta,
      .kz-footer-brief,
      .kz-footer-nav,
      .kz-footer-bottom {
        border-radius: 20px;
      }
      .kz-footer-cta,
      .kz-footer-brief {
        padding: 22px;
      }
      .kz-footer-actions a,
      .kz-footer-brief a {
        width: 100%;
      }
    }

    .mobile-menu-open {
      cursor: pointer;
      -webkit-tap-highlight-color: transparent;
    }
    .site-menu-toggle {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.38);
      background: rgba(255,255,255,.08);
      color: white;
      display: none;
      align-items: center;
      justify-content: center;
      font: inherit;
      font-size: 22px;
      font-weight: 950;
    }
    .mobile-menu-backdrop {
      position: fixed;
      inset: 0;
      z-index: 200;
      display: grid;
      justify-items: end;
      background: rgba(10, 14, 12, .52);
      opacity: 0;
      visibility: hidden;
      transition: opacity .22s ease, visibility .22s ease;
    }
    .mobile-menu-backdrop.is-open {
      opacity: 1;
      visibility: visible;
    }
    .mobile-menu-panel {
      width: min(420px, calc(100vw - 28px));
      height: 100%;
      padding: 22px;
      background: #fffdf7;
      color: #17201b;
      box-shadow: -24px 0 70px rgba(0,0,0,.24);
      transform: translateX(100%);
      transition: transform .24s ease;
      display: flex;
      flex-direction: column;
      gap: 18px;
    }
    .mobile-menu-backdrop.is-open .mobile-menu-panel {
      transform: translateX(0);
    }
    .mobile-menu-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid rgba(23,32,27,.12);
    }
    .mobile-menu-head strong {
      font-family: Georgia, "Times New Roman", serif;
      font-size: 20px;
      font-weight: 950;
      text-transform: uppercase;
    }
    .mobile-menu-close {
      width: 44px;
      height: 44px;
      border: 0;
      border-radius: 50%;
      background: #17201b;
      color: #fff;
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
    }
    .mobile-menu-links {
      display: grid;
      gap: 12px;
    }
    .mobile-menu-links a {
      min-height: 58px;
      padding: 15px 18px;
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      background: rgba(255,255,255,.72);
      border: 1px solid rgba(23,32,27,.08);
      color: #17201b;
      box-shadow: 0 10px 30px rgba(23,32,27,.04);
      font-size: 17px;
      font-weight: 950;
    }
    .mobile-menu-links a:hover,
    .mobile-menu-links a:focus-visible {
      background: #eef9dc;
      border-color: rgba(139,51,69,.18);
    }
    .mobile-menu-cta {
      margin-top: auto;
      min-height: 58px;
      border-radius: 999px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #d7ff3e;
      color: #17201b;
      font-size: 18px;
      font-weight: 950;
      text-transform: uppercase;
    }
    body.mobile-menu-lock {
      overflow: hidden;
    }
    @media (max-width: 900px) {
      .site-menu { display: none; }
      .site-menu-toggle { display: inline-flex; }
      .site-actions { gap: 8px; }
    }
    @media (max-width: 520px) {
      .mobile-menu-panel {
        width: 100%;
        padding: 18px;
      }
      .mobile-menu-links a {
        min-height: 54px;
        font-size: 16px;
      }
      .mobile-menu-cta {
        font-size: 16px;
      }
    }

  
    /* Text comfort fixes */
    .halls-panel-head {
      grid-template-columns: minmax(0, 1fr) auto;
      align-items: center;
    }
    .halls-count {
      width: clamp(150px, 13vw, 176px) !important;
      height: clamp(128px, 11vw, 150px) !important;
      padding: 16px 18px !important;
      border-radius: 32px !important;
      gap: 7px;
      text-align: center;
      overflow: hidden;
    }
    .halls-count strong {
      font-size: clamp(42px, 4.2vw, 56px) !important;
      line-height: .9 !important;
      letter-spacing: 0;
    }
    .halls-count small {
      max-width: 110px;
      font-size: clamp(9px, .72vw, 11px) !important;
      line-height: 1.12 !important;
      text-transform: uppercase;
      text-wrap: balance;
      overflow-wrap: normal;
      word-break: normal;
    }
    .mo-filter-panel {
      grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
      align-items: end;
    }
    .mo-filter-panel label {
      min-width: 0;
    }
    .mo-filter-panel label:first-child {
      grid-column: span 2;
    }
    .mo-filter-panel input,
    .mo-filter-panel select {
      min-width: 0;
      font-size: 15px;
      line-height: 1.15;
      text-overflow: clip;
    }
    .mo-filter-panel select[data-sort] {
      min-width: 0;
    }
    .top-list-card strong,
    .visual-card strong,
    .event-tile strong,
    .mo-venue-card h3,
    .venue-preview-body strong,
    .hall-link strong {
      overflow-wrap: break-word;
      word-break: normal;
      hyphens: auto;
    }
    @media (max-width: 1280px) {
      .mo-filter-panel {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
      }
      .mo-filter-panel button {
        width: 100%;
      }
    }
    @media (max-width: 760px) {
      .halls-panel-head {
        grid-template-columns: 1fr;
        align-items: start;
      }
      .halls-count {
        justify-self: start;
        width: 136px !important;
        height: 118px !important;
        border-radius: 28px !important;
      }
      .halls-count strong {
        font-size: 42px !important;
      }
      .halls-count small {
        max-width: 96px;
        font-size: 9px !important;
      }
      .mo-filter-panel {
        grid-template-columns: 1fr !important;
      }
      .mo-filter-panel label:first-child {
        grid-column: auto;
      }
      .mo-filter-panel select[data-sort] {
        min-width: 0;
      }
    }
    /* End text comfort fixes */

  
    /* Responsive QA guard */
    html,
    body {
      max-width: 100%;
      overflow-x: clip;
    }
    img,
    video,
    canvas,
    svg {
      max-width: 100%;
      height: auto;
    }
    .portal-frame,
    .shell,
    .kz-portal-page,
    .kz-footer-shell,
    .mo-full-registry,
    .guide-dashboard,
    .story-strip,
    .halls-panel,
    .faq-section .shell {
      max-width: 100%;
    }
    .site-menu,
    .site-actions,
    .hero-tools,
    .top-list-card,
    .halls-page-link,
    .mobile-menu-links a,
    .event-article-grid article,
    .mo-venue-card {
      min-width: 0;
    }
    table {
      max-width: 100%;
    }
    @media (max-width: 760px) {
      .portal-frame {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
      }
      .hero-stage {
        border-radius: 0 0 24px 24px;
      }
      .shell,
      .kz-portal-page,
      .kz-footer-shell,
      .mo-full-registry {
        width: calc(100% - 28px) !important;
      }
      .floating-banquet-cta {
        max-width: calc(100% - 28px);
        white-space: normal;
        text-align: center;
      }
      .kz-footer-actions a,
      .kz-footer-brief a,
      .halls-page-link,
      .portal-hero-order {
        width: 100%;
      }
    }
    /* End responsive QA guard */

  
    /* Unified portal header */
    .site-header {
      position: sticky;
      top: 0;
      z-index: 80;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(18, 13, 10, .66), rgba(38, 29, 24, .44), rgba(18, 13, 10, .66));
      border-bottom: 1px solid rgba(255,255,255,.22);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }
    .site-header-inner {
      width: min(1560px, calc(100% - 64px));
      min-height: 88px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 24px;
    }
    .site-logo {
      color: #fff;
      font-family: Georgia, "Times New Roman", serif;
      font-weight: 900;
      font-size: clamp(20px, 1.75vw, 27px);
      letter-spacing: .04em;
      line-height: 1;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .site-menu {
      min-width: 0;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(16px, 1.6vw, 26px);
    }
    .site-menu a {
      color: rgba(255,255,255,.94);
      font-size: clamp(15px, 1.05vw, 18px);
      font-weight: 950;
      line-height: 1;
      white-space: nowrap;
    }
    .site-actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 12px;
    }
    .site-order {
      min-width: 220px;
      min-height: 54px;
      padding: 0 26px;
      border-radius: 999px;
      border: 1px solid rgba(255,255,255,.48);
      background: rgba(255,255,255,.08);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: clamp(15px, 1.05vw, 18px);
      font-weight: 950;
      line-height: 1;
      white-space: nowrap;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    .site-menu-toggle {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,.42);
      background: rgba(255,255,255,.12);
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font: inherit;
      font-size: 21px;
      font-weight: 950;
      cursor: pointer;
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
    }
    .hero-stage > .site-header {
      position: relative;
      background: rgba(18, 13, 10, .18);
    }
    @media (max-width: 980px) {
      .site-header-inner {
        width: min(100% - 28px, 1560px);
        min-height: 70px;
        grid-template-columns: 1fr auto;
        gap: 14px;
      }
      .site-logo { font-size: 20px; }
      .site-menu { display: none; }
      .site-order { display: none; }
      .site-menu-toggle { width: 48px; height: 48px; font-size: 20px; }
    }
    @media (max-width: 520px) {
      .site-header-inner { width: calc(100% - 22px); min-height: 64px; }
      .site-logo { font-size: 17px; letter-spacing: .03em; }
      .site-menu-toggle { width: 44px; height: 44px; }
    }
    /* End unified portal header */

  
.msk-catalog {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: 80px;
}

.msk-catalog .portal-hero img {
  width: 100%;
  max-height: 620px;
  margin-top: 28px;
  border-radius: 24px;
  object-fit: cover;
}

.msk-catalog-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 30px 0;
  padding: 24px;
  border: 1px solid rgba(17, 27, 21, .12);
  border-radius: 20px;
  background: #fffdf7;
}

.msk-catalog-summary > div {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 150px;
  padding: 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, .6);
}

.msk-catalog-summary strong {
  display: block;
  color: #813344;
  font-size: clamp(32px, 5vw, 62px);
  line-height: 1;
}

.msk-catalog-summary span {
  display: block;
  color: #59645d;
  font-weight: 800;
}

.msk-catalog .mo-filter-panel {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  gap: 12px;
  align-items: end;
  margin: 0 0 30px;
  padding: 18px;
  border: 1px solid rgba(17, 27, 21, .12);
  border-radius: 24px;
  background: #fffdf7;
}

.msk-catalog .mo-filter-panel label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: #111b15;
  font-size: 13px;
  font-weight: 900;
}

.msk-catalog .mo-filter-panel label:first-child {
  grid-column: span 2;
}

.msk-catalog .mo-filter-panel input,
.msk-catalog .mo-filter-panel select {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid rgba(17, 27, 21, .14);
  border-radius: 14px;
  background: #fff;
  color: #111b15;
  font: inherit;
  font-size: 15px;
  line-height: 1.15;
  font-weight: 800;
}

.msk-catalog .mo-filter-panel input::placeholder {
  color: #777;
}

.msk-catalog .mo-filter-panel button {
  width: 100%;
  min-height: 48px;
  padding: 0 18px;
  border: 0;
  border-radius: 14px;
  background: #d7ff3e;
  color: #111b15;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
}

.msk-catalog .mo-filter-count {
  margin: -12px 0 22px;
  color: #813344;
  font-weight: 950;
}

.msk-catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.msk-restaurant-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 22px;
  border: 1px solid rgba(17, 27, 21, .12);
  border-radius: 18px;
  background: #fff;
}

.msk-restaurant-card[hidden] {
  display: none !important;
}

.msk-restaurant-card[data-primary="1"] {
  border-color: #d7ff3e;
  background: #17201b;
  color: #fff;
  box-shadow: 0 18px 46px rgba(23, 32, 27, .18);
}

.msk-restaurant-card[data-primary="1"] h2 {
  color: #fff;
}

.msk-restaurant-card[data-primary="1"] p {
  color: rgba(255, 255, 255, .75);
}

.msk-restaurant-card[data-primary="1"] > a {
  color: #d7ff3e;
}

.msk-restaurant-card h2 {
  margin: 16px 0;
  color: #111b15;
  font-size: 28px;
  line-height: 1.05;
}

.msk-restaurant-card p {
  margin: 0 0 9px;
  color: #59645d;
  line-height: 1.45;
}

.msk-restaurant-card > a {
  margin-top: auto;
  color: #813344;
  font-weight: 900;
}

.msk-format {
  align-self: flex-start;
  padding: 8px 12px;
  border-radius: 10px;
  background: #f7ecd8;
  color: #813344;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .msk-catalog .mo-filter-panel {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)) !important;
  }
  .msk-catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .msk-catalog { width: calc(100% - 28px); }
  .msk-catalog .mo-filter-panel {
    grid-template-columns: 1fr !important;
    padding: 14px;
  }
  .msk-catalog .mo-filter-panel label:first-child {
    grid-column: auto;
  }
  .msk-catalog-summary, .msk-catalog-grid { grid-template-columns: 1fr; }
  .msk-restaurant-card { min-height: 0; }
}

/* Premium event navigator */
.event-decision-board {
  margin-top: 54px;
  padding: clamp(22px, 4vw, 46px);
  overflow: hidden;
  border-radius: 34px;
  background: #17201b;
  color: #fff;
  box-shadow: 0 28px 70px rgba(23, 32, 27, .16);
}
.event-decision-head {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .55fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 28px;
}
.event-decision-head span {
  color: #d7ff3e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.event-decision-head h2 {
  max-width: 720px;
  margin: 10px 0 0;
  color: #fff;
  font-size: clamp(38px, 5.5vw, 68px);
  line-height: .94;
}
.event-decision-head p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 17px;
  line-height: 1.5;
}
.event-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.event-decision-card {
  min-height: 310px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 24px;
  background: rgba(255,255,255,.065);
  color: #fff;
  transition: transform .2s ease, background .2s ease;
}
.event-decision-card:hover {
  transform: translateY(-4px);
  background: rgba(255,255,255,.11);
}
.event-decision-card.is-featured {
  grid-column: span 2;
  background: #fffaf1;
  color: #17201b;
}
.event-decision-card.is-accent {
  background: #d7ff3e;
  color: #17201b;
}
.event-decision-card i {
  margin-left: auto;
  color: currentColor;
  font-size: 13px;
  font-style: normal;
  font-weight: 950;
  opacity: .45;
}
.event-decision-card > span {
  width: fit-content;
  margin: 20px 0 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #813344;
  color: #fff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.event-decision-card strong {
  max-width: 470px;
  font-size: clamp(25px, 3vw, 40px);
  line-height: .98;
}
.event-decision-card p {
  margin: 16px 0 24px;
  color: inherit;
  font-size: 16px;
  line-height: 1.5;
  opacity: .72;
}
.event-decision-card b {
  margin-top: auto;
  color: currentColor;
  font-size: 14px;
}
.event-decision-nav {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 14px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  overflow: hidden;
}
.event-decision-nav a {
  min-height: 72px;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-right: 1px solid rgba(255,255,255,.15);
  color: #fff;
  font-size: 14px;
  font-weight: 850;
}
.event-decision-nav a:last-child { border-right: 0; }
.event-decision-nav b { color: #d7ff3e; font-size: 18px; }
@media (max-width: 900px) {
  .event-decision-head { grid-template-columns: 1fr; gap: 18px; }
  .event-decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-decision-card.is-featured { grid-column: span 2; }
  .event-decision-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .event-decision-nav a { border-bottom: 1px solid rgba(255,255,255,.15); }
}
@media (max-width: 620px) {
  .event-decision-board { border-radius: 24px; }
  .event-decision-grid, .event-decision-nav { grid-template-columns: 1fr; }
  .event-decision-card.is-featured { grid-column: auto; }
  .event-decision-card { min-height: 260px; }
  .event-decision-nav a { min-height: 60px; border-right: 0; }
}

/* Unified editorial design for every inner portal page */
.kz-portal-page {
  counter-reset: portal-section;
}
.kz-portal-page > .portal-hero {
  position: relative;
  margin-bottom: 42px;
  padding: 44px clamp(22px, 4vw, 52px);
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at 88% 12%, rgba(215,255,62,.18), transparent 28%),
    #17201b;
  color: #fff;
  box-shadow: 0 28px 70px rgba(23,32,27,.14);
}
.kz-portal-page > .portal-hero::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -100px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  box-shadow: 0 0 0 34px rgba(255,255,255,.025), 0 0 0 68px rgba(255,255,255,.02);
  pointer-events: none;
}
.kz-portal-page > .portal-hero .portal-kicker {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: #d7ff3e;
  color: #17201b;
}
.kz-portal-page > .portal-hero h1 {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 24px;
  color: #fff;
}
.kz-portal-page > .portal-hero .portal-lead {
  position: relative;
  z-index: 1;
  max-width: 820px;
  color: rgba(255,255,255,.72);
}
.kz-portal-page > .portal-hero figure {
  position: relative;
  z-index: 1;
  border-color: rgba(255,255,255,.12);
  background: rgba(255,255,255,.08);
}
.kz-portal-page > .portal-hero figcaption {
  color: rgba(255,255,255,.68);
}
.kz-portal-page > h2 {
  counter-increment: portal-section;
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  max-width: none;
  margin: 72px 0 24px;
  padding: 24px 28px;
  border: 1px solid rgba(23,32,27,.1);
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 18px 48px rgba(23,32,27,.055);
  font-size: clamp(30px, 4.2vw, 52px);
}
.kz-portal-page > h2::before {
  content: counter(portal-section, decimal-leading-zero);
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border-radius: 20px;
  background: #d7ff3e;
  color: #17201b;
  font-size: 17px;
  font-weight: 950;
  letter-spacing: -.03em;
}
.kz-portal-page > h3 {
  width: fit-content;
  margin: 28px 0 16px;
  padding: 9px 13px;
  border-radius: 999px;
  background: #f2e6d2;
  color: #813344;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .035em;
  text-transform: uppercase;
}
.kz-portal-page > p {
  max-width: 920px;
  margin: 0 0 24px;
  font-size: clamp(17px, 1.55vw, 20px);
  line-height: 1.68;
}
.kz-portal-page > p > strong:first-child {
  color: #17201b;
  font-weight: 950;
}
.kz-portal-page > ul,
.kz-portal-page > ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 22px 0 42px;
  padding: 0;
  list-style: none;
}
.kz-portal-page > ul > li,
.kz-portal-page > ol > li {
  position: relative;
  min-height: 92px;
  margin: 0;
  padding: 20px 22px 20px 58px;
  border: 1px solid rgba(23,32,27,.1);
  border-radius: 22px;
  background: #fffdf7;
  color: #35433a;
  font-size: 17px;
  line-height: 1.45;
  box-shadow: 0 12px 30px rgba(23,32,27,.045);
}
.kz-portal-page > ul > li::before {
  content: "•";
  position: absolute;
  top: 20px;
  left: 20px;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 8px;
  background: #d7ff3e;
  color: #17201b;
  font-weight: 950;
}
.kz-portal-page .table-wrap {
  margin: 28px 0 34px;
  border: 1px solid rgba(23,32,27,.1);
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 22px 54px rgba(23,32,27,.07);
}
.kz-portal-page table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 28px;
  background: transparent;
}
.kz-portal-page th {
  padding: 20px 22px;
  border: 0;
  border-right: 1px solid rgba(255,255,255,.12);
  background: #17201b;
  color: #fff;
  font-size: 16px;
  font-weight: 950;
}
.kz-portal-page th:first-child { border-radius: 27px 0 0; }
.kz-portal-page th:last-child { border-radius: 0 27px 0 0; border-right: 0; }
.kz-portal-page td {
  padding: 20px 22px;
  border: 0;
  border-right: 1px solid rgba(23,32,27,.1);
  border-bottom: 1px solid rgba(23,32,27,.1);
  color: #35433a;
  font-size: 16px;
  line-height: 1.45;
}
.kz-portal-page td:last-child { border-right: 0; }
.kz-portal-page tr:last-child td { border-bottom: 0; }
.kz-portal-page tr:last-child td:first-child { border-radius: 0 0 0 27px; }
.kz-portal-page tr:last-child td:last-child { border-radius: 0 0 27px; }
.kz-portal-page .table-wrap + p {
  max-width: none;
  margin: 18px 0 44px;
  padding: 20px 24px;
  border-left: 6px solid #d7ff3e;
  border-radius: 0 20px 20px 0;
  background: rgba(215,255,62,.11);
  color: #35433a;
  font-size: 18px;
}
.kz-portal-page > .ai-answer {
  position: relative;
  margin: 28px 0;
  padding: 28px 30px 28px 38px;
  overflow: hidden;
  border: 0;
  border-radius: 28px;
  background: #fffdf7;
  box-shadow: 0 18px 46px rgba(23,32,27,.06);
}
.kz-portal-page > .ai-answer::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 8px;
  background: #813344;
}
.kz-portal-page > .ai-answer h2 {
  margin: 0 0 14px;
  font-size: clamp(26px, 3vw, 38px);
}
.kz-portal-page > .ai-answer p:last-child { margin-bottom: 0; }
.kz-portal-page > .cta {
  position: relative;
  margin: 54px 0;
  padding: clamp(28px, 5vw, 54px);
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 92% 20%, rgba(215,255,62,.2), transparent 28%),
    #17201b;
  box-shadow: 0 28px 70px rgba(23,32,27,.18);
}
.kz-portal-page > .cta h2 {
  max-width: 760px;
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: .98;
}
.kz-portal-page > .cta a {
  display: inline-flex;
  min-height: 52px;
  margin-top: 10px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #d7ff3e;
  color: #17201b;
  font-weight: 950;
}
.kz-portal-page > .faq {
  margin-top: 54px;
  padding: clamp(22px, 4vw, 40px);
  border: 1px solid rgba(23,32,27,.1);
  border-radius: 34px;
  background: #fffdf7;
}
.kz-portal-page > .faq > h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 4vw, 48px);
}
.kz-portal-page > .faq details {
  margin: 10px 0 0;
  padding: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}
.kz-portal-page > .faq summary {
  position: relative;
  padding: 20px 56px 20px 20px;
  list-style: none;
}
.kz-portal-page > .faq summary::-webkit-details-marker { display: none; }
.kz-portal-page > .faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 9px;
  background: #d7ff3e;
  color: #17201b;
}
.kz-portal-page > .faq details[open] summary::after { content: "−"; }
.kz-portal-page > .faq details p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 16px;
}
@media (max-width: 760px) {
  .kz-portal-page > .portal-hero { padding: 28px 20px; border-radius: 26px; }
  .kz-portal-page > h2 {
    grid-template-columns: 46px minmax(0, 1fr);
    gap: 12px;
    margin-top: 48px;
    padding: 18px;
    border-radius: 22px;
  }
  .kz-portal-page > h2::before { width: 46px; height: 46px; border-radius: 14px; font-size: 14px; }
  .kz-portal-page > ul, .kz-portal-page > ol { grid-template-columns: 1fr; }
  .kz-portal-page > ul > li, .kz-portal-page > ol > li { min-height: 0; }
  .kz-portal-page .table-wrap { border-radius: 22px; }
  .kz-portal-page th, .kz-portal-page td { min-width: 180px; padding: 16px; font-size: 14px; }
  .kz-portal-page > .ai-answer { padding: 22px 20px 22px 28px; }
  .kz-portal-page > .cta, .kz-portal-page > .faq { border-radius: 26px; }
}

/* Events page: light editorial theme */
.kz-portal-page[data-url="/events/"] > .portal-hero {
  border: 1px solid rgba(23,32,27,.1);
  background: #fff;
  color: #17201b;
  box-shadow: 0 24px 60px rgba(23,32,27,.075);
}
.kz-portal-page[data-url="/events/"] > .portal-hero::after {
  border-color: rgba(23,32,27,.08);
  box-shadow: 0 0 0 34px rgba(23,32,27,.018), 0 0 0 68px rgba(23,32,27,.012);
}
.kz-portal-page[data-url="/events/"] > .portal-hero h1 { color: #17201b; }
.kz-portal-page[data-url="/events/"] > .portal-hero .portal-lead { color: #59645d; }
.kz-portal-page[data-url="/events/"] > .portal-hero figure {
  border-color: rgba(23,32,27,.1);
  background: #f8f2e8;
}
.kz-portal-page[data-url="/events/"] > .portal-hero figcaption { color: #66736a; }
.kz-portal-page[data-url="/events/"] .event-guide-hero {
  border: 1px solid rgba(23,32,27,.1);
  background: #fffdf7;
  color: #17201b;
  box-shadow: 0 20px 52px rgba(23,32,27,.06);
}
.kz-portal-page[data-url="/events/"] .event-guide-hero h2 { color: #17201b; }
.kz-portal-page[data-url="/events/"] .event-guide-hero p { color: #59645d; }
.kz-portal-page[data-url="/events/"] .event-article-grid article:nth-child(3n + 1) {
  border-color: rgba(129,51,68,.14);
  background: #f5eadf;
  color: #17201b;
}
.kz-portal-page[data-url="/events/"] .event-article-grid article:nth-child(3n + 1) p {
  color: #59645d;
}
.kz-portal-page[data-url="/events/"] .event-article-grid article:nth-child(3n + 1) a {
  background: #fffdf7;
  color: #813344;
}
.kz-portal-page[data-url="/events/"] .event-decision-board {
  border: 1px solid rgba(23,32,27,.1);
  background: #fff;
  color: #17201b;
  box-shadow: 0 24px 60px rgba(23,32,27,.075);
}
.kz-portal-page[data-url="/events/"] .event-decision-head h2 { color: #17201b; }
.kz-portal-page[data-url="/events/"] .event-decision-head p { color: #59645d; }
.kz-portal-page[data-url="/events/"] .event-decision-card {
  border-color: rgba(23,32,27,.1);
  background: #fff;
  color: #17201b;
  box-shadow: 0 14px 34px rgba(23,32,27,.05);
}
.kz-portal-page[data-url="/events/"] .event-decision-card:hover { background: #fff; }
.kz-portal-page[data-url="/events/"] .event-decision-card.is-featured { background: #f2e6d2; }
.kz-portal-page[data-url="/events/"] .event-decision-card.is-accent { background: #d7ff3e; }
.kz-portal-page[data-url="/events/"] .event-decision-nav {
  border-color: rgba(23,32,27,.1);
  background: #fff;
}
.kz-portal-page[data-url="/events/"] .event-decision-nav a {
  border-color: rgba(23,32,27,.1);
  color: #17201b;
}
.kz-portal-page[data-url="/events/"] .event-decision-nav b { color: #813344; }
.kz-portal-page[data-url="/events/"] > .cta {
  border: 1px solid rgba(23,32,27,.1);
  background: #fff;
  box-shadow: 0 24px 60px rgba(23,32,27,.075);
}
.kz-portal-page[data-url="/events/"] > .cta h2,
.kz-portal-page[data-url="/events/"] > .cta p { color: #17201b; }
.kz-portal-page[data-url="/events/"] > .cta a {
  background: #17201b;
  color: #fff;
}

/* Readability and contrast safeguards across the portal */
.kz-portal-page > .faq,
.kz-portal-page > .faq details,
.kz-portal-page > .faq summary,
.kz-portal-page > .faq details p {
  color: #17201b;
}
.kz-portal-page > .faq summary {
  font-size: 18px;
  font-weight: 850;
  line-height: 1.35;
}
.kz-portal-page > ul > li,
.kz-portal-page > ol > li {
  color: #26352c;
}
.kz-portal-page[data-url="/events/"] .event-decision-card strong,
.kz-portal-page[data-url="/events/"] .event-decision-card p,
.kz-portal-page[data-url="/events/"] .event-decision-card b,
.kz-portal-page[data-url="/events/"] .event-decision-card li {
  color: #17201b;
  opacity: 1;
}
.kz-portal-page[data-url="/events/"] .event-article-grid article:nth-child(3n + 1) li {
  color: #35433a;
}
.halls-count {
  color: #17201b;
}
.halls-count strong,
.halls-count small {
  color: #17201b;
  opacity: 1;
}
@media (max-width: 760px) {
  .kz-portal-page > .faq summary { font-size: 16px; }
}


/* Final contrast guard: light content and readable FAQ */
body { background: #f8f2e8 !important; color: #17201b !important; }
.kz-portal-page { color: #17201b; }
.kz-portal-page > h2,
.kz-portal-page > h3,
.kz-portal-page > p { color: #17201b !important; opacity: 1 !important; }
.kz-portal-page > .faq { background: #fffdf7 !important; color: #17201b !important; }
.kz-portal-page > .faq details { background: #fff !important; }
.kz-portal-page > .faq summary,
.kz-portal-page > .faq details p { color: #17201b !important; opacity: 1 !important; }
.kz-portal-page:not([data-url="/events/"]) > .portal-hero,
.kz-portal-page:not([data-url="/events/"]) > .cta { color: #fff; }
.kz-portal-page:not([data-url="/events/"]) > .portal-hero h1,
.kz-portal-page:not([data-url="/events/"]) > .cta h2,
.kz-portal-page:not([data-url="/events/"]) > .cta p { color: #fff !important; }

/* Final accessibility pass: readable editorial copy and visible FAQ arrows. */
.kz-portal-page > h2,
.kz-portal-page > h3,
.kz-portal-page > p,
.kz-portal-page > .ai-answer,
.kz-portal-page > .ai-answer h2,
.kz-portal-page > .ai-answer p {
  color: #17201b !important;
  opacity: 1 !important;
}
.kz-portal-page > .faq {
  background: #fffdf7 !important;
}
.kz-portal-page > .faq details {
  border: 1px solid rgba(23,32,27,.13) !important;
  background: #fff !important;
}
.kz-portal-page > .faq summary {
  color: #17201b !important;
  opacity: 1 !important;
}
.kz-portal-page > .faq summary::after {
  content: "↓" !important;
  border: 1px solid rgba(23,32,27,.16);
  background: #d7ff3e !important;
  color: #17201b !important;
  font-size: 16px;
  font-weight: 950;
  line-height: 1;
}
.kz-portal-page > .faq details[open] summary::after {
  content: "↑" !important;
}
.kz-portal-page > .faq details p {
  color: #35433a !important;
  opacity: 1 !important;
}

/* Two-column editorial tables: visual checklist cards instead of a rigid grid. */
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) {
  position: relative;
  margin: 34px 0 44px;
  padding: 18px;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(215,255,62,.17), transparent 30%),
    #17201b;
  box-shadow: 0 28px 68px rgba(23,32,27,.16);
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child)::before {
  content: "Что важно согласовать";
  display: block;
  padding: 12px 10px 22px;
  color: #fff;
  font-size: clamp(22px, 2.4vw, 34px);
  font-weight: 950;
  letter-spacing: -.035em;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) table,
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tbody {
  display: block;
  width: 100%;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tbody {
  counter-reset: checklist-card;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tr:first-child {
  display: none;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tr:not(:first-child) {
  counter-increment: checklist-card;
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 220px;
  padding: 24px;
  align-content: end;
  overflow: hidden;
  border: 0;
  border-radius: 24px;
  background: #fffdf7;
  box-shadow: inset 0 0 0 1px rgba(23,32,27,.08);
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tr:not(:first-child)::before {
  content: "0" counter(checklist-card);
  position: absolute;
  top: 20px;
  right: 20px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 16px;
  background: #d7ff3e;
  color: #17201b;
  font-size: 14px;
  font-weight: 950;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) td {
  min-width: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) td:first-child {
  margin-bottom: 13px;
  padding-right: 64px;
  color: #813344;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.kz-portal-page .table-wrap:has(th:nth-child(2):last-child) td:last-child {
  color: #35433a;
  font-size: clamp(17px, 1.35vw, 20px);
  font-weight: 700;
  line-height: 1.45;
}
@media (max-width: 820px) {
  .kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tbody {
    grid-template-columns: 1fr;
  }
  .kz-portal-page .table-wrap:has(th:nth-child(2):last-child) tr:not(:first-child) {
    min-height: 180px;
  }
}

/* Interactive checklist slider */
.kz-portal-page .table-wrap.enhanced-checklist {
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.kz-portal-page .table-wrap.enhanced-checklist::before,
.kz-portal-page .table-wrap.enhanced-checklist > table {
  display: none !important;
}
.checklist-slider {
  position: relative;
  padding: clamp(22px, 3vw, 36px);
  overflow: hidden;
  border-radius: 34px;
  background:
    radial-gradient(circle at 100% 0, rgba(215,255,62,.2), transparent 32%),
    #17201b;
  color: #fff;
  box-shadow: 0 28px 70px rgba(23,32,27,.17);
  touch-action: pan-y;
}
.checklist-slider-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}
.checklist-slider-head span {
  color: #d7ff3e;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.checklist-slider-head h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1;
  letter-spacing: -.045em;
}
.checklist-slider-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}
.checklist-slider-controls button {
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font: inherit;
  font-size: 21px;
  font-weight: 950;
  cursor: pointer;
}
.checklist-slider-controls button:hover:not(:disabled) {
  border-color: #d7ff3e;
  background: #d7ff3e;
  color: #17201b;
}
.checklist-slider-controls button:disabled {
  cursor: default;
  opacity: .28;
}
.checklist-slider-controls output {
  min-width: 70px;
  color: rgba(255,255,255,.52);
  text-align: center;
  font-size: 13px;
  font-weight: 850;
}
.checklist-slider-controls output b {
  color: #fff;
  font-size: 18px;
}
.checklist-slider-viewport {
  overflow: hidden;
  border-radius: 26px;
}
.checklist-slider-track {
  display: flex;
  transition: transform .48s cubic-bezier(.22,.75,.2,1);
  will-change: transform;
}
.checklist-slide {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 300px;
  padding: clamp(26px, 4vw, 50px);
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 60px);
  align-items: end;
  border-radius: 26px;
  background: #fffdf7;
  color: #17201b;
}
.checklist-slide-number {
  display: grid;
  width: 84px;
  height: 84px;
  place-items: center;
  border-radius: 26px;
  background: #d7ff3e;
  color: #17201b;
  font-size: 22px;
  font-weight: 950;
}
.checklist-slide strong {
  display: block;
  margin-bottom: 14px;
  color: #813344;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.checklist-slide p {
  max-width: 760px;
  margin: 0;
  color: #26352c !important;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 850;
  line-height: 1.08;
  letter-spacing: -.035em;
}
.checklist-slider-dots {
  display: flex;
  gap: 8px;
  margin-top: 18px;
}
.checklist-slider-dots button {
  width: 34px;
  height: 5px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  cursor: pointer;
  transition: width .25s ease, background .25s ease;
}
.checklist-slider-dots button.is-active {
  width: 70px;
  background: #d7ff3e;
}
@media (max-width: 700px) {
  .checklist-slider { padding: 18px; border-radius: 26px; }
  .checklist-slider-head { align-items: flex-start; flex-direction: column; }
  .checklist-slider-controls { width: 100%; justify-content: space-between; }
  .checklist-slide {
    min-height: 340px;
    padding: 24px;
    grid-template-columns: 1fr;
    gap: 30px;
    align-content: space-between;
  }
  .checklist-slide p { font-size: clamp(24px, 8vw, 34px); }
}
