/* WashPod Pages CSS — Premium React-matching design */

/* ========== PAGE HERO (Dark gradient like React) ========== */
.wp-page-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, var(--wp-deep) 0%, #1a0e4a 60%, var(--wp-bg) 100%);
    padding: 6rem 0 4rem;
    text-align: center;
    color: white;
}
.wp-page-hero .wp-noise { position: absolute; inset: 0; opacity: 0.35; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px); background-size: 22px 22px; }
.wp-page-hero h1 { font-size: 3rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.1; background: linear-gradient(135deg, #fff 0%, #c4b5fd 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.wp-page-hero .wp-hero-sub { max-width: 560px; margin: 1.25rem auto 0; color: rgba(255,255,255,.7); font-size: 1.1rem; line-height: 1.7; font-weight: 400; }
.wp-page-hero .wp-section-tag { color: var(--wp-brand-2); border: 1px solid rgba(155,123,255,.3); background: rgba(155,123,255,.1); padding: .375rem 1rem; border-radius: 2rem; display: inline-block; margin-bottom: 1rem; font-size: .7rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
@media (max-width: 768px) { .wp-page-hero { padding: 4rem 0 2.5rem; } .wp-page-hero h1 { font-size: 2rem; } .wp-page-hero .wp-hero-sub { font-size: .95rem; } }

/* ========== SECTIONS ========== */
.wp-section { padding: 5rem 0; }
.wp-section-alt { background: var(--wp-soft); }
.wp-section-white { background: white; }
.wp-section-dark { background: var(--wp-deep); color: white; }
.wp-section-tag { font-size: .7rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--wp-brand); margin-bottom: .75rem; display: inline-block; border: 1px solid var(--wp-line); background: var(--wp-soft); padding: .375rem 1rem; border-radius: 2rem; }
.wp-section-title { font-size: 2.25rem; font-weight: 800; margin-bottom: .75rem; letter-spacing: -.03em; line-height: 1.15; }
.wp-section-desc { color: var(--wp-muted); font-size: 1.05rem; max-width: 560px; margin: 0 auto 2.5rem; line-height: 1.7; }
.wp-section-center { text-align: center; }
@media (max-width: 768px) { .wp-section { padding: 3rem 0; } .wp-section-title { font-size: 1.6rem; } }

/* ========== SCROLL ANIMATIONS ========== */
.wp-reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.wp-reveal.visible { opacity: 1; transform: translateY(0); }
.wp-reveal-delay-1 { transition-delay: .1s; }
.wp-reveal-delay-2 { transition-delay: .2s; }
.wp-reveal-delay-3 { transition-delay: .3s; }
.wp-reveal-delay-4 { transition-delay: .4s; }

/* ========== STAT CARDS (Glassmorphism) ========== */
.wp-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.wp-stat-card {
    background: rgba(255,255,255,.85);
    backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(91,75,225,.12);
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .3s;
    position: relative;
    overflow: hidden;
}
.wp-stat-card::before { content: ''; position: absolute; top: -1px; left: 20%; right: 20%; height: 3px; background: linear-gradient(90deg, transparent, var(--wp-brand), var(--wp-brand-2), transparent); border-radius: 0 0 4px 4px; opacity: 0; transition: opacity .3s; }
.wp-stat-card:hover { transform: translateY(-8px); border-color: var(--wp-brand); box-shadow: 0 32px 64px -16px rgba(91,75,225,.2); }
.wp-stat-card:hover::before { opacity: 1; }
.wp-stat-val { font-size: 2.5rem; font-weight: 800; letter-spacing: -.02em; background: linear-gradient(135deg, var(--wp-brand), var(--wp-brand-2)); -webkit-background-clip: text; background-clip: text; color: transparent; line-height: 1.2; }
.wp-stat-label { color: var(--wp-muted); font-size: .85rem; margin-top: .5rem; line-height: 1.4; }

/* ========== ICON FEATURE CARDS ========== */
.wp-icon-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.wp-icon-card {
    background: white;
    border: 1px solid var(--wp-line);
    border-radius: 1.5rem;
    padding: 2rem;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease, border-color .3s;
    position: relative;
}
.wp-icon-card:hover { transform: translateY(-8px); border-color: var(--wp-brand); box-shadow: 0 32px 64px -16px rgba(91,75,225,.2); }
.wp-icon-card-icon {
    width: 56px; height: 56px; border-radius: 16px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.5rem; margin-bottom: 1.25rem;
    background: linear-gradient(135deg, var(--wp-brand), var(--wp-brand-2));
    color: white; box-shadow: 0 8px 24px rgba(91,75,225,.3);
}
.wp-icon-card h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: .5rem; letter-spacing: -.01em; }
.wp-icon-card p { color: var(--wp-muted); font-size: .9rem; line-height: 1.65; }

/* ========== STEPS ========== */
.wp-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.wp-step {
    background: white;
    border: 1px solid var(--wp-line);
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s ease;
}
.wp-step:hover { transform: translateY(-8px); box-shadow: 0 32px 64px -16px rgba(91,75,225,.18); }
.wp-step-num {
    width: 44px; height: 44px; border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 800; font-size: 1.1rem; margin-bottom: 1.25rem;
    background: linear-gradient(135deg, var(--wp-brand), var(--wp-brand-2));
    color: white; box-shadow: 0 6px 20px rgba(91,75,225,.3);
}
.wp-step h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .5rem; }
.wp-step p { color: var(--wp-muted); font-size: .875rem; line-height: 1.6; }

