/**
 * huiwww01 公司介绍 / 联系我们
 * @see public/web/huiwww01/docs/DESIGN_TOKENS.md
 */

.hw-company .hw-section-title {
  text-align: center;
}

.hw-company .hw-section-title--left {
  text-align: left;
}

.hw-company .hw-section-title--left .hw-section-desc {
  margin-left: 0;
}

.hw-section--gray {
  background: var(--hw-color-bg-section);
}

/* ── Hero ── */
.hw-co-hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  border-bottom: none;
}

.hw-co-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(12, 18, 34, 0.92) 0%, rgba(19, 24, 44, 0.78) 42%, rgba(26, 86, 219, 0.35) 100%),
    url('/web/huiwww01/assets/ded-cta-bg.jpg') center / cover no-repeat;
}

.hw-co-hero--contact .hw-co-hero__bg {
  background:
    linear-gradient(125deg, rgba(12, 18, 34, 0.9) 0%, rgba(30, 33, 48, 0.82) 50%, rgba(255, 103, 57, 0.22) 100%),
    url('/web/default/assets/img/index/home-bg.png') center / cover no-repeat;
}

.hw-co-hero__decor {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(0);
}

.hw-co-hero__decor--1 {
  top: -80px;
  right: -40px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.35) 0%, transparent 70%);
}

.hw-co-hero__decor--2 {
  bottom: -60px;
  left: 8%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 103, 57, 0.25) 0%, transparent 70%);
}

.hw-co-hero .hw-section-content {
  position: relative;
  z-index: 1;
  padding-top: 56px;
  padding-bottom: 72px;
}

.hw-co-hero__grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center;
}

.hw-co-hero__grid--center {
  grid-template-columns: 1fr;
  text-align: center;
}

.hw-co-hero__grid--center .hw-co-hero__main {
  max-width: 760px;
  margin: 0 auto;
}

.hw-co-hero__eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  padding: 5px 14px;
  font-size: var(--hw-font-size-xs);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
}

.hw-co-hero__title {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, var(--hw-font-size-4xl));
  font-weight: var(--hw-font-weight-bold);
  line-height: var(--hw-line-height-tight);
  color: #fff;
}

.hw-co-hero__desc {
  margin: 0;
  max-width: 560px;
  font-size: var(--hw-font-size-md);
  line-height: var(--hw-line-height-loose);
  color: rgba(255, 255, 255, 0.78);
}

.hw-co-hero__grid--center .hw-co-hero__desc {
  margin: 0 auto;
}

.hw-co-hero__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.hw-co-chip {
  padding: 6px 14px;
  font-size: var(--hw-font-size-sm);
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.hw-co-hero__grid--about {
  grid-template-columns: 1fr;
  text-align: center;
}

.hw-co-hero__grid--about .hw-co-hero__desc {
  margin: 0 auto;
}

.hw-co-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 720px;
  margin: 32px auto 0;
  padding: 0;
  list-style: none;
}

.hw-co-stat-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-end;
}

.hw-co-stat-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--hw-radius-md);
  backdrop-filter: blur(8px);
}

.hw-co-stat-pill strong {
  font-size: var(--hw-font-size-2xl);
  font-weight: var(--hw-font-weight-bold);
  color: #fff;
  line-height: 1;
}

.hw-co-stat-pill span {
  font-size: var(--hw-font-size-sm);
  color: rgba(255, 255, 255, 0.72);
}

/* ── 了解汇网（浮动卡片） ── */
.hw-co-blurb {
  position: relative;
  z-index: 2;
  margin-top: -36px;
}

.hw-co-blurb .hw-section-content {
  padding-top: 0;
  padding-bottom: var(--hw-space-12);
}

.hw-co-blurb__card {
  position: relative;
  overflow: hidden;
  max-width: 920px;
  margin: 0 auto;
  padding: 36px 40px 32px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-lg);
  box-shadow: var(--hw-shadow-lg);
}

.hw-co-blurb__card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--hw-color-primary) 0%, var(--hw-color-accent) 100%);
}

