.ces-contact { background: #000; color: #fff; font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, sans-serif; }
.ces-contact-hero { background: #000; text-align: center; padding: 80px 20px 60px; border-bottom: 1px solid #1a1a1a; }
.ces-contact-hero h1 { font-size: 2.4rem; font-weight: 800; color: #fff; margin: 0 0 14px; }
.ces-contact-hero p { color: #888; font-size: 1rem; max-width: 500px; margin: 0 auto; line-height: 1.7; }
.ces-green { color: #22c55e; }
.ces-contact-body { padding: 60px 20px; max-width: 900px; margin: 0 auto; }
.ces-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 40px; }
@media (max-width: 640px) { .ces-contact-grid { grid-template-columns: 1fr; } }
.ces-contact-card { background: #111; border: 1px solid #222; border-radius: 12px; padding: 32px 24px; text-align: center; }
.ces-contact-card .ces-c-icon { font-size: 2.4rem; margin-bottom: 16px; }
.ces-contact-card h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 8px; }
.ces-contact-card p { color: #888; font-size: 0.85rem; margin: 0 0 20px; line-height: 1.5; }
.ces-contact-btn { background: #1a1a1a; color: #fff; border: 1px solid #333; border-radius: 50px; padding: 10px 26px; font-size: 0.9rem; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; font-weight: 600; }
.ces-contact-btn:hover { background: #222; color: #fff; }
.ces-contact-btn.green { background: #22c55e; color: #000; border-color: #22c55e; }
.ces-contact-btn.green:hover { background: #16a34a; color: #000; }
.ces-hours { background: #0d150d; border: 1px solid #1a3a1a; border-radius: 12px; padding: 36px 28px; margin-bottom: 24px; }
.ces-hours h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 20px; }
.ces-hours-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #1a2a1a; }
.ces-hours-row:last-child { border-bottom: none; }
.ces-hours-day { color: #aaa; font-size: 0.9rem; }
.ces-hours-time { color: #22c55e; font-weight: 600; font-size: 0.9rem; }
.ces-payment-section { background: #111; border: 1px solid #222; border-radius: 12px; padding: 36px 28px; }
.ces-payment-section h3 { color: #fff; font-size: 1rem; font-weight: 700; margin: 0 0 20px; text-align: center; }
.ces-pay-row { display: flex; justify-content: space-around; flex-wrap: wrap; gap: 20px; }
.ces-pay-item { text-align: center; }
.ces-pay-item .ces-pi-icon { font-size: 1.8rem; margin-bottom: 6px; }
.ces-pay-item span { color: #fff; font-size: 0.85rem; font-weight: 600; display: block; }
.ces-pay-item small { color: #22c55e; font-size: 0.75rem; }
.ces-contact-faq { padding: 0 0 60px; max-width: 900px; margin: 0 auto; padding-left: 20px; padding-right: 20px; }
.ces-contact-faq h2 { color: #fff; font-size: 1.4rem; font-weight: 700; margin-bottom: 24px; }
.ces-faq-item { border: 1px solid #222; border-radius: 10px; padding: 20px 22px; margin-bottom: 12px; background: #0d0d0d; }
.ces-faq-item h4 { color: #22c55e; font-size: 0.95rem; font-weight: 700; margin: 0 0 8px; }
.ces-faq-item p { color: #888; font-size: 0.875rem; margin: 0; line-height: 1.6; }