/* ========================================
   Cleaning Fairy — shared styles for subpages
   (Service + Service-Area landing pages)
   Mirrors the "Soft & Approachable" palette in /index.html
   ======================================== */

:root {
    --pink: #C7548E;
    --pink-soft: #F8E4EF;
    --pink-bg: #FFF5F9;
    --lavender: #8B6BB5;
    --lavender-soft: #EDE7F6;
    --mint: #4DBFA5;
    --mint-soft: #E0F5EE;
    --peach: #F5A670;
    --peach-soft: #FFF0E5;
    --cream: #FFFBF7;
    --white: #FFFFFF;
    --text: #2E2240;
    --text-mid: #5C4D6E;
    --text-light: #9488A4;
    --border: #EDE4F2;
    --shadow: rgba(199, 84, 142, 0.08);
    --font-display: 'Fraunces', Georgia, serif;
    --font-body: 'Outfit', -apple-system, sans-serif;
    --radius: 20px;
    --radius-sm: 12px;
    --ease: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-body);
    color: var(--text);
    background: var(--cream);
    line-height: 1.7;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }

/* ---- Nav ---- */
.nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    padding: 14px 24px;
    background: rgba(255, 251, 247, 0.92);
    backdrop-filter: blur(24px);
    box-shadow: 0 4px 30px var(--shadow);
}
.nav-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav-logo {
    font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--pink);
    text-decoration: none;
}
.nav-menu {
    display: flex;
    align-items: center;
    gap: 28px;
    list-style: none;
}
.nav-menu a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--text-mid);
    text-decoration: none;
    transition: var(--ease);
}
.nav-menu a:hover { color: var(--pink); }
.nav-btn {
    background: var(--pink) !important;
    color: var(--white) !important;
    padding: 10px 24px;
    border-radius: 50px;
    font-weight: 600 !important;
}
.nav-btn:hover { background: #b3487d !important; }

/* ---- Container ---- */
.container { max-width: 1100px; margin: 0 auto; padding: 0 24px; }

/* ---- Breadcrumbs ---- */
.crumbs {
    padding: 100px 24px 16px;
    font-size: 0.85rem;
    color: var(--text-light);
}
.crumbs-inner { max-width: 1100px; margin: 0 auto; }
.crumbs a { color: var(--text-mid); text-decoration: none; }
.crumbs a:hover { color: var(--pink); }
.crumbs span { margin: 0 6px; opacity: 0.5; }

/* ---- Hero ---- */
.page-hero {
    padding: 30px 24px 60px;
    background: linear-gradient(170deg, var(--pink-bg) 0%, var(--cream) 60%, var(--lavender-soft) 100%);
    position: relative;
    overflow: hidden;
}
.page-hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.page-hero .pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 0.85rem;
    color: var(--text-mid);
    margin-bottom: 20px;
}
.page-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 600;
    color: var(--text);
    line-height: 1.15;
    margin-bottom: 18px;
}
.page-hero h1 i { color: var(--pink); font-style: italic; }
.page-hero .lede {
    max-width: 720px;
    margin: 0 auto 28px;
    font-size: 1.1rem;
    color: var(--text-mid);
}

/* ---- Buttons ---- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: var(--ease);
    cursor: pointer;
    border: none;
    margin: 4px;
}
.btn-pink { background: var(--pink); color: var(--white); box-shadow: 0 6px 20px var(--shadow); }
.btn-pink:hover { background: #b3487d; transform: translateY(-2px); }
.btn-soft { background: var(--white); color: var(--text); border: 1px solid var(--border); }
.btn-soft:hover { background: var(--pink-soft); border-color: var(--pink); color: var(--pink); }

/* ---- Content sections ---- */
.section { padding: 70px 24px; }
.section.alt { background: var(--white); }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section h2 {
    font-family: var(--font-display);
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 600;
    color: var(--text);
    margin-bottom: 18px;
    line-height: 1.2;
}
.section h3 {
    font-family: var(--font-display);
    font-size: 1.3rem;
    color: var(--text);
    margin: 24px 0 10px;
}
.section p { color: var(--text-mid); margin-bottom: 14px; }
.section ul { padding-left: 22px; color: var(--text-mid); margin-bottom: 14px; }
.section ul li { margin-bottom: 6px; }

