/*
Theme Name: 奥体联盟 SEO 可控官网
Theme URI: https://www.tjatlm.com/
Author: 奥体联盟官网迁移包
Description: 面向单位健身房、运动场地、围网灯光和体育设施工程项目的可控 SEO 官网主题。
Version: 1.0.0
Text Domain: atlm-seo-theme
*/
:root {
      --ink: #17212b;
      --muted: #5d6975;
      --soft: #eef3f6;
      --line: #d8e1e7;
      --white: #ffffff;
      --blue: #155a96;
      --blue-deep: #102f4a;
      --green: #28765b;
      --orange: #e96d2f;
      --orange-deep: #c75622;
      --sand: #f5f2ea;
      --steel: #2b3845;
      --shadow: 0 18px 45px rgba(22, 33, 43, .12);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body {
      margin: 0;
      color: var(--ink);
      background: var(--white);
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
      line-height: 1.65;
      text-rendering: optimizeLegibility;
      overflow-x: hidden;
    }
    a { color: inherit; text-decoration: none; }
    img { display: block; width: 100%; height: auto; }
    button, input, textarea { font: inherit; }

    .wrap {
      width: min(1180px, calc(100% - 40px));
      margin: 0 auto;
    }

    .topbar {
      background: #111c26;
      color: rgba(255,255,255,.86);
      font-size: 14px;
    }
    .topbar .wrap {
      min-height: 40px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .topbar strong { color: #fff; font-weight: 760; }
    .topbar .right {
      display: flex;
      gap: 18px;
      align-items: center;
      white-space: nowrap;
    }

    .site-header {
      position: sticky;
      top: 0;
      z-index: 50;
      background: rgba(255,255,255,.96);
      border-bottom: 1px solid rgba(216,225,231,.86);
      backdrop-filter: blur(12px);
    }
    .site-header .wrap {
      min-height: 78px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 18px;
    }
    .brand {
      display: flex;
      align-items: center;
      gap: 12px;
      min-width: 232px;
    }
    .brand img {
      width: 168px;
      max-height: 54px;
      object-fit: contain;
    }
    .brand-text {
      display: none;
      line-height: 1.2;
    }
    .brand-text b { display: block; font-size: 18px; }
    .brand-text span { display: block; color: var(--muted); font-size: 12px; margin-top: 3px; }

    .nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 22px;
      color: #24313d;
      font-size: 15px;
      white-space: nowrap;
    }
    .nav a {
      padding: 27px 0;
      border-bottom: 2px solid transparent;
    }
    .nav a:hover {
      color: var(--blue);
      border-color: var(--orange);
    }
    .header-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      white-space: nowrap;
    }
    .phone-pill {
      color: var(--blue-deep);
      font-weight: 800;
    }
    .cta {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 44px;
      padding: 0 18px;
      border-radius: 4px;
      background: var(--orange);
      color: #fff;
      font-weight: 800;
      border: 1px solid var(--orange);
      cursor: pointer;
      box-shadow: 0 10px 24px rgba(233,109,47,.22);
    }
    .cta:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
    .cta.secondary {
      background: #fff;
      color: var(--blue-deep);
      border-color: rgba(255,255,255,.58);
      box-shadow: none;
    }

    .hero {
      position: relative;
      min-height: 700px;
      overflow: hidden;
      color: #fff;
      background:
        linear-gradient(90deg, rgba(11,27,43,.94) 0%, rgba(16,47,74,.84) 46%, rgba(16,47,74,.20) 100%),
        url("assets/hero-enterprise-gym.jpg") center / cover no-repeat;
    }
    .hero .wrap {
      min-height: 700px;
      display: grid;
      grid-template-columns: minmax(0, 700px) minmax(260px, 1fr);
      align-items: center;
      gap: 42px;
      padding: 58px 0 70px;
    }
    .eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      margin: 0 0 18px;
      color: #ffd5bf;
      font-size: 15px;
      font-weight: 850;
    }
    .eyebrow::before {
      content: "";
      width: 36px;
      height: 2px;
      background: var(--orange);
    }
    h1, h2, h3, p { margin-top: 0; }
    h1 {
      max-width: 760px;
      margin-bottom: 24px;
      font-size: clamp(38px, 5vw, 60px);
      line-height: 1.12;
      font-weight: 900;
      letter-spacing: 0;
      overflow-wrap: anywhere;
      word-break: break-word;
    }
    .hero .lead {
      max-width: 680px;
      margin-bottom: 34px;
      color: rgba(255,255,255,.88);
      font-size: 19px;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-bottom: 34px;
    }
    .hero-actions .cta {
      min-height: 52px;
      padding: 0 24px;
    }
    .hero-actions .cta.secondary {
      background: rgba(255,255,255,.08);
      color: #fff;
      border-color: rgba(255,255,255,.48);
    }
    .hero-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }
    .hero-tags span {
      display: inline-flex;
      align-items: center;
      min-height: 34px;
      padding: 0 12px;
      border: 1px solid rgba(255,255,255,.22);
      background: rgba(255,255,255,.10);
      color: rgba(255,255,255,.88);
      border-radius: 3px;
      font-size: 14px;
    }
    .hero-panel {
      align-self: end;
      border: 1px solid rgba(255,255,255,.22);
      background: rgba(8,20,33,.52);
      backdrop-filter: blur(10px);
      padding: 22px;
      border-radius: 8px;
      overflow: hidden;
    }
    .hero-panel h2 {
      font-size: 22px;
      margin-bottom: 16px;
      color: #fff;
    }
    .hero-panel ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }
    .hero-panel li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      color: rgba(255,255,255,.86);
      font-size: 15px;
      overflow-wrap: anywhere;
    }
    .hero-panel li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 9px;
      background: var(--orange);
      flex: 0 0 auto;
    }
    .mobile-break { display: none; }

    .metrics {
      position: relative;
      z-index: 2;
      margin-top: -54px;
    }
    .metrics-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 16px;
    }
    .metric {
      background: #fff;
      border: 1px solid var(--line);
      padding: 22px 20px;
      box-shadow: var(--shadow);
      border-radius: 6px;
    }
    .metric b {
      display: block;
      color: var(--blue-deep);
      font-size: 30px;
      line-height: 1.1;
      margin-bottom: 8px;
    }
    .metric span { color: var(--muted); font-size: 14px; }

    section { padding: 86px 0; scroll-margin-top: 118px; }
    section.alt { background: var(--soft); }
    .section-head {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      gap: 26px;
      margin-bottom: 34px;
    }
    .section-head h2 {
      margin-bottom: 0;
      font-size: clamp(28px, 3.4vw, 40px);
      line-height: 1.28;
      letter-spacing: 0;
    }
    .section-head p {
      max-width: 560px;
      margin: 0;
      color: var(--muted);
    }
    .kicker {
      display: block;
      margin-bottom: 8px;
      color: var(--orange);
      font-size: 14px;
      font-weight: 900;
    }

    .about-grid {
      display: grid;
      grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
      gap: 36px;
      align-items: start;
    }
    .about-copy {
      padding-right: 20px;
    }
    .about-copy h2 {
      font-size: clamp(28px, 3.2vw, 40px);
      line-height: 1.22;
      margin-bottom: 18px;
    }
    .about-copy p { color: var(--muted); margin-bottom: 18px; }
    .about-image {
      overflow: hidden;
      border-radius: 8px;
      box-shadow: var(--shadow);
      background: var(--soft);
    }
    .about-image img {
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
    .strengths {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 14px;
      margin-top: 24px;
    }
    .strength {
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 6px;
      padding: 18px;
    }
    .strength b {
      display: block;
      color: var(--blue-deep);
      font-size: 17px;
      margin-bottom: 6px;
    }
    .strength span {
      display: block;
      color: var(--muted);
      font-size: 14px;
    }

    .solution-grid {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 18px;
    }
    .solution-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      min-height: 100%;
    }
    .solution-card img {
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }
    .solution-body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      gap: 12px;
      flex: 1;
    }
    .solution-body h3 {
      margin: 0;
      font-size: 20px;
      line-height: 1.32;
    }
    .solution-body p {
      margin: 0;
      color: var(--muted);
      font-size: 15px;
    }
    .chips {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: auto;
    }
    .chips span {
      display: inline-flex;
      align-items: center;
      min-height: 28px;
      padding: 0 9px;
      border-radius: 3px;
      background: #eef5f2;
      color: var(--green);
      font-size: 13px;
      font-weight: 760;
    }

    .field-feature {
      display: grid;
      grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
      gap: 28px;
      align-items: stretch;
      margin-bottom: 28px;
    }
    .field-feature figure,
    .field-card figure,
    .case-card figure {
      margin: 0;
      overflow: hidden;
      background: #dfe7ec;
    }
    .field-feature figure {
      border-radius: 8px;
      min-height: 420px;
    }
    .field-feature img {
      height: 100%;
      min-height: 420px;
      object-fit: cover;
    }
    .field-feature-text {
      border-top: 4px solid var(--orange);
      background: #fff;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: var(--shadow);
      border-radius: 6px;
    }
    .field-feature-text h3 {
      max-width: 560px;
      font-size: 26px;
      line-height: 1.28;
      margin-bottom: 14px;
    }
    .field-feature-text p {
      color: var(--muted);
      margin-bottom: 18px;
    }
    .cap-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }
    .cap-list li {
      display: flex;
      gap: 10px;
      color: #33414f;
    }
    .cap-list li::before {
      content: "";
      width: 7px;
      height: 7px;
      margin-top: 11px;
      background: var(--orange);
      flex: 0 0 auto;
    }
    .field-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .field-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 6px;
      overflow: hidden;
    }
    .field-card img {
      aspect-ratio: 4 / 3;
      object-fit: cover;
    }
    .field-card .body { padding: 20px; }
    .field-card h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .field-card p {
      color: var(--muted);
      margin-bottom: 14px;
      font-size: 15px;
    }
    .field-card b {
      display: block;
      color: var(--blue-deep);
      font-size: 14px;
      margin-bottom: 6px;
    }

    .case-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .case-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 6px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }
    .case-card img {
      aspect-ratio: 16 / 10;
      object-fit: cover;
    }
    .case-body {
      padding: 20px;
      display: flex;
      flex-direction: column;
      flex: 1;
    }
    .case-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 10px;
    }
    .case-meta span {
      min-height: 26px;
      display: inline-flex;
      align-items: center;
      padding: 0 8px;
      border-radius: 3px;
      color: var(--blue);
      background: #edf4fa;
      font-size: 13px;
      font-weight: 760;
    }
    .case-card h3 {
      font-size: 20px;
      margin-bottom: 10px;
    }
    .case-card p {
      color: var(--muted);
      margin-bottom: 14px;
      font-size: 15px;
    }
    .case-card .result {
      margin-top: auto;
      padding-top: 12px;
      border-top: 1px solid var(--line);
      color: #263544;
      font-weight: 760;
      font-size: 14px;
    }

    .process {
      background: #111c26;
      color: #fff;
      padding: 78px 0;
    }
    .process .section-head p { color: rgba(255,255,255,.70); }
    .process-grid {
      display: grid;
      grid-template-columns: repeat(6, minmax(0, 1fr));
      gap: 12px;
      counter-reset: step;
    }
    .process-step {
      counter-increment: step;
      border: 1px solid rgba(255,255,255,.14);
      background: rgba(255,255,255,.06);
      border-radius: 6px;
      padding: 20px 16px;
      min-height: 180px;
    }
    .process-step::before {
      content: counter(step, decimal-leading-zero);
      display: block;
      color: #ffd1bd;
      font-weight: 900;
      margin-bottom: 22px;
      font-size: 16px;
    }
    .process-step b {
      display: block;
      font-size: 17px;
      margin-bottom: 8px;
    }
    .process-step span {
      display: block;
      color: rgba(255,255,255,.72);
      font-size: 14px;
    }

    .trust-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 22px;
      align-items: start;
    }
    .trust-panel {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 6px;
      padding: 26px;
    }
    .trust-panel h3 {
      font-size: 22px;
      margin-bottom: 14px;
    }
    .client-types {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
      margin-top: 18px;
    }
    .client-types span {
      min-height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      border: 1px solid var(--line);
      background: #f8fafb;
      color: #2d3c4b;
      font-weight: 780;
      border-radius: 4px;
      padding: 8px;
    }
    .trust-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }
    .trust-list li {
      display: flex;
      gap: 12px;
      color: var(--muted);
    }
    .trust-list li::before {
      content: "";
      width: 9px;
      height: 9px;
      margin-top: 10px;
      background: var(--green);
      flex: 0 0 auto;
    }

    .info-grid {
      display: grid;
      grid-template-columns: minmax(0, .92fr) minmax(360px, .8fr);
      gap: 22px;
      align-items: start;
    }
    .info-card {
      background: #fff;
      border: 1px solid var(--line);
      border-radius: 6px;
      padding: 26px;
    }
    .info-card h3 {
      font-size: 22px;
      margin-bottom: 14px;
    }
    .info-card p {
      color: var(--muted);
      margin-bottom: 14px;
    }
    .info-list,
    .faq-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 12px;
    }
    .info-list li {
      display: flex;
      gap: 12px;
      color: #33414f;
    }
    .info-list li::before {
      content: "";
      width: 8px;
      height: 8px;
      margin-top: 10px;
      background: var(--orange);
      flex: 0 0 auto;
    }
    .faq-list div {
      border-bottom: 1px solid var(--line);
      padding-bottom: 12px;
    }
    .faq-list div:last-child {
      border-bottom: 0;
      padding-bottom: 0;
    }
    .faq-list dt {
      color: var(--blue-deep);
      font-weight: 850;
      margin-bottom: 5px;
    }
    .faq-list dd {
      margin: 0;
      color: var(--muted);
    }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 18px;
    }
    .news-toolbar {
      display: flex;
      justify-content: flex-end;
      margin: -16px 0 24px;
    }
    .news-more {
      display: inline-flex;
      align-items: center;
      min-height: 40px;
      padding: 0 14px;
      border: 1px solid var(--line);
      border-radius: 4px;
      color: var(--blue-deep);
      background: #fff;
      font-weight: 820;
    }
    .news-more:hover {
      border-color: var(--blue);
      color: var(--blue);
    }
    .news-card {
      display: block;
      min-height: 100%;
      color: inherit;
      border: 1px solid var(--line);
      background: #fff;
      border-radius: 6px;
      padding: 24px;
      transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    }
    .news-card:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow);
      border-color: #c7d6df;
    }
    .news-card time {
      display: block;
      color: var(--orange);
      font-weight: 820;
      margin-bottom: 14px;
      font-size: 14px;
    }
    .news-card h3 {
      font-size: 20px;
      line-height: 1.36;
      margin-bottom: 12px;
    }
    .news-card p {
      color: var(--muted);
      margin: 0;
      font-size: 15px;
    }

    .contact {
      background:
        linear-gradient(90deg, rgba(16,47,74,.96), rgba(16,47,74,.88)),
        url("assets/case-fence-lighting-detail.jpg") center / cover no-repeat;
      color: #fff;
    }
    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, .88fr) minmax(360px, .72fr);
      gap: 38px;
      align-items: start;
    }
    .contact h2 {
      font-size: clamp(30px, 4vw, 46px);
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .contact p {
      color: rgba(255,255,255,.78);
      margin-bottom: 22px;
    }
    .contact-methods {
      display: grid;
      gap: 12px;
      margin-top: 28px;
    }
    .contact-method {
      display: flex;
      gap: 14px;
      align-items: flex-start;
      border-bottom: 1px solid rgba(255,255,255,.16);
      padding-bottom: 12px;
    }
    .contact-method b {
      min-width: 72px;
      color: #ffd1bd;
    }
    .contact-method span,
    .contact-method a {
      color: #fff;
      font-weight: 740;
    }
    .lead-form {
      background: #fff;
      color: var(--ink);
      border-radius: 8px;
      padding: 26px;
      box-shadow: var(--shadow);
    }
    .lead-form h3 {
      margin-bottom: 16px;
      font-size: 24px;
    }
    .form-row {
      display: grid;
      gap: 8px;
      margin-bottom: 14px;
    }
    .form-row label {
      color: #33414f;
      font-weight: 760;
      font-size: 14px;
    }
    .form-row input,
    .form-row textarea {
      width: 100%;
      border: 1px solid var(--line);
      background: #f9fbfc;
      border-radius: 4px;
      padding: 12px 13px;
      outline: none;
      color: var(--ink);
    }
    .form-row textarea {
      min-height: 112px;
      resize: vertical;
    }
    .form-row input:focus,
    .form-row textarea:focus {
      border-color: var(--blue);
      background: #fff;
      box-shadow: 0 0 0 3px rgba(21,90,150,.10);
    }
    .form-note {
      min-height: 26px;
      margin: 10px 0 0;
      color: var(--green);
      font-size: 14px;
      font-weight: 760;
    }
    .lead-form .cta {
      width: 100%;
      min-height: 50px;
      margin-top: 4px;
    }

    .footer {
      background: #0b141d;
      color: rgba(255,255,255,.70);
      padding: 30px 0 92px;
      font-size: 14px;
    }
    .footer .wrap {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      align-items: center;
    }
    .footer strong { color: #fff; }
    .float-contact {
      position: fixed;
      right: 20px;
      bottom: 24px;
      z-index: 60;
      display: grid;
      gap: 8px;
    }
    .float-contact a {
      display: flex;
      align-items: center;
      justify-content: center;
      min-width: 126px;
      min-height: 44px;
      border-radius: 4px;
      color: #fff;
      font-weight: 850;
      box-shadow: 0 10px 25px rgba(0,0,0,.18);
    }
    .float-contact .call { background: var(--orange); }
    .float-contact .plan { background: var(--blue); }

    @media (max-width: 1100px) {
      .site-header .wrap { flex-wrap: wrap; padding: 12px 0; }
      .brand { min-width: 180px; }
      .brand img { width: 146px; }
      .nav {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        overflow-x: auto;
        gap: 18px;
        border-top: 1px solid var(--line);
      }
      .nav a { padding: 12px 0; }
      .solution-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .hero .wrap { grid-template-columns: 1fr; }
      .hero-panel { align-self: auto; max-width: 560px; }
    }

    @media (max-width: 820px) {
      .wrap { width: min(100% - 28px, 1180px); }
      .topbar .wrap { align-items: flex-start; flex-direction: column; gap: 4px; padding: 8px 0; }
      .topbar .wrap > span { overflow-wrap: anywhere; }
      .topbar .right { display: none; }
      .header-actions { display: none; }
      .phone-pill { display: none; }
      .header-actions .cta { min-height: 40px; padding: 0 12px; }
      .hero, .hero .wrap { min-height: 660px; }
      .hero .wrap { padding: 42px 0 58px; }
      .hero .lead { font-size: 17px; }
      .metrics { margin-top: 0; padding: 16px 0 0; }
      .metrics-grid,
      .strengths,
      .field-grid,
      .case-grid,
      .news-grid,
      .trust-grid,
      .info-grid,
      .contact-grid,
      .about-grid {
        grid-template-columns: 1fr;
      }
      .section-head {
        display: block;
      }
      .section-head p { margin-top: 12px; }
      .news-toolbar { justify-content: flex-start; margin-top: -10px; }
      section { padding: 62px 0; }
      .field-feature { grid-template-columns: 1fr; }
      .field-feature figure,
      .field-feature img { min-height: 280px; }
      .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .client-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .footer .wrap { display: block; }
      .float-contact {
        left: 0;
        right: 0;
        bottom: 0;
        grid-template-columns: 1fr 1fr;
        gap: 0;
      }
      .float-contact a {
        border-radius: 0;
        min-height: 54px;
      }
    }

    @media (max-width: 520px) {
      .brand img { width: 132px; }
      .hero {
        background:
          linear-gradient(90deg, rgba(11,27,43,.94) 0%, rgba(16,47,74,.84) 100%),
          url("assets/hero-enterprise-gym.jpg") center / cover no-repeat;
      }
      h1 { font-size: 34px; line-height: 1.16; }
      .mobile-break { display: inline; }
      .hero-actions .cta { width: 100%; }
      .hero-tags span {
        max-width: 100%;
        font-size: 13px;
        padding: 0 10px;
      }
      .metrics-grid,
      .solution-grid,
      .process-grid,
      .client-types {
        grid-template-columns: 1fr;
      }
      .field-feature-text,
      .lead-form { padding: 22px; }
      .contact-grid { gap: 24px; }
    }
/* WordPress migration additions */
body.admin-bar .site-header{top:32px}
.article-hero{background:#102f4a;color:#fff;padding:76px 0 72px}
.article-hero .kicker{color:#ffd1bd}
.article-hero h1{max-width:860px;margin:0 0 18px;font-size:clamp(34px,5vw,54px);line-height:1.18;letter-spacing:0}
.article-hero p{max-width:780px;margin:0;color:rgba(255,255,255,.82);font-size:18px}
.article-section{padding:72px 0}
.article-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:38px;align-items:start}
.article-main{background:#fff}
.article-cover{margin:0 0 28px;border-radius:8px;overflow:hidden;box-shadow:var(--shadow);background:#dfe7ec}
.article-cover img{aspect-ratio:16/9;object-fit:cover}
.article-summary{border-left:4px solid var(--orange);padding:14px 18px;background:#f8fafb;color:#33414f;margin:0 0 28px;font-weight:700}
.article-main h2{font-size:26px;line-height:1.34;margin:34px 0 12px;color:var(--blue-deep)}
.article-main p{margin:0 0 16px;color:#33414f;font-size:17px}
.article-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;color:var(--muted);font-size:13px}
.article-meta span{color:var(--orange);font-weight:840}
.side-panel{position:sticky;top:104px;border:1px solid var(--line);border-radius:6px;background:#fff;padding:22px}
.side-panel h3{margin:0 0 12px;font-size:20px}
.side-panel p{margin:0 0 16px;color:var(--muted);font-size:15px}
.related{display:grid;gap:10px;margin-top:20px}
.related a{padding:10px 0;border-top:1px solid var(--line);color:var(--blue-deep);font-weight:780;font-size:14px}
.contact-band{margin-top:42px;background:#111c26;color:#fff;border-radius:8px;padding:26px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.contact-band h2{margin:0 0 6px;color:#fff;font-size:24px}
.contact-band p{margin:0;color:rgba(255,255,255,.72);font-size:15px}
.page-hero{background:#102f4a;color:#fff;padding:72px 0}.page-hero h1{font-size:clamp(34px,5vw,52px);line-height:1.18;margin:0 0 14px}.page-hero p{max-width:760px;color:rgba(255,255,255,.82);font-size:18px;margin:0}.page-content{padding:72px 0}.page-content .entry{max-width:860px}.page-content h2{font-size:30px;line-height:1.28;margin:32px 0 12px;color:var(--blue-deep)}.page-content p,.page-content li{color:#33414f;font-size:17px}.archive-news{padding:72px 0}.archive-news .news-grid{margin-top:24px}.notice-box{background:#f8fafb;border:1px solid var(--line);border-left:4px solid var(--orange);border-radius:6px;padding:18px 20px;margin:24px 0;color:#33414f}.screen-reader-text{position:absolute;left:-9999px}
.alt .process-step{background:#fff;border:1px solid var(--line);color:var(--ink)}
.alt .process-step::before{color:var(--orange)}
.alt .process-step b{color:var(--blue-deep)}
.alt .process-step span{color:var(--muted)}
@media (max-width:900px){body.admin-bar .site-header{top:0}.article-layout,.contact-band{display:block}.side-panel{position:static;margin-top:28px}.contact-band .cta{margin-top:16px}}
