[v-cloak] { display: none; }
:root { --service-primary: #ff5365; --service-primary-hover: #ff3349; --service-text: #333; --service-muted: #666; --service-border: #e9ecef; --service-background: #f8f9fa; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 0; margin: 0; background: var(--service-background); color: var(--service-text); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; line-height: 1.6; }
.service-container { width: 1200px; max-width: calc(100% - 40px); margin: 0 auto; }
.service-header { position: sticky; z-index: 100; top: 0; background: #fff; box-shadow: 0 2px 4px rgba(0, 0, 0, .05); }
.service-header-content { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.service-logo, .service-logo:hover { color: var(--service-text); font-size: 24px; font-weight: 700; text-decoration: none; }
.service-nav { display: flex; align-items: center; gap: 26px; }
.service-nav a { color: var(--service-text); font-size: 14px; text-decoration: none; white-space: nowrap; }
.service-nav a:hover { color: var(--service-primary); }
.service-menu-toggle { display: none; width: 30px; height: 30px; padding: 4px; border: 0; background: transparent; cursor: pointer; }
.service-menu-toggle span { display: block; width: 22px; height: 2px; margin: 4px 0; background: var(--service-text); }
.service-hero { padding: 66px 20px 72px; background: var(--service-primary); color: #fff; text-align: center; }
.service-hero h1 { margin: 0; color: #fff; font-size: 36px; font-weight: 700; line-height: 1.3; }
.service-hero p { margin: 12px 0 0; color: #fff; font-size: 16px; }
.service-content { padding: 40px 0 64px; }
.services-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; margin-bottom: 40px; }
.service-card, .service-section-box { background: #fff; box-shadow: 0 4px 6px rgba(0, 0, 0, .02); }
.service-card { min-height: 312px; padding: 36px 28px; border-radius: 8px; text-align: center; }
.service-icon { height: 62px; margin-bottom: 20px; color: var(--service-primary); font-size: 40px; line-height: 62px; }
.service-card h2 { margin: 0 0 12px; color: #222; font-size: 18px; font-weight: 700; line-height: 1.5; }
.service-card p { margin: 0; color: var(--service-muted); font-size: 14px; line-height: 1.65; }
.service-main-section { display: grid; grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr); gap: 30px; }
.service-section-box { padding: 30px; border-radius: 8px; }
.service-section-box h2 { margin: 0 0 20px; padding-bottom: 10px; border-bottom: 2px solid var(--service-border); color: #222; font-size: 20px; font-weight: 700; line-height: 1.4; }
.service-faq-item + .service-faq-item { margin-top: 20px; }
.service-faq-item h3 { margin: 0 0 6px; color: #222; font-size: 16px; font-weight: 700; line-height: 1.5; }
.service-faq-item p { margin: 0; color: var(--service-muted); font-size: 14px; line-height: 1.7; }
.service-inquiry-box label { display: block; margin: 0 0 8px; color: var(--service-text); font-size: 14px; font-weight: 500; }
.service-inquiry-box input, .service-button { width: 100%; height: 46px; border-radius: 4px; font-size: 14px; }
.service-inquiry-box input { padding: 0 12px; border: 1px solid #ced4da; background: #fff; color: var(--service-text); }
.service-inquiry-box input:focus { border-color: var(--service-primary); outline: 0; }
.service-button { margin-top: 20px; border: 0; background: var(--service-primary); color: #fff; cursor: pointer; font-size: 16px; }
.service-button:hover:not(:disabled) { background: var(--service-primary-hover); }
.service-button:disabled { cursor: wait; opacity: .7; }
.service-query-message { margin: 10px 0 0; color: #dc3545; font-size: 13px; }
.service-contact-box { margin-top: 20px; }
.service-contact-box p { margin: 0 0 10px; color: var(--service-muted); font-size: 14px; }
.service-contact-box strong { color: var(--service-primary); font-weight: 600; }
.service-loading { margin: 24px 0 0; color: var(--service-muted); font-size: 14px; text-align: center; }
.service-error { color: #dc3545; }
.service-dialog { position: fixed; z-index: 200; inset: 0; display: flex; align-items: center; justify-content: center; padding: 20px; background: rgba(0, 0, 0, .3); }
.service-dialog-content { position: relative; width: 420px; max-width: 100%; padding: 30px; border-radius: 6px; background: #fff; }
.service-dialog-content h2 { margin: 0 0 18px; color: #222; font-size: 20px; }
.service-dialog-content p { margin: 10px 0 0; color: var(--service-text); font-size: 14px; overflow-wrap: anywhere; }
.service-dialog-content strong, .service-dialog-content a { color: var(--service-primary); font-weight: 700; text-decoration: none; }
.service-dialog-content .service-warranty-status { display: inline-flex; align-items: center; justify-content: center; min-width: 74px; height: 24px; margin-left: 2px; padding: 0 9px; border-radius: 3px; color: #fff; font-size: 12px; font-weight: 600; line-height: 24px; pointer-events: none; user-select: none; }
.service-dialog-content .service-warranty-active { background: #67c23a; color: #fff; }
.service-dialog-content .service-warranty-expired { background: #f56c6c; color: #fff; }
.service-dialog-content .service-warranty-unknown { background: #909399; color: #fff; }
.service-dialog-close { position: absolute; top: 10px; right: 12px; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; color: var(--service-muted); cursor: pointer; font-size: 28px; line-height: 30px; }
.service-locations-dialog { width: 520px; max-height: 80vh; overflow-y: auto; }
.service-location { display: grid; gap: 3px; padding: 12px 0; border-bottom: 1px solid var(--service-border); color: var(--service-muted); font-size: 14px; }
.service-location strong { color: var(--service-text); }
.service-page-content { padding: 44px 0 80px; }
.service-page-card { max-width: 900px; margin: 0 auto; padding: 42px 56px; border: 1px solid #eef0f2; border-radius: 8px; background: #fff; box-shadow: 0 8px 24px rgba(30, 40, 50, .06); }
.service-page-card h1 { margin: 0; color: #1f2933; font-size: 28px; line-height: 1.35; text-align: center; }
.service-page-card h2 { margin: 30px 0 12px; padding: 0 0 9px; border-bottom: 2px solid var(--service-border); color: #222; font-size: 18px; }
.service-page-card p { color: var(--service-muted); font-size: 14px; line-height: 1.8; }
.service-page-subtitle { margin: 10px 0 30px; color: #89919a !important; text-align: center; }
.service-form-card { max-width: 680px; }
.service-notice { margin: 0 0 26px; padding: 13px 16px; border-left: 4px solid var(--service-primary); border-radius: 0 4px 4px 0; background: #fff4f5; color: #6d3d43; font-size: 13px; line-height: 1.6; }
.service-page-action { display: block; padding: 13px 20px; text-align: center; text-decoration: none; }
.service-page-action:hover { color: #fff; text-decoration: none; }
.service-query-preview { display: flex; align-items: center; gap: 16px; margin: 0 0 28px; padding: 18px; border: 1px solid var(--service-border); border-radius: 6px; background: #fafbfc; }
.service-query-preview p { margin: 3px 0 0; font-size: 13px; line-height: 1.6; }
.service-query-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; flex: 0 0 52px; border-radius: 50%; background: var(--service-primary); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0; }
.service-faq-item-page { margin: 0; padding: 20px 0; border-bottom: 1px solid var(--service-border); }
.service-faq-item-page:last-child { border-bottom: 0; }
.service-faq-item-page h3 { margin-bottom: 8px; font-size: 16px; }
.service-terms-card { max-width: 900px; padding: 42px 60px; }
.service-terms-card h1 { font-size: 20px; text-align: left; }
.service-terms-card h2 { margin-top: 30px; font-size: 18px; }
.service-terms-card p, .service-terms-card li { color: #173d64; font-size: 15px; line-height: 1.75; }
.service-form-group { margin-bottom: 20px; }
.service-form-group label { display: block; margin-bottom: 8px; color: #495057; font-size: 14px; font-weight: 600; }
.service-form-group label span { color: #dc3545; }
.service-form-group input, .service-form-group select, .service-form-group textarea { width: 100%; padding: 12px 15px; border: 1px solid #ced4da; border-radius: 4px; background: #fff; color: #333; font-size: 14px; }
.service-form-group textarea { min-height: 120px; resize: vertical; }
.service-apply-card h1, .service-query-card h1 { text-align: center; }
.service-result-placeholder { display: none; margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; }
.service-timeline { display: grid; gap: 14px; margin-top: 15px; padding-left: 18px; border-left: 2px solid #ff4757; color: #666; font-size: 14px; }
.service-submit-btn { width: 100%; padding: 12px 20px; border: 0; border-radius: 4px; background: #111; color: #fff; font-size: 14px; font-weight: 600; cursor: pointer; }
.service-submit-btn:hover { background: #333; }
.service-query-layout { display: grid; grid-template-columns: minmax(0, 560px); justify-content: center; gap: 20px; padding-top: 70px; }
.service-query-layout .service-page-card { width: 560px; max-width: 100%; justify-self: center; }
.service-query-card { padding: 36px 30px 40px; }
.service-query-card h1 { font-size: 20px; }
.service-query-card .service-page-subtitle { margin-bottom: 24px; font-size: 12px; }
.service-history-card { padding: 32px 30px 44px; }
.service-history-card h2 { margin: 0 0 16px; font-size: 16px; }
.service-history-item { position: relative; padding: 14px 12px; border: 1px solid #dce1e6; border-radius: 5px; background: #fafbfc; color: #173d64; font-size: 11px; line-height: 1.7; }
.service-history-item span { position: absolute; top: 22px; right: 12px; color: #409eff; }
.service-history-item p { margin: 14px 0 0; font-size: 11px; }
.service-faq-page { display: block; width: min(1100px, calc(100% - 60px)); max-width: none; margin: 0 auto; padding: 48px 30px 70px; }
.service-faq-page > h1 { margin: 0; color: #111; font-size: 28px; text-align: center; }
.service-faq-intro { margin: 12px 0 26px; color: #89919a; font-size: 14px !important; text-align: center; }
.service-faq-search { display: block; width: min(420px, 100%); height: 42px; margin: 0 auto 22px; padding: 0 14px; border: 1px solid #d9dde2; border-radius: 4px; font-size: 14px; }
.service-faq-categories { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 30px; }
.service-faq-categories button { padding: 8px 16px; border: 1px solid #d9dde2; border-radius: 16px; background: #fff; color: #333; font-size: 13px; cursor: pointer; }
.service-faq-categories button.active { border-color: #111; background: #111; color: #fff; }
.service-faq-group { margin-top: 24px; }
.service-faq-group h2 { margin: 0 0 10px; padding: 0 0 9px; border-bottom: 1px solid #e3e6e8; font-size: 16px; }
.service-faq-row { position: relative; min-height: 48px; margin-bottom: 9px; padding: 14px 38px 12px 14px; border: 1px solid #dce1e6; border-radius: 4px; background: #fff; color: #173d64; font-size: 14px; line-height: 1.5; cursor: pointer; }
.service-faq-row b { position: absolute; top: 13px; right: 14px; color: #52606d; font-size: 16px; font-weight: 400; }
.service-faq-row p { display: none; margin: 10px 0 0; padding-top: 10px; border-top: 1px solid #eef0f2; color: #66727d; font-size: 13px; }
.service-faq-row.expanded p { display: block; }
.service-faq-help { margin: 24px 0; color: #52606d; font-size: 13px !important; }
.service-contact-card { padding: 24px 16px 18px; border: 1px solid #dce1e6; border-radius: 5px; background: #fff; text-align: center; }
.service-contact-card h2 { margin: 0 0 8px; border: 0; font-size: 16px; }
.service-contact-card p { margin: 0 0 14px; font-size: 13px !important; }
.service-contact-card .service-submit-btn { width: auto; padding: 10px 16px; font-size: 13px; }
@media screen and (max-width: 680px) { .service-query-layout { grid-template-columns: 1fr; } .service-faq-page { max-width: 100%; margin: 0 auto; padding: 28px 14px 50px; } .service-faq-page > h1 { font-size: 24px; } .service-faq-row { font-size: 13px; } }
@media screen and (max-width: 680px) { .service-page-content { padding: 28px 0 50px; } .service-page-card { padding: 28px 22px; } .service-page-card h1 { font-size: 24px; } .service-query-preview { align-items: flex-start; } }
@media screen and (max-width: 980px) { .service-nav { gap: 14px; } .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } .service-main-section { grid-template-columns: minmax(0, 1fr); } }
@media screen and (max-width: 680px) { .service-container { max-width: calc(100% - 28px); } .service-header-content { min-height: 64px; } .service-logo, .service-logo:hover { font-size: 18px; } .service-menu-toggle { display: block; } .service-nav { position: absolute; top: 64px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 0; background: #fff; box-shadow: 0 4px 8px rgba(0, 0, 0, .08); } .service-nav.active { display: flex; } .service-nav a { padding: 10px 14px; } .service-hero { padding: 48px 20px; } .service-hero h1 { font-size: 27px; } .service-hero p { font-size: 14px; } .service-content { padding-top: 28px; } .services-grid { grid-template-columns: minmax(0, 1fr); } .service-card { min-height: 0; } .service-section-box { padding: 22px; } }
