/* Car Clean landing page */

.carclean-page main { padding: 0; }

/* Centers each section's whole content block (heading + body) as one unit,
   instead of only individual elements, so headings don't sit at the wide
   .container edge while the content below is centered separately. */
.cc-narrow { max-width: 700px; }

.cc-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--accent);
    margin: 0 0 8px;
}

.cc-section-title {
    font-size: 24px;
    font-weight: 900;
    color: var(--dark);
    margin: 0 0 6px;
}

.cc-section-desc {
    font-size: 14px;
    color: var(--text-muted-6);
    margin: 0 0 20px;
}

/* Banner carousel */
.cc-banner-section {
    background: var(--bg-white);
    padding: 16px 0 0;
}

.cc-banner-slider {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    aspect-ratio: 1400 / 980;
    border-radius: var(--radius-16);
    overflow: hidden;
}

.cc-banner-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.cc-banner-slide.active { opacity: 1; }

.cc-banner-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cc-banner-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 14px 0;
}

.cc-banner-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: rgba(26,26,46,0.2);
    cursor: pointer;
    transition: width 0.3s ease, background 0.3s ease;
}

.cc-banner-dot.active {
    width: 20px;
    background: var(--accent);
}

/* Hero */
.cc-hero {
    background: var(--bg-white);
    padding: 24px 0 40px;
}

.cc-hero-inner { max-width: 640px; margin: 0 auto; }

.cc-hero-title {
    font-size: 34px;
    font-weight: 900;
    color: var(--dark);
    line-height: 1.2;
    margin: 0 0 24px;
}

.cc-hero-actions {
    display: flex;
    gap: 12px;
}

.btn.cc-btn-primary,
.btn.cc-btn-outline {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}

.btn.cc-btn-primary {
    background: var(--accent);
    color: var(--dark);
    font-weight: 800;
    padding: 14px 28px;
    border-radius: 12px;
    border: none;
}

.btn.cc-btn-outline {
    background: transparent;
    color: var(--dark);
    font-weight: 700;
    padding: 14px 28px;
    border-radius: 12px;
    border: 1.5px solid var(--dark);
}

/* Water-efficient section */
.cc-water { padding: 40px 0; background: var(--bg-page); }

.cc-water-row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    max-width: 640px;
    margin: 0 auto 20px;
}

.cc-water-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: var(--accent);
    color: var(--dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.cc-water-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 4px;
}

.cc-water-desc {
    font-size: 13px;
    color: var(--text-muted-6);
    line-height: 1.5;
    margin: 0;
}

/* Why / comparison table */
.cc-why { padding: 40px 0; background: var(--bg-white); }

.cc-compare-table { max-width: 640px; margin: 0 auto; }
.cc-compare-table .compare-cell-trad,
.cc-compare-table .compare-cell-us { white-space: pre-line; font-size: 13px; }

/* Pricing */
.cc-pricing { padding: 40px 0; background: var(--bg-page); }

.cc-price-line {
    font-size: 14px;
    color: var(--dark);
    margin: 0 0 20px;
}

.cc-plan-card {
    max-width: 640px;
    margin: 0 auto;
    background: var(--bg-white);
    border: 1px solid var(--border-1);
    border-radius: var(--radius-16);
    padding: 24px;
}

.cc-plan-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-1);
    margin-bottom: 16px;
}

.cc-plan-name { font-size: 17px; font-weight: 800; color: var(--dark); margin: 0 0 4px; }
.cc-plan-desc { font-size: 13px; color: var(--text-muted-6); margin: 0; }
.cc-plan-price { font-size: 22px; font-weight: 900; color: var(--dark); white-space: nowrap; }
.cc-plan-price span { font-size: 13px; font-weight: 600; color: var(--text-muted-6); }

.cc-plan-inclusions {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 20px;
}

.cc-inclusion {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.cc-inclusion i {
    color: var(--accent);
    font-size: 13px;
    margin-top: 3px;
    flex-shrink: 0;
}

.cc-inclusion strong {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: var(--dark);
}

.cc-inclusion span {
    display: block;
    font-size: 12px;
    color: var(--text-muted-6);
    line-height: 1.5;
}

.cc-plan-cta {
    display: block;
    width: 100%;
    text-align: center;
}

.cc-price-note {
    max-width: 640px;
    margin: 16px auto 0;
    padding: 12px;
    background: var(--bg-white);
    border-radius: 10px;
    font-size: 12px;
    color: var(--text-muted-6);
    line-height: 1.5;
}

/* Operational flow */
.cc-flow { padding: 40px 0; background: var(--bg-white); }

.cc-steps { display: flex; flex-direction: column; gap: 12px; max-width: 640px; margin: 0 auto; }

.cc-step {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px;
    background: var(--bg-page);
    border: 1px solid var(--border-1);
    border-radius: 14px;
}

.cc-step-num {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--accent);
    color: var(--dark);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.cc-step-title { font-size: 15px; font-weight: 800; color: var(--dark); margin: 0 0 4px; }
.cc-step-desc { font-size: 12px; color: var(--text-muted-6); line-height: 1.5; margin: 0; }

/* FAQ */
.cc-faq { padding: 40px 0 64px; background: var(--bg-page); }

.cc-faq-list { display: flex; flex-direction: column; gap: 10px; max-width: 640px; margin: 0 auto; }

.cc-faq-item {
    background: var(--bg-white);
    border: 1px solid var(--border-1);
    border-radius: 12px;
    padding: 14px 16px;
}

.cc-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    color: var(--dark);
    list-style: none;
}

.cc-faq-item summary::-webkit-details-marker { display: none; }

.cc-faq-item summary i {
    font-size: 12px;
    color: var(--text-muted-6);
    transition: transform 0.2s ease;
}

.cc-faq-item[open] summary i { transform: rotate(180deg); }

.cc-faq-item p {
    margin: 12px 0 0;
    font-size: 13px;
    color: var(--text-muted-6);
    line-height: 1.6;
}

@media (max-width: 640px) {
    .cc-hero-title { font-size: 28px; }
    .cc-hero-actions { flex-direction: column; }
    .cc-plan-head { flex-direction: column; gap: 8px; }
}
