* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  color: #333;
  background: #eaf4ff;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

.site-header {
  background: linear-gradient(#c6ddf4 0, #f7fbff 70%, #d9ecff 100%);
}

.header-inner {
  width: min(1200px, calc(100% - 48px));
  min-height: 130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #2e6ec8;
}

.brand-mark {
  width: 43px;
  height: 43px;
  border: 2px solid #2e6ec8;
  position: relative;
  background: #2e6ec8;
}

.brand-mark::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  width: 28px;
  height: 22px;
  border-left: 4px solid #fff;
  border-top: 4px solid #fff;
  transform: rotate(45deg);
}

.brand-mark::after {
  content: "";
  position: absolute;
  left: 13px;
  bottom: 7px;
  width: 16px;
  height: 14px;
  border: 3px solid #fff;
  border-top: 0;
}

.brand-text strong {
  display: block;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 700;
}

.brand-text em {
  display: block;
  margin-top: 6px;
  color: #3b7bd1;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  word-spacing: 8px;
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 28px;
}

.search-form {
  display: flex;
  width: 320px;
  height: 36px;
  border: 2px solid #77a5e4;
  background: #fff;
}

.search-form input {
  width: 100%;
  border: 0;
  padding: 0 10px;
  outline: 0;
  color: #4b5563;
}

.search-form button {
  width: 36px;
  border: 0;
  background: #2f69bf;
  cursor: pointer;
  position: relative;
}

.search-form button span::before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #fff;
  border-radius: 50%;
  left: 8px;
  top: 7px;
}

.search-form button span::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  left: 21px;
  top: 22px;
}

.lang-link {
  color: #2065d2;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.lang-link::after {
  content: "›";
  margin-left: 5px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 36px;
  border: 0;
  background: #2f69bf;
  padding: 8px;
}

.menu-toggle span {
  display: block;
  height: 3px;
  background: #fff;
  margin: 4px 0;
}

.main-nav {
  background: #2d68bd;
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.18);
}

.nav-inner {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  height: 48px;
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}

.nav-inner a {
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 17px;
  font-weight: 700;
}

.nav-inner a:hover,
.nav-inner a.active {
  background: #245cab;
}

.hero-band {
  padding: 24px 0 18px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.96) 0 80px, transparent 82px),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.85) 0 110px, transparent 112px),
    linear-gradient(180deg, #79b8ec 0, #eef7ff 65%, #e7f2fc 100%);
}

.hero-grid {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 18px;
}

.feature-carousel {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(54, 98, 150, .18);
}

.slides,
.slide {
  height: 100%;
}

.slide {
  display: none;
  position: relative;
}

.slide.active {
  display: block;
}

.slide-link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.conference-visual {
  height: 400px;
  position: relative;
  overflow: hidden;
}

