/* ===================================
   一目でわかるマルニックス
   デザインリニューアル：クリーン・プロフェッショナル
   [ULTIMATE REFINED VERSION]
=================================== */

/* -----------------------------------
   共通・ユーティリティ
----------------------------------- */

:root {
    --primary-blue: #0077b6;
    --accent-blue: #0096c7;
    --dark-navy: #0f172a;
    --text-main: #334155;
    --text-sub: #64748b;
    --border-light: #f1f5f9;
    --bg-light: #f8fafc;
}

/* キーワード強調 */
.text-highlight {
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-blue) 100%);
    color: #ffffff;
    padding: 3px 20px;
    margin: 0 0.1em;
    border-radius: 2px;
    display: inline-block;
    font-weight: 700;
    line-height: 1.4;
    box-shadow: 0 4px 12px rgba(0, 119, 182, 0.15);
}

/* セクション共通 */
.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-label-num {
    font-family: var(--font-en);
    font-size: clamp(4rem, 12vw, 6rem);
    font-weight: 950;
    color: var(--primary-blue);
    opacity: 0.04;
    line-height: 0.7;
    margin-bottom: -0.3em;
    display: block;
}

.section-main-title {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    font-weight: 900;
    color: var(--dark-navy);
    letter-spacing: 0.1em;
    position: relative;
}

.section-main-title::after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: var(--primary-blue);
    margin: 16px auto 0;
}

/* スクロールアニメーション */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* プレースホルダー */
.illust-placeholder {
    background: var(--bg-light);
    border: 1px solid var(--border-light);
    color: var(--text-sub);
    padding: 40px;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 700;
}

/* -----------------------------------
   Main要素の最初の子要素にマージン
----------------------------------- */
.about-marunix-page > section:first-child {
    margin-top: 80px !important;
}

/* -----------------------------------
   ページヒーロー（ページ固有スタイル）
----------------------------------- */
.page-hero-v3 {
    margin-top: 0 !important;
}

.page-hero-v3 .page-hero-bg img {
    object-position: center center;
}

/* -----------------------------------
   01: 会社の特徴
----------------------------------- */
.section-company { padding: 80px 0; }

.feature-layout {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
}

.feature-text { flex: 1; }
.feature-visual { flex: 1.4; }

.feature-title-sub {
    font-size: 1.75rem;
    font-weight: 900;
    line-height: 1.6;
    margin-bottom: 24px;
    color: var(--dark-navy);
}

.feature-desc {
    font-size: 1.25rem;
    line-height: 2;
    color: var(--text-main);
    font-weight: 500;
}

.feature-illust-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05);
}

/* 数字カード */
.stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.stat-card {
    background: #ffffff;
    padding: 32px 24px;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    text-align: center;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stat-label {
    font-family: var(--font-en);
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--text-sub);
    letter-spacing: 0.3em;
    margin-bottom: 20px;
}

.stat-num {
    font-family: var(--font-en);
    font-size: 4.5rem;
    font-weight: 950;
    line-height: 1;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
}

.stat-unit {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--primary-blue);
    margin-left: 10px;
}

.stat-logo { margin-top: auto; padding-top: 24px; }
.stat-logo img { height: 100px; width: auto; }

.business-items {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 16px;
}