.hw-co-blurb__card::after {
  content: '';
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(26, 86, 219, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.hw-co-blurb__head h2 {
  margin: 8px 0 0;
  font-size: var(--hw-font-size-2xl);
  color: var(--hw-color-dark);
}

.hw-co-blurb__eyebrow {
  display: inline-block;
  font-size: var(--hw-font-size-sm);
  font-weight: var(--hw-font-weight-bold);
  color: var(--hw-color-primary);
  letter-spacing: 0.04em;
}

.hw-co-blurb__text {
  max-width: 760px;
  margin: 18px auto 20px;
  font-size: var(--hw-font-size-md);
  line-height: var(--hw-line-height-loose);
  color: var(--hw-color-text-secondary);
}

.hw-co-blurb__badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 10px;
}

.hw-co-badge {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  font-size: var(--hw-font-size-sm);
  font-weight: var(--hw-font-weight-bold);
  color: var(--hw-color-primary);
  background: var(--hw-color-primary-light);
  border: 1px solid rgba(26, 86, 219, 0.25);
  border-radius: 999px;
}

.hw-co-blurb__caption {
  margin: 0;
  font-size: var(--hw-font-size-sm);
  color: var(--hw-color-text-muted);
}

/* ── 公司简介（左右对齐网格） ── */
.hw-co-story {
  background:
    radial-gradient(ellipse 60% 50% at 100% 0%, rgba(26, 86, 219, 0.06) 0%, transparent 60%),
    #fff;
}

.hw-co-story__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: stretch;
  margin-top: 36px;
}

.hw-co-story__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 8px 0;
}

.hw-co-story__text {
  margin: 0 0 16px;
  font-size: var(--hw-font-size-md);
  line-height: var(--hw-line-height-loose);
  color: var(--hw-color-text-secondary);
  text-align: justify;
}

.hw-co-story__text:last-child {
  margin-bottom: 0;
}

.hw-co-story__visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}

.hw-co-story__map-wrap {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 24px;
  background: linear-gradient(145deg, #f0f4ff 0%, #fff 100%);
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-lg);
  box-shadow: var(--hw-shadow-sm);
}

.hw-co-story__map {
  display: block;
  width: 100%;
  height: auto;
}

.hw-co-story__highlights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hw-co-story__highlight {
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-md);
  box-shadow: var(--hw-shadow-sm);
}

.hw-co-story__highlight--accent {
  border-left: 3px solid var(--hw-color-accent);
}

.hw-co-story__highlight strong {
  display: block;
  margin-bottom: 4px;
  font-size: var(--hw-font-size-base);
  color: var(--hw-color-primary);
}

.hw-co-story__highlight span {
  font-size: var(--hw-font-size-sm);
  color: var(--hw-color-text-muted);
}

/* ── 价值观（等高双列） ── */
.hw-co-values-section {
  position: relative;
  overflow: hidden;
}

.hw-co-values__bg {
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -14deg,
      transparent,
      transparent 42px,
      rgba(26, 86, 219, 0.03) 42px,
      rgba(26, 86, 219, 0.03) 43px
    ),
    linear-gradient(180deg, var(--hw-color-bg-section) 0%, #fff 100%);
}

.hw-co-values-section .hw-section-content {
  position: relative;
  z-index: 1;
}

.hw-co-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  margin-top: 40px;
  align-items: stretch;
}

.hw-co-value-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 32px 28px;
  background: #fff;
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-lg);
  box-shadow: var(--hw-shadow-sm);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.hw-co-value-card:hover {
  border-color: rgba(26, 86, 219, 0.25);
  box-shadow: var(--hw-shadow-md);
}

.hw-co-value-card--accent {
  background: linear-gradient(145deg, #fff 0%, #f6f9ff 100%);
  border-color: rgba(26, 86, 219, 0.2);
}

.hw-co-value-card__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--hw-font-size-lg);
  font-weight: var(--hw-font-weight-bold);
  color: #fff;
  background: linear-gradient(135deg, var(--hw-color-primary) 0%, #1648c0 100%);
  border-radius: var(--hw-radius-md);
}

.hw-co-value-card--accent .hw-co-value-card__icon {
  background: linear-gradient(135deg, var(--hw-color-accent) 0%, #e45931 100%);
}

.hw-co-value-card h3 {
  margin: 0 0 12px;
  font-size: var(--hw-font-size-xl);
  color: var(--hw-color-dark);
}

.hw-co-value-card p {
  margin: 0;
  font-size: var(--hw-font-size-base);
  line-height: var(--hw-line-height-loose);
  color: var(--hw-color-text-secondary);
}

/* ── 服务优势（三列等高） ── */
.hw-co-advantages {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 40px;
  align-items: stretch;
}

.hw-co-adv-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px 24px;
  text-align: center;
  background: #fff;
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-md);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.hw-co-adv-card:hover {
  border-color: rgba(26, 86, 219, 0.25);
  box-shadow: var(--hw-shadow-md);
}

.hw-co-adv-card__icon {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--hw-font-size-lg);
  font-weight: var(--hw-font-weight-bold);
  color: var(--hw-color-primary);
  background: var(--hw-color-primary-light);
  border-radius: var(--hw-radius-full);
}

