/* Phase 3: unified inner-page experience for Chaoyi Electronics */
:root {
  --cy-blue: #0d63b8;
  --cy-blue-dark: #073b73;
  --cy-blue-soft: #eaf4ff;
  --cy-red: #d9363e;
  --cy-ink: #17263a;
  --cy-muted: #637187;
  --cy-line: #dfe7f0;
  --cy-surface: #ffffff;
  --cy-page: #f5f8fc;
  --cy-shadow: 0 14px 38px rgba(24, 55, 91, 0.08);
}

body {
  background: var(--cy-page);
  color: var(--cy-ink);
}

.nybanner {
  position: relative;
  height: 232px;
  background-color: #eef6fb !important;
  background-size: auto 100% !important;
  background-position: center center !important;
  border-bottom: 1px solid rgba(13, 99, 184, 0.08);
  overflow: hidden;
}

.nybanner::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  content: "";
  background: linear-gradient(90deg, var(--cy-red) 0 18%, var(--cy-blue) 18% 100%);
}

.key-serch {
  height: auto;
  min-height: 76px;
  padding: 0;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--cy-line);
  box-shadow: 0 8px 22px rgba(34, 64, 98, 0.04);
}

.tem_inner,
.key-serch .tem_inner,
.met_section {
  width: calc(100% - 48px);
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.key-serch .tem_inner {
  display: flex;
  min-height: 76px;
  height: auto;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  overflow: visible;
}

.met_position {
  float: none;
  min-width: 0;
  padding-left: 24px;
  color: #7b8798;
  font-size: 13px;
  line-height: 1.8;
  background-position: left 3px;
}

.met_position a,
.met_position a:last-child,
.met_position span {
  color: #526176;
}

.met_position a:hover,
.met_position a:last-child:hover {
  color: var(--cy-blue);
}

.key-serch .search {
  flex: 0 0 330px;
  float: none;
  margin: 0;
}

.key-serch .search form {
  display: flex;
  width: 100%;
}

.key-serch .search span.navsearch_input {
  flex: 1;
  float: none;
}

.key-serch .search span.navsearch_input input {
  width: 100%;
  height: 42px;
  line-height: 42px;
  box-sizing: border-box;
  color: var(--cy-ink);
  background: #f6f9fc;
  border: 1px solid #d7e1ec !important;
  border-right: 0 !important;
  border-radius: 8px 0 0 8px;
  transition: border-color 0.2s, background 0.2s;
}

.key-serch .search span.navsearch_input input:focus {
  background: #fff;
  border-color: var(--cy-blue) !important;
}

.key-serch .search .searchgo {
  float: none;
  width: 52px;
  height: 42px;
  padding: 0;
  background: linear-gradient(135deg, #1676ce, #0a559e);
  border-radius: 0 8px 8px 0;
  cursor: pointer;
}

.met_section {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  box-sizing: border-box;
  padding: 46px 0 72px;
}

.met_section > .met_clear {
  display: none;
}

.met_section aside {
  position: relative;
  flex: 0 0 248px;
  float: none;
  width: 248px;
  padding-top: 0;
}

.met_section aside section.met_aside {
  overflow: hidden;
  background: var(--cy-surface);
  border: 1px solid var(--cy-line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(24, 55, 91, 0.06);
}

.met_section aside section h2 {
  position: relative;
  padding: 22px 24px 22px 58px;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  background: linear-gradient(135deg, #0b4e91, #1479cf);
}

.met_section aside section h2::before {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 18px;
  height: 18px;
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 5px;
  transform: translateY(-50%) rotate(45deg);
}

.met_section aside .met_aside_list {
  max-height: 560px;
  padding: 8px 12px 14px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
  scrollbar-color: #b9c9d9 transparent;
  scrollbar-width: thin;
}

.met_section aside .met_aside_list::-webkit-scrollbar {
  width: 6px;
}

.met_section aside .met_aside_list::-webkit-scrollbar-thumb {
  background: #b9c9d9;
  border-radius: 6px;
}

.met_section aside .met_aside dl dt a {
  margin-top: 6px;
  padding: 12px 34px 12px 16px;
  color: #445268;
  font-size: 14px;
  line-height: 22px;
  background: transparent;
  border: 0;
  border-radius: 7px;
}

.met_section aside .met_aside dl dt a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  content: "\203A";
  color: #9aa8b8;
  font-size: 22px;
  transform: translateY(-53%);
}

.met_section aside .met_aside dl dt a:hover,
.met_section aside .met_aside dl dt:hover a,
.met_section aside .met_aside dl dt.on,
.met_section aside .met_aside dl dt.on a,
.met_section aside .met_aside dl dt.ons,
.met_section aside .met_aside dl dt.ons a {
  color: var(--cy-blue);
  background: var(--cy-blue-soft);
}

.met_section aside .met_aside dl dt a:hover::after,
.met_section aside .met_aside dl dt.on a::after,
.met_section aside .met_aside dl dt.ons a::after {
  color: var(--cy-blue);
}

.nycon1 {
  margin-top: 22px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--cy-line);
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(24, 55, 91, 0.05);
}

.nycon1 .lmtit {
  height: auto;
  padding: 17px 20px;
  color: var(--cy-ink);
  font-size: 17px;
  line-height: 24px;
  background: #f4f8fc;
  border-bottom: 1px solid var(--cy-line);
}

.nycon1 .lmtit::after {
  display: block;
  width: 32px;
  height: 3px;
  margin-top: 9px;
  content: "";
  background: var(--cy-red);
  border-radius: 2px;
}

.nycon1 .lmtit .kuai,
.nycon1 .lmtit .xian {
  display: none;
}

.nycon1 .nr {
  padding: 18px 20px 22px;
  color: #5e6b7d;
  font-size: 13px;
  line-height: 2;
}

.nycon1 .nr .pic {
  margin-bottom: 14px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 8px;
}

.nycon1 .nr .pic img {
  display: block;
  width: 100%;
}

.met_section article {
  flex: 1 1 auto;
  float: none;
  min-width: 0;
  width: auto;
  margin: 0;
  padding: 0;
}

.met_section article .met_article {
  min-height: 420px;
  margin: 0;
  padding: 30px;
  box-sizing: border-box;
  background: var(--cy-surface);
  border: 1px solid var(--cy-line);
  border-radius: 14px;
  box-shadow: var(--cy-shadow);
}

.met_article_head {
  height: auto;
  min-height: 50px;
  margin-bottom: 26px;
  border-bottom: 1px solid var(--cy-line);
}

.met_article_head::before {
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--cy-red), var(--cy-blue));
  border-radius: 2px;
}

