/*
 * style.css — consolidated from the <style> blocks embedded in each demo058cc/*.html page.
 * Generated during the inline-CSS consolidation pass; organized by source page.
 * Cross-page conflicts are resolved in the "Page-specific overrides" section at the bottom.
 */
/* ===== index.html ===== */
.hero {
  position: relative;
}
.hero .swiper-slide {
  position: relative;
  height: calc(100vh - 120px);
  min-height: 620px;
}
.hero .hero-img {
  position: absolute;
  inset: 0;
}
.hero .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-mask {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 30, 54, 0.86) 0%, rgba(7, 30, 54, 0.58) 50%, rgba(7, 30, 54, 0.2) 100%);
}
.hero .hero-inner {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
}
.hero .hero-text {
  max-width: 700px;
  color: #fff;
}
.hero .tits {
  color: #fff;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.hero h2 em {
  font-style: normal;
  color: var(--c-orange);
}
.hero p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 34px;
  max-width: 560px;
}
.hero .hero-btns {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.hero .swiper-pagination {
  bottom: 36px;
  left: auto;
  right: 40px;
  width: auto;
}
.ptabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 44px;
}
.ptab {
  padding: 12px 26px;
  border-radius: 40px;
  border: 1.5px solid var(--c-line);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-mid);
  cursor: pointer;
  transition: all 0.28s;
  background: #fff;
}
.ptab:hover {
  border-color: var(--c-navy);
  color: var(--c-navy);
}
.ptab.active {
  background: var(--c-navy);
  border-color: var(--c-navy);
  color: #fff;
}
.ppane {
  display: none;
}
.ppane.active {
  display: block;
  animation: fadeUp 0.5s ease;
}
.ppane-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}
.ppane-head p {
  color: var(--c-mid);
  max-width: 640px;
}
.pcard .img_box {
  padding-top: 72%;
}
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}
.svc-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  align-items: flex-end;
  padding: 28px;
  color: #fff;
}
.svc-card .img_box {
  position: absolute;
  inset: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
.svc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7, 30, 54, 0.92) 6%, rgba(7, 30, 54, 0.25) 70%);
}
.svc-card .svc-body {
  position: relative;
  z-index: 2;
}
.svc-card .svc-ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.svc-card .svc-ico svg {
  width: 26px;
  height: 26px;
  color: #fff;
}
.svc-card h3 {
  color: #fff;
  font-size: 21px;
  margin-bottom: 8px;
}
.svc-card p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 14.5px;
  margin-bottom: 14px;
}
.svc-card .link-more {
  color: #ffb790;
}
.grid-4 .card .img_box {
  padding-top: 66%;
}
.case-card {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}
.case-card .img_box {
  padding-top: 72%;
}
.case-card .case-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 24px;
  color: #fff;
  background: linear-gradient(to top, rgba(7, 30, 54, 0.92), transparent);
}
.case-card .case-info span {
  font-size: 12.5px;
  color: #ffb790;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.case-card .case-info h3 {
  color: #fff;
  font-size: 19px;
  margin-top: 6px;
}
.about-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.about-visual {
  position: relative;
}
.about-visual .img_box {
  padding-top: 86%;
  border-radius: 16px;
}
.about-visual .play-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 30px 0;
}
.about-stats .as {
  background: var(--c-soft);
  border-radius: 12px;
  padding: 22px 18px;
  text-align: center;
}
.about-stats .as b {
  display: block;
  font-size: 40px;
  color: var(--c-navy);
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-stats .as b i {
  font-style: normal;
  color: var(--c-orange);
  font-size: inherit;
  font-weight: 800;
  margin-left: 2px;
}
.about-stats .as span {
  font-size: inherit;
  color: var(--c-mid);
  margin-top: 6px;
  display: block;
}
.about-stats .as > span {
  text-align: center;
  font-size: 18px;
  line-height: 1.65;
  color: #444;
}
.about-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 24px;
  margin: 20px 0 30px;
}
.about-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 15.5px;
}
.about-list svg {
  width: 20px;
  height: 20px;
  color: var(--c-orange);
  flex: none;
}
.blog-card .img_box {
  padding-top: 62%;
}
@media (max-width: 1200px) {
  .grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-split {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .hero .swiper-slide {
    height: auto;
    min-height: 0;
    padding: 130px 0 150px;
  }
  .about-split {
    grid-template-columns: 1fr;
  }
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .grid-3,
  .grid-4 {
    grid-template-columns: 1fr;
  }
  .about-list,
  .about-stats {
    grid-template-columns: 1fr 1fr;
  }
  .ppane-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* ===== about.html ===== */
.ab-intro {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.ab-visual {
  position: relative;
}
.ab-visual .img_box {
  padding-top: 88%;
  border-radius: 16px;
}
.ab-visual .play-wrap {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}
.ab-exp {
  position: absolute;
  left: -18px;
  bottom: 28px;
  background: var(--c-orange);
  color: #fff;
  border-radius: 14px;
  padding: 22px 26px;
  box-shadow: 0 16px 34px rgba(242, 101, 34, 0.34);
}
.ab-exp b {
  display: block;
  font-size: 40px;
  line-height: 1;
}
.ab-exp span {
  font-size: 13px;
  opacity: 0.92;
}
.ab-text h2 {
  font-size: clamp(26px, 3vw, 40px);
  margin: 14px 0 18px;
}
.ab-text p {
  color: var(--c-mid);
  margin-bottom: 16px;
}
.ab-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.ab-stats .as {
  text-align: center;
}
.ab-stats .as b {
  display: block;
  font-size: 48px;
  color: var(--c-navy);
  line-height: 1;
}
.ab-stats .as b i {
  font-style: normal;
  color: var(--c-orange);
  font-size: 0.55em;
  font-weight: 800;
  margin-left: 2px;
}
.ab-stats .as b > span {
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: var(--c-mid);
  margin-top: 0px;
  display: block;
}
.bg-navy .ab-stats .as > span {
  font-size: 20px;
  text-align: center;
  margin-top: 15px;
  display: block;
}
.about-data {
  padding: 60px 0;
}
.vals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.val {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 34px 30px;
  transition: all 0.35s ease;
}
.val:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(7, 30, 54, 0.12);
  border-color: transparent;
}
.val .v-ico {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--c-navy), var(--c-navy-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.val .v-ico svg {
  width: 27px;
  height: 27px;
}
.val h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.val p {
  color: var(--c-mid);
  font-size: 15px;
}
.tl {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.tl::before {
  content: "";
  position: absolute;
  left: 123px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--c-line);
}
.tl-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  padding-bottom: 38px;
  position: relative;
}
.tl-item:last-child {
  padding-bottom: 0;
}
.tl-year {
  font-size: 22px;
  font-weight: 800;
  color: var(--c-orange);
  text-align: right;
  padding-right: 34px;
}
.tl-item::before {
  content: "";
  position: absolute;
  left: 113px;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--c-orange);
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px var(--c-orange);
}
.tl-c h3 {
  font-size: 18px;
  margin-bottom: 6px;
}
.tl-c p {
  color: var(--c-mid);
  font-size: 15px;
}
@media (max-width: 991px) {
  .ab-intro {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .ab-stats {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .vals {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .tl::before {
    left: 7px;
  }
  .tl-item {
    grid-template-columns: 1fr;
    gap: 6px;
    padding-left: 32px;
  }
  .tl-year {
    text-align: left;
  }
  .tl-item::before {
    left: 0;
  }
}
.bg-navy .ab-stats .as b {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-navy .ab-stats .as span {
  color: rgba(255, 255, 255, 0.72);
}
/* ===== product.html ===== */
.intro-wrap {
  max-width: 880px;
  margin: 0 auto 56px;
  text-align: center;
}
.intro-wrap h2 {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 18px;
}
.intro-wrap p {
  color: var(--c-mid);
  font-size: 16px;
}
.prod-rows {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px 0;
  flex-wrap: wrap;
}
.prow {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
  width: 49%;
}
@media screen and (max-width: 1280px) {
  .prow {
    display: flex;
    grid-template-columns: none;
    gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .prow {
    width: 100%;
  }
}
.prow:hover {
  box-shadow: 0 22px 46px rgba(7, 30, 54, 0.13);
  border-color: transparent;
  transform: translateY(-4px);
}
.prow .img_box {
  padding-top: 80%;
  min-height: 280px;
}
.prow .prow-body {
  padding: 38px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prow h3 {
  font-size: 26px;
  margin-bottom: 14px;
}
.prow p {
  color: var(--c-mid);
  margin-bottom: 22px;
}
.prow .prow-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}
.prow .prow-tags span {
  background: var(--c-soft);
  color: var(--c-navy);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 30px;
}
.prow .prow-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .prow {
    grid-template-columns: 1fr;
  }
  .prow .img_box {
    min-height: 240px;
  }
}
/* ===== product-detail.html ===== */
.pd-top {
  padding-top: 56px;
  padding-bottom: 56px;
}
.pd-crumb {
  margin-bottom: 30px;
}
.pd-crumb .crumb {
  color: var(--c-mid);
}
.pd-crumb .crumb a:hover {
  color: var(--c-orange);
}
.pd-crumb .crumb span {
  color: var(--c-navy);
}
.pd-main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}
.pd-main > * {
  min-width: 0;
}
.pd-gallery {
  min-width: 0;
}
.pd-gallery .gMain {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--c-line);
}
.pd-gallery .gMain .img_box {
  padding-top: 0;
  aspect-ratio: 4 / 3;
  height: auto;
}
.pd-gallery .gThumbs {
  margin-top: 16px;
}
.pd-gallery .gThumbs .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid var(--c-line);
  cursor: pointer;
  transition: border-color 0.25s;
}
.pd-gallery .gThumbs .swiper-slide-thumb-active {
  border-color: var(--c-orange);
}
.pd-gallery .gThumbs .img_box {
  padding-top: 0;
  aspect-ratio: 4 / 3;
  height: auto;
}
.pd-info h1 {
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 16px;
}
.pd-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.pd-rating .rev {
  color: var(--c-mid);
  font-size: 14px;
}
.pd-lead {
  color: var(--c-mid);
  font-size: 16px;
  margin-bottom: 24px;
}
.pd-feat {
  list-style: none;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-feat li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
}
.pd-feat svg {
  width: 22px;
  height: 22px;
  color: var(--c-orange);
  flex: none;
  margin-top: 2px;
}
.pd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.pd-actions .btn svg {
  width: 18px;
  height: 18px;
}
.pd-tabs {
  margin-top: 64px;
}
.pd-tabnav {
  display: flex;
  gap: 6px;
  border-bottom: 2px solid var(--c-line);
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.pd-tabnav button {
  padding: 16px 28px;
  font-weight: 700;
  font-size: 16px;
  color: var(--c-mid);
  cursor: pointer;
  position: relative;
  transition: color 0.25s;
}
.pd-tabnav button.active {
  color: var(--c-navy);
}
.pd-tabnav button.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: var(--c-orange);
}
.pd-tabpane {
  display: none;
  animation: fadeUpSm 0.4s ease;
}
.pd-tabpane.active {
  display: block;
}
.pd-rich h3 {
  font-size: 21px;
  margin: 26px 0 12px;
}
.pd-rich h3:first-child {
  margin-top: 0;
}
.pd-rich p {
  color: var(--c-mid);
  margin-bottom: 14px;
}
.pd-rich ul {
  margin: 0 0 16px;
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pd-rich ul li {
  display: flex;
  gap: 10px;
  color: var(--c-mid);
}
.pd-rich ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-orange);
  margin-top: 9px;
  flex: none;
}
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table th,
.spec-table td {
  text-align: left;
  padding: 14px 18px;
  border: 1px solid var(--c-line);
  font-size: 15px;
}
.spec-table th {
  background: var(--c-navy);
  color: #fff;
  font-weight: 700;
}
.spec-table tr:nth-child(even) td {
  background: var(--c-soft);
}
.spec-table td:first-child {
  font-weight: 700;
  color: var(--c-navy);
  width: 280px;
}
.dl-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.dl-item {
  display: flex;
  align-items: center;
  gap: 16px;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 18px 20px;
  transition: all 0.25s;
}
.dl-item:hover {
  border-color: var(--c-orange);
  box-shadow: 0 12px 26px rgba(7, 30, 54, 0.1);
}
.dl-ico {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--c-soft);
  color: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.dl-ico svg {
  width: 22px;
  height: 22px;
}
.dl-item b {
  display: block;
  font-size: 15.5px;
  color: var(--c-navy);
}
.dl-item span {
  font-size: 13px;
  color: var(--c-mid);
}
.dl-item .dl-go {
  margin-left: auto;
  color: var(--c-orange);
}
.dl-item .dl-go svg {
  width: 20px;
  height: 20px;
}
.rel-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 32px;
}
.rel-head .sec-title {
  font-size: clamp(22px, 2.4vw, 32px);
}
.rel .card .img_box {
  padding-top: 0;
  aspect-ratio: 3 / 2;
  height: auto;
}
.rel .card .card-body {
  padding: 22px 24px 24px;
}
.rel .card .card-desc {
  margin-bottom: 16px;
  line-height: 1.55;
}
.rel-news .blog-card .img_box {
  padding-top: 0;
  aspect-ratio: 16 / 10;
  height: auto;
}
@media (max-width: 991px) {
  .pd-main {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .dl-list {
    grid-template-columns: 1fr;
  }
}
/* ===== service.html ===== */
.list-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.list-grid .card .img_box {
  padding-top: 66%;
}
.cat-anchors {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 48px;
}
.cat-anchors a {
  padding: 11px 24px;
  border-radius: 40px;
  border: 1.5px solid var(--c-line);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-mid);
  transition: all 0.25s;
}
.cat-anchors a:hover,
.cat-anchors a.active {
  background: var(--c-navy);
  border-color: var(--c-navy);
  color: #fff;
}
.svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.svc-tile .t-ico svg {
  width: 28px;
  height: 28px;
}
.svc-tile h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.svc-tile p {
  color: var(--c-mid);
  font-size: 15px;
  margin-bottom: 18px;
}
@media (max-width: 1200px) {
  .list-grid,
  .svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .list-grid,
  .svc-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== service-detail.html ===== */
.dt-wrap {
  display: flex;
  align-items: start;
}
.dt-feature {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.dt-body .dt-feature .img_box {
  padding-top: 46%;
  border-radius: 14px;
  margin-bottom: 34px;
}
.dt-rich h2 {
  font-size: clamp(23px, 2.6vw, 32px);
  margin: 34px 0 14px;
}
.dt-rich h2:first-child {
  margin-top: 0;
}
.dt-rich h3 {
  font-size: 20px;
  margin: 26px 0 12px;
}
.dt-rich p {
  color: var(--c-mid);
  margin-bottom: 16px;
  font-size: 16px;
}
.dt-rich ul {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.dt-rich ul li {
  display: flex;
  gap: 12px;
  color: var(--c-mid);
}
.dt-rich ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-orange);
  margin-top: 9px;
  flex: none;
}
.dt-rich blockquote {
  border-left: 4px solid var(--c-orange);
  background: var(--c-soft);
  padding: 22px 26px;
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
  font-size: 17px;
  color: var(--c-navy);
  font-weight: 600;
}
.dt-related .list-grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.dt-related .card .img_box {
  padding-top: 66%;
}
@media (max-width: 991px) {
  .dt-wrap {
    grid-template-columns: 1fr;
  }
  .dt-related .list-grid3 {
    grid-template-columns: 1fr;
  }
}
/* ===== solution-detail.html ===== */
@media (max-width: 991px) {
  .dt-aside {
    position: static;
  }
}
/* ===== blog.html ===== */
.blog-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 44px;
}
.blog-cats a {
  padding: 11px 24px;
  border-radius: 40px;
  border: 1.5px solid var(--c-line);
  font-weight: 700;
  font-size: 15px;
  color: var(--c-mid);
  transition: all 0.25s;
}
.blog-cats a:hover,
.blog-cats a.active {
  background: var(--c-navy);
  border-color: var(--c-navy);
  color: #fff;
}
.blog-rows {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.brow {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s ease;
}
.brow:hover {
  box-shadow: 0 22px 46px rgba(7, 30, 54, 0.13);
  border-color: transparent;
  transform: translateY(-4px);
}
.brow .img_box {
  padding-top: 0;
  height: 100%;
  min-height: 260px;
}
.brow .brow-body {
  padding: 34px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brow .brow-meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 14px;
  font-size: 16px;
  color: var(--c-mid);
}
.brow .brow-meta .cat {
  color: var(--c-orange);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.brow .brow-meta .date {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0;
}
.brow .brow-meta .date p {
  font-size: 16px;
  margin-bottom: 0;
}
.brow .brow-meta .date svg {
  width: 18px;
  height: 18px;
  color: var(--c-orange);
}
.brow h3 {
  font-size: 23px;
  margin-bottom: 12px;
}
.brow h3 a {
  transition: all 0.4s;
}
.brow h3 a:hover {
  color: var(--c-orange);
}
.brow p {
  color: var(--c-mid);
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .brow {
    grid-template-columns: 1fr;
  }
  .brow .img_box {
    min-height: 220px;
  }
}
/* ===== blog-detail.html ===== */
.bd-wrap {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 50px;
  align-items: start;
  padding-top: 56px;
}
.bd-main .bd-head h1 {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 18px;
}
.bd-byline {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-bottom: 26px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--c-line);
  flex-wrap: wrap;
}
.bd-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.bd-author .av {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--c-navy), var(--c-navy-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.bd-author b {
  display: block;
  font-size: 15px;
  color: var(--c-navy);
}
.bd-author span {
  font-size: 13px;
  color: var(--c-mid);
}
.bd-byline .meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--c-mid);
}
.bd-byline .meta svg {
  width: 15px;
  height: 15px;
  color: var(--c-orange);
}
.bd-feature .img_box {
  padding-top: 50%;
  border-radius: 14px;
  margin-bottom: 30px;
}
.bd-rich h2 {
  font-size: clamp(22px, 2.4vw, 30px);
  margin: 32px 0 14px;
}
.bd-rich h3 {
  font-size: 20px;
  margin: 24px 0 12px;
}
.bd-rich p {
  color: var(--c-mid);
  margin-bottom: 16px;
  font-size: 16px;
}
.bd-rich ul {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bd-rich ul li {
  display: flex;
  gap: 12px;
  color: var(--c-mid);
}
.bd-rich ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-orange);
  margin-top: 9px;
  flex: none;
}
.bd-rich blockquote {
  border-left: 4px solid var(--c-orange);
  background: var(--c-soft);
  padding: 22px 26px;
  border-radius: 0 10px 10px 0;
  margin: 24px 0;
  font-size: 17px;
  color: var(--c-navy);
  font-weight: 600;
}
.bd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px 0;
}
.bd-tags a {
  background: var(--c-soft);
  color: var(--c-navy);
  font-size: 13.5px;
  font-weight: 600;
  padding: 7px 16px;
  border-radius: 30px;
  transition: all 0.2s;
}
.bd-tags a:hover {
  background: var(--c-navy);
  color: #fff;
}
.bd-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 34px 0;
}
.bd-nav a {
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 18px 22px;
  transition: all 0.25s;
}
.bd-nav a:hover {
  border-color: var(--c-orange);
  box-shadow: 0 12px 26px rgba(7, 30, 54, 0.1);
}
.bd-nav a span {
  font-size: 13px;
  color: var(--c-orange);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
}
.bd-nav a.next span {
  justify-content: flex-end;
}
.bd-nav a svg {
  width: 22px;
  height: 22px;
  transform: translateY(-2px);
}
.bd-nav a b {
  display: block;
  margin-top: 8px;
  font-size: 15.5px;
  color: var(--c-navy);
}
.bd-nav a.next {
  text-align: right;
}
.bd-share {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 0;
  border-top: 1px solid var(--c-line);
  border-bottom: 1px solid var(--c-line);
  margin-bottom: 34px;
}
.bd-share b {
  font-size: 15px;
  color: var(--c-navy);
}
.bd-share .sh {
  display: flex;
  gap: 10px;
}
.bd-share .sh a {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--c-soft);
  color: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
}
.bd-share .sh a:hover {
  background: var(--c-orange);
  color: #fff;
}
.bd-share .sh a svg {
  width: 17px;
  height: 17px;
}
.bd-aside {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.aside-box {
  border: 1px solid var(--c-line);
  border-radius: 14px;
  overflow: hidden;
}
.aside-box > h4 {
  background: var(--c-navy);
  color: #fff;
  font-size: 16px;
  padding: 16px 20px;
}
.aside-list {
  padding: 10px;
}
.aside-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--c-ink);
  border-radius: 8px;
  transition: all 0.2s;
}
.aside-list a span.n {
  background: var(--c-soft);
  color: var(--c-mid);
  font-size: 12px;
  padding: 2px 9px;
  border-radius: 20px;
}
.aside-list a:hover {
  background: var(--c-soft);
  color: var(--c-orange);
}
.aside-posts a {
  display: flex;
  gap: 12px;
  padding: 12px 10px;
  border-radius: 8px;
  transition: background 0.2s;
}
.aside-posts a:hover {
  background: var(--c-soft);
}
.aside-posts .thumb {
  width: 76px;
  height: 60px;
  border-radius: 8px;
  flex: none;
}
.aside-posts .thumb .img_box {
  padding-top: 0;
  height: 100%;
}
.aside-posts .pi b {
  font-size: 14px;
  color: var(--c-navy);
  line-height: 1.35;
  display: block;
}
.aside-posts .pi span {
  font-size: 12px;
  color: var(--c-mid);
}
.faq-aside .faq-item {
  border-radius: 8px;
}
.faq-aside .faq-q {
  padding: 14px 16px;
  font-size: 14.5px;
}
.faq-aside .faq-a-inner {
  padding: 0 16px 16px;
  font-size: 14px;
}
.faq-aside-list {
  padding: 10px;
}
@media (max-width: 991px) {
  .bd-wrap {
    grid-template-columns: 1fr;
  }
  .bd-aside {
    position: static;
  }
  .cmt-form,
  .bd-nav {
    grid-template-columns: 1fr;
  }
}
/* ===== category.html ===== */
.cat-head {
  margin-bottom: 44px;
}
.cat-head h2 {
  font-size: clamp(26px, 3vw, 38px);
  margin-bottom: 14px;
}
.cat-head p {
  color: var(--c-mid);
  max-width: 760px;
}
.cat-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
}
.cat-aside {
  position: sticky;
  top: 100px;
}
.cat-side-box {
  border: 1px solid var(--c-line);
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 24px;
}
.cat-side-box > h3 {
  background: var(--c-navy);
  color: #fff;
  font-size: 17px;
  padding: 18px 22px;
}
.cat-tree {
  padding: 8px;
}
.cat-tree > li {
  border-bottom: 1px solid var(--c-line);
}
.cat-tree > li:last-child {
  border-bottom: none;
}
.cat-parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 14px;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--c-navy);
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s;
}
.cat-parent:hover {
  background: var(--c-soft);
}
.cat-parent.active {
  color: var(--c-orange);
}
.cat-parent .ar {
  width: 16px;
  height: 16px;
  transition: transform 0.3s;
  color: var(--c-mid);
}
.cat-parent.open .ar {
  transform: rotate(90deg);
}
.cat-children {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.cat-children.open {
  max-height: 320px;
}
.cat-children a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px 10px 28px;
  font-size: 14.5px;
  color: var(--c-mid);
  border-radius: 8px;
  transition: all 0.2s;
}
.cat-children a:hover,
.cat-children a.active {
  color: var(--c-orange);
  background: var(--c-soft);
}
.cat-children a svg {
  width: 13px;
  height: 13px;
  flex: none;
  color: var(--c-orange);
}
.cat-side-cta {
  background: linear-gradient(160deg, var(--c-navy), var(--c-navy-2));
  border-radius: 14px;
  padding: 28px 24px;
  color: #fff;
  text-align: center;
}
.cat-side-cta h4 {
  color: #fff;
  font-size: 19px;
  margin-bottom: 8px;
}
.cat-side-cta p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  margin-bottom: 18px;
}
.cat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}
.cat-grid .pcard .img_box {
  padding-top: 74%;
}
.cat-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--c-mid);
}
.cat-sort select {
  border: 1px solid var(--c-line);
  border-radius: 6px;
  padding: 8px 12px;
  font-weight: 600;
  color: var(--c-navy);
  cursor: pointer;
}
@media (max-width: 1200px) {
  .cat-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  .cat-layout {
    grid-template-columns: 1fr;
  }
  .cat-aside {
    position: static;
  }
}
@media (max-width: 768px) {
  .cat-grid {
    grid-template-columns: 1fr;
  }
}
/* ===== contact.html ===== */
.ct-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: start;
}
.ct-form-card {
  background: linear-gradient(160deg, var(--c-navy), var(--c-navy-2));
  border-radius: 16px;
  padding: 44px 42px;
  color: #fff;
  box-shadow: 0 24px 54px rgba(7, 30, 54, 0.18);
}
.ct-form-card h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 8px;
}
.ct-form-card > p {
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 28px;
  font-size: 16px;
}
.ct-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.ci-card {
  display: flex;
  gap: 18px;
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 24px 26px;
  transition: all 0.3s;
}
.ci-card:hover {
  border-color: var(--c-orange);
  box-shadow: 0 14px 30px rgba(7, 30, 54, 0.1);
}
.ci-ico {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: var(--c-soft);
  color: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.ci-ico svg {
  width: 24px;
  height: 24px;
}
.ci-card b {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-navy);
  margin-bottom: 4px;
}
.ci-card p {
  color: var(--c-mid);
  font-size: 16px;
  line-height: 1.5;
}
.ci-card a {
  transition: all 0.4s;
}
.ci-card .ci-ico svg path {
  fill: var(--c-orange);
}
.ci-card a:hover {
  color: var(--c-orange);
}
.ct-social {
  margin-top: 8px;
}
.ct-social b {
  font-size: 18px;
  color: var(--c-navy);
  display: block;
  margin-bottom: 12px;
}
.ct-social .sh {
  display: flex;
  gap: 12px;
}
.ct-social .sh a {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  background: var(--c-soft);
  color: var(--c-navy);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.28s;
}
.ct-social .sh a:hover {
  background: var(--c-orange);
  color: #fff;
  transform: translateY(-3px);
}
.ct-social .sh a svg {
  width: 19px;
  height: 19px;
}
.ct-map {
  margin-top: 0;
}
.ct-map .map-box {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--c-line);
  height: 420px;
}
.ct-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  filter: grayscale(0.2);
}
@media (max-width: 991px) {
  .ct-grid {
    grid-template-columns: 1fr;
  }
  .ct-form-card {
    padding: 34px 26px;
  }
}
/* ===== search.html ===== */
.srch-wrap {
  max-width: 820px;
  margin: 0 auto;
}
.srch-box {
  display: flex;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 12px 30px rgba(7, 30, 54, 0.08);
  margin-bottom: 16px;
}
.srch-box input {
  flex: 1;
  padding: 14px 18px;
  font-size: 16px;
}
.srch-box button {
  padding: 14px 28px;
}
.srch-meta {
  color: var(--c-mid);
  font-size: 15px;
  margin-bottom: 30px;
}
.srch-meta b {
  color: var(--c-navy);
}
.srch-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.srch-item {
  display: block;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 24px 26px;
  transition: all 0.3s;
}
.srch-item:hover {
  border-color: var(--c-orange);
  box-shadow: 0 14px 30px rgba(7, 30, 54, 0.1);
  transform: translateY(-3px);
}
.srch-item .tag {
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--c-orange);
}
.srch-item h3 {
  font-size: 19px;
  margin: 8px 0 8px;
}
.srch-item p {
  color: var(--c-mid);
  font-size: 15px;
}
.srch-item .url {
  font-size: 13px;
  color: #93a3b3;
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.srch-item .url svg {
  width: 13px;
  height: 13px;
}
/* ===== privacy.html ===== */
.legal {
  max-width: 880px;
  margin: 0 auto;
}
.legal .updated {
  color: var(--c-mid);
  font-size: 14px;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--c-line);
}
.legal h2 {
  font-size: 23px;
  margin: 36px 0 14px;
}
.legal h2:first-of-type {
  margin-top: 0;
}
.legal p {
  color: var(--c-mid);
  font-size: 16px;
  margin-bottom: 16px;
}
.legal ul {
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal ul li {
  display: flex;
  gap: 12px;
  color: var(--c-mid);
}
.legal ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-orange);
  margin-top: 9px;
  flex: none;
}
.legal a {
  color: var(--c-orange);
  font-weight: 600;
}
/* ===== thanks.html ===== */
.tk {
  text-align: center;
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 0;
}
.tk .check {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: linear-gradient(135deg, #2bbf7a, #1f9e63);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 16px 40px rgba(43, 191, 122, 0.32);
}
.tk .check svg {
  width: 56px;
  height: 56px;
  color: #fff;
}
.tk h1 {
  font-size: clamp(26px, 3vw, 40px);
  margin-bottom: 16px;
}
.tk p {
  color: var(--c-mid);
  font-size: 16px;
  margin-bottom: 32px;
}
.tk .tk-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.tk .tk-note {
  margin-top: 36px;
  padding: 22px 26px;
  background: var(--c-soft);
  border-radius: 12px;
  color: var(--c-mid);
  font-size: 15px;
}
.tk .tk-note b {
  color: var(--c-navy);
}
/* ===== 404.html ===== */
.nf {
  text-align: center;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
}
.nf .code {
  font-size: clamp(90px, 18vw, 180px);
  font-weight: 900;
  line-height: 1;
  background: linear-gradient(135deg, var(--c-navy), var(--c-orange));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nf h1 {
  font-size: clamp(24px, 3vw, 36px);
  margin: 10px 0 16px;
}
.nf p {
  color: var(--c-mid);
  font-size: 16px;
  margin-bottom: 32px;
}
.nf .nf-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.nf .nf-links {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--c-line);
}
.nf .nf-links b {
  display: block;
  font-size: 14px;
  color: var(--c-navy);
  margin-bottom: 14px;
}
.nf .nf-links .ll {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.nf .nf-links a {
  color: var(--c-mid);
  font-weight: 600;
  font-size: 15px;
  padding: 8px 16px;
  border-radius: 30px;
  background: var(--c-soft);
  transition: all 0.25s;
}
.nf .nf-links a:hover {
  background: var(--c-navy);
  color: #fff;
}
/* ===== Page-specific overrides (resolved cross-page conflicts) ===== */
/* Case & Service list tiles share this look (identical in both source pages) */
.svc-tile {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 14px;
  padding: 34px 30px;
  transition: all 0.35s ease;
}
.svc-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(7, 30, 54, 0.12);
  border-color: transparent;
}
.svc-tile .t-ico {
  width: 60px;
  height: 60px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--c-navy), var(--c-navy-2));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
