* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: #202326;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  line-height: 1.7;
  background: #f6f7f7;
}

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

img {
  display: block;
  max-width: 100%;
}

input,
textarea,
button {
  font: inherit;
}

.container {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(32, 35, 38, 0.08);
  backdrop-filter: blur(14px);
}

.header-inner {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand {
  width: 360px;
  max-width: 360px;
  min-width: 320px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 1 1 320px;
  margin-left: -8px;
  padding: 0;
  min-width: 0;
}

.brand-logo {
  width: auto;
  height: 64px;
  max-width: 100%;
  flex: 0 1 auto;
  object-fit: contain;
}

.brand-copy {
  display: none;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  flex: 0 0 auto;
  min-width: max-content;
}

.nav a {
  padding: 32px 7px;
  color: #32363a;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.nav a:hover,
.nav .active a {
  color: #104ea1;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  margin-left: 14px;
}

.hotline {
  color: #3b3f43;
  font-size: 14px;
  white-space: nowrap;
}

.hotline-label {
  display: none;
}

.hotline b {
  color: #104ea1;
}

.menu-btn {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid #d7dcdf;
  border-radius: 6px;
  background: #fff;
  color: #202326;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: #104ea1;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.btn:hover {
  background: #a91d25;
}

.btn.ghost {
  border-color: rgba(255, 255, 255, 0.56);
  background: rgba(255, 255, 255, 0.1);
}

.btn.ghost:hover {
  background: rgba(255, 255, 255, 0.2);
}

.btn.light {
  border-color: #d7dcdf;
  background: #fff;
  color: #202326;
}

.hero {
  position: relative;
  min-height: 660px;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: #fff;
  background: #25282b url("../images/hero-packaging-line.png") center / cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(22, 24, 26, 0.92) 0%, rgba(22, 24, 26, 0.7) 42%, rgba(22, 24, 26, 0.18) 100%),
    linear-gradient(0deg, rgba(22, 24, 26, 0.38), rgba(22, 24, 26, 0.1));
}

.hero .container {
  position: relative;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #e0f4ef;
  font-size: 14px;
  font-weight: 700;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 2px;
  background: #34b8a0;
}

.hero h1 {
  max-width: 720px;
  margin: 18px 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero p {
  max-width: 650px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.section {
  padding: 88px 0;
}

.advantages-section {
  padding-bottom: 44px;
}

.honors-section {
  padding-top: 44px;
}

.section.white {
  background: #fff;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head h2 {
  margin: 8px 0 0;
  color: #1e2225;
  font-size: 34px;
  line-height: 1.22;
  letter-spacing: 0;
}

.section-head p {
  max-width: 520px;
  margin: 0;
  color: #697077;
}

.equipment-grid,
.product-grid,
.case-grid,
.advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.equipment-card,
.product-card,
.case-card,
.advantage-card,
.info-panel,
.cert-card {
  border: 1px solid #e4e8ea;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.equipment-card {
  min-height: 330px;
  display: flex;
  flex-direction: column;
}

.equipment-visual {
  min-height: 156px;
  padding: 22px;
  background: linear-gradient(135deg, #2f3438, #5b6368);
  color: #fff;
}

.equipment-visual b {
  display: block;
  font-size: 46px;
  line-height: 1;
}

.equipment-card:nth-child(2) .equipment-visual {
  background: linear-gradient(135deg, #244f48, #3d9283);
}

.equipment-card:nth-child(3) .equipment-visual {
  background: linear-gradient(135deg, #0b376f, #104ea1);
}

.equipment-body,
.product-body,
.case-body,
.advantage-card {
  padding: 22px;
}

.equipment-body h3,
.product-body h3,
.case-body h3,
.advantage-card h3 {
  margin: 0 0 10px;
  color: #202326;
  font-size: 21px;
  line-height: 1.35;
}

.equipment-body p,
.product-body p,
.case-body p,
.advantage-card p {
  margin: 0;
  color: #697077;
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 42px;
  align-items: center;
}

.media-panel {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  border-radius: 8px;
  background: #202326 url("../images/hero-packaging-line.png") center / cover no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.media-panel[data-video=""] .media-play {
  display: none;
}

.media-play {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.media-play-icon {
  position: relative;
  display: flex;
  width: 76px;
  height: 76px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.2);
}

.media-play-icon::after {
  content: "";
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid #104ea1;
  transform: translateX(4px);
}

.video-modal[hidden] {
  display: none;
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px;
  background: rgba(12, 14, 16, 0.72);
}

.video-modal-dialog {
  width: min(960px, 100%);
  background: #000;
}

.video-modal video {
  display: block;
  width: 100%;
  max-height: calc(100vh - 120px);
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #202326;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.copy h2 {
  margin: 0 0 18px;
  color: #1e2225;
  font-size: 34px;
  line-height: 1.22;
}

.copy p {
  margin: 0 0 18px;
  color: #5f666d;
}

.metric-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.metric-list div {
  padding: 18px;
  border-left: 3px solid #34b8a0;
  background: #f6f7f7;
}

.metric-list b {
  display: block;
  color: #202326;
  font-size: 26px;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  margin-bottom: 24px;
}

.search-form {
  display: flex;
  width: min(420px, 100%);
  border: 1px solid #dce2e4;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}

.search-form input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 14px;
  border: 0;
  outline: 0;
}

.search-form button {
  width: 92px;
  border: 0;
  background: #202326;
  color: #fff;
  cursor: pointer;
}

.product-card img,
.case-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: #eef1f2;
}

.product-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin: 16px 0;
}

.product-meta span {
  padding: 8px 10px;
  background: #f6f7f7;
  color: #60676e;
  font-size: 13px;
}

.advantage-card {
  min-height: 210px;
}

.advantage-card b {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #202326;
  color: #fff;
}

.logo-wall {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1px;
  margin-top: 24px;
  background: #e2e6e8;
}

.logo-wall span {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #626a71;
  font-weight: 700;
}

.cert-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 80px) / 5);
  gap: 20px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #104ea1 #e6ebed;
}

.cert-strip::-webkit-scrollbar {
  height: 8px;
}

.cert-strip::-webkit-scrollbar-track {
  background: #e6ebed;
  border-radius: 999px;
}

.cert-strip::-webkit-scrollbar-thumb {
  background: #104ea1;
  border-radius: 999px;
}

.cert-card {
  display: block;
  padding: 14px;
  color: inherit;
  scroll-snap-align: start;
  text-align: center;
}

.cert-thumb {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid #e4e8ea;
  border-radius: 6px;
  background: #f6f7f7;
}

.cert-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.35s ease;
}

.cert-card h3 {
  margin: 14px 0 0;
  color: #202326;
  font-size: 18px;
  line-height: 1.35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cert-card:hover .cert-thumb img {
  transform: scale(1.04);
}

.environment-section {
  background: #f6f7f7;
}

.environment-head {
  align-items: center;
}

.environment-controls {
  display: flex;
  gap: 10px;
}

.environment-controls button {
  width: 44px;
  height: 44px;
  border: 1px solid #d8dee1;
  border-radius: 8px;
  background: #fff;
  color: #202326;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.environment-controls button:hover {
  border-color: #104ea1;
  background: #104ea1;
  color: #fff;
}

.environment-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 44px) / 3);
  gap: 22px;
  overflow-x: auto;
  padding: 2px 2px 18px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  scrollbar-color: #104ea1 #e6ebed;
}

