﻿:root {
      --primary: #166534;
      --primary-dark: #14532D;
      --accent: #B7791F;
      --accent-soft: #C58B43;
      --bg-parchment: #F4EFE6;
      --bg-paper: #FAF7F0;
      --bg-white: #FFFFFF;
      --charcoal: #101513;
      --charcoal-deep: #0B0F0D;
      --text-dark: #111827;
      --text-muted: #6B7280;
      --text-light: #F8FAFC;
      --border-light: rgba(17,24,39,.10);
      --border-copper: rgba(183,121,31,.22);
      --theme-color-token: rgb(219,39,119);
      --shadow-premium: 0 26px 80px rgba(17,24,39,.11);
    }

    *, *::before, *::after {
      box-sizing: border-box;
    }
    html {
      width: 100%;
      overflow-x: hidden;
      scroll-behavior: smooth;
    }
    body {
      width: 100%;
      margin: 0;
      overflow-x: hidden;
      background: var(--bg-parchment);
      color: var(--text-dark);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      line-height: 1.6;
    }
    img {
      max-width: 100%;
      height: auto;
      display: block;
    }
    a {
      text-decoration: none;
      color: inherit;
      transition: all 0.25s ease;
    }

    
    .site-header {
      position: sticky;
      top: 0;
      z-index: 1000;
      width: 100%;
      background: rgba(16, 21, 19, 0.90);
      backdrop-filter: blur(20px) saturate(150%);
      border-bottom: 1px solid rgba(183, 121, 31, 0.20);
      box-shadow: 0 14px 44px rgba(17, 24, 39, 0.20);
    }
    .header-inner {
      width: min(1200px, calc(100% - 32px));
      min-height: 76px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .logo {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      min-width: 0;
      max-width: 100%;
      text-decoration: none;
      flex-shrink: 0;
    }
    .logo img {
      display: block;
      height: 40px;
      width: auto;
      max-width: 150px;
      object-fit: contain;
      flex-shrink: 0;
    }
    .logo span {
      display: inline-block;
      font-size: 18px;
      font-weight: 900;
      line-height: 1.2;
      color: #F8FAFC;
      white-space: nowrap;
      max-width: 190px;
      overflow: hidden;
      text-overflow: ellipsis;
    }
    .desktop-nav-wrap {
      flex: 1 1 auto;
      min-width: 0;
      display: flex;
      justify-content: flex-end;
      overflow: hidden;
    }
    .desktop-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 8px;
      max-width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      white-space: nowrap;
    }
    .desktop-nav::-webkit-scrollbar { display: none; }
    .desktop-nav a {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 40px;
      padding: 0 14px;
      border-radius: 999px;
      color: #D1D5DB;
      text-decoration: none;
      font-size: 14px;
      font-weight: 800;
      line-height: 1;
      white-space: nowrap;
      flex: 0 0 auto;
      border: 1px solid transparent;
    }
    .desktop-nav a:hover {
      color: #FFFFFF;
      background: rgba(183, 121, 31, 0.16);
      border-color: rgba(183, 121, 31, 0.30);
      box-shadow: 0 8px 24px rgba(183, 121, 31, 0.14);
    }
    .mobile-menu-btn {
      display: none;
      width: 46px;
      height: 46px;
      border: 1px solid rgba(183, 121, 31, 0.28);
      border-radius: 16px;
      background: rgba(183, 121, 31, 0.12);
      align-items: center;
      justify-content: center;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      flex: 0 0 auto;
      box-shadow: 0 8px 20px rgba(17, 24, 39, 0.18);
    }
    .mobile-menu-btn span {
      display: block;
      width: 20px;
      height: 2px;
      border-radius: 99px;
      background: #F8FAFC;
    }
    .mobile-nav-mask {
      position: fixed;
      inset: 0;
      z-index: 1100;
      background: rgba(15, 23, 42, 0.56);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease;
    }
    .mobile-drawer {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1110;
      width: min(86vw, 360px);
      height: 100vh;
      height: 100dvh;
      max-width: 90vw;
      background: linear-gradient(180deg, #101513 0%, #16211D 100%);
      color: #F8FAFC;
      transform: translateX(-105%);
      transition: transform 0.28s ease;
      box-shadow: 24px 0 60px rgba(0,0,0,0.34);
      display: flex;
      flex-direction: column;
      overflow: hidden;
    }
    .drawer-head {
      min-height: 76px;
      padding: 16px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.12);
      flex: 0 0 auto;
    }
    .drawer-logo img { height: 34px; max-width: 120px; }
    .drawer-logo span { font-size: 16px; max-width: 145px; color: #F8FAFC; }
    .drawer-close {
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 14px;
      background: rgba(255,255,255,0.10);
      color: #F8FAFC;
      font-size: 26px;
      line-height: 1;
      cursor: pointer;
      flex: 0 0 auto;
    }
    .drawer-body {
      flex: 1 1 auto;
      min-height: 0;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      padding: 14px;
    }
    .drawer-nav {
      display: flex;
      flex-direction: column;
      gap: 8px;
    }
    .drawer-nav a {
      display: flex;
      align-items: center;
      width: 100%;
      min-height: 48px;
      padding: 13px 14px;
      border-radius: 14px;
      background: rgba(255,255,255,0.08);
      color: #F8FAFC;
      text-decoration: none;
      font-size: 15px;
      font-weight: 800;
      line-height: 1.35;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
      border: 1px solid rgba(255,255,255,0.10);
    }
    .drawer-nav a:hover {
      background: rgba(22, 101, 52, 0.24);
    }
    body.drawer-open { overflow: hidden; touch-action: none; }
    body.drawer-open .mobile-nav-mask { opacity: 1; visibility: visible; pointer-events: auto; }
    body.drawer-open .mobile-drawer { transform: translateX(0); }

    @media (max-width: 900px) {
      .header-inner { width: min(100% - 24px, 1200px); min-height: 68px; gap: 12px; }
      .desktop-nav-wrap, .desktop-nav { display: none !important; }
      .mobile-menu-btn { display: inline-flex !important; }
      .logo img { height: 34px; max-width: 118px; }
      .logo span { font-size: 16px; max-width: 145px; }
    }
    @media (max-width: 420px) {
      .mobile-drawer { width: 88vw; }
      .logo span { max-width: 118px; }
    }

    
    .hero-section {
      padding: 100px 0 80px;
      background: linear-gradient(180deg, #101513 0%, #16211D 100%);
      color: var(--text-light);
      position: relative;
      overflow: hidden;
    }
    .hero-section::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 70% 30%, rgba(183, 121, 31, 0.12) 0%, transparent 60%);
      pointer-events: none;
    }
    .hero-inner {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.1fr 0.9fr;
      gap: 48px;
      align-items: center;
    }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 6px 16px;
      background: rgba(183, 121, 31, 0.15);
      border: 1px solid rgba(183, 121, 31, 0.3);
      border-radius: 99px;
      color: var(--accent-soft);
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 24px;
    }
    .hero-title {
      font-size: clamp(32px, 5vw, 48px);
      font-weight: 900;
      line-height: 1.15;
      margin: 0 0 20px;
      letter-spacing: -0.02em;
    }
    .hero-title span {
      color: var(--accent-soft);
    }
    .hero-description {
      font-size: 16px;
      line-height: 1.7;
      color: rgba(248, 250, 252, 0.8);
      margin: 0 0 32px;
      max-width: 580px;
    }
    .cta-group {
      display: flex;
      flex-wrap: wrap;
      gap: 16px;
    }
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 28px;
      background: var(--accent);
      color: #fff;
      font-weight: 800;
      border-radius: 8px;
      transition: all 0.25s ease;
      border: 1px solid var(--accent);
    }
    .btn-primary:hover {
      background: var(--accent-soft);
      transform: translateY(-2px);
      box-shadow: 0 8px 24px rgba(183, 121, 31, 0.25);
    }
    .btn-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 28px;
      background: transparent;
      color: var(--text-light);
      font-weight: 800;
      border-radius: 8px;
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    .btn-secondary:hover {
      background: rgba(255, 255, 255, 0.05);
      border-color: rgba(255, 255, 255, 0.4);
    }

    
    .bureau-pathway {
      background: rgba(22, 33, 29, 0.6);
      border: 1px solid var(--border-copper);
      border-radius: 20px;
      padding: 32px;
      box-shadow: var(--shadow-premium);
      position: relative;
    }
    .pathway-title {
      font-size: 18px;
      font-weight: 800;
      color: var(--text-light);
      margin: 0 0 20px;
      border-bottom: 1px solid rgba(183, 121, 31, 0.2);
      padding-bottom: 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .pathway-title span {
      font-size: 11px;
      color: var(--accent-soft);
      text-transform: uppercase;
      letter-spacing: 0.1em;
    }
    .pathway-steps {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }
    .pathway-step {
      display: flex;
      align-items: flex-start;
      gap: 16px;
      padding: 14px;
      background: rgba(16, 21, 19, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.06);
      border-radius: 10px;
      transition: all 0.25s ease;
    }
    .pathway-step:hover {
      border-color: var(--accent-soft);
      background: rgba(22, 33, 29, 0.8);
    }
    .step-num {
      width: 24px;
      height: 24px;
      background: var(--primary);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: 800;
      flex-shrink: 0;
    }
    .step-content h4 {
      margin: 0 0 4px;
      font-size: 14px;
      font-weight: 700;
      color: var(--text-light);
    }
    .step-content p {
      margin: 0;
      font-size: 12px;
      color: rgba(248, 250, 252, 0.6);
      line-height: 1.4;
    }

    
    .section-pillars {
      padding: 80px 0;
      background: var(--bg-paper);
    }
    .section-inner {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
    }
    .section-head {
      max-width: 700px;
      margin: 0 auto 56px;
      text-align: center;
    }
    .section-head h2 {
      font-size: clamp(28px, 4vw, 36px);
      font-weight: 900;
      margin: 0 0 16px;
      color: var(--text-dark);
    }
    .section-head p {
      font-size: 15px;
      color: var(--text-muted);
      line-height: 1.6;
    }
    .pillar-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 24px;
    }
    .pillar-card {
      background: var(--bg-white);
      border: 1px solid var(--border-light);
      border-radius: 16px;
      padding: 32px;
      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
      box-shadow: 0 4px 12px rgba(17, 24, 39, 0.02);
      display: flex;
      flex-direction: column;
    }
    .pillar-card:hover {
      transform: translateY(-5px);
      border-color: var(--accent-soft);
      box-shadow: var(--shadow-premium);
    }
    .pillar-icon {
      width: 48px;
      height: 48px;
      background: rgba(22, 101, 52, 0.08);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 24px;
      color: var(--primary);
    }
    .pillar-card h3 {
      font-size: 18px;
      font-weight: 800;
      margin: 0 0 12px;
      color: var(--text-dark);
    }
    .pillar-card p {
      font-size: 14px;
      color: var(--text-muted);
      line-height: 1.6;
      margin: 0;
    }

    
    .bureau-strip {
      background: var(--primary-dark);
      color: var(--text-light);
      padding: 48px 0;
      border-top: 1px solid rgba(183, 121, 31, 0.3);
      border-bottom: 1px solid rgba(183, 121, 31, 0.3);
    }
    .strip-inner {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 32px;
      text-align: center;
    }
    .strip-item h4 {
      font-size: 28px;
      font-weight: 900;
      color: var(--accent-soft);
      margin: 0 0 8px;
    }
    .strip-item p {
      font-size: 14px;
      margin: 0;
      color: rgba(248, 250, 252, 0.7);
    }

    
    .section-scenarios {
      padding: 80px 0;
      background: var(--bg-parchment);
    }
    .scenarios-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 32px;
    }
    .scenario-card {
      background: var(--bg-white);
      border-left: 4px solid var(--accent);
      border-radius: 0 16px 16px 0;
      padding: 32px;
      box-shadow: 0 4px 20px rgba(17, 24, 39, 0.03);
    }
    .scenario-tag {
      font-size: 11px;
      font-weight: 700;
      color: var(--accent);
      text-transform: uppercase;
      margin-bottom: 12px;
      display: inline-block;
    }
    .scenario-card h3 {
      font-size: 18px;
      font-weight: 800;
      margin: 0 0 14px;
    }

    
    .section-insights {
      padding: 80px 0;
      background: var(--bg-paper);
      border-top: 1px solid var(--border-light);
    }
    .insights-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
      gap: 24px;
    }
    .insight-card {
      background: var(--bg-white);
      border: 1px solid var(--border-light);
      border-radius: 12px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-shadow: 0 2px 8px rgba(17, 24, 39, 0.02);
      transition: all 0.25s ease;
    }
    .insight-card:hover {
      transform: translateY(-3px);
      border-color: var(--border-copper);
      box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06);
    }
    .insight-image {
      aspect-ratio: 16/10;
      overflow: hidden;
      background: #eee;
    }
    .insight-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .insight-content {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .insight-meta {
      font-size: 12px;
      color: var(--text-muted);
      margin-bottom: 8px;
      display: flex;
      justify-content: space-between;
    }
    .insight-title {
      font-size: 15px;
      font-weight: 800;
      line-height: 1.4;
      margin: 0 0 8px;
      color: var(--text-dark);
    }
    .insight-title a:hover {
      color: var(--primary);
    }
    .insight-summary {
      font-size: 13px;
      color: var(--text-muted);
      line-height: 1.5;
      margin: 0 0 16px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .insight-tags {
      margin-top: auto;
      font-size: 11px;
      color: var(--accent);
      font-weight: 700;
      text-transform: uppercase;
    }

    
    .banner-placeholder {
      margin-top: 40px;
    }

    
    .site-footer {
      position: relative;
      width: 100%;
      background: linear-gradient(180deg, #101513 0%, #0B0F0D 100%);
      color: #F8FAFC;
      padding: 60px 0 24px;
      overflow: hidden;
      border-top: 1px solid rgba(183, 121, 31, 0.18);
    }
    .site-footer .logo span { color: #F8FAFC; }
    .footer-inner {
      width: min(1200px, calc(100% - 32px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: minmax(260px, 1.35fr) repeat(3, minmax(150px, 1fr));
      gap: 28px;
      align-items: start;
    }
    .footer-brand, .footer-column { min-width: 0; }
    .footer-brand p {
      margin: 16px 0 0;
      color: rgba(248, 250, 252, 0.76);
      line-height: 1.8;
      font-size: 14px;
      word-break: break-word;
      overflow-wrap: anywhere;
    }
    .footer-column h3 {
      margin: 0 0 14px;
      font-size: 15px;
      color: #fff;
    }
    .footer-column ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }
    .footer-column a, .footer-column span {
      display: inline;
      color: rgba(248, 250, 252, 0.76);
      text-decoration: none;
      font-size: 14px;
      line-height: 1.55;
      white-space: normal;
      word-break: break-word;
      overflow-wrap: anywhere;
    }
    .footer-column a:hover { color: #fff; }
    .footer-bottom {
      width: min(1200px, calc(100% - 32px));
      margin: 32px auto 0;
      padding-top: 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.10);
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      color: rgba(248, 250, 252, 0.62);
      font-size: 13px;
    }
    .footer-bottom p {
      margin: 0;
      min-width: 0;
      word-break: break-word;
      overflow-wrap: anywhere;
    }
    .footer-bottom a {
      color: rgba(248, 250, 252, 0.76);
      text-decoration: none;
      word-break: break-word;
      overflow-wrap: anywhere;
    }

    @media (max-width: 900px) {
      .hero-inner { grid-template-columns: 1fr; gap: 32px; }
      .footer-inner { grid-template-columns: 1fr 1fr; gap: 24px; }
      .footer-brand { grid-column: 1 / -1; }
      .footer-bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
    }
    @media (max-width: 640px) {
      .footer-inner { grid-template-columns: 1fr; }
      .footer-inner, .footer-bottom { width: min(100% - 24px, 1200px); }
    }