.hw-co-adv-card h4 {
  margin: 0 0 10px;
  font-size: var(--hw-font-size-lg);
  color: var(--hw-color-text);
}

.hw-co-adv-card p {
  margin: 0;
  flex: 1;
  font-size: var(--hw-font-size-base);
  line-height: var(--hw-line-height-loose);
  color: var(--hw-color-text-secondary);
}

/* ── 联系方式（整齐网格 + 推荐工单横幅） ── */
.hw-co-contact {
  background:
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(255, 103, 57, 0.06) 0%, transparent 60%),
    var(--hw-color-bg-section);
}

.hw-co-contact-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}

.hw-co-ticket-banner {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 24px 28px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(105deg, rgba(255, 103, 57, 0.95) 0%, rgba(255, 117, 76, 0.92) 38%, rgba(26, 86, 219, 0.9) 100%);
  border-radius: var(--hw-radius-lg);
  box-shadow: 0 8px 28px rgba(255, 103, 57, 0.28);
}

.hw-co-ticket-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -18deg,
      transparent,
      transparent 36px,
      rgba(255, 255, 255, 0.04) 36px,
      rgba(255, 255, 255, 0.04) 37px
    );
  pointer-events: none;
}

.hw-co-ticket-banner__badge {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  padding: 8px 14px;
  font-size: var(--hw-font-size-sm);
  font-weight: var(--hw-font-weight-bold);
  color: var(--hw-color-accent);
  background: #fff;
  border-radius: 999px;
  white-space: nowrap;
}

.hw-co-ticket-banner__main {
  position: relative;
  z-index: 1;
  min-width: 0;
}

.hw-co-ticket-banner__title {
  margin: 0 0 6px;
  font-size: var(--hw-font-size-2xl);
  font-weight: var(--hw-font-weight-bold);
  color: #fff;
}

.hw-co-ticket-banner__desc {
  margin: 0;
  font-size: var(--hw-font-size-base);
  line-height: var(--hw-line-height-loose);
  color: rgba(255, 255, 255, 0.92);
}

.hw-co-ticket-banner__desc strong {
  font-weight: var(--hw-font-weight-bold);
  color: #fff;
}

.hw-co-ticket-banner__sla {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: var(--hw-radius-md);
}

.hw-co-ticket-banner__sla strong {
  font-size: var(--hw-font-size-3xl);
  font-weight: var(--hw-font-weight-bold);
  line-height: 1;
  color: #fff;
}

.hw-co-ticket-banner__sla span {
  margin-top: 2px;
  font-size: var(--hw-font-size-sm);
  color: rgba(255, 255, 255, 0.88);
}

.hw-co-ticket-banner__btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  color: var(--hw-color-accent) !important;
  background: #fff !important;
  border: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.hw-co-ticket-banner__btn:hover {
  color: #fff !important;
  background: var(--hw-color-dark) !important;
}

.hw-co-channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.hw-co-channel {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-lg);
  text-align: center;
  box-shadow: var(--hw-shadow-sm);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.hw-co-channel:hover {
  border-color: rgba(26, 86, 219, 0.25);
  box-shadow: var(--hw-shadow-md);
}

.hw-co-channel__head {
  width: 100%;
  margin-bottom: 8px;
}

.hw-co-channel__tag {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  font-size: var(--hw-font-size-xs);
  color: var(--hw-color-primary);
  background: var(--hw-color-primary-light);
  border-radius: 999px;
}

.hw-co-channel__label {
  margin: 0;
  font-size: var(--hw-font-size-xl);
  font-weight: var(--hw-font-weight-bold);
  color: var(--hw-color-text);
}

.hw-co-channel__desc {
  margin: 0 0 16px;
  min-height: 44px;
  font-size: var(--hw-font-size-sm);
  line-height: var(--hw-line-height-base);
  color: var(--hw-color-text-secondary);
}

.hw-co-channel__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  width: 100%;
}

.hw-co-channel__hint {
  margin: 0;
  font-size: var(--hw-font-size-xs);
  color: var(--hw-color-text-muted);
}

.hw-co-channel__qr {
  display: inline-block;
  padding: 10px;
  border: 1px solid var(--hw-color-border);
  border-radius: var(--hw-radius-md);
  background: var(--hw-color-bg-section);
}

.hw-co-channel__qr img {
  display: block;
  width: 148px;
  height: 148px;
  object-fit: contain;
}

.hw-co-channel__link {
  font-size: var(--hw-font-size-sm);
  color: var(--hw-color-primary);
  text-decoration: none;
}

.hw-co-channel__link:hover {
  text-decoration: underline;
}