.met_article_head h1,
.met_article_head .met_article_heading {
  float: none;
  margin: 0;
  padding: 6px 0 16px;
  color: var(--cy-ink);
  font-size: 24px;
  line-height: 32px;
  border-left: 0;
}

.met_module3_list ul.lists_1,
#imglist ul.lists_1 {
  display: grid;
  position: static;
  left: auto;
  width: auto;
  margin: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.met_module3_list ul.lists_1 li,
#imglist ul.lists_1 li {
  float: none;
  width: auto;
  margin: 0;
  overflow: visible;
  text-align: left;
}

.met_module3_list ul.lists_1 li a,
#imglist ul.lists_1 li a {
  height: 100%;
  padding: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid var(--cy-line);
  border-radius: 11px;
  box-shadow: 0 8px 22px rgba(23, 52, 87, 0.05);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.met_module3_list ul.lists_1 li a:hover,
#imglist ul.lists_1 li a:hover {
  color: inherit;
  background: #fff;
  border-color: #a9ccec;
  box-shadow: 0 14px 30px rgba(13, 99, 184, 0.13);
  transform: translateY(-4px);
}

.met_module3_list ul.lists_1 li .img {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
  border-bottom: 1px solid #edf1f6;
}

.met_module3_list ul.lists_1 li .img img {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  padding: 10px;
  object-fit: contain;
}