/* Solution list tiles use a distinct visual treatment (soft bg + left accent stripe + round icon) — scoped to solution.html via body.page-solution so it doesn't clobber the shared .svc-tile above */
body.page-solution .svc-tile {
  position: relative;
  background: var(--c-soft);
  border: 1px solid var(--c-line);
  border-radius: 0 14px 14px 0;
  padding: 34px 30px 34px 36px;
  overflow: hidden;
  transition: all 0.35s ease;
}
body.page-solution .svc-tile::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--c-orange);
}
body.page-solution .svc-tile:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 44px rgba(7, 30, 54, 0.12);
  background: #fff;
}
body.page-solution .svc-tile .t-ico {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(242, 101, 34, 0.12);
  color: var(--c-orange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
/* fadeUp keyframe: index.html and product-detail.html each define their own with a different travel distance. index.html's stays "fadeUp"; product-detail.html's is renamed "fadeUpSm" to avoid silently overwriting index's version. */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeUpSm {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.section-pad .swiper {
  overflow: initial !important;
}
.prodSwiper .swiper-pagination {
  position: static;
  margin-top: 30px;
  font-size: 0;
}
.prodSwiper .swiper-slide {
  height: initial !important;
}
.prodSwiper .swiper-slide .card {
  height: 100%;
}
.about-factory {
  overflow: hidden;
}
.about-factory-slick {
  margin: 0px -15px 0;
}
.about-factory-item {
  padding: 0 15px;
  display: block !important;
}
.about-factory-content .img_box {
  padding-top: 86.1111111%;
}
.about-certificates {
  background-color: #F4F7FB;
  overflow: hidden;
}
.about-certificates-list {
  margin: 0 -15px;
}
.about-certificates-item {
  padding: 0 15px;
}
.about-certificates-item .contents {
  padding: 25px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
}
.about-certificates-item .img_box {
  padding-top: 142.5%;
  border-radius: 8px;
}
.about-certificates .slick-dots li {
  transition: all 0.5s;
}
.about-certificates .slick-dots li.slick-active {
  background: var(--c-orange);
}
.service-content .entry-image,
.service-content .entry-content {
  color: var(--secondary);
  line-height: 1.75;
}
/*slick 修整*/
.slick-track .slick-slide {
  display: block !important;
}
.slick-slider {
  position: relative;
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  opacity: 0;
  top: 0;
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  z-index: -2;
  top: 50%;
  transform: translateY(-50%);
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}
.slick-dots {
  text-align: center;
  margin-top: 30px;
  --wh: 10px;
  --margin-x: 6px;
  --bg: #d9d9d9;
}
.slick-dots li {
  display: inline-block;
  width: var(--wh);
  height: var(--wh);
  margin: 0 var(--margin-x);
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--bg);
}
.slick-dots li.slick-active {
  background-color: var(--primary);
}
.slick-dots li button {
  color: transparent !important;
  display: none;
}
/*slick 修整 end*/
.mod-comment {
  padding: 30px;
  border: 1px solid var(--c-line);
  border-radius: 16px;
  --user-header-width: 100px;
  --main-color: green;
}
.mod-comment .flexs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mod-comment .mod-comment-imgs {
  width: var(--user-header-width);
  aspect-ratio: 1 / 1;
  flex-shrink: 0;
  border-radius: 100%;
  overflow: hidden;
}
.mod-comment .mod-comment-imgs img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.mod-comment .mod-comment-info {
  width: calc(100% - var(--user-header-width));
  padding-left: 25px;
}
.mod-comment .mod-comment-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.65;
  color: #333;
}
.mod-comment .mod-comment-texts {
  margin-top: 4px;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.mod-comment .mod-comment-mores {
  font-size: 18px;
  color: #222;
  line-height: 1.65;
  text-decoration: none;
  transition: all 0.5s;
}
.mod-comment .mod-comment-mores:hover {
  color: var(--main-color);
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .mod-comment {
    padding: 25px 20px;
    --user-header-width: 80px;
  }
  .mod-comment .mod-comment-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mod-comment .flexs {
    flex-direction: column;
    align-items: flex-start;
  }
  .mod-comment .mod-comment-imgs {
    margin-bottom: 15px;
  }
  .mod-comment .mod-comment-info {
    width: 100%;
    padding-left: 0px;
  }
}
@media screen and (max-width: 1400px) {
  .brow .brow-body {
    padding: 30px 30px;
  }
  .prow .prow-body {
    padding: 30px 30px;
  }
  .prow h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .intro-wrap {
    margin: 0 auto 40px;
    max-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .dt-feature {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .intro-wrap {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 991px) {
  .brow .brow-body {
    padding: 26px 30px;
  }
}
@media screen and (max-width: 768px) {
  .brow .brow-body {
    padding: 20px 22px;
  }
  .brow h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .about-stats .as b {
    font-size: 36px;
  }
  .about-stats .as > span {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .prow .prow-body {
    padding: 25px 25px;
  }
  .prow h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .prow p {
    margin-bottom: 20px;
  }
  .section-pad {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .faq-list {
    margin-top: 30px;
  }
  .cat-head {
    margin-bottom: 30px;
  }
  .pd-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pd-tabnav {
    gap: 0px;
  }
  .pd-tabnav button {
    padding: 16px 8px;
    font-size: 18px;
  }
  .pd-tabs {
    margin-top: 40px;
  }
  .pd-rich h3 {
    font-size: 20px;
    margin: 26px 0 12px;
  }
  .pd-rich p:last-child {
    margin-bottom: 0;
  }
  .rel-head {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .rel-head .sec-title {
    font-size: clamp(28px, 2.4vw, 32px);
  }
  .sec-label {
    justify-content: center;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  .card .card-title {
    font-size: 18px;
  }
  .dt-rich h3 {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .ab-stats {
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }
  .bg-navy .ab-stats .as > span {
    font-size: 16px;
    margin-top: 15px;
  }
  .sec-head {
    margin: 0 auto 30px;
  }
  .val {
    padding: 25px 25px;
  }
  .vals {
    gap: 20px;
  }
  .val .v-ico {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  .val .v-ico svg {
    width: 23px;
    height: 23px;
  }
  .about-certificates .slick-dots {
    margin-top: 10px;
  }
  .ab-exp {
    display: none;
  }
  .ab-text h2 {
    font-size: clamp(26px, 3vw, 40px);
    margin: 0px 0 18px;
  }
  .play-btn {
    width: 66px;
    height: 66px;
  }
  .ab-intro {
    gap: 25px;
  }
  .play-btn svg {
    width: 26px;
    height: 26px;
    margin-left: 0px;
  }
}