/* ========== CTA BANNER ========== */
.wp-cta-banner {
    background: linear-gradient(135deg, var(--wp-brand) 0%, var(--wp-brand-2) 60%, var(--wp-brand-3) 120%);
    border-radius: 2rem;
    padding: 4rem 2rem;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}
.wp-cta-banner .wp-noise { position: absolute; inset: 0; opacity: .25; background-image: radial-gradient(rgba(255,255,255,.1) 1px, transparent 1px); background-size: 22px 22px; }
.wp-cta-banner > * { position: relative; }
.wp-cta-banner h2 { font-size: 2.25rem; margin-bottom: .75rem; font-weight: 800; letter-spacing: -.02em; }
.wp-cta-banner p { opacity: .9; margin-bottom: 1.75rem; max-width: 480px; margin-left: auto; margin-right: auto; font-size: 1.05rem; }
.wp-cta-banner .wp-cta-btn {
    display: inline-flex; align-items: center; gap: .5rem;
    background: white; color: var(--wp-brand); font-weight: 800;
    padding: 16px 36px; border-radius: 1rem; font-size: 1rem;
    text-decoration: none; transition: transform .3s cubic-bezier(.2,.7,.2,1), box-shadow .3s;
    box-shadow: 0 12px 32px rgba(0,0,0,.15);
}
.wp-cta-banner .wp-cta-btn:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 20px 48px rgba(0,0,0,.2); }
@media (max-width: 768px) { .wp-cta-banner { padding: 3rem 1.5rem; border-radius: 1.5rem; } .wp-cta-banner h2 { font-size: 1.6rem; } }

/* ========== COMPARE TABLE ========== */
.wp-compare-table { width: 100%; border-collapse: collapse; margin-top: 2rem; border-radius: 1rem; overflow: hidden; border: 1px solid var(--wp-line); background: white; }
.wp-compare-table th { background: var(--wp-soft); padding: 1rem 1.25rem; font-weight: 700; text-align: left; font-size: .9rem; }
.wp-compare-table td { padding: .875rem 1.25rem; border-top: 1px solid var(--wp-line); font-size: .9rem; }
.wp-compare-table tr:hover { background: rgba(91,75,225,.03); }
.wp-check { color: var(--wp-success); font-weight: 700; }
.wp-cross { color: var(--wp-danger); }