.met_module3_list ul.lists_1 li .product_detail {
  min-height: 82px;
  padding: 15px 42px 16px 16px;
  box-sizing: border-box;
  background: #fff;
}

.met_module3_list ul.lists_1 li h2 {
  display: -webkit-box;
  height: 44px;
  color: var(--cy-ink);
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.met_module3_list ul.lists_1 li p {
  height: 20px;
  margin-top: 4px;
  color: #7b8797;
  line-height: 20px;
}

.met_module3_list ul.lists_1 li i {
  right: 14px;
  top: 22px;
  width: 25px;
  height: 25px;
  margin: 0;
  color: var(--cy-blue);
  line-height: 23px;
  background: var(--cy-blue-soft);
}

.met_module3_list ul.lists_1 li:hover h2,
.met_module3_list ul.lists_1 li:hover p {
  color: inherit;
}

.met_module3_list ul.lists_1 li:hover i {
  color: #fff;
  background: var(--cy-blue);
}

#imglist ul.lists_1 li figure {
  height: 100%;
}

#imglist ul.lists_1 li a {
  display: flex;
  flex-direction: column;
}

#imglist ul.lists_1 li img {
  display: block;
  width: 100% !important;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

#imglist ul.lists_1 li h2 {
  height: 52px;
  padding: 0 16px;
  color: var(--cy-ink);
  font-size: 14px;
  line-height: 52px;
  background: #fff;
}

#imglist ul a:hover h2 {
  color: var(--cy-blue);
}

.p14-infolist-1-list {
  display: grid;
  gap: 18px;
}

.p14-infolist-1-list dl {
  display: flex;
  align-items: stretch;
  gap: 24px;
  margin: 0;
  padding: 18px;
  background: #fff;
  border: 1px solid var(--cy-line);
  border-radius: 11px;
  box-shadow: 0 8px 20px rgba(23, 52, 87, 0.04);
  transition: transform 0.22s, box-shadow 0.22s, border-color 0.22s;
}

.p14-infolist-1-list dl:hover {
  border-color: #a9ccec;
  box-shadow: 0 12px 28px rgba(13, 99, 184, 0.1);
  transform: translateY(-2px);
}

.p14-infolist-1-list dt {
  flex: 0 0 220px;
  float: none;
  width: 220px;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
}

.p14-infolist-1-list dt img {
  width: 100%;
  height: 100%;
  min-height: 142px;
  object-fit: cover;
}

.p14-infolist-1-list dd {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
}

.p14-infolist-1-list dd h4,
.p14-infolist-1-list h4 a {
  height: auto;
  margin: 0;
  color: var(--cy-ink);
  font-size: 18px;
  line-height: 28px;
  white-space: normal;
}

.p14-infolist-1-list-desc {
  display: -webkit-box;
  max-height: 48px;
  margin: 10px 0 16px;
  color: var(--cy-muted);
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p14-infolist-1-list-deta {
  float: none;
  width: 92px;
  height: 32px;
  line-height: 32px;
  background: var(--cy-blue-soft);
  border-radius: 17px;
}

.p14-infolist-1-list-deta a {
  color: var(--cy-blue);
}

.p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
  background: var(--cy-blue);
}

.met_editor,
.met_module1 {
  color: #46556a;
  font-size: 15px;
  line-height: 1.9;
}

.nyabout {
  color: #46556a;
  font-size: 15px;
  line-height: 1.9;
}

.nyabout img,
.met_editor img {
  max-width: 100% !important;
  height: auto !important;
}

.nyabout table,
.met_editor table {
  width: 100% !important;
  margin: 18px 0;
  border-collapse: collapse;
}

.nyabout td,
.nyabout th,
.met_editor td,
.met_editor th {
  height: auto !important;
  padding: 11px 13px !important;
  line-height: 1.65;
}

.nyabout h1,
.nyabout [data-geo-original-heading="h1"],
.nyabout h2,
.nyabout h3,
.met_editor h1,
.met_editor [data-geo-original-heading="h1"],
.met_editor h2,
.met_editor h3 {
  height: auto;
  color: var(--cy-ink) !important;
  line-height: 1.5;
}

