.jb-root {
  --bg: #f4f9fb;
  --panel: #ffffff;
  --ink: #0a1e27;
  --ink-soft: #4a636d;
  --ink-faint: #8ba0a7;
  --brand: #0b8bc3;
  --brand-deep: #075f85;
  --brand-pale: #e6f3f9;
  --line: rgba(10,30,39,0.09);
  --line-soft: rgba(10,30,39,0.055);
  background: var(--bg);
  color: var(--ink);
  font-family: 'Inter', -apple-system, sans-serif !important;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 0 64px;
}
.jb-root * {
  box-sizing: border-box;
  font-family: inherit;
}
.jb-root .jb-display {
  font-family: 'Space Grotesk', 'Inter', sans-serif !important;
}
.jb-root .jb-mono {
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
}
.jb-root .jb-topstrip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 22px 40px;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
.jb-root .jb-topstrip .mark {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.jb-root .jb-topstrip .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand);
  box-shadow: 0 0 0 3px var(--brand-pale);
}
.jb-root .jb-hero {
  position: relative;
  margin: 0 24px;
  padding: 72px 48px 56px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  text-align: left;
}
.jb-root .jb-hero::before {
  content: '';
  position: absolute;
  top: -140px;
  right: -160px;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(11,139,195,0.16), rgba(11,139,195,0.02) 60%, transparent 72%);
}
.jb-root .jb-hero::after {
  content: '';
  position: absolute;
  top: -40px;
  right: 60px;
  width: 1px;
  height: 240px;
  background: linear-gradient(180deg, transparent, rgba(11,139,195,0.35), transparent);
  transform: rotate(18deg);
}
.jb-root .jb-hero-inner {
  position: relative;
  max-width: 640px;
}
.jb-root .jb-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
  background: var(--brand-pale);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 26px;
}
.jb-root .jb-hero-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600;
  font-size: 52px;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin: 0;
  color: var(--ink);
}
.jb-root .jb-hero-title .u {
  color: var(--brand);
  position: relative;
  white-space: nowrap;
}
.jb-root .jb-hero .jb-sub {
  margin: 22px 0 0;
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 480px;
}
.jb-root .jb-spectrum {
  margin-top: 40px;
  max-width: 520px;
}
.jb-root .jb-spectrum-track {
  height: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, #0a1e27 0%, var(--brand-deep) 30%, var(--brand) 62%, #bfe6f5 88%, #f4f9fb 100%);
  position: relative;
}
.jb-root .jb-spectrum-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10px;
  letter-spacing: 0.06em;
  color: var(--ink-faint);
}
.jb-root .jb-spectrum-cap {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-faint);
  margin-top: 10px;
}
.jb-root .jb-section {
  padding: 0 40px;
}
.jb-root .jb-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  padding: 64px 0 26px;
  flex-wrap: wrap;
}
.jb-root .jb-section-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600;
  font-size: 26px;
  margin: 0;
  color: var(--ink);
}
.jb-root .jb-section-head .jb-count {
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: var(--ink-faint);
  text-transform: uppercase;
}
.jb-root .jb-intro {
  display: flex;
  gap: 44px;
  flex-wrap: wrap;
  align-items: stretch;
}
.jb-root .jb-intro-text {
  flex: 1 1 46%;
  min-width: 280px;
}
.jb-root .jb-intro-text p {
  font-size: 15.5px;
  line-height: 1.85;
  color: var(--ink-soft);
  margin: 0 0 16px;
}
.jb-root .jb-intro-text strong {
  color: var(--ink);
  font-weight: 600;
}
.jb-root .jb-intro-image {
  flex: 1 1 38%;
  min-width: 260px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
}
.jb-root .jb-intro-image img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 644 / 435;
  object-fit: cover;
}
.jb-root .jb-intro-image .jb-glaze {
  position: absolute;
  inset: 0;
  background: linear-gradient(155deg, rgba(11,139,195,0.22) 0%, rgba(11,139,195,0) 45%);
  mix-blend-mode: multiply;
}
.jb-root .jb-intro-image .jb-tag {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: rgba(10,30,39,0.55);
  backdrop-filter: blur(6px);
  color: #eaf5fa;
  padding: 6px 13px;
  border-radius: 20px;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.jb-root .jb-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 44px;
}
.jb-root .jb-stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px;
}
.jb-root .jb-stat .num {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 700;
  font-size: 32px;
  color: var(--brand);
  line-height: 1;
}
.jb-root .jb-stat .lbl {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: var(--ink-soft);
}
.jb-root .jb-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.jb-root .jb-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 24px 22px 22px;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.jb-root .jb-card:hover {
  border-color: rgba(11,139,195,0.35);
  transform: translateY(-2px);
}
.jb-root .jb-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: var(--brand-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.jb-root .jb-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--brand-deep);
}
.jb-root .jb-card .name {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600;
  font-size: 16.5px;
  color: var(--ink);
  margin-bottom: 6px;
}
.jb-root .jb-card .desc {
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--ink-soft);
  margin-bottom: 14px;
}
.jb-root .jb-card .spec {
  display: inline-block;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10.5px;
  letter-spacing: 0.05em;
  color: var(--brand-deep);
  background: var(--brand-pale);
  padding: 4px 10px;
  border-radius: 20px;
}
.jb-root .jb-highlight {
  margin: 48px 0 0;
  padding: 40px 40px;
  background: linear-gradient(135deg, var(--brand-deep), var(--brand) 70%);
  border-radius: 20px;
  color: #eaf6fb;
  display: flex;
  gap: 28px;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
.jb-root .jb-highlight::before {
  content: '';
  position: absolute;
  right: -60px;
  bottom: -80px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.jb-root .jb-highlight-body {
  flex: 1 1 320px;
  position: relative;
}
.jb-root .jb-highlight .hl-title {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
}
.jb-root .jb-highlight p {
  font-size: 14.5px;
  line-height: 1.75;
  color: #d7edf5;
  margin: 0;
  max-width: 620px;
}
.jb-root .jb-closing {
  padding: 52px 0 8px;
}
.jb-root .jb-closing p {
  font-family: 'Space Grotesk', sans-serif !important;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.7;
  color: var(--ink);
  max-width: 860px;
  margin: 0;
}
.jb-root .jb-closing .u {
  color: var(--brand);
}
.jb-root .jb-footer {
  margin-top: 40px;
  padding: 22px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ink-faint);
}
@media (max-width: 860px) {
  .jb-root .jb-hero {
    margin: 0 14px;
    padding: 48px 26px 40px;
    border-radius: 18px;
  }
  .jb-root .jb-hero-title {
    font-size: 34px;
  }
  .jb-root .jb-section {
    padding: 0 20px;
  }
  .jb-root .jb-topstrip {
    padding: 18px 20px;
  }
  .jb-root .jb-stats {
    grid-template-columns: 1fr 1fr;
  }
  .jb-root .jb-grid {
    grid-template-columns: 1fr 1fr;
  }
  .jb-root .jb-footer {
    padding: 22px 20px 0;
  }
}
@media (max-width: 560px) {
  .jb-root .jb-hero-title {
    font-size: 27px;
  }
  .jb-root .jb-intro {
    flex-direction: column;
  }
  .jb-root .jb-stats {
    grid-template-columns: 1fr;
  }
  .jb-root .jb-grid {
    grid-template-columns: 1fr;
  }
  .jb-root .jb-highlight {
    padding: 28px 22px;
  }
}















.product-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.product-content .list {
    width: 100%;
    max-width: 1320px; 
}

.product-content .grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
}