/* ========== CONTACT CARDS ========== */
.wp-contact-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.wp-contact-card {
    background: white;
    border: 1px solid var(--wp-line);
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), box-shadow .4s, border-color .3s;
}
.wp-contact-card:hover { transform: translateY(-8px); border-color: var(--wp-brand); box-shadow: 0 32px 64px -16px rgba(91,75,225,.2); }
.wp-contact-card-icon { font-size: 2.5rem; margin-bottom: 1rem; }
.wp-contact-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .375rem; }
.wp-contact-card p { color: var(--wp-muted); font-size: .9rem; }
.wp-contact-card a { color: var(--wp-brand); font-weight: 700; text-decoration: none; }
.wp-contact-card a:hover { text-decoration: underline; }

/* ========== PERKS GRID ========== */
.wp-perks-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.wp-perk {
    background: white; border: 1px solid var(--wp-line); border-radius: 1.5rem;
    padding: 1.75rem; display: flex; align-items: flex-start; gap: 1rem;
    transition: transform .4s cubic-bezier(.2,.7,.2,1), border-color .3s, box-shadow .3s;
}
.wp-perk:hover { transform: translateY(-6px); border-color: var(--wp-brand); box-shadow: 0 24px 48px -16px rgba(91,75,225,.15); }
.wp-perk-icon { font-size: 1.75rem; flex-shrink: 0; width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; background: var(--wp-soft); border-radius: 14px; }
.wp-perk h4 { font-size: 1rem; font-weight: 700; margin-bottom: .375rem; }
.wp-perk p { font-size: .85rem; color: var(--wp-muted); line-height: 1.5; }

/* ========== PRESS LOGOS ========== */
.wp-press-logos { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; align-items: center; margin-top: 2.5rem; }
.wp-press-logo {
    background: white; border: 1px solid var(--wp-line); border-radius: 1rem;
    padding: 1.25rem 2rem; font-weight: 800; font-size: 1.1rem; color: var(--wp-muted);
    transition: transform .3s cubic-bezier(.2,.7,.2,1), border-color .3s, color .3s, box-shadow .3s;
}
.wp-press-logo:hover { transform: translateY(-4px); border-color: var(--wp-brand); color: var(--wp-brand); box-shadow: 0 16px 32px -12px rgba(91,75,225,.15); }

/* ========== GUARANTEE BADGE ========== */
.wp-guarantee {
    display: inline-flex; align-items: center; gap: .75rem;
    background: linear-gradient(135deg, #ECFDF5, #D1FAE5);
    border: 2px solid #16a34a;
    border-radius: 1rem;
    padding: 1.25rem 2rem;
    margin-bottom: 2.5rem;
}
.wp-guarantee-icon { font-size: 2.25rem; }
.wp-guarantee-text { font-weight: 800; color: #15803d; font-size: 1.15rem; }

/* ========== TIMELINE ========== */
.wp-timeline { margin-top: 2rem; }
.wp-timeline-item { display: flex; gap: 1.5rem; padding-bottom: 2rem; position: relative; }
.wp-timeline-item:not(:last-child)::before { content: ''; position: absolute; left: 19px; top: 44px; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--wp-brand), var(--wp-line)); }
.wp-timeline-dot { width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--wp-brand), var(--wp-brand-2)); color: white; font-weight: 800; font-size: .85rem; }
.wp-timeline-content h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: .25rem; }
.wp-timeline-content p { color: var(--wp-muted); font-size: .9rem; line-height: 1.6; }

/* ========== PAGE CONTENT (legal pages) ========== */
.wp-page-content { max-width: 800px; margin: 0 auto; padding: 3rem 1rem 4rem; }
.wp-page-content h1 { font-family: 'Fraunces', Georgia, serif; font-size: 2.5rem; font-weight: 600; margin-bottom: 1.5rem; }
.wp-page-content h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 1rem; }
.wp-page-content h3 { font-size: 1.25rem; font-weight: 700; margin: 1.5rem 0 .75rem; }
.wp-page-content p { margin-bottom: 1rem; color: var(--wp-muted); line-height: 1.8; }
.wp-page-content ul, .wp-page-content ol { margin-bottom: 1rem; padding-left: 1.5rem; color: var(--wp-muted); }
.wp-page-content li { margin-bottom: .5rem; }
.wp-page-content a { color: var(--wp-brand); font-weight: 600; }
.wp-page-content a:hover { text-decoration: underline; }
.wp-page-content img { border-radius: var(--wp-radius); margin: 1.5rem 0; }
.wp-page-content blockquote { border-left: 4px solid var(--wp-brand); padding: 1rem 1.5rem; margin: 1.5rem 0; background: var(--wp-soft); border-radius: 0 var(--wp-radius) var(--wp-radius) 0; }
.wp-page-content table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; }
.wp-page-content th, .wp-page-content td { padding: .75rem 1rem; border: 1px solid var(--wp-line); text-align: left; }
.wp-page-content th { background: var(--wp-soft); font-weight: 700; }