.my-form {
  max-width: 760px !important;
  margin: 0 auto 24px !important;
  padding: 28px !important;
  background: #f7faff !important;
  border: 1px solid #dce8f4 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

.my-form label {
  margin-bottom: 7px !important;
  color: #33445a;
  font-size: 14px;
  font-weight: 600;
}

.my-form input[type="text"],
.my-form input[type="tel"],
.my-form input[type="email"],
.my-form textarea {
  width: 100% !important;
  margin-bottom: 18px !important;
  padding: 11px 13px !important;
  box-sizing: border-box !important;
  color: var(--cy-ink);
  font: inherit;
  background: #fff !important;
  border: 1px solid #ccd9e7 !important;
  border-radius: 7px !important;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.my-form input[type="text"],
.my-form input[type="tel"],
.my-form input[type="email"] {
  height: 46px;
}

.my-form input:focus,
.my-form textarea:focus {
  border-color: var(--cy-blue) !important;
  box-shadow: 0 0 0 3px rgba(13, 99, 184, 0.1);
}

.my-form textarea {
  min-height: 126px;
  resize: vertical;
}

.my-form button[type="submit"] {
  min-width: 142px;
  height: 46px;
  padding: 0 25px !important;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  background: linear-gradient(135deg, #1676ce, #0a559e) !important;
  border: 0 !important;
  border-radius: 7px !important;
  cursor: pointer;
}

.my-form button[type="submit"]:hover {
  background: linear-gradient(135deg, #0f68bc, #084986) !important;
}

.met_pager {
  padding: 34px 0 2px;
}

.met_pager a,
.met_pager span,
.met_pager li {
  border-radius: 6px;
}

.met_pager a:hover,
.met_pager li.active,
.met_pager .Ahover {
  color: #fff;
  background: var(--cy-blue);
  border-color: var(--cy-blue);
}

.xgcase {
  padding: 54px 0;
}

@media only screen and (max-width: 1100px) {
  .met_module3_list ul.lists_1,
  #imglist ul.lists_1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media only screen and (min-width: 851px) and (max-width: 1350px) {
  .key-serch .tem_inner {
    padding-right: 74px;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 850px) {
  .nybanner {
    height: 145px;
    background-position: 64% center !important;
  }

  .tem_inner,
  .key-serch .tem_inner,
  .met_section {
    width: calc(100% - 28px);
    padding-right: 0;
    padding-left: 0;
  }

  .key-serch {
    padding: 13px 0;
  }

  .key-serch .tem_inner {
    display: block;
    min-height: 0;
  }

  .met_position {
    height: auto;
    padding-left: 21px;
    font-size: 12px;
    line-height: 24px;
    background-position: left 4px;
  }

  .key-serch .search {
    width: 100%;
    margin-top: 11px;
  }

  .key-serch .search span.navsearch_input input,
  .key-serch .search .searchgo {
    height: 40px;
    line-height: 40px;
  }

  .key-serch .search span.navsearch_input input {
    width: 100%;
  }

  .key-serch .search .searchgo {
    width: 50px;
  }

  .met_section {
    display: block;
    padding-top: 24px;
    padding-bottom: 52px;
  }

  .met_section aside {
    float: none;
    width: 100%;
    margin-bottom: 18px;
  }

  .met_section aside section h2 {
    padding: 16px 20px 16px 52px;
    font-size: 19px;
  }

  .met_section aside section h2::before {
    left: 22px;
    width: 15px;
    height: 15px;
  }

  .met_section aside .met_aside_list {
    display: grid;
    max-height: 286px;
    padding: 9px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }

  .met_section aside .met_aside dl dt a {
    margin: 0;
    padding: 10px 28px 10px 12px;
    font-size: 13px;
  }

  .nycon1 {
    display: none;
  }

  .met_section article {
    width: 100%;
    margin: 0;
  }

  .met_section article .met_article {
    min-height: 0;
    padding: 22px;
  }

  .met_article_head {
    margin-bottom: 22px;
  }

  .met_article_head h1 {
    padding-top: 3px;
    padding-bottom: 13px;
    font-size: 21px;
    line-height: 29px;
  }

  .met_module3_list ul.lists_1,
  #imglist ul.lists_1 {
    position: static;
    left: auto;
    width: auto;
    gap: 14px;
  }

  .met_module3_list ul.lists_1 li,
  #imglist ul.lists_1 li {
    width: auto;
    margin: 0;
  }

  .p14-infolist-1-list dl {
    gap: 17px;
    padding: 15px;
  }

  .p14-infolist-1-list dt {
    flex-basis: 190px;
    width: 190px;
  }

  .my-form {
    padding: 20px !important;
  }
}

@media only screen and (max-width: 600px) {
  .nybanner {
    height: 108px;
    background-position: 67% center !important;
  }

  .met_section article .met_article {
    padding: 17px;
    border-radius: 11px;
  }

  .met_module3_list ul.lists_1,
  #imglist ul.lists_1 {
    gap: 10px;
  }

  .met_module3_list ul.lists_1 li .img img {
    padding: 5px;
  }

  .met_module3_list ul.lists_1 li .product_detail {
    min-height: 74px;
    padding: 11px 12px 12px;
  }

  .met_module3_list ul.lists_1 li h2 {
    height: 40px;
    font-size: 13px;
    line-height: 20px;
  }

  .met_module3_list ul.lists_1 li p,
  .met_module3_list ul.lists_1 li i {
    display: none;
  }

  #imglist ul.lists_1 li h2 {
    display: -webkit-box;
    height: 46px;
    padding: 7px 10px;
    font-size: 13px;
    line-height: 20px;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .p14-infolist-1-list dl {
    display: block;
    padding: 13px;
  }

  .p14-infolist-1-list dt {
    width: 100%;
    margin-bottom: 13px;
  }

  .p14-infolist-1-list dt img {
    height: auto;
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .p14-infolist-1-list dd h4,
  .p14-infolist-1-list h4 a {
    font-size: 16px;
    line-height: 24px;
  }

  .p14-infolist-1-list-desc {
    margin: 8px 0 12px;
    font-size: 13px;
    line-height: 22px;
  }

  .my-form {
    padding: 16px !important;
  }

  .my-form p label {
    display: block !important;
    margin: 0 0 8px !important;
  }

  .my-form button[type="submit"] {
    width: 100%;
  }

  #geo-contact-message {
    display: block;
    margin: 10px 0 0 !important;
    text-align: center;
  }
}

/* Phase 3 review: clearly differentiated top-level pages and stable navigation */
.inmuen ul {
  display: flex;
}

.inmuen ul li {
  float: none;
  flex: 1 1 0;
  min-width: 0;
}

.inmuen ul li a {
  padding: 0 10px;
  text-align: center;
  white-space: nowrap;
}

.inmuen ul .clean {
  display: none;
}

.cy-inner-hero {
  position: relative;
  min-height: 264px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 82% 16%, rgba(77, 196, 239, 0.28), transparent 28%),
    linear-gradient(125deg, #062d55 0%, #075d9d 58%, #079ed4 100%);
}

.cy-inner-hero::before,
.cy-inner-hero::after {
  position: absolute;
  content: "";
  pointer-events: none;
}

.cy-inner-hero::before {
  inset: 0;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.22) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, transparent 0%, #000 55%, #000 100%);
}

.cy-inner-hero::after {
  right: -90px;
  bottom: -190px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

.cy-inner-hero__inner {
  display: flex;
  min-height: 264px;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
}

.cy-inner-hero__copy {
  max-width: 760px;
}

.cy-inner-hero__kicker {
  margin-bottom: 12px;
  color: #8bdcf5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.17em;
}

.cy-inner-hero h1,
.cy-inner-hero__title {
  margin: 0;
  color: #fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.25;
}

.cy-inner-hero p {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.cy-inner-hero__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
}

.cy-inner-hero__actions a {
  display: inline-flex;
  min-width: 126px;
  height: 46px;
  padding: 0 20px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.cy-inner-hero__actions a:hover {
  color: #fff;
  transform: translateY(-2px);
}

.cy-inner-hero__actions .cy-inner-hero__primary {
  color: #075b98;
  background: #fff;
  border-color: #fff;
}

.cy-inner-hero__actions .cy-inner-hero__primary:hover {
  color: #075b98;
  background: #eefaff;
}

.cy-inner-hero__actions .cy-inner-hero__secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.cy-product-list-page .cy-inner-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(122, 154, 255, 0.34), transparent 28%),
    linear-gradient(125deg, #102f63 0%, #175ba7 58%, #087fc1 100%);
}

.cy-case-list-page .cy-inner-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(102, 225, 226, 0.28), transparent 28%),
    linear-gradient(125deg, #063d58 0%, #05788e 58%, #08a7b4 100%);
}

.cy-news-list-page .cy-inner-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(93, 181, 255, 0.26), transparent 28%),
    linear-gradient(125deg, #102a46 0%, #0b5485 58%, #087fb5 100%);
}

