/*
Theme Name: Zen Home
Theme URI: https://zenhome.com.au
Author: Antigravity IDE
Author URI: https://zenhome.com.au
Description: Custom WordPress theme for Zen Home, Sydney's End of Lease Cleaning Specialists.
Version: 1.0.0
License: Proprietary
Text Domain: zenhome
*/

/* ── Typography & Base ─────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@700;900&display=swap');

html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { font-family: 'Inter', sans-serif; }

/* ── Custom Scrollbar ──────────────────────────────────── */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #F1F5F9; }
::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: #94A3B8; }

/* ── Focus ─────────────────────────────────────────────── */
*:focus-visible { outline: 2px solid #0099FF; outline-offset: 2px; }

/* ── Smooth Scrollbar Inside Quote Form ────────────────── */
.custom-scrollbar::-webkit-scrollbar { width: 4px; }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #CBD5E1; border-radius: 99px; }

/* ── Gradient Text ─────────────────────────────────────── */
.gradient-text {
    background: linear-gradient(135deg, #0099FF 0%, #0066CC 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ── Stat Badge ────────────────────────────────────────── */
.stat-badge {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(12px);
}

/* ── Hero Fade ─────────────────────────────────────────── */
.hero-overlay {
    background: linear-gradient(110deg, rgba(14,22,32,0.97) 0%, rgba(14,22,32,0.82) 45%, rgba(14,22,32,0.30) 100%);
}

/* ── Guarantee Band ────────────────────────────────────── */
.guarantee-band {
    background: linear-gradient(90deg, #0F1E2C 0%, #1C2C39 50%, #0F1E2C 100%);
}

/* ── Card Hover ────────────────────────────────────────── */
.card-hover {
    transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.28s ease;
}
.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px -8px rgba(0,153,255,0.14), 0 8px 16px -4px rgba(0,0,0,0.06);
}

/* ── Number Circle ─────────────────────────────────────── */
.step-num {
    width: 52px; height: 52px;
    background: linear-gradient(135deg, #0099FF, #0055CC);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.1rem; font-weight: 900; color: #fff;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(0,153,255,0.35);
}

/* ── FAQ Accordion ─────────────────────────────────────── */
.faq-item { border-bottom: 1px solid #E9EEF3; }
.faq-btn { width: 100%; padding: 1.35rem 0; text-align: left; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; background: none; border: none; }
.faq-icon { width: 28px; height: 28px; border-radius: 50%; border: 2px solid #D1D9E0; display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: all 0.25s ease; font-size: 1rem; color: #64748B; }
.faq-btn.active .faq-icon { background: #0099FF; border-color: #0099FF; color: #fff; transform: rotate(45deg); }
.faq-content { display: none; padding: 0 0 1.4rem 0; color: #4B5563; line-height: 1.75; font-size: 0.96rem; }

/* ── Shine Button ──────────────────────────────────────── */
.btn-primary {
    position: relative; overflow: hidden;
    background: linear-gradient(135deg, #0099FF, #0066CC);
    color: #fff; font-weight: 700; border-radius: 999px;
    padding: 0.85rem 2rem; font-size: 1rem;
    box-shadow: 0 4px 16px rgba(0,153,255,0.38);
    transition: all 0.3s ease;
    display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-primary::after {
    content: ''; position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.15) 50%, transparent 70%);
    transform: translateX(-100%); transition: transform 0.55s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,153,255,0.45); }
.btn-primary:hover::after { transform: translateX(100%); }

.btn-secondary {
    background: rgba(255,255,255,0.95); color: #1C2C39; font-weight: 700;
    border-radius: 999px; padding: 0.85rem 2rem; font-size: 1rem;
    border: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    display: inline-flex; align-items: center; gap: 0.5rem;
}
.btn-secondary:hover { background: #fff; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,0.12); }

/* ── Pricing Card ──────────────────────────────────────── */
.price-card { border: 1.5px solid #E9EEF3; border-radius: 1.5rem; padding: 2rem; background: #fff; display: flex; flex-direction: column; transition: all 0.3s ease; }
.price-card:hover { border-color: #0099FF; box-shadow: 0 12px 32px -4px rgba(0,153,255,0.12); transform: translateY(-4px); }
.price-card.featured { border-color: #0099FF; box-shadow: 0 16px 48px -8px rgba(0,153,255,0.22); }

/* ── Inclusion Card ────────────────────────────────────── */
.inclusion-card { background: #fff; border: 1.5px solid #E9EEF3; border-radius: 1.5rem; padding: 2rem; transition: all 0.3s ease; }
.inclusion-card:hover { border-color: #BAD8FF; box-shadow: 0 8px 24px -4px rgba(0,153,255,0.1); transform: translateY(-3px); }

/* ── Before/After ──────────────────────────────────────── */
.before-after { position: relative; overflow: hidden; border-radius: 1rem; }
.before-after::after { content: 'BEFORE'; position: absolute; top: 12px; left: 12px; background: rgba(0,0,0,0.65); color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; padding: 4px 10px; border-radius: 99px; }
.after-tag { position: absolute; top: 12px; right: 12px; background: #0099FF; color: #fff; font-size: 10px; font-weight: 800; letter-spacing: 0.12em; padding: 4px 10px; border-radius: 99px; }

/* ── Section Tag ───────────────────────────────────────── */
.section-tag { display: inline-flex; align-items: center; gap: 6px; font-size: 0.78rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #0099FF; background: rgba(0,153,255,0.08); border: 1px solid rgba(0,153,255,0.2); padding: 5px 14px; border-radius: 99px; margin-bottom: 1rem; }

/* ── Divider ───────────────────────────────────────────── */
.section-divider { width: 48px; height: 3px; background: linear-gradient(90deg,#0099FF,#0066CC); border-radius: 99px; margin: 1rem auto 0; }

/* ── Review Card ───────────────────────────────────────── */
.review-card { background: #fff; border: 1.5px solid #E9EEF3; border-radius: 1.5rem; padding: 2rem; }

/* ── Topbar ────────────────────────────────────────────── */
.topbar-scroll { animation: marquee 30s linear infinite; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