/* ========== BREADCRUMBS ========== */
.wp-breadcrumb { font-size: .8rem; color: var(--wp-muted); margin-bottom: 1rem; }
.wp-breadcrumb a { color: var(--wp-brand); font-weight: 600; }

/* ========== FORMS ========== */
.wp-page-content input[type="text"],
.wp-page-content input[type="email"],
.wp-page-content input[type="tel"],
.wp-page-content textarea,
.wp-page-content select {
    width: 100%; padding: .75rem 1rem; border: 1px solid var(--wp-line);
    border-radius: var(--wp-radius); font-family: inherit; font-size: .9rem;
    background: white; outline: none; transition: border-color .2s;
}
.wp-page-content input:focus, .wp-page-content textarea:focus { border-color: var(--wp-brand); box-shadow: 0 0 0 3px rgba(91,75,225,.1); }

/* ========== RESPONSIVE ========== */
@media (max-width: 640px) {
    .wp-stats-grid { grid-template-columns: repeat(2, 1fr); gap: .75rem; }
    .wp-stat-card { padding: 1.5rem 1rem; }
    .wp-stat-val { font-size: 1.75rem; }
    .wp-icon-grid { grid-template-columns: 1fr; }
    .wp-steps { grid-template-columns: 1fr; }
    .wp-contact-grid { grid-template-columns: 1fr; }
    .wp-perks-grid { grid-template-columns: 1fr; }
}

/* ========== COMMENTS ========== */
.comment-list { list-style: none; padding: 0; }
.comment-body { background: white; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); padding: 1.5rem; margin-bottom: 1rem; }
.comment-author { font-weight: 700; margin-bottom: .5rem; }
.comment-meta { font-size: .75rem; color: var(--wp-muted); margin-bottom: .75rem; }

/* ========== PAGINATION ========== */
.nav-links { display: flex; gap: .5rem; justify-content: center; flex-wrap: wrap; }
.page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; padding: .5rem .75rem; border: 1px solid var(--wp-line); border-radius: .75rem; font-size: .875rem; font-weight: 600; background: white; transition: all .2s; }
.page-numbers.current, .page-numbers:hover { background: var(--wp-brand); color: white; border-color: var(--wp-brand); }

/* ========== SEARCH FORM ========== */
.search-form { display: flex; gap: .5rem; }
.search-form .search-field { flex: 1; padding: .75rem 1rem; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); font-family: inherit; outline: none; }
.search-form .search-field:focus { border-color: var(--wp-brand); }
.search-form .search-submit { background: var(--wp-brand); color: white; border: none; padding: .75rem 1.5rem; border-radius: var(--wp-radius); font-weight: 700; cursor: pointer; }

/* ========== WIDGETS ========== */
.wp-widget { background: white; border: 1px solid var(--wp-line); border-radius: var(--wp-radius); padding: 1.5rem; margin-bottom: 1.5rem; }
.wp-widget-title { font-weight: 700; margin-bottom: 1rem; font-size: 1rem; }
.wp-sidebar { padding: 1rem 0; }

/* ========== WPCF7 ========== */
.wpcf7-form p { margin-bottom: 1rem; }
.wpcf7-submit { background: linear-gradient(135deg, var(--wp-brand), var(--wp-brand-2)); color: white; font-weight: 700; padding: .75rem 2rem; border: none; border-radius: var(--wp-radius); cursor: pointer; font-size: 1rem; transition: transform .2s; }
.wpcf7-submit:hover { transform: translateY(-2px); }