.product-content .grid-box .column {
    width: 100%;
    text-align: center;
}

@media (max-width: 768px) {
    .product-content .grid-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .product-content .grid-box {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}











.product-header {
    text-align: center;
    padding: 30px 0 20px;
    position: relative;
}

.product-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #0b8bc3, transparent);
    border-radius: 2px;
}

.product-header-content {
    max-width: 860px;
    margin: 0 auto;
}

.product-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #e6f3f9, #d4eaf2);
    padding: 8px 24px 8px 20px;
    border-radius: 50px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #075f85;
    margin-bottom: 18px;
    border: 1px solid rgba(11,139,195,0.15);
}

.badge-icon {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0b8bc3;
    animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(0.8); }
}

.product-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #0a1e27;
    margin: 0 0 10px;
    letter-spacing: -0.02em;
}

.product-title span {
    color: #0b8bc3;
    position: relative;
}

.product-title span::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgba(11,139,195,0.2);
    border-radius: 2px;
}

.product-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    color: #4a636d;
    font-weight: 400;
    margin: 0 0 16px;
}

.product-divider {
    width: 70px;
    height: 3px;
    background: linear-gradient(90deg, #0b8bc3, #075f85);
    margin: 0 auto 18px;
    border-radius: 2px;
    position: relative;
}

.product-divider::before,
.product-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0b8bc3;
}

.product-divider::before {
    left: -12px;
}

.product-divider::after {
    right: -12px;
}

.product-description {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.9;
    color: #6a7f88;
    margin: 0 0 30px;
}

.product-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 10px;
    padding-top: 25px;
    border-top: 1px solid rgba(10,30,39,0.06);
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    cursor: default;
}

.feature-icon svg {
    width: 24px;
    height: 24px;
    color: #fff;
}