.environment-slider::-webkit-scrollbar {
  height: 8px;
}

.environment-slider::-webkit-scrollbar-track {
  background: #e6ebed;
  border-radius: 999px;
}

.environment-slider::-webkit-scrollbar-thumb {
  background: #104ea1;
  border-radius: 999px;
}

.environment-slide {
  scroll-snap-align: start;
}

.environment-card {
  display: block;
  color: inherit;
}

.environment-photo {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid #e1e6e8;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(32, 35, 38, 0.82), rgba(52, 184, 160, 0.62)),
    #dfe5e7;
}

.environment-photo::before,
.environment-photo::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.18);
}

.environment-photo::before {
  inset: auto 0 0;
  height: 38%;
}

.environment-photo::after {
  top: 22%;
  left: 12%;
  width: 34%;
  height: 28%;
  border: 2px solid rgba(255, 255, 255, 0.4);
}

.environment-photo img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment-title {
  display: block;
  margin-top: 12px;
  color: #202326;
  font-size: 17px;
  line-height: 1.4;
  font-weight: 700;
}

.cta-band {
  padding: 58px 0;
  background: #202326;
  color: #fff;
}

.cta-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: start;
}

.cta-band h2 {
  margin: 0 0 14px;
  font-size: 32px;
  line-height: 1.25;
}

