.page-hero {
  padding: clamp(3rem, 6vw, 4.5rem) 0 2.5rem;
  background:
    radial-gradient(ellipse 50% 60% at 90% 0%, rgba(37, 99, 235, 0.12), transparent 55%),
    var(--bg-soft);
  border-bottom: 1px solid var(--line);
}

.page-hero h1 {
  font-size: clamp(1.75rem, 3.5vw, 2.4rem);
  font-weight: 800;
  margin-bottom: 0.65rem;
  line-height: 1.25;
}

.page-hero p {
  color: var(--ink-soft);
  max-width: 40rem;
}

.page-hero .eyebrow {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--blue);
  margin-bottom: 0.5rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  font-size: 0.82rem;
  color: var(--muted);
  margin-bottom: 1rem;
}

.breadcrumb a:hover {
  color: var(--blue);
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 1.25rem;
}

.feature-item {
  padding: 1.15rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.feature-item h4 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.prose-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
  margin-bottom: 1rem;
}

.prose-card h3 {
  margin-top: 0;
}

.anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1.25rem 0 0;
}

.anchor-nav a {
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--ink-soft);
}

.anchor-nav a:hover {
  border-color: var(--blue);
  color: var(--blue);
}

.sticky-nav {
  position: sticky;
  top: var(--nav-h);
  z-index: 40;
  margin-top: 1rem;
  padding: 0.65rem 0;
  background: rgba(245, 247, 251, 0.94);
  backdrop-filter: blur(8px);
}

.team-detail {
  display: grid;
  gap: 1.15rem;
}

.team-detail article {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 1rem;
  padding: 1.35rem;
  border-radius: var(--radius);
  background: #fff;
  border: 1px solid var(--line);
}

.team-detail .avatar {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--blue-mid), var(--blue));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  font-weight: 800;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 1.5rem;
}

