/* ============================================================
   After-Sales Service 页面
   Source: main.css lines 4526-4619
   ============================================================ */

/* ============================================================
   AFTER-SALES SERVICE PAGE — 对应 Figma 设计稿  v3.3.55
   ============================================================ */

/* Hero */
.aftersales-hero { position: relative; padding: 0; } /* display/height/grid controlled by .inner-page-hero */
.aftersales-hero__bg { position: absolute; inset: 0; z-index: 0; }
.aftersales-hero__bg-img { width: 100%; height: 100%; object-fit: cover; }
.aftersales-hero__overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(135deg, rgba(13,27,42,.80) 0%, rgba(13,27,42,.60) 100%); } /* design: dark blue-grey overlay */
.aftersales-hero__inner { position: relative; z-index: 2; } /* padding/width/grid-row controlled by .inner-page-hero__inner */
.aftersales-hero__eyebrow { color: var(--color-accent); font-size: .85rem; font-weight: 600; letter-spacing: .08em; text-transform: none; margin-bottom: 12px; } /* design: mixed-case */
.aftersales-hero__title { font-size: clamp(2.5rem, 3.5vw, 3.5rem); font-weight: 800; color: #fff; line-height: 1.15; margin-bottom: 16px; }
.aftersales-hero__title--green { color: var(--color-accent); }
.aftersales-hero__desc { color: rgba(255,255,255,.55); font-size: 1rem; max-width: 560px; margin-bottom: 28px; }
.aftersales-hero__badges { display: flex; gap: 16px; flex-wrap: wrap; }
.aftersales-hero__badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.2); color: #fff; font-size: .85rem; font-weight: 600; padding: 6px 14px; border-radius: 20px; }

