
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #2c3e50; font-size: 16px; background: #f9f9f9; }
.container { max-width: 1200px; margin: 0 auto; padding: 20px 15px; }
article { background: #fff; max-width: 100%; margin: 0 auto; padding: 0; border-radius: 8px; }
p { margin-bottom: 15px; font-size: 1.05rem; color: #444; text-align: left; }
h2 { color: #1a1a1a; font-size: 1.8rem; margin: 40px 0 20px 0; font-weight: 800; letter-spacing: -0.5px; border-bottom: none !important; }
h3 { color: #0056b3; font-size: 1.5rem; margin: 25px 0 15px 0; font-weight: 700; }
ul { margin-left: 20px; margin-bottom: 15px; }
li { margin-bottom: 8px; font-size: 1.05rem; color: #444; }
strong { color: #111; font-weight: 700; }
.park-item { background: #fff; border: 1px solid #eaeaea; border-radius: 12px; overflow: hidden; margin-bottom: 40px; box-shadow: 0 4px 15px rgba(0,0,0,0.04); transition: transform 0.3s; }
.park-item:hover { transform: translateY(-3px); box-shadow: 0 10px 25px rgba(0,0,0,0.08); border-color: #30A0FF; }
.park-content { padding: 30px; }
.park-location { color: #d35400; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; font-size: 0.85rem; margin-bottom: 15px; display: inline-block; background: #fff3e0; padding: 4px 10px; border-radius: 4px; }
.data-analysis { background: #f8fbff; border: 1px solid #e1efff; border-left: 4px solid #30A0FF; margin-bottom: 20px; padding: 20px; border-radius: 8px; }
.data-analysis h4 { margin-top: 0; font-size: 1.15rem; font-weight: 700; margin-bottom: 12px; color: #0056b3; }
.data-analysis ul { margin-bottom: 0; }
.investor-takeaway { background: #fff8e1; color: #444; border-left: 4px solid #ffc107; margin: 40px 0; padding: 25px; border-radius: 8px; box-shadow: 0 2px 10px rgba(255,193,7,0.1); }
.investor-takeaway h4 { margin-top: 0; color: #d35400; font-size: 1.2rem; margin-bottom: 15px; font-weight: 800; }
.intro-lead { font-size: 1.15rem; font-weight: 500; color: #555; border-left: 4px solid #30A0FF; padding-left: 15px; margin-bottom: 30px; background: #f4faff; padding: 15px 15px 15px 20px; border-radius: 0 8px 8px 0; }
.product-rec-section { margin: 40px 0; background: #ffffff; padding: 0; }
.product-rec-title { text-align: left; font-size: 1.5rem; color: #111; margin-bottom: 20px; font-weight: 800; border-bottom: 2px solid #f0f0f0; padding-bottom: 10px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product-card { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.06); transition: transform 0.3s; border: 1px solid #eee; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); border-color: #30A0FF; box-shadow: 0 10px 30px rgba(48,160,255,0.15); }
.product-img-wrap { width: 100%; height: 220px; overflow: hidden; background: #f0f0f0; display: block; }
.product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s; }
.product-info { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
.product-title { font-size: 1.15rem; font-weight: 700; margin-bottom: 10px; color: #222; line-height: 1.3; text-decoration: none; }
.product-desc { font-size: 0.95rem; color: #666; margin-bottom: 20px; flex-grow: 1; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.cta-box { background: linear-gradient(135deg, #005c97 0%, #363795 100%); padding: 50px 20px; border-radius: 12px; margin: 50px 0; text-align: center; box-shadow: 0 10px 30px rgba(0,92,151,0.2); }
.cta-box h3 { color: #ffffff !important; margin-top: 0; margin-bottom: 15px; font-size: 1.8rem; }
.cta-box p { color: #ffffff !important; opacity: 0.9; font-size: 1.1rem; margin-bottom: 25px; }
.cta-buttons { display: flex; align-items: center; justify-content: center; gap: 15px; flex-wrap: wrap; }
.cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert { border-radius: 8px !important; background: #e67e22 !important; color: #fff !important; padding: 15px 30px !important; font-weight: 700 !important; text-transform: uppercase; text-decoration: none !important; display: inline-block !important; font-size: 1rem !important; border: none !important; box-shadow: 0 4px 15px rgba(230,126,34,0.3); }

@media (max-width: 768px) { 
  .product-grid { grid-template-columns: 1fr; gap: 20px; } 
  .container { padding: 10px; } 
  .park-content { padding: 20px; }
  h2 { font-size: 1.5rem; margin: 30px 0 15px 0; } 
  .data-analysis { padding: 15px; }
  .intro-lead { font-size: 1rem; padding: 15px; }
  .cta-buttons { flex-direction: column; width: 100%; }
  .cta-buttons .tool_inquiry_btn { width: 100%; display: block; margin-bottom: 10px; }
  .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert { width: 100%; }
  .product-img-wrap { height: 200px; }
}
