﻿html,
body {
    overflow-x: hidden;
}

/* =========================================================
   Service Page
========================================================= */

.service-page {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

    /* 页面说明文字宽度 */
    .service-page .section-lead {
        max-width: 860px;
        font-size: 1.05rem;
        line-height: 1.9;
    }

    /* Hero 区域正文 */
    .service-page .lead {
        line-height: 1.85;
    }

    .service-page .badge {
        letter-spacing: 0;
    }

    /* 页面卡片文字统一 */
    .service-page .card p {
        line-height: 1.85;
    }

    .service-page .card h3 {
        line-height: 1.35;
    }

/* =========================================================
   Platform Tiles
========================================================= */

.platform-tile {
    height: 100%;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1.25rem;
    background-color: #ffffff;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.06);
    color: #111827;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
}

/* hover-lift 效果由 site.css 统一控制，这里只保留 platform-tile 本身样式 */

/* =========================================================
   CTA
========================================================= */

.service-page .text-bg-dark p {
    color: rgba(255, 255, 255, 0.78);
}

.service-page .text-bg-dark h2 {
    color: #ffffff;
}

/* =========================================================
   Pricing Button Area
   如果页面底部单独放「料金の目安を見る」按钮，可以用这个 class 包起来
========================================================= */

.service-pricing-link {
    padding: 0 0 5rem;
    text-align: center;
}

/* =========================================================
   Service Card Header
   icon 和小标题并排显示
========================================================= */

.service-page .card-body > .icon-badge.mb-3 {
    display: inline-flex;
    vertical-align: middle;
    margin-right: 1rem;
    margin-bottom: 1rem !important;
}

    .service-page .card-body > .icon-badge.mb-3 + h3 {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 76px);
        margin-bottom: 1rem !important;
    }

/* =========================================================
   Responsive
========================================================= */

@media (max-width: 991.98px) {
    .service-page .section-lead {
        max-width: 100%;
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .service-page .display-4 {
        font-size: 2.15rem;
    }

    .platform-tile {
        padding: 0.9rem 0.85rem;
        font-size: 0.95rem;
    }

    .service-pricing-link {
        padding-bottom: 3.5rem;
    }
}