.feature-icon-1 {
    background: linear-gradient(135deg, #0b8bc3, #075f85);
}
.feature-icon-2 {
    background: linear-gradient(135deg, #10b981, #059669);
}
.feature-icon-3 {
    background: linear-gradient(135deg, #8b5cf6, #6d28d9);
}
.feature-icon-4 {
    background: linear-gradient(135deg, #f59e0b, #d97706);
}

.feature-item:hover .feature-icon {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-label {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #4a636d;
    letter-spacing: 0.02em;
}

.product-list-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0 30px;
}

.list-decor {
    flex: 0 0 40px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(11,139,195,0.3));
    border-radius: 1px;
}

.list-decor:last-child {
    background: linear-gradient(90deg, rgba(11,139,195,0.3), transparent);
}

.list-title {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 22px;
    color: #0a1e27;
    margin: 0;
    white-space: nowrap;
}

.list-title span {
    color: #0b8bc3;
}

.product-content {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-content .list {
    width: 100%;
}

.product-content .grid-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content .grid-box .column {
    width: 100%;
    text-align: center;
    position: relative;
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 16px 20px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border: 1px solid rgba(10,30,39,0.06);
}

.product-content .grid-box .column:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(11,139,195,0.10), 0 8px 20px rgba(0,0,0,0.04);
    border-color: rgba(11,139,195,0.15);
}

.product-tag {
    position: absolute;
    top: 12px;
    right: 12px;
    background: linear-gradient(135deg, #0b8bc3, #075f85);
    color: #fff;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-content .grid-box .column:hover .product-tag {
    opacity: 1;
    transform: translateY(0);
}

.product-content .grid-box .img-box {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #f4f9fb;
    position: relative;
}

.product-content .grid-box .img-box img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.product-content .grid-box .img-box:hover img {
    transform: scale(1.06);
}

.img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(11,139,195,0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    border-radius: 12px;
}

.product-content .grid-box .img-box:hover .img-overlay {
    opacity: 1;
}

.view-btn {
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    padding: 8px 22px;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 50px;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.product-content .grid-box .img-box:hover .view-btn {
    transform: scale(1);
}

.product-content .grid-box .tit {
    display: block;
    margin-top: 14px;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #0a1e27;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.4;
}

.product-content .grid-box .tit:hover {
    color: #0b8bc3;
}

@media (max-width: 992px) {
    .product-title {
        font-size: 32px;
    }
    .product-features {
        grid-template-columns: repeat(2, 1fr);
    }
    .product-content .grid-box {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .product-title {
        font-size: 28px;
    }
    .product-subtitle {
        font-size: 16px;
    }
    .product-description {
        font-size: 14px;
    }
    .product-header {
        padding: 20px 0 10px;
    }
    .product-list-header {
        gap: 12px;
    }
    .list-decor {
        flex: 0 0 20px;
    }
    .list-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .product-title {
        font-size: 24px;
    }
    .product-features {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }
    .feature-icon {
        width: 42px;
        height: 42px;
    }
    .feature-icon svg {
        width: 20px;
        height: 20px;
    }
    .feature-label {
        font-size: 11px;
    }
    .product-content .grid-box {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .product-content .grid-box .img-box img {
        height: 180px;
    }
    .product-badge {
        font-size: 10px;
        padding: 6px 16px 6px 14px;
    }
}









.more-info {
    background: linear-gradient(135deg, #ffffff, #f8fafc);
    border-radius: 16px;
    padding: 32px 36px 28px;
    border: 1px solid rgba(11,139,195,0.08);
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    transition: all 0.4s ease;
    margin-top: 30px;
}

.more-info:hover {
    box-shadow: 0 8px 40px rgba(11,139,195,0.08);
    border-color: rgba(11,139,195,0.15);
}

.info-header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
}

.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #0b8bc3, #075f85);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.more-info:hover .info-icon {
    transform: rotate(-8deg) scale(1.05);
}

.info-icon svg {
    width: 22px;
    height: 22px;
    color: #fff;
}

.info-label {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #0a1e27;
    letter-spacing: 0.02em;
    white-space: nowrap;
}

.info-label span {
    color: #0b8bc3;
    position: relative;
}

.info-label span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(11,139,195,0.2);
    border-radius: 2px;
}

.info-line {
    flex: 1;
    height: 2px;
    background: linear-gradient(90deg, rgba(11,139,195,0.15), transparent);
    border-radius: 1px;
}

.link-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    padding-top: 6px;
}

.link-wrap a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 14.5px;
    color: #4a636d;
    text-decoration: none;
    padding: 6px 0;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid transparent;
}

.link-wrap a:hover {
    color: #0b8bc3;
    border-bottom-color: rgba(11,139,195,0.2);
}

.link-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #cbd5e1;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.link-wrap a:hover .link-dot {
    background: #0b8bc3;
    transform: scale(1.3);
    box-shadow: 0 0 0 4px rgba(11,139,195,0.12);
}

@media (max-width: 768px) {
    .more-info {
        padding: 24px 20px 20px;
    }
    .info-header {
        gap: 10px;
        margin-bottom: 16px;
        flex-wrap: wrap;
    }
    .info-icon {
        width: 38px;
        height: 38px;
    }
    .info-icon svg {
        width: 18px;
        height: 18px;
    }
    .info-label {
        font-size: 16px;
    }
    .info-line {
        display: none;
    }
    .link-wrap {
        gap: 6px 14px;
    }
    .link-wrap a {
        font-size: 13px;
        padding: 4px 0;
    }
}

@media (max-width: 480px) {
    .more-info {
        padding: 18px 16px 16px;
        border-radius: 12px;
    }
    .info-label {
        font-size: 14px;
    }
    .link-wrap {
        gap: 4px 10px;
    }
    .link-wrap a {
        font-size: 12px;
    }
    .link-dot {
        width: 5px;
        height: 5px;
    }
}