/* ---- Checklist ---- */
.checklist {
    list-style: none;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px 24px;
}
.checklist li {
    padding-left: 28px;
    position: relative;
    color: var(--text-mid);
}
.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0; top: 0;
    color: var(--mint);
    font-weight: 700;
}

/* ---- Cards grid ---- */
.cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 28px;
}
.card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: var(--ease);
}
.card:hover { transform: translateY(-3px); box-shadow: 0 10px 30px var(--shadow); }
.card .icon { font-size: 1.8rem; margin-bottom: 10px; }
.card h3 { margin: 0 0 8px; font-size: 1.15rem; }
.card p { color: var(--text-mid); font-size: 0.95rem; }

/* ---- Pricing tiers (optional usage) ---- */
.tiers {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-top: 28px;
}
.tier {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 28px 24px;
    text-align: center;
}
.tier h3 { font-size: 1.2rem; color: var(--text); margin-bottom: 6px; }
.tier .price { font-family: var(--font-display); font-size: 1.6rem; color: var(--pink); margin: 8px 0; }
.tier .price small { font-size: 0.8rem; color: var(--text-light); font-weight: 400; display: block; margin-top: 2px; }
.tier ul { list-style: none; padding: 0; text-align: left; margin-top: 16px; }
.tier ul li { padding: 6px 0; color: var(--text-mid); border-bottom: 1px solid var(--border); font-size: 0.92rem; }
.tier ul li:last-child { border-bottom: none; }

/* ---- Pills (area + service links) ---- */
.pills {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin: 24px 0;
}
.pill {
    background: var(--cream);
    border: 1px solid var(--border);
    padding: 9px 20px;
    border-radius: 50px;
    font-size: 0.87rem;
    font-weight: 500;
    color: var(--text-mid);
    text-decoration: none;
    transition: var(--ease);
}
.pill:hover { background: var(--pink-soft); border-color: var(--pink); color: var(--pink); }

/* ---- CTA block ---- */
.cta {
    padding: 80px 24px;
    background: linear-gradient(170deg, var(--pink-soft) 0%, var(--lavender-soft) 100%);
    text-align: center;
}
.cta-inner { max-width: 760px; margin: 0 auto; }
.cta h2 { font-family: var(--font-display); font-size: clamp(1.8rem, 4vw, 2.6rem); color: var(--text); margin-bottom: 12px; }
.cta p { color: var(--text-mid); margin-bottom: 22px; }

/* ---- Image placeholder ---- */
.img-placeholder {
    background: linear-gradient(135deg, var(--pink-soft), var(--lavender-soft));
    border-radius: var(--radius);
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-light);
    font-style: italic;
    border: 1px dashed var(--border);
    margin: 24px 0;
    font-size: 0.95rem;
}

/* ---- Footer ---- */
.footer {
    padding: 50px 24px 30px;
    background: var(--text);
    color: var(--white);
    text-align: center;
}
.footer .footer-name {
    font-family: var(--font-display);
    font-size: 1.4rem;
    color: var(--pink-soft);
    margin-bottom: 8px;
}
.footer p { color: rgba(255,255,255,0.7); font-size: 0.9rem; margin-bottom: 4px; }
.footer a { color: var(--pink-soft); text-decoration: none; }
.footer a:hover { color: var(--white); }
.footer-line {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: 0.8rem;
    color: rgba(255,255,255,0.4);
}
.footer-links { margin: 16px 0; font-size: 0.85rem; }
.footer-links a { margin: 0 10px; }

/* ---- Mobile ---- */
@media (max-width: 768px) {
    .nav-menu { display: none; }
    .nav-mobile-cta {
        display: inline-flex;
        background: var(--pink);
        color: var(--white);
        padding: 8px 18px;
        border-radius: 50px;
        font-size: 0.85rem;
        font-weight: 600;
        text-decoration: none;
    }
}
@media (min-width: 769px) {
    .nav-mobile-cta { display: none; }
}