.cy-single-page .cy-inner-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(226, 185, 103, 0.24), transparent 28%),
    linear-gradient(125deg, #17364c 0%, #235c75 58%, #168ba4 100%);
}

.cy-top-qualifications .cy-inner-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(238, 198, 111, 0.3), transparent 28%),
    linear-gradient(125deg, #25384d 0%, #3d5b72 58%, #aa7a2c 100%);
}

.cy-top-about .cy-inner-hero {
  background:
    radial-gradient(circle at 82% 16%, rgba(97, 210, 221, 0.24), transparent 28%),
    linear-gradient(125deg, #123447 0%, #1d6373 58%, #138ca0 100%);
}

.cy-inner-page .key-serch {
  border-bottom: 0;
  box-shadow: 0 12px 28px rgba(20, 56, 91, 0.06);
}

.cy-inner-page .met_section {
  padding-top: 42px;
}

.cy-inner-page .met_article_head h1,
.cy-inner-page .met_article_head .met_article_heading {
  font-size: 28px;
}

.cy-case-list-page #imglist ul.lists_1 li a {
  border-radius: 14px;
}

.cy-case-list-page #imglist ul.lists_1 li h2 {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}

.cy-news-list-page .p14-infolist-1-list dl {
  padding: 21px;
  border-radius: 14px;
}