.b-item {
    background: var(--bg-light);
    color: var(--primary-blue);
    padding: 16px 20px;
    font-weight: 800;
    font-size: 1rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.stat-text { margin-top: 12px; font-size: 0.9375rem; color: var(--text-sub); font-weight: 500; line-height: 1.6; }

/* エリアカード */
.area-card {
    background: #ffffff;
    border: 1px solid var(--border-light);
    border-radius: 4px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-shadow: 0 10px 40px rgba(15, 23, 42, 0.03);
}

.area-content { flex: 1; }
.area-map { flex: 1.2; background: var(--bg-light); padding: 32px; border-radius: 4px; display: flex; justify-content: center; align-items: center; }

.area-title { font-size: 1.5rem; font-weight: 900; margin: 24px 0; color: var(--dark-navy); text-align: left; line-height: 2.2; }
.area-title br {
    display: block;
    margin-top: 1em;
    content: "";
}
.area-text { font-size: 1.0625rem; line-height: 2.0; color: var(--text-main); font-weight: 500; text-align: left; }
.area-text .text-emphasis {
    color: var(--primary-blue);
    font-size: 1.5em;
    font-weight: 700;
}
.feature-desc .text-emphasis {
    color: var(--primary-blue);
    font-size: 1.2em;
    font-weight: 700;
}

/* -----------------------------------
   02: 大切にしていること
----------------------------------- */
.section-values {
    background: linear-gradient(135deg, var(--primary-blue) 0%, #00b4d8 100%);
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.section-values::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    z-index: 0;
}

.section-values::after {
    content: '';
    position: absolute;
    bottom: -150px;
    left: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: 0;
}

.values-layout {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    z-index: 1;
}

.values-image { flex: 1; position: relative; }
.main-photo { width: 100%; border-radius: 4px; box-shadow: 0 40px 80px rgba(0,0,0,0.3); }

.safety-ashirai-photo {
    position: absolute;
    bottom: -100px;
    left: -40px;
    width: clamp(250px, 40vw, 500px);
    z-index: 2;
    pointer-events: none;
}

.safety-ashirai-photo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 25px rgba(0,0,0,0.15));
}

