:root {
      --ink: #17191d;
      --muted: #62666f;
      --line: #e7e4df;
      --paper: #fbfaf8;
      --white: #ffffff;
      --accent: #df392e;
      --accent-dark: #b82821;
      --accent-soft: #fff0ec;
      --radius: 18px;
      --shadow: 0 18px 50px rgba(51, 36, 28, .10);
      --display-size: clamp(42px, 4vw, 54px);
      --section-size: clamp(30px, 2.6vw, 38px);
      --panel-size: clamp(25px, 2vw, 30px);
      --card-size: 20px;
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--paper);
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
      line-height: 1.65;
      -webkit-font-smoothing: antialiased;
    }
    h1, h2, h3 {
      font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
      text-wrap: balance;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; max-width: 100%; }
    .wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

    .trustbar {
      background: #232428;
      color: #f5f5f4;
      font-size: 13px;
    }
    .trustbar .wrap {
      min-height: 38px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 24px;
    }
    .trustbar strong { color: #fff; font-weight: 650; }

    header {
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid var(--line);
    }
    .mainnav {
      min-height: 76px;
      display: grid;
      grid-template-columns: 275px 1fr auto;
      align-items: center;
      gap: 26px;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }
    .brand img { width: 178px; height: auto; }
    .brand-city {
      padding-left: 14px;
      border-left: 1px solid #d8d5d0;
      white-space: nowrap;
      font-weight: 700;
      font-size: 15px;
    }
    .navlinks {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 27px;
      font-size: 14px;
      font-weight: 600;
      white-space: nowrap;
    }
    .navlinks a:first-child { color: var(--accent); }
    .navcta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 42px;
      padding: 0 20px;
      border-radius: 999px;
      background: var(--accent);
      color: #fff;
      font-weight: 700;
      font-size: 14px;
    }

    .hero {
      background: var(--white);
      padding: 44px 0 32px;
    }
    .hero-grid {
      display: grid;
      grid-template-columns: 0.9fr 1.1fr;
      align-items: center;
      gap: 58px;
    }
    h1 {
      margin: 0;
      font-size: var(--display-size);
      line-height: 1.16;
      letter-spacing: -.035em;
      font-weight: 760;
    }
    .hero p {
      max-width: 31em;
      margin: 24px 0 30px;
      color: var(--muted);
      font-size: 18px;
    }
    .hero-auth {
      display: block;
      margin-top: -18px;
      margin-bottom: 28px;
      color: var(--accent-dark);
      font-size: 13px;
      font-weight: 700;
    }
    .actions { display: flex; flex-wrap: wrap; gap: 12px; }
    .button {
      min-height: 50px;
      padding: 0 25px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 15px;
      font-weight: 750;
      border: 1px solid var(--ink);
      background: var(--ink);
      color: #fff;
    }
    .button.secondary { background: #fff; color: var(--ink); }
    .hero-figure { margin: 0; }
    .hero-photo {
      position: relative;
      height: 430px;
      overflow: hidden;
      border-radius: var(--radius);
      background: #d8d8d4;
      box-shadow: var(--shadow);
    }
    .hero-photo img {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: 50% 52%;
    }
    .hero-figure figcaption {
      padding-top: 12px;
      color: #77736d;
      font-size: 13px;
    }

    section { padding: 64px 0; }
    .section-title { margin-bottom: 28px; }
    .section-title h2 {
      margin: 0;
      font-size: var(--section-size);
      line-height: 1.24;
      letter-spacing: -.025em;
      font-weight: 760;
    }

    .schedule { padding-top: 48px; }
    .schedule-main {
      position: relative;
      display: grid;
      grid-template-columns: .72fr 1.12fr .72fr;
      align-items: center;
      gap: 34px;
      overflow: hidden;
      padding: 36px 38px;
      border-radius: var(--radius);
      background: #202126;
      color: #fff;
    }
    .schedule-eyebrow {
      display: block;
      margin-bottom: 8px;
      color: #ff6b61;
      font-size: 13px;
      font-weight: 750;
      letter-spacing: .08em;
    }
    .schedule-main h2 {
      margin: 0 0 20px;
      font-size: var(--panel-size);
      line-height: 1.25;
      letter-spacing: -.02em;
      font-weight: 740;
    }
    .date-line {
      display: flex;
      align-items: flex-end;
      gap: 18px;
      margin: 0;
    }
    .date-line strong {
      color: #ff6258;
      font-size: 46px;
      line-height: .9;
      letter-spacing: -.035em;
    }
    .date-line span { color: #d5d5d3; font-size: 16px; }
    .schedule-facts {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px 30px;
      position: relative;
      z-index: 1;
    }
    .schedule-facts div {
      padding-top: 16px;
      border-top: 1px solid rgba(255,255,255,.18);
    }
    .schedule-facts span { display: block; color: #aeb0b5; font-size: 13px; }
    .schedule-facts b { display: block; margin-top: 5px; font-size: 16px; }
    .schedule-contact {
      align-self: stretch;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 32px;
      border-left: 1px solid rgba(255,255,255,.18);
    }
    .schedule-contact h3 {
      margin: 0;
      font-size: 21px;
      line-height: 1.35;
      font-weight: 700;
    }
    .contact-number {
      margin: 18px 0 9px;
      color: #ff6b61;
      font-size: 26px;
      font-weight: 800;
      line-height: 1.2;
    }
    .contact-meta { color: #b8bac0; font-size: 14px; }

    .path-section { background: #fff; }
    .path-grid {
      display: block;
    }
    .path-copy h2 {
      margin: 0 0 28px;
      font-size: var(--section-size);
      line-height: 1.24;
      letter-spacing: -.025em;
      font-weight: 760;
    }
    .path-list {
      counter-reset: step;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 1fr;
      border-top: 1px solid var(--line);
    }
    .path-item {
      counter-increment: step;
      display: grid;
      grid-template-columns: 42px 1fr;
      gap: 14px;
      padding: 24px 32px 24px 0;
      min-height: 142px;
      border-bottom: 1px solid var(--line);
    }
    .path-item:nth-child(even) {
      padding-right: 0;
      padding-left: 32px;
      border-left: 1px solid var(--line);
    }
    .path-item::before {
      content: "0" counter(step);
      color: var(--accent);
      font-size: 18px;
      font-weight: 800;
    }
    .path-item h3 { margin: 0 0 7px; font-size: var(--card-size); line-height: 1.4; }
    .path-item p { margin: 0; color: var(--muted); font-size: 15px; }

    .curriculum-grid { display: block; }
    .curriculum-lead {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 36px;
      padding: 0 0 26px;
      border-bottom: 1px solid var(--line);
    }
    .curriculum-lead h2 {
      margin: 0;
      font-size: var(--section-size);
      line-height: 1.24;
      letter-spacing: -.025em;
      font-weight: 760;
    }
    .curriculum-lead p { max-width: 430px; color: #704b45; }
    .curriculum-lead .fee {
      white-space: nowrap;
      font-size: 46px;
      font-weight: 850;
      color: var(--accent-dark);
      line-height: 1;
    }
    .curriculum-lead .fee span { font-size: 15px; font-weight: 600; }
    .modules {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 1fr;
      align-items: stretch;
      gap: 12px;
      margin-top: 20px;
    }
    .module {
      min-height: 112px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 18px;
      border-radius: var(--radius);
      background: #fff;
      border: 1px solid var(--line);
    }
    .module span { color: var(--accent); font-weight: 800; font-size: 13px; }
    .module h3 { margin: 10px 0 0; font-size: var(--card-size); line-height: 1.4; }

    .gallery-section { background: #f0efec; color: var(--ink); }
    .gallery {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 24px;
    }
    .gallery figure { margin: 0; }
    .gallery img {
      width: 100%;
      height: 330px;
      object-fit: cover;
      object-position: center;
      border-radius: var(--radius);
    }
    .gallery figcaption { color: var(--muted); padding-top: 10px; font-size: 13px; }

    .articles { background: #fff; }
    .article-layout {
      display: grid;
      grid-template-columns: 1.05fr .95fr;
      gap: 55px;
      align-items: stretch;
    }
    .featured-article { min-height: 100%; }
    .featured-article img {
      width: 100%;
      height: 250px;
      object-fit: cover;
      border-radius: var(--radius);
      margin-bottom: 24px;
    }
    .featured-article h3 { margin: 0 0 10px; font-size: 24px; line-height: 1.4; }
    .featured-article p { margin: 0; color: var(--muted); }
    .article-list { border-top: 1px solid var(--ink); }
    .article-link {
      display: grid;
      grid-template-columns: 112px 1fr;
      gap: 25px;
      padding: 18px 0;
      border-bottom: 1px solid var(--line);
    }
    .article-link time { color: var(--muted); font-size: 13px; }
    .article-link strong { font-size: 18px; line-height: 1.45; }

    footer { padding: 48px 0 24px; background: #191a1e; color: #d7d7d8; }
    .footer-grid {
      display: grid;
      grid-template-columns: 1.3fr 1fr 1fr;
      gap: 70px;
      padding-bottom: 40px;
    }
    footer h3 { color: #fff; margin: 0 0 16px; font-size: 20px; }
    footer p { margin: 0 0 8px; font-size: 14px; color: #b9b9bb; }
    footer a { display: block; margin-bottom: 9px; font-size: 14px; }
    .copyright { padding-top: 22px; border-top: 1px solid #35363a; color: #8f9094; font-size: 12px; }

    @media (max-width: 980px) {
      .mainnav { grid-template-columns: 1fr auto; }
      .navlinks { display: none; }
      .hero-grid, .article-layout { grid-template-columns: 1fr; }
      .schedule-main { grid-template-columns: .8fr 1.2fr; }
      .schedule-contact {
        grid-column: 1 / -1;
        padding: 24px 0 0;
        border-left: 0;
        border-top: 1px solid rgba(255,255,255,.18);
      }
      .hero-photo { height: 410px; }
      .gallery img { height: 300px; }
    }
    @media (max-width: 700px) {
      .wrap { width: min(100% - 28px, 1180px); }
      .trustbar .wrap { justify-content: center; text-align: center; }
      .trustbar span:last-child { display: none; }
      .mainnav { min-height: 68px; }
      .brand img { width: 145px; }
      .brand-city { display: none; }
      .navcta { padding: 0 14px; font-size: 13px; }
      .hero { padding-top: 32px; }
      .hero-grid { gap: 30px; }
      h1 { font-size: 38px; }
      .hero p { font-size: 16px; }
      .hero-photo { height: 320px; }
      .schedule-facts, .footer-grid { grid-template-columns: 1fr; }
      section { padding: 52px 0; }
      .schedule-main {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 30px;
      }
      .schedule-contact {
        grid-column: auto;
        padding-top: 24px;
      }
      .date-line strong { font-size: 48px; }
      .path-list { grid-template-columns: 1fr; }
      .path-item, .path-item:nth-child(even) {
        grid-template-columns: 40px 1fr;
        padding: 20px 0;
        min-height: 0;
        border-left: 0;
      }
      .curriculum-lead {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        padding: 0 0 24px;
      }
      .modules { grid-template-columns: 1fr 1fr; }
      .gallery { grid-template-columns: 1fr; gap: 24px; }
      .gallery img { height: 260px; }
      .article-link { grid-template-columns: 1fr; gap: 5px; }
    }

.featured-article.no-image {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background:
    linear-gradient(145deg, rgba(223,57,46,.08), rgba(255,255,255,.94)),
    repeating-linear-gradient(90deg, transparent 0 34px, rgba(23,25,29,.035) 34px 35px);
}

.date-line.empty strong { font-size: clamp(32px, 4vw, 50px); }

.city-switch {
  padding-top: 30px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255,255,255,.14);
}
.city-switch strong { display: block; margin-bottom: 12px; font-size: 15px; }
.city-switch div { display: flex; flex-wrap: wrap; gap: 8px 14px; }
.city-switch a { color: rgba(255,255,255,.72); font-size: 13px; }
.city-switch a[aria-current="page"] { color: #fff; font-weight: 800; }

@media (max-width: 700px) {
  html, body { overflow-x: hidden; }
  .trustbar .wrap { justify-content: center; white-space: nowrap; }
  .trust-legal { display: none; }
  .mainnav { display: flex; justify-content: space-between; gap: 12px; position: relative; }
  .mainnav .brand { padding-right: 118px; }
  .navcta { display: inline-flex !important; position: absolute; right: 0; flex: 0 0 auto; }
  .hero-grid > div { min-width: 0; }
  .hero p { max-width: 100%; overflow-wrap: anywhere; }
}