.cy-single-page .met_section article .met_article {
  padding: 38px 42px;
}

.cy-single-page .nyabout {
  font-size: 16px;
  line-height: 2;
}

@media only screen and (max-width: 1120px) {
  .inmuen ul li a {
    padding: 0 6px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 850px) {
  .inmuen ul {
    display: block;
  }

  .cy-inner-hero,
  .cy-inner-hero__inner {
    min-height: 218px;
  }

  .cy-inner-hero__inner {
    display: block;
    padding-top: 36px;
    padding-bottom: 34px;
    box-sizing: border-box;
  }

  .cy-inner-hero h1,
  .cy-inner-hero__title {
    font-size: 32px;
  }

  .cy-inner-hero p {
    margin-top: 9px;
    font-size: 14px;
  }

  .cy-inner-hero__actions {
    margin-top: 22px;
  }

  .cy-inner-hero__actions a {
    min-width: 118px;
    height: 42px;
  }

  .cy-single-page .met_section article .met_article {
    padding: 23px;
  }
}

@media only screen and (max-width: 480px) {
  .cy-inner-hero,
  .cy-inner-hero__inner {
    min-height: 206px;
  }

  .cy-inner-hero__inner {
    padding-top: 28px;
    padding-bottom: 27px;
  }

  .cy-inner-hero__kicker {
    margin-bottom: 8px;
    font-size: 11px;
  }

  .cy-inner-hero h1,
  .cy-inner-hero__title {
    font-size: 28px;
  }

  .cy-inner-hero p {
    font-size: 13px;
  }

  .cy-inner-hero__actions {
    gap: 9px;
    margin-top: 17px;
  }

  .cy-inner-hero__actions a {
    flex: 1;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    font-size: 13px;
  }
}