.visual-red {
  background:
    linear-gradient(90deg, rgba(153,0,0,.15), transparent 45%),
    linear-gradient(#d94337, #ca352c);
}

.visual-blue {
  background:
    repeating-linear-gradient(90deg, rgba(255,255,255,.08) 0 1px, transparent 1px 80px),
    linear-gradient(135deg, #2f71d9, #61b0f0);
}

.visual-gold {
  background:
    radial-gradient(circle at 24% 20%, rgba(255,255,255,.5), transparent 22%),
    linear-gradient(135deg, #255db4, #69b4f3 55%, #f3b84c);
}

.speaker {
  position: absolute;
  left: 218px;
  top: 110px;
  width: 118px;
  height: 168px;
  border-radius: 58px 58px 20px 20px;
  background: linear-gradient(#f1d0b4 0 36px, #232835 36px 100%);
  box-shadow: 0 0 0 70px rgba(44, 34, 28, .12);
}

.speaker::before {
  content: "";
  position: absolute;
  left: 27px;
  top: -52px;
  width: 64px;
  height: 70px;
  border-radius: 50% 50% 46% 46%;
  background: #efc7a7;
  box-shadow: inset 0 12px 0 #2c2421;
}

.speaker::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 82px;
  width: 110px;
  height: 3px;
  background: #242424;
  transform: rotate(-13deg);
}

.podium {
  position: absolute;
  left: 0;
  right: 92px;
  bottom: 52px;
  height: 90px;
  background: rgba(186, 46, 30, .92);
  color: #fff1d5;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 16px;
  font-family: Georgia, "Songti SC", serif;
}

.podium span {
  font-size: 15px;
  font-weight: 700;
}

.podium strong {
  display: block;
  font-size: 21px;
  letter-spacing: 5px;
}

.meeting-table,
.city-lines {
  position: absolute;
  inset: 72px 52px 98px;
  border: 3px solid rgba(255,255,255,.7);
  background: rgba(255,255,255,.14);
}

.meeting-table::before,
.city-lines::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-top: 26px solid rgba(255,255,255,.35);
  border-bottom: 26px solid rgba(255,255,255,.25);
}

.meeting-screen {
  position: absolute;
  left: 90px;
  right: 90px;
  bottom: 138px;
  background: rgba(14, 86, 184, .82);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 22px;
}

.slide h1 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  margin: 0;
  height: 52px;
  display: grid;
  place-items: center;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  background: rgba(96, 22, 16, .78);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dots {
  position: absolute;
  z-index: 4;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
}

.dots button {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;
}

.dots button.active {
  background: #2c72d7;
}

.headline-panel {
  background: rgba(255,255,255,.94);
  min-height: 400px;
  box-shadow: 0 8px 20px rgba(54, 98, 150, .18);
}

.panel-tabs,
.service-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 43px;
}

.panel-tabs button,
.service-tabs button {
  border: 0;
  background: #e8e6e4;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.panel-tabs button.active,
.service-tabs button.active {
  background: #2d68bd;
  color: #fff;
}

.headline-panel .panel-tabs button.active {
  background: #bb321f;
}

.lead-news {
  min-height: 104px;
  display: grid;
  grid-template-columns: 1fr 110px;
  align-items: center;
  gap: 14px;
  padding: 18px 24px;
  border-bottom: 3px solid #3277dc;
}

.lead-news a {
  font-size: 24px;
  line-height: 1.35;
}

.lead-news time {
  color: #2d68d5;
  font-size: 20px;
  text-align: right;
}

.news-list {
  display: none;
  list-style: none;
  padding: 0 18px;
  margin: 0;
}

.news-list.active {
  display: block;
}

.news-list li,
.info-card li {
  display: grid;
  grid-template-columns: 1fr 100px;
  align-items: center;
  min-height: 51px;
  border-bottom: 1px solid #eeeeee;
  gap: 12px;
}

.news-list a,
.info-card a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-list time,
.info-card time {
  color: #969696;
  text-align: right;
}

.section-shell {
  width: min(1200px, calc(100% - 48px));
  margin: 18px auto;
}

.services {
  background: #fff;
  box-shadow: 0 5px 14px rgba(54, 98, 150, .18);
}

.service-tabs {
  grid-template-columns: 250px 1fr;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 18px;
  padding: 18px 20px 22px;
}

.service-grid a {
  min-height: 116px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 12px;
  background: #f5f5f5;
  font-size: 16px;
  text-align: center;
}

.service-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #3171d2;
  position: relative;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.3);
}

.service-icon::before,
.service-icon::after {
  content: "";
  position: absolute;
  inset: 17px;
  border: 3px solid #fff;
}

.service-icon.stack::before {
  transform: rotate(45deg);
}

.service-icon.register::before {
  border-radius: 3px;
}

.service-icon.register::after {
  inset: 16px 23px 16px 32px;
  border-left: 3px solid #fff;
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

.service-icon.building::before {
  inset: 15px 20px;
}

.service-icon.building::after {
  inset: 22px 28px 12px;
  border-top: 0;
}

.service-icon.education::before {
  border-radius: 50%;
}

.service-icon.member::before {
  border-radius: 50%;
  inset: 13px 24px 28px;
}

.service-icon.member::after {
  inset: 30px 14px 15px;
  border-radius: 20px 20px 0 0;
}

.service-icon.more::before {
  inset: 18px;
  border-radius: 3px;
  box-shadow: 17px 0 0 -2px #3171d2, 17px 0 0 0 #fff, 0 17px 0 -2px #3171d2, 0 17px 0 0 #fff, 17px 17px 0 -2px #3171d2, 17px 17px 0 0 #fff;
}

.portal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.info-card {
  background: #fff;
  min-height: 327px;
  box-shadow: 0 5px 14px rgba(54, 98, 150, .18);
}

.info-card header,
.member-strip header,
.related-links header {
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 18px;
  background: #dbeafa;
}

.info-card h2,
.member-strip h2,
.related-links h2 {
  margin: 0;
  color: #343434;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  padding-left: 12px;
}

.info-card h2::before,
.member-strip h2::before,
.related-links h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 5px;
  height: 20px;
  background: #2d71d4;
}

.info-card header a,
.member-strip header a,
.related-links header a {
  color: #2d6dcc;
  background: #edf6ff;
  padding: 4px 14px;
  border-radius: 7px;
}

.mini-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 16px 12px 8px;
  gap: 0;
}

.mini-tabs button {
  border: 0;
  background: #f4f4f4;
  height: 36px;
  cursor: pointer;
}

.mini-tabs button.active {
  background: #2d68bd;
  color: #fff;
  font-weight: 700;
}

.info-card ul {
  list-style: none;
  margin: 0;
  padding: 0 14px 16px;
}