.cta-band p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.form-grid input,
.form-grid textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  outline: 0;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.form-grid textarea,
.form-grid .wide {
  grid-column: 1 / -1;
}

.form-grid input::placeholder,
.form-grid textarea::placeholder {
  color: rgba(255, 255, 255, 0.58);
}

.captcha {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
}

.captcha img {
  width: 120px;
  height: 48px;
  object-fit: cover;
  border-radius: 6px;
  background: #fff;
}

.page-hero {
  position: relative;
  padding: 86px 0;
  color: #fff;
  background: #25282b url("../images/hero-packaging-line.png") center / cover no-repeat;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(24, 26, 28, 0.9), rgba(24, 26, 28, 0.38));
}

.page-hero .container {
  position: relative;
}

.page-hero h1 {
  margin: 0 0 8px;
  font-size: 42px;
  line-height: 1.2;
}

.crumb {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 28px;
}

.sidebar {
  align-self: start;
  border: 1px solid #e4e8ea;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
}

.sidebar-title {
  padding: 18px 20px;
  background: #202326;
  color: #fff;
  font-weight: 700;
}

.side-nav a {
  display: block;
  padding: 14px 20px;
  border-top: 1px solid #eef1f2;
  color: #4f565d;
}

.side-nav a:hover,
.side-nav .active {
  color: #104ea1;
  background: #f3f7ff;
}

.content-card {
  padding: 30px;
  border: 1px solid #e4e8ea;
  border-radius: 8px;
  background: #fff;
}

.content-card h1,
.content-card h2,
.content-card h3 {
  color: #202326;
  line-height: 1.3;
}

.rich-content {
  line-height: 1.8;
}

.detail-body {
  width: min(100%, 920px);
  margin: 0 auto;
}

.rich-content > *:first-child {
  margin-top: 0;
}

.rich-content > *:last-child {
  margin-bottom: 0;
}

.rich-content p,
.rich-content table,
.rich-content ul,
.rich-content ol,
.rich-content blockquote,
.rich-content pre,
.rich-content img {
  margin-bottom: 18px;
}

.rich-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #dfe5e8;
  background: #fff;
}

.rich-content table th,
.rich-content table td {
  padding: 12px 14px;
  border: 1px solid #dfe5e8;
  vertical-align: top;
  text-align: left;
  word-break: break-word;
}

.rich-content table th {
  background: #f4f7f8;
  color: #202326;
  font-weight: 700;
}

.rich-content table tr:nth-child(even) td {
  background: #fafbfb;
}

.rich-content img {
  height: auto;
}

.rich-content p img,
.rich-content div img {
  max-width: 100%;
}

.article-list {
  display: grid;
  gap: 16px;
}

.article-item {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  padding: 18px;
  border: 1px solid #e4e8ea;
  border-radius: 8px;
  background: #fff;
}

.article-date {
  display: flex;
  min-height: 96px;
  align-items: center;
  justify-content: center;
  background: #f1f4f5;
  color: #104ea1;
  font-weight: 700;
}

.article-item h3 {
  margin: 0 0 8px;
}

.article-item p {
  margin: 0;
  color: #697077;
}

.card-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.list-card {
  overflow: hidden;
  border: 1px solid #e4e8ea;
  border-radius: 8px;
  background: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.list-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(32, 35, 38, 0.1);
}

.list-card-link {
  display: block;
  height: 100%;
}