.values-text { flex: 1.2; }
.values-text .section-header { text-align: left; margin-bottom: 32px; }
.values-text .section-main-title { color: #ffffff; }
.values-text .section-main-title::after { margin: 20px 0 0; background: #ffffff; }
.values-text .section-label-num { color: #ffffff; opacity: 0.08; }

.values-title { font-size: 2.5rem; font-weight: 950; line-height: 1.2; margin-bottom: 32px; white-space: nowrap; }
.values-desc { font-size: 1rem; line-height: 2.2; opacity: 0.9; margin-bottom: 48px; }

.philosophy-labels { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 60px; }
.philosophy-labels span {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    transition: 0.3s;
    display: inline-block;
}

.philosophy-labels span:hover { background: rgba(255, 255, 255, 0.2); transform: translateY(-3px); }

/* -----------------------------------
   03: マルニックスのこれから
----------------------------------- */
.section-future { padding: 100px 0; background: #ffffff; }

.resilience-statement {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 40px;
    background: var(--bg-light);
    border-radius: 4px;
    margin-bottom: 40px;
}

.rs-content { flex: 1.4; }
.rs-content h3 { font-size: 2rem; font-weight: 950; color: var(--dark-navy); margin: 15px 0 24px; }
.rs-content p { font-size: 1.125rem; line-height: 2; color: var(--text-main); font-weight: 500; }

.rs-visual { flex: 1; }
.rs-img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* 強みセクション */
.strength-section-v3 {
    margin-top: 20px;
    margin-bottom: 40px;
    background: linear-gradient(to right, #f8fafc, #ffffff);
    padding: 40px;
    border-radius: 0;
    border: none;
    position: relative;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.02);
    overflow: hidden;
}

.strength-flex {
    display: flex;
    align-items: center;
    gap: 50px;
}

.strength-text-side {
    flex: 1.2;
}

.strength-image-side {
    flex: 0.8;
}

.strength-image-side img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.strength-header {
    margin-bottom: 24px;
}

.strength-header h3 {
    font-size: 1.75rem;
    font-weight: 950;
    color: #0f172a;
    letter-spacing: 0.02em;
}

.strength-content p {
    font-size: 1.0625rem;
    line-height: 2;
    color: #334155;
    font-weight: 700;
}

/* 未来ビジョン - 1カラム・縦並びグリッド */
.future-main-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
    align-items: stretch;
}

.grid-item-action {
    grid-column: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.grid-item-chart {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    width: 100%;
}

.tm-label {
    font-family: var(--font-en);
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 0.4em;
    color: var(--primary-blue);
    display: block;
    margin-bottom: 24px;
    opacity: 0.6;
}

.tm-content-box {
    background: #ffffff;
    padding: 24px 16px;
    border-radius: 4px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.challenge-box {
    background: var(--bg-light);
    height: 100%;
}

.tm-year {
    font-family: var(--font-en);
    font-weight: 900;
    color: #ef4444;
    font-size: 1.125rem;
    display: block;
    margin-bottom: 12px;
}

.tm-title {
    font-size: 1.25rem;
    font-weight: 900;
    margin-bottom: 12px;
    color: var(--dark-navy);
    line-height: 1.4;
}

.tm-desc {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--text-main);
}

.tm-action-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    }
    
.action-box {
    border-top: none;
    }
    
.action-box.highlight-blue {
    background: var(--accent-blue);
    color: #ffffff;
    }
    
.action-box.highlight-blue .tm-title {
    color: #ffffff;
    }
    
.action-box.highlight-blue .text-highlight {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    }
    
.action-box:first-child.highlight-blue {
    background: #d8edf5;
    }
    
.action-box:first-child.highlight-blue .tm-title {
    color: #0096c7;
    }
    
.action-box:first-child.highlight-blue .text-highlight {
    background: #0096c7;
    color: #ffffff;
    }
    
.action-box .tm-title {
    font-size: 1.1rem;
    font-weight: 800;
    line-height: 1.5;
}

.action-box .text-highlight {
    font-size: 0.8125rem;
    padding: 4px 12px;
    margin-bottom: 16px;
    }
    
/* グラフエリア V4 */
.chart-container-v4 {
    background: #ffffff;
    padding: 0;
    border: none;
    border-radius: 4px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    
.chart-lead-v4 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 950;
    line-height: 1.4;
    margin-top: 30px;
    margin-bottom: 50px;
    background: linear-gradient(135deg, var(--primary-blue) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline-block;
    letter-spacing: 0.05em;
    position: relative;
    text-align: left;
}

.chart-lead-v4 br {
    display: none;
}
    
.chart-lead-v4::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 100px;
    height: 4px;
    background: linear-gradient(to right, var(--primary-blue), var(--accent-blue));
    border-radius: 2px;
    transform-origin: left center;
}

.chart-lead-v4.is-visible::after {
    animation: lineGrow 0.8s ease-out forwards;
}

@keyframes lineGrow {
    from {
        transform: translateX(-50%) scaleX(0);
    }
    to {
        transform: translateX(-50%) scaleX(1);
    }
}
    
.chart-img-v4 {
        width: 100%;
    height: auto;
    border-radius: 2px;
}

/* PCB事業推移チャート */
.pcb-chart {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 4px;
}

.chart-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark-navy);
    margin-top: 20px;
    margin-bottom: 0;
    text-align: center;
}

.chart-wrapper {
    display: flex;
    align-items: stretch;
    height: 400px;
    position: relative;
    justify-content: center;
    margin-bottom: 30px;
}

.chart-y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-right: 8px;
    min-width: 40px;
    position: relative;
}

.y-axis-unit {
    font-size: 0.7rem;
    color: #666666;
    text-align: right;
    line-height: 1;
    position: absolute;
    top: -20px;
    right: 8px;
    z-index: 2;
}

.y-axis-label {
    font-size: 0.7rem;
    color: #666666;
    text-align: right;
    line-height: 1;
    position: relative;
    z-index: 2;
}

.chart-bars-container {
    flex: 1;
    position: relative;
    height: 100%;
    max-width: 800px;
}

.chart-grid-lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.grid-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e5e5;
}

.chart-bars {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 100%;
    gap: 8px;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}

.chart-bar-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    flex: 1;
    max-width: 50px;
}