.member-strip,
.related-links {
  background: transparent;
}

.member-wall {
  min-height: 162px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 0;
  padding: 18px 14px;
  background:
    linear-gradient(90deg, rgba(32, 97, 214, .9), rgba(54, 150, 241, .78)),
    repeating-linear-gradient(90deg, transparent 0 75px, rgba(255,255,255,.18) 75px 77px);
}

.member-wall a {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 14px 10px;
  text-shadow: 0 1px 2px rgba(0,0,0,.18);
}

.link-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  padding: 10px 4px 6px;
}

.link-grid a {
  background: #dbeafa;
  border: 1px solid #c9def4;
  min-height: 47px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 8px;
}

.floating-contact {
  position: fixed;
  right: 0;
  top: 200px;
  z-index: 10;
  width: 84px;
  box-shadow: 0 6px 18px rgba(44, 84, 128, .18);
}

.floating-contact a,
.floating-contact button {
  width: 84px;
  min-height: 72px;
  border: 0;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 5px;
  background: rgba(255,255,255,.94);
  color: #666;
  cursor: pointer;
}

.floating-contact button {
  min-height: 24px;
  font-size: 24px;
  color: #9aa1aa;
  background: rgba(246,246,246,.94);
}

.phone-icon {
  width: 20px;
  height: 20px;
  border: 2px solid #7d7d7d;
  border-radius: 50%;
  position: relative;
}

.phone-icon::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  border-left: 3px solid #7d7d7d;
  border-bottom: 3px solid #7d7d7d;
  transform: rotate(-35deg);
  left: 5px;
  top: 2px;
}

.site-footer {
  margin-top: 26px;
  padding: 24px 20px;
  background: #2d68bd;
  color: rgba(255,255,255,.78);
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
}

.site-footer p {
  margin: 0;
}

.detail-main {
  min-height: 520px;
  background:
    radial-gradient(circle at 26% 12%, rgba(255,255,255,.92) 0 112px, transparent 114px),
    linear-gradient(180deg, #79b8ec 0, #edf6ff 260px, #eaf4ff 100%);
  padding: 28px 0 48px;
}

.detail-hero,
.detail-card {
  width: min(1200px, calc(100% - 48px));
  margin: 0 auto;
}

.detail-hero {
  min-height: 210px;
  display: flex;
  align-items: center;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(45,104,189,.96), rgba(74,152,232,.82)),
    repeating-linear-gradient(90deg, rgba(255,255,255,.18) 0 2px, transparent 2px 74px);
  padding: 34px 46px;
  box-shadow: 0 8px 20px rgba(54, 98, 150, .18);
}

.detail-hero span {
  display: inline-block;
  padding: 6px 15px;
  margin-bottom: 18px;
  background: rgba(255,255,255,.18);
  font-weight: 700;
}

.detail-hero h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.35;
  letter-spacing: 0;
}

.detail-hero p {
  max-width: 760px;
  margin: 16px 0 0;
  line-height: 1.8;
  color: rgba(255,255,255,.88);
}

.detail-card {
  margin-top: 20px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(54, 98, 150, .16);
}

.breadcrumb {
  height: 48px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 24px;
  background: #dbeafa;
  color: #2d68bd;
}

.breadcrumb strong {
  color: #333;
  font-weight: 400;
}

.detail-content {
  padding: 34px 38px 42px;
  line-height: 2;
  font-size: 17px;
}

.detail-content p {
  margin: 0 0 16px;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.detail-actions a {
  min-width: 112px;
  min-height: 40px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  color: #fff;
  background: #2d68bd;
}

.detail-actions a + a {
  color: #2d68bd;
  background: #e7f1fc;
}

.article-meta {
  margin: -8px 0 26px;
  padding: 12px 16px;
  color: #777;
  text-align: center;
  background: #f5f7fa;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
  font-size: 14px;
}

.article-subtitle {
  margin: -8px 0 14px;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}

.article-note {
  margin-top: 26px;
  padding: 14px 18px;
  color: #2d68bd;
  background: #eef6ff;
  border-left: 4px solid #2d68bd;
}

.attachment-list {
  margin-top: 22px;
  padding: 18px 20px;
  background: #f5f9ff;
  border: 1px solid #d9e8f8;
}

.attachment-list strong,
.attachment-list a {
  display: block;
}

.attachment-list strong {
  margin-bottom: 8px;
  color: #333;
}

.attachment-list a {
  padding: 7px 0;
  color: #2d68bd;
}

.attachment-list span {
  color: #b43222;
}

.article-signature {
  margin-top: 34px;
  text-align: right;
  line-height: 2;
}

.article-signature span {
  display: block;
}

.detail-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #edf0f4;
}

.detail-list li {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 18px;
  align-items: center;
  min-height: 54px;
  border-bottom: 1px solid #edf0f4;
}

