:root {
  --blue-950: #003262;
  --blue-900: #073e75;
  --blue-800: #0b568f;
  --blue-700: #1d72ad;
  --blue-100: #e6f0f8;
  --orange: #ee7200;
  --green: #0b8f72;
  --text: #17253a;
  --muted: #647386;
  --line: #dfe8f1;
  --soft: #f4f8fb;
  --bg: #f4f7fa;
  --shadow: 0 10px 24px rgba(12, 58, 102, .09);
  --font: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-height: 100vh; margin: 0; color: var(--text); background: var(--bg); font: 14px/1.62 var(--font); display: flex; flex-direction: column; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.wrap { width: min(1280px, calc(100% - 56px)); margin: 0 auto; }
body > main { flex: 1 0 auto; }

.topbar { height: 36px; color: #fff; background: #003768; font-size: 13px; }
.topbar .wrap, .header-inner, .nav-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.topbar nav { display: flex; gap: 18px; }
.topbar a { opacity: .94; }
.topbar a:hover, .main-nav a:hover { opacity: 1; color: #d9ecff; }

.site-header { height: 136px; background: #fff; }
.brand { display: flex; align-items: center; gap: 20px; min-width: 430px; }
.brand-logo { width: 76px; height: 76px; background: url("./images/brand-mark.png") center / contain no-repeat; flex: 0 0 auto; }
.brand strong { display: block; color: #101826; font-size: 27px; line-height: 1.15; font-weight: 900; letter-spacing: .01em; }
.brand em { display: block; margin-top: 9px; color: #435164; font-style: normal; font-size: 15px; }
.header-info { display: flex; align-items: center; gap: 72px; }
.info-item { display: grid; grid-template-columns: 44px 1fr; align-items: center; gap: 12px; color: #617083; }
.ui-icon, .service-icon {
  --icon-color: var(--blue-800);
  position: relative;
  display: inline-grid;
  place-items: center;
  color: var(--icon-color);
  font-style: normal;
  line-height: 1;
  flex: 0 0 auto;
}
.ui-icon {
  width: 38px;
  height: 38px;
  border: 0;
}
.info-item p { margin: 0; }
.info-item b { display: block; color: #20304a; font-size: 17px; }
.info-item small { display: block; font-size: 13px; }
.phone b { color: var(--blue-900); font-size: 27px; line-height: 1.08; letter-spacing: .02em; }

.main-nav { position: sticky; top: 0; z-index: 30; height: 52px; color: #fff; background: var(--blue-900); box-shadow: 0 5px 16px rgba(0, 49, 96, .18); }
.nav-inner { justify-content: flex-start; }
.main-nav a { min-width: 118px; align-self: stretch; display: grid; place-items: center; padding: 0 18px; font-weight: 800; transition: background .18s, color .18s; }
.main-nav a.active { background: #053461; }
.search { margin-left: auto; width: 50px; height: 100%; color: #fff; background: transparent; border: 0; display: grid; place-items: center; }
.search .ui-icon { width: 28px; height: 28px; border: 0; color: #fff; }

.hero {
  position: relative;
  min-height: 602px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(248, 251, 254, .98) 0%, rgba(248, 251, 254, .92) 37%, rgba(248, 251, 254, .54) 61%, rgba(248, 251, 254, .96) 100%),
    url("./assets/office-consultation.png") center / cover no-repeat;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 140px; background: linear-gradient(180deg, transparent, rgba(244, 247, 250, .94)); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1fr) 488px; gap: 58px; padding-top: 62px; align-items: start; }
.hero h1 { margin: 0; color: var(--blue-900); font-size: 46px; line-height: 1.32; font-weight: 900; letter-spacing: .01em; }
.hero-copy p { margin: 28px 0 0; color: #244871; font-size: 23px; line-height: 1.62; }
.hero-actions { display: flex; gap: 18px; margin-top: 52px; }
.btn { min-height: 46px; padding: 0 28px; border: 1px solid var(--blue-900); border-radius: 4px; background: #fff; color: var(--blue-900); display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: transform .18s, box-shadow .18s, background .18s; }
.btn.primary { border-color: var(--orange); background: var(--orange); color: #fff; }
.btn:hover, .consult-grid a:hover, .service-grid article:hover, .news-list article:hover, .activity-grid article:hover { transform: translateY(-3px); box-shadow: 0 12px 22px rgba(5, 55, 100, .12); }
.btn:active, .wide-btn:active, .bottom-contact button:active { transform: translateY(1px); }

.consult-card { background: rgba(255, 255, 255, .97); border: 1px solid #e6edf5; border-radius: 8px; padding: 23px 20px 20px; box-shadow: var(--shadow); animation: rise .55s ease both; }
.consult-card h2 { margin: 0 0 18px; text-align: center; color: #15294a; font-size: 23px; display: flex; align-items: center; justify-content: center; gap: 9px; }
.consult-card h2 .ui-icon { width: 25px; height: 25px; border: 0; color: var(--blue-900); }
.consult-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.consult-grid a { min-height: 104px; display: grid; grid-template-columns: 50px 1fr; align-items: center; gap: 11px; padding: 14px; border: 1px solid #dce5ef; border-radius: 4px; background: #fbfdff; transition: transform .18s, box-shadow .18s, border-color .18s; }
.service-icon {
  width: 44px;
  height: 44px;
  border: 2px solid currentColor;
  border-radius: 10px;
  color: #6fa1d6;
  background: linear-gradient(180deg, #ffffff, #f5f9fd);
  box-shadow: inset 0 0 0 4px rgba(111, 161, 214, .08);
}
.consult-grid .service-icon { width: 40px; height: 40px; border-radius: 50%; color: #1682ba; }
.service-icon.green { color: #28a969; }
.consult-grid b { display: block; grid-column: 2; color: #21344f; font-size: 15px; align-self: end; }
.consult-grid a > span:last-child { grid-column: 2; color: #66788b; font-size: 12px; align-self: start; }
.wide-btn { width: 100%; min-height: 46px; margin-top: 10px; color: #fff; background: var(--blue-900); border: 0; border-radius: 4px; font-weight: 900; transition: background .18s, letter-spacing .18s; }
.wide-btn:hover { background: #002f5d; letter-spacing: .03em; }

.feature-strip { position: relative; z-index: 2; margin-top: -72px; display: grid; grid-template-columns: repeat(4, 1fr); max-width: 660px; margin-left: calc((100% - min(1280px, calc(100% - 56px))) / 2); margin-right: auto; background: rgba(255, 255, 255, .88); border: 1px solid rgba(219, 231, 242, .8); border-radius: 4px; backdrop-filter: blur(6px); }
.feature-strip div { display: grid; grid-template-columns: 28px 1fr; gap: 7px; align-items: center; padding: 13px 15px; color: #1e3a5e; }
.feature-strip .ui-icon { width: 23px; height: 23px; border-width: 2px; color: var(--blue-900); }
.feature-strip b { display: block; grid-column: 2; line-height: 1.2; align-self: end; }
.feature-strip div > span:last-child { display: block; grid-column: 2; color: #5f6f82; font-size: 11px; line-height: 1.2; align-self: start; }

.section { padding: 36px 0; }
.section-title { margin: 0 0 26px; color: var(--blue-900); text-align: center; font-size: 28px; line-height: 1.2; }
.section-title::before, .section-title::after { content: ""; display: inline-block; width: 88px; height: 1px; margin: 0 17px 8px; background: #b8cadb; }
.section-title.green { color: var(--green); }
.section-title.green::before, .section-title.green::after { background: #68b8a5; }
.service-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 12px; }
.service-grid article { min-height: 214px; padding: 20px 14px 17px; border: 1px solid var(--line); border-radius: 4px; background: #fff; text-align: center; transition: transform .18s, box-shadow .18s, border-color .18s; }
.service-grid article:hover { border-color: #bfd5e9; }
.service-grid .service-icon { margin: 0 auto 16px; width: 54px; height: 54px; }
.service-grid b { display: block; font-size: 16px; color: #17283f; }
.service-grid p { min-height: 42px; margin: 9px 0 12px; color: #667487; font-size: 12px; }
.service-grid a { color: var(--blue-800); font-size: 13px; font-weight: 900; }

.content-band { padding: 32px 0 36px; background: #eef4f9; }
.content-grid { display: grid; grid-template-columns: 1fr 330px; gap: 20px; align-items: start; }
.panel { background: #fff; border: 1px solid var(--line); border-radius: 6px; box-shadow: 0 8px 22px rgba(9, 55, 94, .055); }
.tabs { height: 58px; display: flex; border-bottom: 1px solid var(--line); }
.tabs button { flex: 1; border: 0; background: #fff; color: #1c2b42; font-weight: 800; position: relative; }
.tabs button.active { color: var(--blue-900); }
.tabs button.active::after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 3px; background: var(--blue-900); }
.news-list { padding: 12px 20px 18px; }
.news-list article, .home-news-link { display: grid; grid-template-columns: 174px 1fr; gap: 22px; padding: 13px 0; border-bottom: 1px solid #edf2f7; transition: transform .18s, box-shadow .18s; color: inherit; }
.news-list article:last-child, .home-news-link:last-child { border-bottom: 0; }
.thumb { height: 92px; border-radius: 4px; border: 1px solid #d4e1ed; background-position: center; background-size: cover; display: block; overflow: hidden; }
.thumb.city { background-image: url("./assets/office-consultation.png"); }
.thumb.tech, .thumb.write { background-image: url("./assets/data-search.png"); }
.thumb.paper, .thumb.office { background-image: url("./assets/training-briefing.png"); }
.news-list h3 { margin: 0 0 7px; color: #1f2f44; font-size: 17px; line-height: 1.35; }
.news-list em { display: inline-flex; min-height: 21px; align-items: center; padding: 0 7px; margin-right: 7px; border-radius: 3px; color: var(--blue-900); background: #dfeaf6; font-style: normal; font-size: 12px; font-weight: 900; }
.news-list em:first-child { color: #fff; background: var(--blue-900); }
.news-list p { margin: 0 0 8px; color: #697889; }
.news-list small { color: #8793a2; }
.side { display: grid; gap: 18px; }
.side .panel { padding: 19px 22px; }
.side h3 { display: flex; justify-content: space-between; margin: 0 0 12px; color: var(--blue-900); font-size: 20px; }
.side h3 a, .activity-more { color: #8a96a5; font-size: 13px; font-weight: 400; }
.side ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 11px; }
.side li { position: relative; padding-left: 15px; color: #243851; }
.side li::before { content: ""; position: absolute; left: 0; top: 11px; width: 4px; height: 4px; border-radius: 50%; background: var(--blue-900); }
.date-list b { float: right; color: #fff; background: var(--blue-900); border-radius: 3px; padding: 1px 8px; }
.date-list span { display: block; color: #8a96a5; }

.solution { padding: 34px 0; background: #fff; }
.solution-grid { display: grid; grid-template-columns: 1fr 292px; overflow: hidden; }
.solution-grid > div:first-child { padding: 27px 29px; }
.solution h2 { margin: 0 0 25px; color: var(--blue-900); font-size: 24px; }
.solution h2 span { font-weight: 400; }
.steps { display: grid; grid-template-columns: repeat(5, 1fr); }
.steps article { min-height: 92px; padding: 0 17px; border-right: 1px solid var(--line); }
.steps article:last-child { border-right: 0; }
.steps b { color: var(--blue-900); font-size: 16px; }
.steps p { margin: 8px 0 0; color: #26354b; }
.writing-img { background: linear-gradient(90deg, rgba(255,255,255,.14), rgba(255,255,255,.78)), url("./assets/data-search.png") center / cover; min-height: 178px; }

.activity { padding: 40px 0; background: #f5faf8; }
.activity-more { display: block; margin: -46px 0 18px auto; width: max-content; }
.activity-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.activity-grid article { background: #fff; border: 1px solid var(--line); text-align: center; transition: transform .18s, box-shadow .18s; }
.activity-grid span { display: block; height: 94px; background: url("./assets/training-briefing.png") center / cover; }
.activity-grid article:nth-child(1) span, .activity-grid article:nth-child(5) span { background-image: url("./assets/office-consultation.png"); }
.activity-grid article:nth-child(3) span { background-image: url("./assets/data-search.png"); }
.activity-grid b { display: block; padding: 11px 10px 4px; color: var(--green); font-size: 17px; }
.activity-grid p { margin: 0; min-height: 54px; padding: 0 14px 14px; color: #495b6e; font-size: 13px; }

.float-tools { position: fixed; right: 24px; bottom: 124px; z-index: 40; width: 74px; background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.float-tools a { min-height: 70px; display: grid; place-items: center; padding: 8px 6px; color: var(--blue-900); text-align: center; border-bottom: 1px solid var(--line); font-size: 12px; }
.float-tools a:last-child { border-bottom: 0; }
.float-tools .ui-icon { width: 28px; height: 28px; border: 0; color: var(--blue-900); }

.bottom-contact { position: static; z-index: 30; color: #fff; background: linear-gradient(90deg, #003567, #004986); box-shadow: 0 -10px 28px rgba(0, 35, 68, .22); }
.contact-grid { min-height: 100px; display: grid; grid-template-columns: 340px 1fr; gap: 30px; align-items: center; }
.bottom-contact h2 { margin: 0; font-size: 25px; line-height: 1.2; }
.bottom-contact p { margin: 5px 0 0; color: #cfe2f2; }
.bottom-contact form { display: grid; grid-template-columns: repeat(4, 1fr) 128px; gap: 13px; align-items: center; }
.bottom-contact input, .bottom-contact select { height: 42px; border: 1px solid #b9cbe0; border-radius: 4px; padding: 0 14px; outline: none; }
.bottom-contact input:focus, .bottom-contact select:focus { border-color: #fff; box-shadow: 0 0 0 3px rgba(255,255,255,.18); }
.bottom-contact button { height: 42px; border: 0; border-radius: 4px; color: #fff; background: var(--orange); font-weight: 900; }
.bottom-contact small { grid-column: 1 / -1; color: #c9dced; }

.toast { position: fixed; left: 50%; bottom: 148px; z-index: 80; transform: translate(-50%, 18px); padding: 13px 20px; color: #fff; background: rgba(0, 43, 82, .94); border-radius: 4px; opacity: 0; pointer-events: none; transition: .22s; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal.in { opacity: 1; transform: none; }

.site-footer {
  flex-shrink: 0;
  color: #d5e4f1;
  background: #082f58;
  border-top: 4px solid #0b568f;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.65fr repeat(4, 1fr);
  gap: 34px;
  padding: 36px 0 28px;
}
.footer-brand-link {
  min-width: 0;
  gap: 0;
  color: #fff;
}
.footer-brand-link .brand-logo {
  width: 54px;
  height: 54px;
}
.footer-brand-link strong {
  color: #fff;
  font-size: 20px;
}
.footer-brand-link em {
  color: #b8ccde;
  font-size: 13px;
}
.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 16px;
}
.site-footer a,
.site-footer p {
  display: block;
  margin: 0 0 9px;
  color: #c9d9e7;
  font-size: 13px;
  line-height: 1.65;
}
.site-footer a:hover {
  color: #fff;
}
.footer-bottom {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #a9bdcf;
  border-top: 1px solid rgba(255,255,255,.13);
  font-size: 12px;
}

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}

@media (max-width: 1100px) {
  .site-header { height: auto; padding: 20px 0; }
  .header-inner, .hero-grid, .content-grid, .solution-grid, .contact-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
  .brand { min-width: 0; }
  .header-info { gap: 20px; flex-wrap: wrap; }
  .service-grid { grid-template-columns: repeat(4, 1fr); }
  .activity-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-strip { max-width: none; grid-template-columns: repeat(2, 1fr); margin: -58px auto 0; }
  .bottom-contact form { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; padding: 12px 0; justify-content: flex-start; }
}

@media (max-width: 720px) {
  .wrap { width: min(100% - 28px, 1280px); }
  .topbar { display: none; }
  .brand strong { font-size: 20px; }
  .nav-inner { overflow-x: auto; }
  .main-nav a { min-width: 96px; padding: 0 12px; }
  .search { min-width: 52px; }
  .hero { min-height: auto; padding-bottom: 88px; }
  .hero-grid { padding-top: 34px; }
  .hero h1 { font-size: 34px; }
  .hero-copy p { font-size: 18px; }
  .consult-grid, .service-grid, .news-list article, .steps, .activity-grid, .bottom-contact form, .feature-strip { grid-template-columns: 1fr; }
  .tabs { overflow-x: auto; }
  .tabs button { min-width: 110px; }
  .bottom-contact { position: static; }
  .float-tools { display: none; }
  .footer-grid { grid-template-columns: 1fr; gap: 20px; }
}

/* 2026-06-22 coded reference pass: front homepage */
@media (min-width: 1101px) {
  body {
    background: #f4f8fb;
  }

  .topbar {
    height: 34px;
    background: #003b6d;
  }

  .site-header {
    height: 134px;
  }

  .main-nav {
    height: 50px;
    background: #073f73;
  }

  .hero {
    min-height: 472px;
    background:
      linear-gradient(90deg, rgba(248, 251, 254, .98) 0%, rgba(248, 251, 254, .94) 34%, rgba(248, 251, 254, .55) 58%, rgba(248, 251, 254, .96) 100%),
      url("./assets/hero-city-bg.png") center / cover no-repeat;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 488px;
    padding-top: 44px;
    gap: 58px;
  }

  .hero-copy {
    padding-top: 34px;
    padding-left: 0;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.28;
    color: #073f73;
  }

  .hero-copy p {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.7;
  }

  .hero-actions {
    margin-top: 38px;
  }

  .consult-card {
    width: 488px;
    padding: 22px 20px 18px;
    border-radius: 8px;
  }

  .consult-grid a {
    min-height: 96px;
  }

  .feature-strip {
    margin-top: -62px;
    max-width: 620px;
  }

  .section {
    padding: 34px 0;
  }

  .service-grid article {
    min-height: 204px;
    border-radius: 4px;
  }

  .content-band {
    padding: 32px 0 36px;
  }

  .tabs {
    height: 58px;
  }

  .news-list {
    padding: 12px 20px 18px;
  }

  .home-news-link {
    min-height: 116px;
  }

  .bottom-contact .contact-grid {
    min-height: 100px;
  }
}

/* First-screen alignment pass: keeps the reference layout tight and vertically calm. */

/* Text scale refinement against latest reference. */

/* Hero visual refinement: softer hierarchy, less table-like cards. */

/* Screenshot match pass: closer to the provided UI reference. */

/* Typography and spacing polish. */

/* Real icon assets from /images. Keep layout boxes, replace temporary glyph drawing. */
.ui-icon,
.service-icon {
  border: 0 !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  box-shadow: none !important;
}

.ui-icon::before,
.ui-icon::after,
.service-icon::before,
.service-icon::after {
  display: none !important;
  content: none !important;
}

.icon-pin { background-image: url("./images/dingwei.png") !important; }
.icon-phone { background-image: url("./images/tel.png") !important; }
.icon-search { background-image: url("./images/sousuo.png") !important; filter: brightness(0) invert(1); }
.icon-clock { background-image: url("./images/miaobiao.png") !important; }
.icon-team { background-image: url("./images/zhuanye.png") !important; }
.icon-history { background-image: url("./images/jinyan.png") !important; }
.icon-speed { background-image: url("./images/miaobiao.png") !important; }
.icon-lock { background-image: url("./images/xinxianquan.png") !important; }
.icon-message { background-image: url("./images/liuyan.png") !important; }
.icon-wechat { background-image: url("./images/liuyan.png") !important; }
.icon-up { background-image: url("./images/dingwei.png") !important; transform: rotate(180deg); }

.icon-patent { background-image: url("./images/zhuanli.png") !important; }
.icon-brand { background-image: url("./images/shangbiao.png") !important; }
.icon-copyright { background-image: url("./images/banquanfuwu.png") !important; }
.icon-ip { background-image: url("./images/gaoqirenzheng.png") !important; }
.icon-folder { background-image: url("./images/xiangmushengbao.png") !important; }
.icon-doc { background-image: url("./images/zhishichanquanguanbiao.png") !important; }
.icon-shield { background-image: url("./images/xinxianquan.png") !important; }
.icon-trade { background-image: url("./images/zhishichanquanguanbiao.png") !important; }
.icon-law { background-image: url("./images/banquanfuwu.png") !important; }

.consult-grid .service-icon {
  width: 46px;
  height: 46px;
}

.consult-grid .icon-folder {
  width: 52px;
}

.service-grid .service-icon {
  width: 58px;
  height: 58px;
}

/* UI reference precision pass. */

/* Consolidated desktop refinement rules. */
@media (min-width: 1101px) {
.hero {
    min-height: 622px;
    background-position: center 46%;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 490px;
    gap: 60px;
    padding-top: 68px;
  }

  .hero-copy {
    padding-top: 42px;
  }

  .hero h1 {
    font-size: 46px;
    line-height: 1.28;
    letter-spacing: .005em;
  }

  .hero-copy p {
    margin-top: 27px;
    font-size: 22px;
    line-height: 1.62;
  }

  .hero-actions {
    margin-top: 46px;
    gap: 18px;
  }

  .hero-actions .btn {
    width: 132px;
    min-height: 48px;
    padding: 0 18px;
  }

  .consult-card {
    padding: 24px 20px 20px;
    border-radius: 8px;
  }

  .consult-card h2 {
    height: 33px;
    margin-bottom: 18px;
    font-size: 22px;
    line-height: 1;
  }

  .consult-card h2 .ui-icon {
    width: 24px;
    height: 24px;
  }

  .consult-grid {
    gap: 8px;
  }

  .consult-grid a {
    min-height: 108px;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: 21px auto;
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    padding: 16px 15px;
  }

  .consult-grid .service-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: 42px;
    height: 42px;
    border-width: 2px;
  }

  .consult-grid b {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    margin: 0;
    font-size: 15px;
    line-height: 1.2;
  }

  .consult-grid a > span:last-child {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    display: block;
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
  }

  .wide-btn {
    min-height: 46px;
    margin-top: 10px;
  }

  .feature-strip {
    max-width: 662px;
    margin-top: -68px;
  }

  .feature-strip div {
    min-height: 56px;
    grid-template-columns: 30px minmax(0, 1fr);
    grid-template-rows: 17px 15px;
    column-gap: 8px;
    row-gap: 2px;
    padding: 11px 15px;
    align-items: center;
  }

  .feature-strip .ui-icon {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    justify-self: center;
    width: 24px;
    height: 24px;
  }

  .feature-strip b {
    grid-column: 2;
    grid-row: 1;
    align-self: end;
    font-size: 13px;
    line-height: 1.15;
  }

  .feature-strip div > span:last-child {
    grid-column: 2;
    grid-row: 2;
    align-self: start;
    font-size: 10px;
    line-height: 1.2;
  }

.hero h1 {
    font-size: 43px;
    line-height: 1.34;
    letter-spacing: .01em;
  }

  .hero-copy p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.82;
    color: #174574;
  }

  .hero-actions {
    margin-top: 44px;
  }

  .hero-actions .btn {
    width: 126px;
    min-height: 44px;
    font-size: 13px;
  }

  .feature-strip {
    max-width: 600px;
    margin-top: -70px;
  }

  .feature-strip div {
    min-height: 54px;
    grid-template-columns: 27px minmax(0, 1fr);
    grid-template-rows: 17px 15px;
    padding: 10px 14px;
    column-gap: 8px;
  }

  .feature-strip .ui-icon {
    width: 22px;
    height: 22px;
  }

  .feature-strip b {
    font-size: 13px;
    line-height: 1.25;
  }

  .feature-strip div > span:last-child {
    font-size: 10px;
    line-height: 1.35;
  }

.hero {
    min-height: 588px;
    background:
      linear-gradient(90deg, rgba(248, 251, 254, .99) 0%, rgba(248, 251, 254, .95) 30%, rgba(248, 251, 254, .76) 54%, rgba(248, 251, 254, .92) 100%),
      url("./assets/office-consultation.png") center 46% / cover no-repeat;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 78px;
    padding-top: 60px;
  }

  .hero-copy {
    padding-top: 44px;
    padding-left: 40px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 1.28;
    color: #073d73;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .6);
  }

  .hero-copy p {
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.62;
    color: #244d78;
  }

  .hero-actions {
    margin-top: 42px;
  }

  .btn {
    border-radius: 5px;
  }

  .hero-actions .btn {
    width: 122px;
    min-height: 42px;
  }

  .btn.primary {
    box-shadow: 0 8px 16px rgba(238, 114, 0, .18);
  }

  .consult-card {
    width: 430px;
    padding: 20px 20px 17px;
    border-color: rgba(219, 230, 240, .9);
    border-radius: 7px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 14px 34px rgba(16, 64, 111, .12);
    transform: translateY(0);
  }

  .consult-card h2 {
    height: 30px;
    margin-bottom: 16px;
    font-size: 20px;
    color: #132744;
  }

  .consult-card h2 .ui-icon {
    width: 21px;
    height: 21px;
  }

  .consult-grid {
    gap: 8px;
  }

  .consult-grid a {
    min-height: 92px;
    grid-template-columns: 48px minmax(0, 1fr);
    grid-template-rows: 20px auto;
    column-gap: 11px;
    row-gap: 3px;
    padding: 13px 14px;
    border-color: #d9e5f0;
    border-radius: 5px;
    background: linear-gradient(180deg, #ffffff, #f9fcff);
  }

  .consult-grid a:hover {
    border-color: #b8d2e9;
    background: #fff;
  }

  .consult-grid .service-icon,
  .consult-grid .icon-patent,
  .consult-grid .icon-folder {
    width: 34px;
    height: 34px;
  }

  .consult-grid .icon-patent {
    width: 40px;
    height: 40px;
  }

  .consult-grid b {
    font-size: 13px;
    line-height: 1.25;
    color: #182d47;
  }

  .consult-grid a > span:last-child {
    font-size: 11px;
    line-height: 1.48;
    color: #53677d;
  }

  .wide-btn {
    min-height: 40px;
    margin-top: 10px;
    border-radius: 4px;
    background: #06457f;
  }

  .feature-strip {
    max-width: 560px;
    margin-left: calc((100% - min(1240px, calc(100% - 58px))) / 2 + 40px);
    margin-top: -72px;
    background: rgba(255, 255, 255, .68);
    border-color: rgba(216, 229, 241, .72);
    box-shadow: 0 8px 22px rgba(26, 74, 116, .06);
  }

  .feature-strip div {
    min-height: 48px;
    grid-template-columns: 25px minmax(0, 1fr);
    padding: 8px 12px;
  }

  .feature-strip .ui-icon {
    width: 20px;
    height: 20px;
    opacity: .95;
  }

  .feature-strip b {
    font-size: 11px;
    color: #1f3f66;
  }

  .feature-strip div > span:last-child {
    font-size: 9px;
    color: #687c8f;
  }

.hero {
    min-height: 572px;
    background:
      linear-gradient(90deg, rgba(248, 251, 254, .98) 0%, rgba(248, 251, 254, .94) 34%, rgba(248, 251, 254, .66) 58%, rgba(248, 251, 254, .9) 100%),
      url("./assets/office-consultation.png") center 48% / cover no-repeat;
  }

  .hero::after {
    height: 118px;
    background: linear-gradient(180deg, transparent, rgba(244, 247, 250, .88));
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 76px;
    padding-top: 56px;
  }

  .hero-copy {
    padding-top: 50px;
    padding-left: 42px;
  }

  .hero h1 {
    font-size: 39px;
    line-height: 1.3;
    letter-spacing: 0;
  }

  .hero-copy p {
    margin-top: 27px;
    font-size: 18px;
    line-height: 1.68;
  }

  .hero-actions {
    margin-top: 38px;
    gap: 16px;
  }

  .hero-actions .btn {
    width: 118px;
    min-height: 40px;
    font-size: 12px;
  }

  .consult-card {
    width: 420px;
    padding: 18px 16px 15px;
    transform: translateY(2px);
    border-radius: 6px;
  }

  .consult-card h2 {
    height: 28px;
    margin-bottom: 14px;
    font-size: 18px;
  }

  .consult-card h2 .ui-icon {
    width: 20px;
    height: 20px;
  }

  .consult-grid {
    gap: 7px;
  }

  .consult-grid a {
    min-height: 82px;
    grid-template-columns: 42px minmax(0, 1fr);
    grid-template-rows: 18px auto;
    padding: 12px 12px;
    column-gap: 10px;
    row-gap: 3px;
    border-color: #d8e3ee;
  }

  .consult-grid .service-icon,
  .consult-grid .icon-patent,
  .consult-grid .icon-folder {
    width: 34px;
    height: 34px;
  }

  .consult-grid b {
    font-size: 13px;
    line-height: 1.2;
  }

  .consult-grid a > span:last-child {
    font-size: 11px;
    line-height: 1.45;
  }

  .wide-btn {
    min-height: 38px;
    margin-top: 8px;
    font-size: 12px;
  }

  .feature-strip {
    max-width: 520px;
    margin-left: calc((100% - min(1240px, calc(100% - 58px))) / 2 + 42px);
    margin-top: -68px;
  }

  .feature-strip div {
    min-height: 46px;
    grid-template-columns: 24px minmax(0, 1fr);
    grid-template-rows: 15px 13px;
    padding: 8px 11px;
    column-gap: 7px;
  }

  .feature-strip .ui-icon {
    width: 19px;
    height: 19px;
  }

  .feature-strip b {
    font-size: 11px;
  }

  .feature-strip div > span:last-child {
    font-size: 9px;
  }

body {
    font-size: 14px;
    line-height: 1.58;
  }

  .topbar {
    height: 34px;
    font-size: 12px;
  }

  .brand strong {
    font-size: 27px;
    letter-spacing: 0;
  }

  .brand em {
    font-size: 13px;
    color: #34465c;
  }

  .info-item b {
    font-size: 16px;
    line-height: 1.25;
  }

  .info-item small {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.25;
  }

  .phone b {
    font-size: 27px;
    letter-spacing: .015em;
  }

  .main-nav {
    height: 50px;
  }

  .main-nav a {
    font-size: 13px;
    letter-spacing: 0;
  }

  .search {
    width: 48px;
  }

  .hero {
    min-height: 584px;
  }

  .hero-grid {
    padding-top: 58px;
  }

  .hero-copy {
    padding-top: 50px;
  }

  .hero h1 {
    font-size: 43px;
    line-height: 1.26;
    font-weight: 900;
  }

  .hero-copy p {
    margin-top: 30px;
    font-size: 20px;
    line-height: 1.7;
    color: #1f4670;
  }

  .hero-actions {
    margin-top: 43px;
  }

  .btn {
    min-height: 46px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 800;
  }

  .hero-actions .btn {
    width: 126px;
  }

  .consult-card {
    padding: 21px 20px 17px;
  }

  .consult-card h2 {
    height: 30px;
    margin-bottom: 16px;
    font-size: 21px;
    font-weight: 900;
    letter-spacing: 0;
  }

  .consult-card h2 .ui-icon {
    width: 22px;
    height: 22px;
  }

  .consult-grid {
    gap: 8px;
  }

  .consult-grid a {
    min-height: 100px;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: 20px auto;
    padding: 14px 14px;
    column-gap: 11px;
    row-gap: 4px;
  }

  .consult-grid .service-icon {
    width: 40px;
    height: 40px;
  }

  .consult-grid .icon-patent {
    width: 46px;
    height: 46px;
  }

  .consult-grid b {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 900;
  }

  .consult-grid a > span:last-child {
    font-size: 12px;
    line-height: 1.48;
    color: #52657a;
  }

  .wide-btn {
    min-height: 42px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .feature-strip {
    max-width: 612px;
    margin-top: -73px;
  }

  .feature-strip div {
    min-height: 52px;
    padding: 9px 13px;
  }

  .feature-strip .ui-icon {
    width: 22px;
    height: 22px;
  }

  .feature-strip b {
    font-size: 12px;
    font-weight: 900;
  }

  .feature-strip div > span:last-child {
    font-size: 10px;
    color: #607184;
  }

  .section {
    padding: 34px 0;
  }

  .section-title {
    margin-bottom: 24px;
    font-size: 26px;
  }

  .service-grid {
    gap: 11px;
  }

  .service-grid article {
    min-height: 204px;
    padding: 19px 13px 16px;
  }

  .service-grid .service-icon {
    width: 54px;
    height: 54px;
    margin-bottom: 14px;
  }

  .service-grid b {
    font-size: 15px;
  }

  .service-grid p {
    margin-top: 8px;
    margin-bottom: 11px;
    font-size: 12px;
    line-height: 1.55;
  }

  .service-grid a {
    font-size: 12px;
  }

.wrap {
    width: min(1240px, calc(100% - 58px));
  }

  .site-header {
    height: 134px;
  }

  .header-inner {
    align-items: center;
  }

  .brand {
    gap: 18px;
    min-width: 500px;
  }

  .brand-logo {
    width: 76px;
    height: 76px;
  }

  .brand strong {
    font-size: 28px;
  }

  .brand em {
    margin-top: 7px;
    font-size: 14px;
  }

  .header-info .ui-icon {
    width: 40px;
    height: 40px;
  }

  .info-item {
    grid-template-columns: 48px 1fr;
    gap: 12px;
  }

  .phone b {
    font-size: 28px;
  }

  .main-nav a {
    min-width: 118px;
    font-size: 14px;
  }

  .hero {
    min-height: 592px;
    background-position: center 48%;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 70px;
    padding-top: 64px;
  }

  .hero-copy {
    padding-top: 46px;
  }

  .hero h1 {
    font-size: 44px;
    line-height: 1.31;
  }

  .hero-copy p {
    margin-top: 29px;
    font-size: 21px;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 48px;
  }

  .consult-card {
    width: 470px;
    padding: 22px 20px 18px;
    transform: translateY(8px);
  }

  .consult-card h2 {
    height: 32px;
    margin-bottom: 17px;
    font-size: 22px;
  }

  .consult-grid {
    gap: 8px;
  }

  .consult-grid a {
    min-height: 102px;
    grid-template-columns: 50px minmax(0, 1fr);
    grid-template-rows: 22px auto;
    padding: 15px 14px;
    column-gap: 12px;
  }

  .consult-grid .service-icon {
    width: 42px;
    height: 42px;
  }

  .consult-grid .icon-patent {
    width: 48px;
    height: 48px;
  }

  .consult-grid .icon-folder {
    width: 48px;
    height: 42px;
  }

  .consult-grid b {
    font-size: 15px;
  }

  .consult-grid a > span:last-child {
    font-size: 12px;
    line-height: 1.55;
  }

  .wide-btn {
    min-height: 44px;
    margin-top: 9px;
  }

  .feature-strip {
    max-width: 620px;
    margin-left: calc((100% - min(1240px, calc(100% - 58px))) / 2);
    margin-top: -76px;
  }

  .feature-strip div {
    min-height: 54px;
    padding: 10px 14px;
  }

  .feature-strip .ui-icon {
    width: 23px;
    height: 23px;
  }

.hero {
    background:
      linear-gradient(90deg, rgba(248, 251, 254, .99) 0%, rgba(248, 251, 254, .95) 34%, rgba(248, 251, 254, .7) 58%, rgba(248, 251, 254, .96) 100%),
      url("./assets/office-consultation.png") center 46% / cover no-repeat;
  }
}

/* 2026-06-23 hero polish: fade the right (card) zone so the background person is not visibly clipped by the consult card */
.hero {
  background:
    linear-gradient(90deg,
      rgba(248, 251, 254, .90) 0%,
      rgba(248, 251, 254, .72) 28%,
      rgba(248, 251, 254, .70) 44%,
      rgba(248, 251, 254, .92) 58%,
      rgba(248, 251, 254, .99) 72%,
      rgba(248, 251, 254, 1) 100%),
    url("./assets/office-consultation.png") center 38% / cover no-repeat;
}
.consult-card { background: #fff; }
