
/*
Theme Name: Candy Store One (Filled WP)
Theme URI: https://example.com/candy-store-one
Author: ChatGPT
Description: Customizable landing page with prefilled defaults, no white card, vertical FAQ, responsive desktop tweaks.
Version: 1.3.0
Requires at least: 5.8
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: candy-store-one
*/

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; font-family: -apple-system, BlinkMacSystemFont, "Noto Sans TC", "PingFang TC", Arial, sans-serif; color:#1f2937; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.cso-wrap {
  min-height: 100vh;
  background: linear-gradient(180deg, #fde8c8 0%, #e8b8d8 100%);
  padding: 32px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* No white card; inner container centers content */
.cso-card { width: 100%; background: transparent; box-shadow: none; border-radius: 0; }
.cso-inner { max-width: 720px; width: 100%; margin: 0 auto; padding: 20px 20px 110px; }

.cso-hero { display:flex; align-items:center; justify-content:center; margin: 8px 0 12px; }
.cso-title { text-align:center; font-weight:700; font-size: 22px; margin: 8px 0 16px; }

.cso-cta {
  display:inline-block;
  background:#2eb872; color:#fff; font-weight:700; text-align:center;
  padding: 14px 18px; border-radius: 10px; font-size:18px;
  box-shadow: 0 6px 0 #1d8b52;
}
.cso-subtle { text-align:center; font-weight:700; margin:16px 0 10px; }

.cso-bullets { list-style:none; margin:8px auto 20px; padding:0; color:#374151; font-size:15px; max-width: 420px; text-align:left; }
.cso-bullets li { display:flex; gap:8px; margin:6px 0; }
.cso-li-ic { width:18px; height:18px; display:inline-flex; align-items:center; justify-content:center; }

.cso-faq-title { text-align:center; font-size:22px; font-weight:800; margin:18px 0 6px; }
.cso-faq { margin-top:10px; display:block; }
.cso-qa { margin: 14px auto; display:block; width:100%; max-width: 720px; }
.cso-q { font-weight:800; font-size:17px; display:flex; align-items:center; gap:6px; }
.cso-a { font-size:15px; color:#374151; margin-top:6px; line-height:1.7; }

.cso-line-fab { position: fixed; right: 18px; bottom: 18px; background: #06C755; color:#fff;
  border-radius: 999px; padding: 10px 14px; box-shadow: 0 10px 20px rgba(6,199,85,.35);
  display:flex; align-items:center; gap:8px; font-weight:700; }
.cso-line-fab img { width:22px; height:22px; }
.cso-line-fab[data-hide="true"] { display:none; }

.cso-footer { text-align:center; color:#6b7280; font-size:12px; margin-top: 18px; }

@media (min-width: 768px) { .cso-inner { max-width: 720px; } }
