
    * { margin: 0; padding: 0; box-sizing: border-box; }
    body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.8; color: #2c3e50; font-size: 16px; }
    .container { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
    article { background: #fff; max-width: 100%; margin: 0 auto; }
    p { margin-bottom: 24px; font-size: 1.1rem; color: #444; text-align: justify; }
    h2 { color: #1a1a1a; font-size: 2.2rem; margin: 50px 0 25px 0; font-weight: 800; letter-spacing: -0.5px; border-bottom: none !important; }
    h3 { color: #0056b3; font-size: 1.6rem; margin: 30px 0 15px 0; font-weight: 700; }
    .park-item { background: #fff; border: 1px solid #eee; border-radius: 12px; overflow: hidden; margin-bottom: 50px; box-shadow: 0 4px 15px rgba(0,0,0,0.05); transition: transform 0.3s ease; }
    .park-item:hover { transform: translateY(-5px); box-shadow: 0 12px 30px rgba(0,0,0,0.1); }
    .attraction-highlight { background: #f8f9fa; padding: 20px; border-radius: 8px; border-left: 4px solid #30A0FF; margin-bottom: 15px; }
    .attraction-highlight strong { color: #0056b3; }
    .data-analysis { background: #e8f5e9; color: #2e7d32; border-left: 4px solid #2e7d32; padding: 20px; border-radius: 8px; margin-bottom: 15px; }
    .data-analysis h4 { margin-top: 0; font-size: 1.1rem; font-weight: 700; margin-bottom: 10px; }
    .investor-takeaway { background: #fff8e1; color: #444; border-left: 4px solid #ffc107; padding: 20px; border-radius: 8px; }
    .product-rec-section { margin: 50px 0; background: #f4faff; padding: 40px 30px; border-radius: 20px; border: 1px solid #dbeafe; }
    .product-rec-title { text-align: center; font-size: 1.8rem; color: #0056b3; margin-bottom: 35px; font-weight: 800; }
    .product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
    .product-card { background: #fff; border-radius: 12px; overflow: hidden; border: 1px solid #eee; transition: all 0.3s ease; display: flex; flex-direction: column; }
    .product-card:hover { transform: translateY(-8px); border-color: #30A0FF; box-shadow: 0 10px 25px rgba(48,160,255,0.15); }
    .product-img-wrap { width: 100%; height: 260px; overflow: hidden; display: block; }
    .product-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
    .product-card:hover .product-img-wrap img { transform: scale(1.08); }
    .product-info { padding: 20px; flex-grow: 1; display: flex; flex-direction: column; }
    .product-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 10px; color: #333; line-height: 1.3; }
    .product-desc { font-size: 0.95rem; color: #666; margin-bottom: 20px; flex-grow: 1; }
    .product-btn { display: inline-block; text-align: center; background: #30A0FF; color: #fff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: background 0.3s; width: 100%; }
    .product-btn:hover { background: #004a99; color: #fff; }
    .cta-box { background: linear-gradient(135deg, #005c97 0%, #363795 100%); padding: 80px 40px; border-radius: 20px; text-align: center; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
    .cta-box h3, .cta-box p { color: #ffffff !important; margin-bottom: 20px; }
    .cta-buttons { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; margin-top: 30px; }
    .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert { border-radius: 50px !important; background: #e67e22 !important; color: #fff !important; padding: 18px 45px !important; font-weight: 700 !important; text-transform: uppercase; display: inline-block !important; border: none; cursor: pointer; text-decoration: none; transition: all 0.3s; line-height: 1.2; }
    .cta-buttons .tool_inquiry_btn a.themes_box_inquiry_button_alert:hover { background: #ffffff !important; color: #e67e22 !important; transform: scale(1.05); }
    .btn-secondary { border: 2px solid #fff; color: #fff; padding: 16px 43px; border-radius: 50px !important; font-weight: 700; text-decoration: none; display: inline-block; transition: all 0.3s; text-transform: uppercase; }
    .btn-secondary:hover { background: #fff; color: #005c97; transform: scale(1.05); }
    @media (max-width: 768px) { .product-grid { grid-template-columns: 1fr; } .cta-buttons { flex-direction: column; } }