.detail-list a {
  position: relative;
  padding-left: 16px;
  color: #333;
}

.detail-list a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  background: #2d68bd;
}

.detail-list time {
  color: #999;
  text-align: right;
}

.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 0 18px;
  background: #f4f4f4;
}

.category-tabs button {
  min-width: 120px;
  height: 42px;
  border: 0;
  padding: 0 18px;
  background: #f4f4f4;
  color: #222;
  cursor: pointer;
}

.category-tabs button.active {
  background: #2d68bd;
  color: #fff;
  font-weight: 700;
}

.category-panel {
  display: none;
}

.category-panel.active {
  display: block;
}

.service-detail-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

.service-detail-grid div {
  min-height: 112px;
  padding: 18px;
  background: #eef6ff;
  border: 1px solid #d5e7fb;
}

.service-detail-grid b,
.service-detail-grid span {
  display: block;
}

.service-detail-grid b {
  color: #2d68bd;
  font-size: 18px;
  margin-bottom: 10px;
}

.service-detail-grid span {
  color: #666;
  line-height: 1.6;
}

.member-list,
.link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.member-list a,
.link-list a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  background: #f2f7fd;
  border: 1px solid #d9e8f8;
}

.profile-list {
  display: grid;
  grid-template-columns: 130px 1fr;
  margin: 0;
  border-top: 1px solid #e5edf6;
  border-left: 1px solid #e5edf6;
}

.profile-list dt,
.profile-list dd {
  margin: 0;
  padding: 13px 16px;
  border-right: 1px solid #e5edf6;
  border-bottom: 1px solid #e5edf6;
}

.profile-list dt {
  color: #2d68bd;
  font-weight: 700;
  background: #eef6ff;
}

@media (max-width: 980px) {
  .header-inner {
    min-height: 102px;
    width: min(100% - 28px, 1200px);
  }

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

  .brand-text em {
    font-size: 13px;
  }

  .search-form {
    width: 230px;
  }

  .hero-grid,
  .portal-grid,
  .member-wall {
    grid-template-columns: 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .header-inner {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 0;
  }

  .header-tools {
    gap: 10px;
  }

  .search-form {
    width: 100%;
  }

  .lang-link {
    display: none;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 auto;
  }

  .nav-inner {
    display: none;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(3, 1fr);
  }

  .main-nav.open .nav-inner {
    display: grid;
  }

  .nav-inner a {
    min-height: 44px;
    font-size: 15px;
  }

  .hero-grid,
  .section-shell {
    width: min(100% - 24px, 1200px);
  }

  .feature-carousel,
  .headline-panel {
    min-height: auto;
  }

  .conference-visual {
    height: 280px;
  }

  .speaker {
    left: 42%;
    top: 80px;
    transform: translateX(-50%) scale(.76);
  }

  .podium {
    right: 30px;
    height: 78px;
    bottom: 52px;
  }

  .podium strong {
    font-size: 16px;
    letter-spacing: 3px;
  }

  .meeting-screen {
    left: 30px;
    right: 30px;
    font-size: 20px;
  }

  .slide h1 {
    height: 52px;
    font-size: 15px;
  }

  .lead-news {
    grid-template-columns: 1fr;
    min-height: 86px;
  }

  .lead-news a {
    font-size: 20px;
  }

  .lead-news time {
    text-align: left;
  }

  .news-list li,
  .info-card li {
    grid-template-columns: 1fr;
    gap: 2px;
    align-items: start;
    padding: 9px 0;
  }

  .news-list a,
  .info-card a {
    white-space: normal;
  }

  .news-list time,
  .info-card time {
    text-align: left;
    font-size: 13px;
  }

  .service-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .service-grid a {
    min-height: 110px;
  }

  .link-grid {
    grid-template-columns: 1fr;
  }

  .floating-contact {
    display: none;
  }

  .detail-hero,
  .detail-card {
    width: min(100% - 24px, 1200px);
  }

  .detail-hero {
    min-height: 178px;
    padding: 28px 22px;
  }

  .detail-hero h1 {
    font-size: 26px;
  }

  .detail-content {
    padding: 26px 20px 32px;
    font-size: 16px;
  }

  .detail-list li,
  .profile-list {
    grid-template-columns: 1fr;
  }

  .detail-list li {
    gap: 0;
    align-items: start;
    padding: 10px 0;
  }

  .detail-list time {
    text-align: left;
    padding-left: 16px;
  }

  .category-tabs button {
    flex: 1 1 33.33%;
    min-width: 0;
    padding: 0 8px;
  }

  .service-detail-grid,
  .member-list,
  .link-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .brand-text strong {
    font-size: 23px;
  }

  .brand-text em {
    font-size: 11px;
    word-spacing: 2px;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }
}
