.enterprise-services { background: #fff; }
.enterprise-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 50px; }
.enterprise-service-grid a { display: block; min-height: 290px; padding: 30px; background: #f6f5f1; border: 1px solid #e8e5dd; color: #25282b; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.enterprise-service-grid a:hover { transform: translateY(-4px); box-shadow: 0 14px 34px rgba(23, 29, 36, .10); }
.enterprise-service-grid span { color: #9b7a42; font-size: 12px; letter-spacing: .12em; }
.enterprise-service-grid h3 { margin: 58px 0 16px; font-size: 24px; line-height: 1.35; font-weight: 600; }
.enterprise-service-grid p { color: #64696e; font-size: 14px; line-height: 1.9; }
.enterprise-service-grid b { display: block; margin-top: 25px; color: #9b7a42; font-size: 13px; font-weight: 500; }
.service-page { color: #232a31; background: #faf9f6; font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif; }
.service-header { display: flex; align-items: center; justify-content: space-between; padding: 18px max(5vw, 28px); background: #101b28; }
.service-header img { display: block; width: 154px; height: auto; }
.service-header a { color: #fff; text-decoration: none; font-size: 13px; }
.service-hero { padding: 170px max(12vw, 28px) 80px; background: linear-gradient(135deg, #121f2d, #27384a); color: #fff; }
.service-hero .eyebrow { color: #c2a267; font-size: 12px; letter-spacing: .16em; }
.service-hero h1 { max-width: 880px; margin: 16px 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.2; }
.service-hero .lead { max-width: 720px; color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.9; }
.service-wrap { max-width: 1120px; margin: 0 auto; padding: 70px 28px; }
.service-layout { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(260px, .8fr); gap: 62px; }
.service-main h2 { margin: 50px 0 18px; font-size: 28px; }
.service-main p, .service-main li { color: #4f575e; font-size: 16px; line-height: 2; }
.service-main ul { padding-left: 1.25em; }
.service-note { margin-top: 36px; padding: 18px 20px; background: #f0ece4; border-left: 3px solid #aa8b54; color: #62676b; font-size: 14px; line-height: 1.8; }
.service-aside { height: max-content; padding: 26px; background: #fff; border: 1px solid #e7e3da; }
.service-aside h2 { margin-top: 0; font-size: 20px; }
.service-aside p { color: #62676b; line-height: 1.8; }
.service-aside a { display: inline-block; margin-top: 15px; color: #8b6b35; text-decoration: none; font-weight: 600; }
.faq { margin-top: 20px; border-top: 1px solid #e4e0d8; }
.faq details { padding: 17px 0; border-bottom: 1px solid #e4e0d8; }
.faq summary { cursor: pointer; font-weight: 600; line-height: 1.6; }
.faq p { margin: 13px 0 0; }
.service-footer { padding: 35px 28px; background: #101b28; color: rgba(255,255,255,.7); text-align: center; font-size: 13px; }
@media (max-width: 760px) { .enterprise-service-grid, .service-layout { grid-template-columns: 1fr; } .enterprise-service-grid { margin-top: 28px; } .service-hero { padding-top: 130px; } .service-wrap { padding-top: 44px; } }