.hw-co-channel__meta {
  margin: 0;
  font-size: var(--hw-font-size-base);
  font-weight: var(--hw-font-weight-bold);
  color: var(--hw-color-text);
}

.hw-co-channel__meta--mail {
  margin-top: 48px;
  margin-bottom: 20px;
  font-size: var(--hw-font-size-lg);
}

.hw-co-channel__action {
  margin-top: auto;
}

/* ── 电话横幅 ── */
.hw-co-phone {
  position: relative;
  overflow: hidden;
  margin-top: 48px;
  border-radius: var(--hw-radius-lg);
  border: 1px solid rgba(26, 86, 219, 0.15);
}

.hw-co-phone__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(26, 86, 219, 0.92) 0%, rgba(22, 72, 192, 0.78) 55%, rgba(26, 86, 219, 0.55) 100%),
    url('/web/default/assets/img/index/phone.png') calc(100% - 40px) center / 80px auto no-repeat;
}

.hw-co-phone__content {
  position: relative;
  z-index: 1;
  padding: 28px 32px;
  color: #fff;
}

.hw-co-phone__label {
  margin: 0 0 6px;
  font-size: var(--hw-font-size-sm);
  opacity: 0.85;
}

.hw-co-phone__number {
  margin: 0 0 8px;
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: var(--hw-font-weight-bold);
}

.hw-co-phone__number a {
  color: #fff;
  text-decoration: none;
}

.hw-co-phone__number a:hover {
  text-decoration: underline;
}

.hw-co-phone__sub {
  margin: 0;
  font-size: var(--hw-font-size-sm);
  opacity: 0.82;
}

.hw-co-tips {
  max-width: 720px;
  margin: 24px auto 0;
  padding: 0 0 0 18px;
  font-size: var(--hw-font-size-sm);
  line-height: var(--hw-line-height-loose);
  color: var(--hw-color-text-muted);
}

/* ── CTA ── */
.hw-co-cta {
  position: relative;
  overflow: hidden;
  color: var(--hw-color-text-inverse);
}

.hw-co-cta__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(19, 24, 44, 0.94) 0%, rgba(30, 33, 48, 0.88) 100%),
    url('/web/huiwww01/assets/ded-cta-bg.jpg') center / cover no-repeat;
}

.hw-co-cta__bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 46px,
      rgba(255, 255, 255, 0.025) 46px,
      rgba(255, 255, 255, 0.025) 47px
    );
}

.hw-co-cta__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.hw-co-cta__text {
  margin: 0;
  max-width: 560px;
  font-size: var(--hw-font-size-md);
  line-height: var(--hw-line-height-loose);
  color: rgba(255, 255, 255, 0.88);
}

.hw-co-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.hw-co-cta .hw-btn--outline {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.45);
}

.hw-co-cta .hw-btn--outline:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.75);
}

/* ── 响应式 ── */
@media (max-width: 992px) {
  .hw-co-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hw-co-hero__desc {
    margin: 0 auto;
  }

  .hw-co-hero__stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
  }

  .hw-co-stat-pill {
    flex-direction: column;
    gap: 4px;
    padding: 12px 8px;
  }

  .hw-co-stat-pill span {
    font-size: var(--hw-font-size-xs);
    text-align: center;
  }

  .hw-co-story__grid {
    grid-template-columns: 1fr;
  }

  .hw-co-story__highlights {
    grid-template-columns: 1fr;
  }

  .hw-co-values {
    grid-template-columns: 1fr;
  }

  .hw-co-advantages {
    grid-template-columns: 1fr;
  }

  .hw-co-ticket-banner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 16px;
    padding: 24px 20px;
  }

  .hw-co-ticket-banner__badge {
    justify-self: center;
  }

  .hw-co-ticket-banner__sla {
    justify-self: center;
  }

  .hw-co-ticket-banner__btn {
    width: 100%;
  }

  .hw-co-channels {
    grid-template-columns: 1fr;
  }

  .hw-co-channel__meta--mail {
    margin-top: 24px;
  }
}

@media (max-width: 576px) {
  .hw-co-hero .hw-section-content {
    padding-top: 40px;
    padding-bottom: 56px;
  }

  .hw-co-hero__stats {
    grid-template-columns: 1fr;
    max-width: 280px;
  }

  .hw-co-stat-pill {
    flex-direction: row;
    gap: 12px;
    padding: 14px 18px;
  }

  .hw-co-blurb__card {
    padding: 28px 20px 24px;
  }

  .hw-co-story__text {
    text-align: left;
  }

  .hw-co-phone__bg {
    background:
      linear-gradient(90deg, rgba(26, 86, 219, 0.92) 0%, rgba(22, 72, 192, 0.85) 100%);
  }
}