.contact-phone {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.15rem 1.25rem;
  margin-bottom: 1rem;
  border-radius: var(--radius);
  background: var(--blue, #2c7af2);
  color: #fff;
  box-shadow: 0 10px 28px rgba(44, 122, 242, 0.28);
  user-select: text;
  cursor: default;
}

.contact-phone__label {
  font-size: 0.78rem;
  font-weight: 600;
  opacity: 0.9;
}

.contact-phone strong {
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.contact-addr {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  color: var(--ink, #0f172a);
  line-height: 1.55;
  font-weight: 600;
}

.feature-list--stack {
  grid-template-columns: 1fr;
}

.contact-card {
  transition:
    transform 0.3s var(--ease),
    box-shadow 0.3s var(--ease),
    border-color 0.3s var(--ease),
    background 0.3s var(--ease);
}

.contact-card:hover {
  transform: translateY(-6px);
  border-color: var(--blue, #2c7af2);
  background: linear-gradient(180deg, #fff 0%, var(--blue-soft, #eaf2fe) 100%);
  box-shadow:
    0 14px 32px rgba(44, 122, 242, 0.16),
    0 0 0 1px rgba(44, 122, 242, 0.08);
}

.contact-card:hover h4 {
  color: var(--blue, #2c7af2);
}

.contact-layout .contact-submit.btn-primary {
  width: 100%;
  background: var(--blue, #2c7af2);
  border-color: var(--blue, #2c7af2);
  box-shadow: 0 8px 22px rgba(44, 122, 242, 0.32);
}

.contact-layout .contact-submit.btn-primary:hover {
  background: var(--blue-deep, #1e65d8);
  border-color: var(--blue-deep, #1e65d8);
  box-shadow: 0 12px 28px rgba(30, 101, 216, 0.38);
  transform: translateY(-2px);
}

.section--tight {
  padding-top: 0;
}

.form-card-title {
  margin: 0 0 0.5rem;
}

.form-card-lead {
  margin: 0 0 1rem;
  color: var(--muted, #64748b);
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .contact-layout {
    grid-template-columns: 1fr;
  }
}

.sol-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.sol-card {
  position: relative;
  display: block;
  padding: 1.5rem 1.2rem;
  border-radius: var(--radius);
  overflow: hidden;
  min-height: 180px;
  color: #fff;
  background: linear-gradient(150deg, #0d3a8a, #2c7af2);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.sol-card:nth-child(2) {
  background: linear-gradient(150deg, #1a4fb8, #3b8af5);
}
.sol-card:nth-child(3) {
  background: linear-gradient(150deg, #1e65d8, #4b93f7);
}
.sol-card:nth-child(4) {
  background: linear-gradient(150deg, #0a2560, #2c7af2);
}

.sol-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

.sol-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.sol-card p {
  font-size: 0.88rem;
  opacity: 0.88;
}

.sol-card span {
  display: inline-block;
  margin-top: 1rem;
  font-size: 0.84rem;
  font-weight: 700;
}

.sol-grid--narrow {
  grid-template-columns: repeat(auto-fit, minmax(260px, 420px));
}

.case-article {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 1.25rem;
  padding: 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  margin-bottom: 1rem;
  transition: box-shadow 0.25s, transform 0.25s;
}

.case-article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-2px);
}

.case-article__cover {
  height: 132px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  background: linear-gradient(145deg, #0d3a8a, #2c7af2);
  overflow: hidden;
  text-align: center;
  padding: 0.5rem;
}

.case-article__cover--img {
  padding: 0;
  background: #e8eef8;
  color: transparent;
  font-size: 0;
}

.case-article__cover--img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.case-article:nth-child(2) .case-article__cover:not(.case-article__cover--img) {
  background: linear-gradient(145deg, #1a4fb8, #3b8af5);
}
.case-article:nth-child(3) .case-article__cover:not(.case-article__cover--img) {
  background: linear-gradient(145deg, #1e65d8, #4b93f7);
}
.case-article:nth-child(4) .case-article__cover:not(.case-article__cover--img) {
  background: linear-gradient(145deg, #0a2560, #2c7af2);
}
.case-article:nth-child(5) .case-article__cover:not(.case-article__cover--img) {
  background: linear-gradient(145deg, #123a7a, #387fee);
}

.case-article h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.case-article p {
  color: var(--ink-soft);
  font-size: 0.92rem;
  line-height: 1.65;
  margin-bottom: 0.65rem;
}

.case-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem 1rem;
  font-size: 0.82rem;
  color: var(--muted);
}

.news-empty {
  padding: 2.5rem 1.5rem;
  text-align: center;
  background: #fff;
  border: 1px dashed var(--line);
  border-radius: var(--radius);
  color: var(--ink-soft);
}

.news-empty .btn {
  margin-top: 1rem;
}

.news-pagebox,
.pagebox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.75rem;
  padding-top: 0.5rem;
}

.news-pagebox .pagination,
.pagebox .pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagebox li {
  list-style: none;
}

/* 覆盖 common.css：禁用项仍显示为灰态，保证「上一页/下一页」始终可见 */
.news-pagebox li.disabled,
.pagebox.news-pagebox li.disabled,
.res-pagebox li.disabled {
  display: inline-block !important;
}

.pagebox a,
.pagebox span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2rem;
  height: 2.2rem;
  padding: 0 0.65rem;
  border-radius: 8px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--ink-soft);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s, background 0.15s, box-shadow 0.15s;
}

.pagebox a:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: var(--blue-soft, #eff6ff);
}

.pagebox .active span,
.pagebox .current,
.pagebox li.active span {
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 4px 12px rgba(44, 122, 242, 0.28);
}

.pagebox li.disabled span {
  opacity: 0.45;
  cursor: not-allowed;
  background: #f8fafc;
  color: var(--muted, #94a3b8);
  border-color: var(--line);
  box-shadow: none;
}

.news-detail__cover {
  margin: 1.25rem 0 1.5rem;
  border-radius: 14px;
  overflow: hidden;
  background: var(--bg-soft);
}

.news-detail__cover img {
  width: 100%;
  max-height: 420px;
  object-fit: cover;
}

.news-detail__body {
  font-size: 1rem;
  line-height: 1.85;
  color: var(--ink);
}

.news-detail__body:not(.yice-editor-html) img,
.case-article-body:not(.yice-editor-html) img {
  max-width: 100% !important;
  width: auto;
  height: auto !important;
  margin: 1rem auto;
  display: block;
  border-radius: 8px;
}

.news-detail__body:not(.yice-editor-html) img.alignleft,
.case-article-body:not(.yice-editor-html) img.alignleft {
  float: left;
  margin: 0.35rem 1.25rem 1rem 0;
}

.news-detail__body:not(.yice-editor-html) img.alignright,
.case-article-body:not(.yice-editor-html) img.alignright {
  float: right;
  margin: 0.35rem 0 1rem 1.25rem;
}

.news-detail__body:not(.yice-editor-html) img.aligncenter,
.case-article-body:not(.yice-editor-html) img.aligncenter,
.news-detail__body:not(.yice-editor-html) img.size-full,
.case-article-body:not(.yice-editor-html) img.size-full {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.news-detail__body p {
  margin: 0 0 1rem;
}

.news-detail__body .news-table-wrap,
.case-article-body:not(.yice-editor-html) .news-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 1.25rem 0 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #fff;
}

.news-detail__body:not(.yice-editor-html) table,
.news-detail__body:not(.yice-editor-html) .news-table,
.case-article-body:not(.yice-editor-html) table,
.case-article-body:not(.yice-editor-html) .news-table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #334155;
}

.news-detail__body:not(.yice-editor-html) table th,
.news-detail__body:not(.yice-editor-html) table td,
.case-article-body:not(.yice-editor-html) table th,
.case-article-body:not(.yice-editor-html) table td {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  text-align: left;
  vertical-align: top;
  word-break: break-word;
}

.news-detail__body:not(.yice-editor-html) table th,
.case-article-body:not(.yice-editor-html) table th {
  background: #f1f5f9;
  color: #0f172a;
  font-weight: 700;
  white-space: nowrap;
}

.news-detail__body:not(.yice-editor-html) table tr:nth-child(even) td,
.case-article-body:not(.yice-editor-html) table tr:nth-child(even) td {
  background: #f8fafc;
}

.news-detail__body:not(.yice-editor-html) table tr:hover td,
.case-article-body:not(.yice-editor-html) table tr:hover td {
  background: #eff6ff;
}

@media (max-width: 768px) {
  .news-detail__body:not(.yice-editor-html) table,
  .news-detail__body:not(.yice-editor-html) .news-table,
  .case-article-body:not(.yice-editor-html) table,
  .case-article-body:not(.yice-editor-html) .news-table {
    min-width: 460px;
    font-size: 0.84rem;
  }

  .news-detail__body:not(.yice-editor-html) table th,
  .news-detail__body:not(.yice-editor-html) table td,
  .case-article-body:not(.yice-editor-html) table th,
  .case-article-body:not(.yice-editor-html) table td {
    padding: 0.6rem 0.75rem;
  }
}

.news-detail__body figure.news-figure,
.news-detail__body .news-figure {
  margin: 1.25rem 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f1f5f9;
}

.news-detail__body .news-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.news-detail__body .news-meta-line {
  color: var(--muted);
  font-size: 0.9rem;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.1rem;
}

.case-card {
  background: #fff;
  border-radius: var(--radius);
  overflow: hidden;
  color: var(--ink);
  transition: transform 0.3s var(--ease), box-shadow 0.3s;
}

.case-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lg);
}

.case-card__visual {
  height: 150px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.75), rgba(15, 23, 42, 0.55)),
    linear-gradient(120deg, #93c5fd, #1d4ed8);
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
}

.case-card__body {
  padding: 1.15rem 1.2rem 1.35rem;
}

.case-card__body h3 {
  font-size: 1rem;
  line-height: 1.45;
  margin-bottom: 0.65rem;
}

.case-card__tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: var(--blue-soft);
  color: var(--blue-deep);
}

@media (max-width: 980px) {
  .page-hero {
    padding: 2rem 0 1.5rem;
  }

  .sticky-nav {
    top: calc(var(--nav-h) - 4px);
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding-left: 0.25rem;
  }

  .feature-list,
  .sol-grid,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .case-article {
    grid-template-columns: 1fr;
  }

  .case-article__cover {
    height: 180px;
  }

  .page-cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .page-cta .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .team-detail article {
    grid-template-columns: 1fr;
  }

  .synergy-item {
    min-width: 0;
    flex: 1 1 calc(50% - 0.5rem);
  }

  .synergy-arrow {
    display: none;
  }
}

/* —— 走进易策 · 五图现场 —— */
.about-moments {
  position: relative;
  padding-top: clamp(3.25rem, 6vw, 4.75rem);
  padding-bottom: clamp(3.25rem, 6vw, 4.75rem);
  background:
    radial-gradient(ellipse 55% 50% at 8% 12%, rgba(44, 122, 242, 0.1), transparent 58%),
    radial-gradient(ellipse 45% 40% at 92% 88%, rgba(30, 101, 216, 0.08), transparent 55%),
    linear-gradient(180deg, #f3f7fd 0%, #eef4fc 48%, #f7f9fc 100%);
  overflow: hidden;
}

.about-moments::before {
  content: "";
  position: absolute;
  inset: auto -10% -18% auto;
  width: min(42vw, 28rem);
  height: min(42vw, 28rem);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 122, 242, 0.12), transparent 68%);
  pointer-events: none;
}

.about-moments .container {
  position: relative;
  z-index: 1;
}

.about-moments__head {
  margin-bottom: 1.75rem;
  max-width: 40rem;
}

.about-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: minmax(14rem, 27vh) minmax(14rem, 27vh) minmax(17rem, 31vh);
  gap: 0.9rem;
  min-height: min(44rem, 90vh);
}

.about-mosaic figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #0f172a;
  min-height: 0;
  isolation: isolate;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55) inset,
    0 14px 36px rgba(15, 23, 42, 0.1);
  transition:
    transform 0.45s var(--ease, cubic-bezier(0.22, 1, 0.36, 1)),
    box-shadow 0.45s var(--ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.about-mosaic figure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  pointer-events: none;
}

.about-mosaic figure:hover {
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.6) inset,
    0 22px 48px rgba(15, 23, 42, 0.16);
}

.about-mosaic__a {
  grid-column: 1 / 8;
  grid-row: 1 / 3;
}

.about-mosaic__b {
  grid-column: 8 / 13;
  grid-row: 1;
}

.about-mosaic__c {
  grid-column: 8 / 13;
  grid-row: 2;
}

.about-mosaic__d {
  grid-column: 1 / 7;
  grid-row: 3;
}

.about-mosaic__e {
  grid-column: 7 / 13;
  grid-row: 3;
}

.about-mosaic figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 28%;
  transition: transform 0.75s var(--ease, cubic-bezier(0.22, 1, 0.36, 1));
}

.about-mosaic__a img {
  object-position: center 42%;
}

.about-mosaic__b img,
.about-mosaic__c img,
.about-mosaic__e img {
  object-position: center 18%;
}

/* 哈芙琳启动会合影：下移取景，去掉多余天花板，露出更多人像 */
.about-mosaic__d img {
  object-position: center 62%;
}

.about-mosaic figure:hover img {
  transform: scale(1.05);
}

.about-mosaic figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 2.75rem 1.15rem 1.1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.28rem;
  color: #fff;
  background:
    linear-gradient(180deg, transparent 0%, rgba(15, 23, 42, 0.28) 34%, rgba(15, 23, 42, 0.88) 100%);
  pointer-events: none;
}

.about-mosaic figcaption em {
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.15rem;
  padding: 0.18rem 0.55rem;
  border-radius: 999px;
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #fff;
  background: rgba(44, 122, 242, 0.92);
  box-shadow: 0 6px 16px rgba(30, 101, 216, 0.35);
}

.about-mosaic figcaption strong {
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.3;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}

.about-mosaic figcaption span {
  font-size: 0.8rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
  max-width: 28em;
}

.about-mosaic__a figcaption {
  padding: 3.25rem 1.35rem 1.25rem;
}

.about-mosaic__a figcaption strong {
  font-size: 1.22rem;
}

.about-mosaic__a figcaption span {
  font-size: 0.88rem;
}

@media (max-width: 900px) {
  .about-mosaic {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    gap: 0.7rem;
    min-height: 0;
  }

  .about-mosaic__a {
    grid-column: 1 / -1;
    grid-row: auto;
    aspect-ratio: 16 / 10;
    min-height: 14rem;
  }

  .about-mosaic__b,
  .about-mosaic__c,
  .about-mosaic__d,
  .about-mosaic__e {
    grid-column: auto;
    grid-row: auto;
    aspect-ratio: 16 / 11;
    min-height: 11rem;
  }
}

@media (max-width: 560px) {
  .about-moments {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .about-mosaic {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .about-mosaic__a,
  .about-mosaic__b,
  .about-mosaic__c,
  .about-mosaic__d,
  .about-mosaic__e {
    aspect-ratio: 16 / 10;
    min-height: 12rem;
  }

  .about-mosaic figure:hover {
    transform: none;
  }

  .about-mosaic figcaption {
    padding: 2rem 0.9rem 0.85rem;
  }

  .about-mosaic__a figcaption strong {
    font-size: 1.05rem;
  }
}