.chart-bar {
    width: 100%;
    background: linear-gradient(180deg, var(--primary-blue) 0%, var(--accent-blue) 100%);
    border-radius: 2px 2px 0 0;
    position: relative;
    max-width: 32px;
    margin: 0 auto;
    transform-origin: bottom;
    transform: scaleY(0);
    opacity: 0;
    box-sizing: border-box;
}

.chart-wrapper.is-visible .chart-bar {
    animation: barGrow 1s ease-out forwards;
}

/* 各棒の高さをdata-value属性に基づいて設定 */
.chart-bar[data-value="71"] { height: 71%; }
.chart-bar[data-value="95"] { height: 95%; }
.chart-bar[data-value="88"] { height: 88%; }
.chart-bar[data-value="91"] { height: 91%; }
.chart-bar[data-value="98"] { height: 98%; }
.chart-bar[data-value="75"] { height: 75%; }
.chart-bar[data-value="79"] { height: 79%; }
.chart-bar[data-value="85"] { height: 85%; }
.chart-bar[data-value="86"] { height: 86%; }

@keyframes barGrow {
    from {
        transform: scaleY(0);
        opacity: 0;
    }
    to {
        transform: scaleY(1);
        opacity: 1;
    }
}

.chart-bar-wrapper:nth-child(1) .chart-bar {
    animation-delay: 0.1s;
}

.chart-bar-wrapper:nth-child(2) .chart-bar {
    animation-delay: 0.2s;
}

.chart-bar-wrapper:nth-child(3) .chart-bar {
    animation-delay: 0.3s;
}

.chart-bar-wrapper:nth-child(4) .chart-bar {
    animation-delay: 0.4s;
}

.chart-bar-wrapper:nth-child(5) .chart-bar {
    animation-delay: 0.5s;
}

.chart-bar-wrapper:nth-child(6) .chart-bar {
    animation-delay: 0.6s;
}

.chart-bar-wrapper:nth-child(7) .chart-bar {
    animation-delay: 0.7s;
}

.chart-bar-wrapper:nth-child(8) .chart-bar {
    animation-delay: 0.8s;
}

.chart-bar-wrapper:nth-child(9) .chart-bar {
    animation-delay: 0.9s;
}

.chart-bar-wrapper:nth-child(10) .chart-bar {
    animation-delay: 1.0s;
}

.chart-bar-wrapper:nth-child(11) .chart-bar {
    animation-delay: 1.1s;
}

.bar-value {
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--dark-navy);
    white-space: nowrap;
    z-index: 2;
    opacity: 0;
    animation: fadeInUp 0.5s ease-out forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.chart-bar-wrapper:nth-child(1) .bar-value {
    animation-delay: 0.3s;
}

.chart-bar-wrapper:nth-child(2) .bar-value {
    animation-delay: 0.4s;
}

.chart-bar-wrapper:nth-child(3) .bar-value {
    animation-delay: 0.5s;
}

.chart-bar-wrapper:nth-child(4) .bar-value {
    animation-delay: 0.6s;
}

.chart-bar-wrapper:nth-child(5) .bar-value {
    animation-delay: 0.7s;
}

.chart-bar-wrapper:nth-child(6) .bar-value {
    animation-delay: 0.8s;
}

.chart-bar-wrapper:nth-child(7) .bar-value {
    animation-delay: 0.9s;
}

.chart-bar-wrapper:nth-child(8) .bar-value {
    animation-delay: 1.0s;
}

.chart-bar-wrapper:nth-child(9) .bar-value {
    animation-delay: 1.1s;
}

.chart-bar-wrapper:nth-child(10) .bar-value {
    animation-delay: 1.2s;
}

.chart-bar-wrapper:nth-child(11) .bar-value {
    animation-delay: 1.3s;
}

.bar-label {
    margin-top: 10px;
    font-size: 0.75rem;
    color: #666666;
    text-align: center;
    white-space: nowrap;
    line-height: 1.2;
}