/* Commitment 2×2 grid */
.aftersales-commitment__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 40px; }
.aftersales-commitment__card { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 28px 24px; display: flex; flex-direction: column; gap: 10px; transition: box-shadow .2s; }
.aftersales-commitment__card:hover { box-shadow: 0 4px 20px rgba(0,0,0,.08); }
.aftersales-commitment__icon { width: 48px; height: 48px; background: #f0faf0; border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--color-accent); flex-shrink: 0; }
.aftersales-commitment__card h3 { font-size: 1rem; font-weight: 700; color: var(--color-primary); line-height: 1.3; }
.aftersales-commitment__card p { font-size: .9rem; color: #555; line-height: 1.6; margin: 0; }

/* Spare Parts accordion */
.aftersales-parts__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 40px; }
.aftersales-parts__item { background: #fff; border: 1px solid #e8e8e8; border-radius: 10px; overflow: hidden; }
.aftersales-parts__summary { display: flex; align-items: center; gap: 12px; padding: 18px 20px; cursor: pointer; list-style: none; font-weight: 600; color: var(--color-primary); font-size: .95rem; }
.aftersales-parts__summary::-webkit-details-marker { display: none; }
.aftersales-parts__summary-icon { width: 36px; height: 36px; background: #f0faf0; border-radius: 8px; display: flex; align-items: center; justify-content: center; color: var(--color-accent); flex-shrink: 0; }
.aftersales-parts__count { font-size: .8rem; color: var(--color-accent); font-weight: 500; margin-left: auto; }
.aftersales-parts__chevron { flex-shrink: 0; transition: transform .2s; }
details[open] .aftersales-parts__chevron { transform: rotate(180deg); }
.aftersales-parts__body { padding: 0 20px 18px 68px; }
.aftersales-parts__body ul { margin: 0; padding-left: 1.2em; }
.aftersales-parts__body li { font-size: .9rem; color: #555; line-height: 1.8; }

/* How to Order 4步 */
.aftersales-order__steps { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; gap: 0; align-items: start; margin-top: 48px; }
.aftersales-order__step { background: #fff; border: 1px solid #e8e8e8; border-radius: 12px; padding: 28px 20px; }
.aftersales-order__num { font-size: 2rem; font-weight: 800; color: var(--color-accent); opacity: .3; line-height: 1; margin-bottom: 12px; }
.aftersales-order__step h3 { font-size: .95rem; font-weight: 700; color: var(--color-primary); margin-bottom: 8px; line-height: 1.3; }
.aftersales-order__step p { font-size: .85rem; color: #555; line-height: 1.6; margin-bottom: 8px; }
.aftersales-order__step ul { padding-left: 1.2em; margin: 0; }
.aftersales-order__step li { font-size: .82rem; color: #666; line-height: 1.7; }
.aftersales-order__arrow { display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: var(--color-accent); padding: 0 8px; padding-top: 40px; font-weight: 700; }

/* CTA Banner 深色 */
.aftersales-cta-banner { background: #1B3A2D; padding: 48px 0; }
.aftersales-cta-banner__inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.aftersales-cta-banner__text h2 { color: #fff; font-size: clamp(1.3rem, 2.5vw, 1.7rem); margin-bottom: 8px; }
.aftersales-cta-banner__text p { color: rgba(255,255,255,.75); font-size: .95rem; margin: 0; }
.aftersales-cta-banner__btns { display: flex; gap: 12px; flex-wrap: wrap; flex-shrink: 0; }

/* Warranty */
.aftersales-warranty__content { max-width: 760px; margin: 0 auto; }
.aftersales-warranty__intro { border-left: 4px solid var(--color-accent); background: #f6fdf6; padding: 20px 24px; margin: 32px 0; font-size: 1rem; line-height: 1.7; color: #444; border-radius: 0 8px 8px 0; }
.aftersales-warranty__section { margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid #e8e8e8; }
.aftersales-warranty__section:last-child { border-bottom: none; }
.aftersales-warranty__section h3 { font-size: 1.1rem; font-weight: 700; color: var(--color-primary); margin-bottom: 12px; }
.aftersales-warranty__section p { font-size: .95rem; color: #555; line-height: 1.7; margin-bottom: 8px; }
.aftersales-warranty__section ul { padding-left: 1.4em; margin: 8px 0; }
.aftersales-warranty__section li { font-size: .9rem; color: #555; line-height: 1.8; }

/* Need Support 深色背景 */
.aftersales-support-cta { background: #0F1F15; padding: 64px 0; text-align: center; }
.aftersales-support-cta__title { font-size: clamp(1.5rem, 3vw, 2rem); color: #fff; margin-bottom: 12px; }
.aftersales-support-cta__desc { color: rgba(255,255,255,.7); font-size: 1rem; max-width: 520px; margin: 0 auto 36px; }
.aftersales-support-cta__cards { display: flex; justify-content: center; gap: 20px; flex-wrap: wrap; margin-bottom: 32px; }
.aftersales-support-cta__card { background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); border-radius: 12px; padding: 20px 28px; min-width: 180px; text-align: left; display: flex; flex-direction: column; gap: 6px; }
.aftersales-support-cta__card-icon { color: var(--color-accent); margin-bottom: 4px; }
.aftersales-support-cta__card-label { font-size: .75rem; font-weight: 700; letter-spacing: .1em; color: rgba(255,255,255,.5); text-transform: uppercase; }
.aftersales-support-cta__card-value { font-size: 1.1rem; font-weight: 700; color: #fff; }
.aftersales-support-cta__btns { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

/* After-Sales Responsive */
@media (max-width: 1024px) {
    .aftersales-order__steps { grid-template-columns: 1fr 1fr; gap: 16px; }
    .aftersales-order__arrow { display: none; }
    .aftersales-cta-banner__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 768px) {
    .aftersales-commitment__grid { grid-template-columns: 1fr; }
    .aftersales-parts__grid { grid-template-columns: 1fr; }
    .aftersales-order__steps { grid-template-columns: 1fr; }
    /* hero height/padding controlled by .inner-page-hero mobile rules in base.min.css */
    .aftersales-hero__title { font-size: clamp(1.6rem, 5vw, 2.2rem); }
}



/* ============================================================
   After-Sales Service Mobile
   Source: main.css lines 7728-8030
   ============================================================ */

/* ============================================================
   After-Sales Service Page v1 - UIPro mobile design (375px)
   Frame ID: 1488:2435
   ============================================================ */

/* ─── Hero ──────────────────────────────────────────────────── */
.aftersales-hero {
    /* bg-image to be added later per page; display/height controlled by .inner-page-hero (grid) */
    position: relative;
    overflow: hidden;
}
.aftersales-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(6,32,59,.6) 0%, rgba(6,32,59,.88) 100%);
    z-index: 0;
}
.aftersales-hero__inner {
    /* padding/width/grid-row controlled by .inner-page-hero__inner */
    position: relative;
    z-index: 1;
}
.aftersales-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    margin-bottom: 16px;
    color: rgba(255,255,255,.5);
}
.aftersales-hero__breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; }
.aftersales-hero__breadcrumb a:hover { color: #fff; }
.aftersales-hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 500;
    color: var(--color-accent);
    margin-bottom: 10px;
}
.aftersales-hero__eyebrow-line { display: inline-block; width: 24px; height: 1px; background: var(--color-accent); }
.aftersales-hero__title {
    font-size: clamp(24px,6vw,40px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: #fff;
    line-height: 1.2;
    margin: 0 0 8px;
}
.aftersales-hero__title-accent { color: var(--color-accent); }
.aftersales-hero__subtitle { font-size: 14px; color: rgba(255,255,255,.6); margin: 0 0 24px; line-height: 1.6; }
.aftersales-hero__stats { display: flex; flex-direction: column; gap: 10px; }
.aftersales-hero__stat {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.aftersales-hero__stat img { border-radius: 10px; transform: rotate(-180deg); }

/* ─── Shared section wrapper ─────────────────────────────────── */
.aftersales-section {
    padding: 32px 240px;
    max-width: 1440px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}
.aftersales-section--bg { background: var(--color-bg); }

/* ─── Section eyebrow tag ────────────────────────────────────── */
.aftersales-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .06em;
    color: var(--color-accent);
    margin-bottom: 10px;
}
.aftersales-tag__line { display: inline-block; width: 24px; height: 1px; background: var(--color-accent); }
.aftersales-tag--center { display: flex; justify-content: center; }

/* ─── Section headings ───────────────────────────────────────── */
.aftersales-h2 {
    font-size: clamp(20px,5vw,30px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--color-primary);
    line-height: 1.25;
    margin: 0 0 12px;
}
.aftersales-h2--white { color: #fff; }
.aftersales-desc { font-size: 14px; color: var(--color-muted); margin: 0 0 20px; line-height: 1.65; }

/* ─── After-Sales Commitment cards ───────────────────────────── */
.aftersales-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.aftersales-card {
    background: rgba(255,255,255,.5);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,.08);
    padding: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px;
}
.aftersales-card__icon { width: 40px; height: 40px; border-radius: 14px; flex-shrink: 0; }
.aftersales-card__body { flex: 1; min-width: 168px; display: flex; flex-direction: column; gap: 8px; }
.aftersales-card__title { font-size: 18px; font-weight: 700; font-family: var(--font-heading); color: var(--color-primary); margin: 0; line-height: 1.3; }
.aftersales-card__lead  { font-size: 14px; font-weight: 500; color: var(--color-text); line-height: 1.6; margin: 0; }
.aftersales-card__body2 { font-size: 14px; color: var(--color-muted); line-height: 1.65; margin: 0; }

/* ─── Spare Parts accordion rows ─────────────────────────────── */
.aftersales-parts-list { display: flex; flex-direction: column; gap: 10px; }
.aftersales-parts-row {
    width: 100%;
    background: #fff;
    border: 1.5px solid var(--color-border);
    border-radius: 14px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    transition: border-color .2s;
    text-align: left;
}
.aftersales-parts-row:hover { border-color: var(--color-accent); }
.aftersales-parts-row img { width: 40px; height: 40px; border-radius: 12px; flex-shrink: 0; }
.aftersales-parts-row__info { flex: 1; display: flex; flex-direction: column; gap: 4px; }
.aftersales-parts-row__name { font-size: 15px; font-weight: 700; color: var(--color-text); letter-spacing: .02em; }
.aftersales-parts-row__count { font-size: 12px; color: var(--color-muted); }
.aftersales-parts-row__arrow { width: 16px; height: 16px; flex-shrink: 0; transition: transform .2s; }
.aftersales-parts-row[aria-expanded="true"] .aftersales-parts-row__arrow { transform: rotate(180deg); }

/* ─── How to Order — numbered steps ──────────────────────────── */
.aftersales-steps {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.aftersales-step {
    width: 100%;
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.aftersales-step__num {
    font-size: 48px;
    font-weight: 700;
    font-family: var(--font-heading);
    color: var(--color-accent-light);
    line-height: 1;
}
.aftersales-step__title { font-size: 20px; font-weight: 700; font-family: var(--font-heading); color: var(--color-primary); margin: 0; }
.aftersales-step__desc  { font-size: 15px; font-weight: 500; color: var(--color-muted); line-height: 1.6; margin: 0; }
.aftersales-step__arrow { width: 15px; height: 40px; object-fit: contain; align-self: center; }

/* Checklist rows inside steps */
.aftersales-checklist { display: flex; flex-direction: column; gap: 8px; }
.aftersales-checklist__item { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: var(--color-muted); line-height: 1.55; }
.aftersales-checklist__item img { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; }

/* ─── Mid-section CTA card ───────────────────────────────────── */
.aftersales-mid-cta {
    width: 100%;
    max-width: 335px;
    margin: 16px auto 0;
    border-radius: 12px;
    background: #06203b url('../images/Group-15@2x.png') center/cover no-repeat;
    overflow: hidden;
    padding: 22px 18px;
    position: relative;
    text-align: center;
}
.aftersales-mid-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.2);
}
.aftersales-mid-cta__inner { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; }
.aftersales-mid-cta__title { font-size: 17px; font-weight: 700; color: #fff; font-family: var(--font-heading); line-height: 1.35; letter-spacing: .02em; text-align: left; width: 100%; }
.aftersales-mid-cta__desc  { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.45; text-align: left; width: 100%; }
.aftersales-mid-cta__btns  { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; width: 100%; }

/* ─── Warranty section ───────────────────────────────────────── */
.aftersales-warranty-cards { display: flex; flex-direction: column; gap: 20px; }
.aftersales-warranty-intro {
    background: var(--color-bg);
    border-left: 3px solid var(--color-accent);
    padding: 16px 14px 16px 18px;
    font-size: 14px;
    color: var(--color-muted);
    line-height: 1.75;
}
.aftersales-warranty-intro b { color: var(--color-text); }
.aftersales-warranty-card {
    background: var(--color-bg);
    border: 1px solid var(--color-border);
    border-radius: 20px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.aftersales-warranty-card__title { font-size: 20px; font-weight: 700; font-family: var(--font-heading); color: var(--color-primary); margin: 0; }
.aftersales-warranty-card__body  { font-size: 14px; color: var(--color-muted); line-height: 1.7; margin: 0; }
.aftersales-warranty-card__body b { color: var(--color-text); }
.aftersales-warranty-period {
    display: inline;
    font-size: 14px;
    color: var(--color-muted);
    line-height: 1.7;
}
.aftersales-warranty-period b { color: var(--color-text); }

/* ─── Bottom CTA (full-width dark) ───────────────────────────── */
.aftersales-support-cta {
    background: #06203b;
    padding: 28px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.aftersales-support-cta__inner {
    max-width: var(--max-w);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.aftersales-support-cta__title {
    font-size: clamp(22px,5vw,32px);
    font-weight: 700;
    font-family: var(--font-heading);
    color: #fff;
    line-height: 1.25;
    letter-spacing: .02em;
    margin: 0;
}
.aftersales-support-cta__desc { font-size: 12px; color: rgba(255,255,255,.65); line-height: 1.55; margin: 0; max-width: 300px; }

/* Contact pills row */
.aftersales-contact-pills {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 335px;
}
.aftersales-contact-pill {
    flex: 1;
    backdrop-filter: blur(20px);
    background: rgba(255,255,255,.1);
    border-radius: 16px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    text-align: left;
}
.aftersales-contact-pill img { width: 20px; height: 20px; }
.aftersales-contact-pill__label { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.7); letter-spacing: .05em; }
.aftersales-contact-pill__value { font-size: 14px; font-weight: 500; color: #fff; }

/* ─── Responsive ─────────────────────────────────────────────── */
@media (min-width: 600px) {
    .aftersales-hero__stats { flex-direction: row; gap: 24px; flex-wrap: wrap; }
    .aftersales-contact-pills { justify-content: center; }
    .aftersales-mid-cta { max-width: 480px; }
}
@media (min-width: 768px) {
    .aftersales-section { padding: 48px 240px; }
    .aftersales-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
    .aftersales-steps { flex-direction: column; }
}
@media (min-width: 1100px) {
    .aftersales-cards { grid-template-columns: repeat(2,1fr); }
}


