﻿@charset "utf-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
*{/*box-sizing:content-box;*/ box-sizing:border-box;}
html { font-family:Arial, Helvetica, sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
body { margin: 0;}
body, div, span, object, iframe, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, caption, tbody, tfoot, thead, article, aside, dialog, figure, footer, header, hgroup, nav, section{ padding:0; margin:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {display: block;}
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }
audio:not([controls]) {  display: none;  height: 0; }
[hidden], template {  display: none; }
a {  background-color: transparent; text-decoration:none; }
a:hover{text-decoration:underline;}
a:active,a:hover {  outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b,strong { font-weight: bold; }
dfn {  font-style: italic;}
mark {  color: #000;  background: #ff0;}
small {  font-size: 80%; }
sub,sup {  position: relative;  font-size: 75%;  line-height: 0;  vertical-align: baseline;}
sup {  top: -.5em;}
sub {  bottom: -.25em;}
img {  border: 0;}
svg:not(:root) {  overflow: hidden;}
figure {  margin: 1em 40px;}
hr {  height: 0;  -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;   box-sizing: content-box; }
pre {  overflow: auto;}
code, kbd, pre, samp {  /*font-family: monospace, monospace;  font-size: 1em; */}
button, input, optgroup, select, textarea {  margin: 0;  font: inherit;  color: inherit; }
button { overflow: visible; }
button,select {  text-transform: none; }
button,html input[type="button"],input[type="reset"],input[type="submit"] {  -webkit-appearance: button;  cursor: pointer; }
button[disabled], html input[disabled] {  cursor: default; }
button::-moz-focus-inner, input::-moz-focus-inner {  padding: 0;  border: 0; }
input {  line-height: normal; outline:none;}
input[type="checkbox"],input[type="radio"] {  -webkit-box-sizing: border-box;  -moz-box-sizing: border-box;  box-sizing: border-box;  padding: 0; }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {  height: auto; }
input[type="search"] {  -webkit-box-sizing: content-box;     -moz-box-sizing: content-box;    box-sizing: content-box;  -webkit-appearance: textfield; }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {  -webkit-appearance: none; }
input[type="text"]{-webkit-appearance: none;}
fieldset {  padding: .35em .625em .75em;  margin: 0 2px;  border: 1px solid #c0c0c0;}
legend {  padding: 0;  border: 0; }
textarea {  overflow: auto; outline:none;-webkit-appearance: none;}
optgroup {  font-weight: bold; }
table { border-spacing: 0;  border-collapse: collapse;}
td,th {  padding: 0; }
/* base css */

img {  vertical-align: middle; }

hr {  margin-top: 20px;  margin-bottom: 20px;  border: 0;  border-top: 1px solid #eee; }

[role="button"] {  cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {  line-height: 1.3;   }

h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777; }

h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; }

h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {  font-size: 65%; }

h4, .h4, h5, .h5, h6, .h6 {  margin-top: 10px;  margin-bottom: 10px; }

h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {  font-size: 75%; }

h1, .h1 {  font-size: 42px; }
h2, .h2 {  font-size: 36px; }
h3, .h3 {  font-size: 30px; }
h4, .h4 {  font-size: 24px; }
h5, .h5 {  font-size: 20px; }
h6, .h6 {  font-size: 16px; }

p {  margin: 0 0 10px; }
.lead { margin-bottom: 20px;  font-size: 16px; font-weight: 300; line-height: 1.4; }

.text-left{ text-align:left;}
.text-center{ text-align:center;}
.text-right{ text-align:right;}
.clearfix:after{ content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix{ zoom:1;}
.clear{ clear:both; height:0; overflow:hidden;}
.star_note{ color:#f00; padding:0 3px;}

/* IE输入密码或者text表单框中显示叉叉跟眼睛的图标样式去除 */
::-ms-clear, ::-ms-reveal{display: none;}
/* SERVICES PAGE LAYOUT – SCOPED SO IT DOESN'T BREAK OTHER PAGES */

.services-page * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.services-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    width: 100%;
    background: #fafaf9;
}

/* Page Hero */
.services-page .page-hero {
    background: linear-gradient(135deg, #f5f3f0 0%, #e8e4df 100%);
    padding: 80px 20px 60px;
    text-align: center;
}

.services-page .hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.services-page .page-hero h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 300;
    color: #2c2c2c;
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.services-page .page-hero .tagline {
    font-size: clamp(0.9rem, 2vw, 1.1rem);
    color: #5a5a5a;
    line-height: 1.6;
    margin-bottom: 32px;
}

.services-page .cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.services-page .btn {
    padding: 14px 32px;
    font-size: 0.95rem;
    font-weight: 500;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    background: #2c2c2c;
    color: white;
}

.services-page .btn:hover {
    background: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* Services Container */
.services-page .services-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}

.services-page .service-category {
    margin-bottom: 80px;
}

.services-page .category-header {
    text-align: center;
    margin-bottom: 48px;
}

.services-page .category-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 300;
    color: #2c2c2c;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.services-page .category-description {
    font-size: 1.05rem;
    color: #5a5a5a;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
}

.services-page .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.services-page .service-card {
    background: white;
    border-radius: 8px;
    padding: 32px 28px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    border: 1px solid #e8e4df;
}

.services-page .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

.services-page .service-badge {
    display: inline-block;
    background: #8b7355;
    color: white;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 12px;
    margin-bottom: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.services-page .service-name {
    font-size: 1.4rem;
    font-weight: 500;
    color: #2c2c2c;
    margin-bottom: 12px;
}

.services-page .service-duration-price {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 16px;
    flex-wrap: wrap;
}

.services-page .duration {
    color: #8b7355;
    font-weight: 500;
    font-size: 0.95rem;
}

.services-page .price {
    color: #2c2c2c;
    font-weight: 600;
    font-size: 1.1rem;
}

.services-page .service-description {
    color: #5a5a5a;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Enhancements Section */
.services-page .enhancements-section {
    background: linear-gradient(135deg, #f5f3f0 0%, #e8e4df 100%);
    padding: 60px 20px;
    margin-top: 40px;
}

.services-page .enhancements-container {
    max-width: 1000px;
    margin: 0 auto;
}

.services-page .enhancement-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 32px;
}

.services-page .enhancement-card {
    background: white;
    padding: 24px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    border: 1px solid #e8e4df;
}

.services-page .enhancement-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c2c2c;
    margin-bottom: 8px;
}

.services-page .enhancement-description {
    font-size: 0.9rem;
    color: #5a5a5a;
    line-height: 1.5;
}

/* Responsive */
@media (max-width: 768px) {
    .services-page .page-hero {
        padding: 60px 20px 40px;
    }

    .services-page .services-container {
        padding: 40px 16px;
    }

    .services-page .service-category {
        margin-bottom: 60px;
    }

    .services-page .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-page .cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .services-page .btn {
        width: 100%;
        max-width: 320px;
    }

    .services-page .enhancements-section {
        padding: 40px 16px;
    }

    .services-page .enhancement-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .services-page .page-hero {
        padding: 50px 15px 30px;
    }

    .services-page .page-hero h1 {
        font-size: 1.8rem;
    }

    .services-page .page-hero .tagline {
        font-size: 0.95rem;
    }

    .services-page .services-container {
        padding: 32px 12px;
    }

    .services-page .service-card {
        padding: 24px 20px;
    }

    .services-page .category-title {
        font-size: 1.6rem;
    }

    .services-page .category-description {
        font-size: 0.95rem;
    }

    .services-page .service-name {
        font-size: 1.2rem;
    }

    .services-page .btn {
        padding: 12px 28px;
        font-size: 0.9rem;
    }
}

@media (max-width: 380px) {
    .services-page .page-hero h1 {
        font-size: 1.6rem;
    }

    .services-page .service-card {
        padding: 20px 16px;
    }

    .services-page .service-name {
        font-size: 1.1rem;
    }
}