/* -----------------------------------
   レスポンス対応
----------------------------------- */
@media (max-width: 1024px) {
    .hero-flex, .hero-main-layout, .feature-layout, .area-card, .values-layout, .resilience-statement, .future-main-grid, .strength-flex {
        flex-direction: column;
        display: flex;
        gap: 40px;
        text-align: center;
    }
    
    .stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .hero-content-inner { margin: 0 auto; }
    .hero-separator { margin: 32px auto; }
    
    .future-main-grid {
        display: flex;
    }
    
    .values-text .section-header { text-align: center; }
    .values-text .section-main-title::after { margin: 20px auto 0; }
    .philosophy-labels { justify-content: center; }
    .area-highlight-wrap { text-align: center; }
}

@media (max-width: 768px) {
    /* エリアマップ */
    .area-map {
        padding: 8px;
    }
    
    /* 統計グリッド - 2カラム維持 */
    .stats-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    
    .stat-card {
        padding: 20px 12px;
    }
    
    /* セクションタイトル */
    .section-main-title {
        font-size: 1.25rem;
    }
    
    /* 特徴セクション */
    .feature-title-sub {
        font-size: 1.25rem;
    }
    
    .feature-desc {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    /* 統計 */
    .stat-num {
        font-size: 2.5rem;
    }
    
    .stat-unit {
        font-size: 1rem;
    }
    
    .stat-text {
        font-size: 0.8125rem;
    }
    
    /* エリアカード */
    .area-title {
        font-size: 1.125rem;
    }
    
    .area-text {
        font-size: 0.9375rem;
        line-height: 1.8;
    }
    
    /* 価値観 */
    .values-title {
        font-size: 1.5rem;
        white-space: normal;
    }
    
    .values-desc {
        font-size: 0.875rem;
    }
    
    .philosophy-labels span {
        font-size: 0.8125rem;
        padding: 8px 14px;
    }
    
    .safety-ashirai-photo {
        width: 180px;
        bottom: -95px;
        left: -20px;
    }
    
    /* 強み */
    .rs-content h3 {
        font-size: 1.25rem;
    }
    
    .rs-content p {
        font-size: 0.9375rem;
    }
    
    .strength-header h3 {
        font-size: 1.25rem;
    }
    
    .strength-content p {
        font-size: 0.9375rem;
    }
    
    /* ミッション */
    .tm-title {
        font-size: 1rem;
    }
    
    .pcb-chart {
        padding: 0;
    }
    
    .y-axis-unit {
        white-space: nowrap;
    }
    
    .chart-wrapper {
        height: 300px;
    }
    
    .chart-y-axis {
        font-size: 0.625rem;
        min-width: 25px;
    }
    
    .bar-value {
        font-size: 0.625rem;
        top: -18px;
    }
    
    .bar-label {
        font-size: 0.625rem;
        margin-top: 6px;
    }
    
    .chart-bar {
        width: 22px;
    }
    
    .chart-bars {
        gap: 10px;
    }
    
    .stat-block {
        padding: 20px 15px;
    }
    
    .b-item {
        padding: 12px 14px;
        font-size: 0.8125rem;
    }
    
    .business-items {
        gap: 8px;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .chart-wrapper {
        height: 250px;
        overflow-x: visible;
    }
    
    .chart-y-axis {
        font-size: 0.5625rem;
        min-width: 20px;
    }
    
    .bar-value {
        font-size: 0.5rem;
        top: -14px;
    }
    
    .bar-label {
        font-size: 0.5rem;
        margin-top: 4px;
        writing-mode: vertical-rl;
        text-orientation: mixed;
    }
    
    .chart-bar {
        width: 14px;
        max-width: 14px;
    }
    
    .chart-bars {
        gap: 4px;
    }
    
    .chart-wrapper {
        padding-top: 20px;
    }
    
    .chart-lead-v4 {
        font-size: 1.125rem;
    }
    
    .stat-num {
        font-size: 2.5rem;
    }
    
    .b-item {
        padding: 10px 12px;
        font-size: 0.8125rem;
    }
}