.list-card-image {
  aspect-ratio: 4 / 3;
  background: #f1f4f5;
  overflow: hidden;
}

.list-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-card-body {
  padding: 16px 18px 18px;
}

.list-card-body h3 {
  min-height: 54px;
  margin: 0;
  color: #202326;
  font-size: 18px;
  line-height: 1.45;
}

.card-list .pagebar,
.card-list .content-card {
  grid-column: 1 / -1;
}

.detail-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 34px;
  align-items: start;
}

.detail-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border: 1px solid #e4e8ea;
  border-radius: 8px;
  object-fit: cover;
  background: #f1f4f5;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.thumbs img {
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

.param-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0;
}

.param-table div {
  padding: 12px 14px;
  background: #f6f7f7;
}

.param-table span {
  display: block;
  color: #7a8288;
  font-size: 13px;
}

.param-table b {
  color: #202326;
}

.pagebar,
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 34px;
}

.pagebar a,
.pagination a,
.pagebar span {
  min-width: 38px;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border: 1px solid #dce2e4;
  border-radius: 6px;
  background: #fff;
  color: #4f565d;
}

.site-footer {
  background: #161819;
  color: rgba(255, 255, 255, 0.76);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 32px;
  padding: 48px 0;
}

.site-footer h3 {
  margin: 0 0 14px;
  color: #fff;
  font-size: 18px;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-bottom {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.float-contact {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  gap: 8px;
}

.float-contact a {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #104ea1;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 980px) {
  .header-inner {
    height: 66px;
  }

  .brand {
    width: min(300px, calc(100% - 118px));
    height: 64px;
    flex-basis: min(300px, calc(100% - 118px));
    margin-left: -6px;
  }

  .brand-logo {
    height: 52px;
  }

  .menu-btn {
    display: block;
  }

  .nav {
    position: fixed;
    top: 66px;
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px 20px 18px;
    border-bottom: 1px solid #e4e8ea;
    background: #fff;
  }

  .nav.open {
    display: flex;
  }

  .nav a {
    padding: 12px 0;
  }

  .hotline {
    display: none;
  }

  .hero {
    min-height: 600px;
  }

  .equipment-grid,
  .product-grid,
  .case-grid,
  .advantage-grid,
  .footer-main,
  .cta-grid,
  .card-list,
  .split,
  .layout,
  .detail-hero {
    grid-template-columns: 1fr;
  }

  .home-product-grid .product-card:nth-of-type(n+4) {
    display: none;
  }

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

  .environment-slider {
    grid-auto-columns: calc((100% - 22px) / 2);
  }

  .cert-strip {
    grid-auto-columns: calc((100% - 40px) / 3);
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1200px);
  }

  .brand {
    width: min(300px, calc(100% - 56px));
    height: 58px;
    flex-basis: min(300px, calc(100% - 56px));
    margin-left: 0;
  }

  .brand-logo {
    height: 46px;
  }

  .header-actions .btn {
    display: none;
  }

  .hero {
    min-height: 620px;
  }

  .hero h1 {
    font-size: 38px;
  }

  .metric-list,
  .form-grid,
  .param-table {
    grid-template-columns: 1fr;
  }

  .cert-strip {
    grid-auto-columns: calc((100% - 14px) / 2);
    gap: 14px;
  }

  .cert-card {
    padding: 10px;
  }

  .cert-card h3 {
    font-size: 15px;
  }

  .section {
    padding: 62px 0;
  }

  .section-head {
    display: block;
  }

  .environment-head {
    display: flex;
    align-items: end;
  }

  .section-head h2,
  .copy h2 {
    font-size: 28px;
  }

  .environment-slider {
    grid-auto-columns: 82%;
  }

  .environment-controls button {
    width: 38px;
    height: 38px;
    font-size: 26px;
  }

  .toolbar {
    align-items: stretch;
  }

  .search-form {
    width: 100%;
  }

  .article-item {
    grid-template-columns: 1fr;
  }

  .article-date {
    min-height: 58px;
  }

  .float-contact {
    right: 12px;
    bottom: 12px;
  }
}
